﻿
#Div_Shell_Events_Content #Div_Events_Content_Main
{
    display:block;
    width:480px;
    float:left;
    margin:10px;
}

#Div_Events_Content_Main #Div_Events_Content_Left
{
    display:block;
    float:left;
    margin-right:10px;
    border:solid 1px #7DD8F6; /* tbolightblue */
}
 
#Div_Events_Content_Left img.EventImage
{
}
 
#Div_Events_Content_Main #Div_Events_Content_Top
{
    display:inline;
}

#Div_Events_Content_Top .EventDetailDateTimeLeadin,
#Div_Events_Content_Top .EventDetailLocationLeadin,
#Div_Events_Content_Top .EventDetailEmailAddressLeadin,
#Div_Events_Content_Top .EventDetailWebUrlLeadin
{
    display:inline-block;
    width:60px;
    color:#34a5e2; /* tboaqua */
    font-weight:bold;
    line-height:20px;
}

#Div_Events_Content_Top .EventDetailDateTime
{
    color:#003e7e; /*tboBlue*/ 
    font-weight:bold;
    line-height:20px;
}

#Div_Events_Content_Top .EventDetailLocationLink,
#Div_Events_Content_Top .EventDetailWebUrlLink
{
    color:#003e7e; /*tboBlue*/ 
    font-weight:bold;
    text-decoration:none;
    line-height:20px;
}
#Div_Events_Content_Top .EventDetailEmailAddressLink
{
	color:#34a5e2; /* tboaqua */
    font-weight:bold;
}

#Div_Events_Content_Top .EventDetailLocationAddress
{
    color:#003e7e; /*tboBlue*/ 
    font-weight:bold;
}

#Div_Events_Content_Main #Div_Events_Content_Centre
{
    display:inline;
    clear:left;
}

#Div_Events_Content_Centre .EventDetailSubtitle
{
    font-weight:bold;
    color:Black;
    line-height:20px;
}

#Div_Events_Content_Centre .EventDetailDescription
{
    /* "normal" text */
}

#Div_Shell_Events_Content #Div_Events_Content_Right
{   
    width:204px;
    float:right;
    margin-right:10px;
    margin-top:20px;
}

#Div_Shell_Events_Content #Div_Events_Content_Right_Header
{
    background-image:url("/_style/module/events/i/map-div-background-top.png");
    background-repeat:no-repeat;
    width:204px;
    height:12px;
}

#Div_Shell_Events_Content #Div_Events_Content_Right_Centre
 {
    background-image:url("/_style/module/events/i/map-div-background-mid.png");
    background-repeat:repeat-y;
    width:204px;
    padding:10px;
}

#Div_Shell_Events_Content #Div_Events_Content_Right_Footer
{
    background-image:url("/_style/module/events/i/map-div-background-foot.png");
    background-repeat:no-repeat;
    width:204px;
    height:12px;
}


#Div_Events_Content_Right td 
{
	font-size:14px;
	font-weight:normal;
	}
	
#Div_Events_Content_Right #Div_Links
{
   padding:10px;
   height:100px;
}

 #Div_Links a.AddCommentLink
 {
    display:inline-block;
    background-image:url("/_style/module/events/i/add-comment-icon.png");  
    background-repeat:no-repeat;
    color:#6f7376; /*tbogray*/ 
    font-weight:bold;
    text-decoration:none;
    padding-left:30px;
    width:150px;
    margin-bottom:15px;
}

#Div_Links a.EmailToFriendLink
{
    display:inline-block;
    background-image:url("/_style/module/events/i/email-icon.png");  
    background-repeat:no-repeat;
    color:#6f7376; /*tbogray*/ 
    font-weight:bold;
    text-decoration:none;
    padding-left:30px;
    width:150px;
}

#Div_Links .MiniMapHeaderImage
{
    margin-top:35px;
}
 
#Div_Events_Content_Right #Div_MiniMapSurround
{
    padding: 0px 5px 15px 5px;
    width:163px;
    background-image:url("/_style/module/events/i/color-pixel.png");  
    background-repeat:repeat; 
    border:solid 1px #98d6d5;
}

