﻿
/*********************************/
/*     Event  List/Item Controls */
/*********************************/

/*content */
#EventList
{
    display:block; 
    margin: 20px 10px 20px 10px;
}

#EventList #EventListItem
{
    clear:both; /*1 per line*/
    margin-left:0px;
    display:inline-block;
}

#EventList #EventListSeparator
{
	display:block;
    clear:both;
    border-bottom:dotted 1px #6f7376;/* .tbogray */
    margin-left:15px;
    margin-bottom:10px;
    margin-top:10px;
}

/* end content */

/* EventListItem*/
#EventListItem #EventListItemLeft
{
	display:inline;
    width:60px;
}
EventListItemLeft a
{
    cursor:pointer;
}
#EventListItemLeft img
{
	display:block;
	height:60px;  /*Changed from 48x48*/
	width:60px;
}

#EventListItem #EventListItemContent
{
    width:373px;
	display:inline;
}

#EventListItemContent a.EventListItemTitleLink
{
    color:#003e7e; /*tboBlue*/ 
    font-weight:bold;
    font-size:larger;
    text-decoration:none; /*cancel default underline of link*/
    margin-left:5px;
    display:block;
 }

/*this is where to deal with the alt bits*/
#EventListItemContent .EventListItemLocationLabel
{
    background-image:url("i/location-pink.png");
    width:76px;
    height:17px;
    display:inline-block;
    text-align:center;
    color:#6d207c;  
    font-weight:bold;
    float:left;
    margin:4px 0px 4px 0px;
}

#EventListItemContent .EventListItemLocationLabelAlt
{
    background-image:url("i/location-blue.png");
    width:76px;
    height:17px;
    display:inline-block;
    text-align:center;
    color:#003e7e; /*tboBlue*/ 
    font-weight:bold;
    float:left;
    margin:4px 0px 4px 0px;
}

#EventListItemContent .EventListItemLocationText
{
    float:left;
    color:#34a5e2; /*tboAqua*/    
    margin:4px 0px 4px 10px;
}

#EventListItemContent .EventListItemSubTitleText
{
    margin-left:5px;
    font-weight:bold;
    clear:both;
    display:block;
}

#EventListItemContent .EventListItemDetailText
{
    margin-left:5px;
    display:inline-block;
    display:block;
    clear:both;
}


#EventListItem #EventListItemRight
{
    width:475px;
	display:inline;
	width:102px;
}
#EventListItemRight .EventListItemDateText
{
   /* background-image:url("i/date-grey.png");
    height:15px;*/
    width:98px;
    font-weight:bold;
    color:#34a5e2; /*tboAqua*/  
    text-align:center;  
    display:inline-block;
    float:right;
    clear:both;
    padding-top:2px;
    margin-right:6px;
}

#EventListItemRight a.MoreInfoLink
{
    background-image:url("i/more-info-button.png");
    width:80px;
    height:20px;
    padding-top:4px;
    margin-top:10px;
    font-weight:bold;
    color:white;
    text-decoration:none;
    text-align:center;  
    vertical-align:middle;
    display:inline-block;
    float:right;
    clear:both;
}
