/* 
   ========================================
    CSS STYLES FOR Module TLC_Events
   ========================================
*/


/* Styles for the tables that contain the current, preview and expired events */
/***************************************************************************/

.TLC_Events_CurrentTable
{
	text-align: left;
	width: 600px;
}

.TLC_Events_PreviewTable
{
	text-align: left;
	width: 550px;
}

.TLC_Events_ExpiredTable
{
	text-align: left;
}

/***************************************************************************/



/* Styles for the event headers and the "Past Events" text */
/***********************************************************/

.TLC_Events_CurrentHeader
{
	font-family: Sans-Serif;
	font-weight: bold;
    font-size: 18px;
    color: #003050;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;	
}

.TLC_Events_PreviewHeader
{
	font-family: Sans-Serif;
	font-weight: bold;
    font-size: 14px;
    color: #003050;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;	
}

.TLC_Events_PastEventsLabel
{
	font-family: Sans-Serif;
	font-weight: bold;
    font-size: 16px;
    color: #003050;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
} 

.TLC_Events_ExpiredHeader
{
	font-family: Sans-Serif;
	font-weight: bold;
    font-size: 12px;
    color: #003050;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;	
}

/***********************************************************/


.TLC_Events_CurrentImg
{
	text-align: center;
}

.TLC_Events_PreviewImg
{
	vertical-align: top;
}

.TLC_Events_EventLink
{
	vertical-align: middle;
}

.TLC_Events_MainDiv
{
	text-align: center;
}

.TLC_Events_DesignTable
{
	width:auto;
}

.TLC_Events_Description
{
	
}

.TLC_Events_Description P
{
	margin-top:0px;
}

.TLC_Events_viewtypeSelector 
{
	float:right;
}

.TLC_Events_viewtypeSelectorLabel
{
	float:left;
}

.TLC_Events_viewtypeSelectorDDL
{
	float:left;
}
