/*----------------- SCHEDULE LIST HEADER ----------------*/
table.sched-header
{
}
table.sched-header td.schedule
{
	width: 400px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.sched-header td.sociallinks
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}
/*-------------------------------------------------------*/

/*------------------ SCHEDULE - RECORD ------------------*/
table.schedrecord
{
	width: 400px;
	margin: 1px 0px 1px 0px; 
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
    background-color: #EFF0EA;
}
table.schedrecord td
{
	text-align: center;
	padding: 0px 2px 2px 2px;
}
table.schedrecord td.header
{
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 0px 2px;	
}
/*-------------------------------------------------------*/

/*---------------- SCHEDULE DETAIL LAYOUT ---------------*/
table.sched-detail
{
	margin-bottom: 15px;
}
table.sched-detail td.scoreboard
{
	width: 305px;
}
table.sched-detail td.detail
{
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	background-color: #000000;	
}
table.sched-detail div.summary
{
	width: 285px;
	margin: 0px auto 5px auto;
}
table.sched-detail div.relatedlink
{
	text-align: left;
	margin: 0px 0px 5px 15px;
}
/*-------------------------------------------------------*/

/*---------------------- SCOREBOARD ---------------------*/
div.sbcontainer
{
	width: 285px;
	margin: 0px auto 0px auto;
}
div.sbcontainer table.sbtop
{
	background-color: #D6D8D5;
}
div.sbcontainer td.sbtop
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
div.sbcontainer table.sb
{
	border-left: 1px solid #D6D8D5;
}
div.sbcontainer td.sbteam, div.sbcontainer td.sbscore
{
	border-right: 1px solid #D6D8D5;
	border-bottom: 1px solid #D6D8D5;	
	padding: 3px 10px 3px 10px;
}
div.sbcontainer td.sbscore
{
	width: 45px;
	text-align: center;
}
div.sbcontainer td.event
{
	text-align: center;
	padding: 5px 10px 2px 10px;
	border-right: 1px solid #D6D8D5;
}
div.sbcontainer td.result
{
	text-align: center;
	padding: 1px 10px 5px 10px;
	border-right: 1px solid #D6D8D5;
	border-bottom: 1px solid #D6D8D5;
}
div.sbcontainer table.sbbottom
{
}
div.sbcontainer td.sbbottom
{
	padding: 1px 5px 0px 5px;
}

/*-------------------------------------------------------*/

/*------------------- SMALL CALENDAR --------------------*/
table.calendarheader
{
}
table.calendarheader td.monthyear, table.calendarheader td.navigation
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;	
	padding: 2px 3px 2px 3px;
	background-color: #0B1122;	
	border-top: 1px solid #FFFFFF;		
}
table.calendardays
{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #E2E6EB;
}
table.calendardays td.dayofweek
{	
	color: #0B1122;
	font-size: 11px; 
	font-weight: bold;
	text-align: center;
	background-color: #E2E6EB;
	padding: 2px 0px 1px 0px; 
	border-right: 1px solid #E2E6EB; 
	border-bottom: 1px solid #E2E6EB; 
}
table.calendardays td.day, table.calendardays td.daywithevents, table.calendardays td.calendarselectedday
{
	color: #94A3B4;
	text-align: center; 
	padding: 5px 0px 5px 0px;
	border-right: 1px solid #E2E6EB; 
	border-bottom: 1px solid #E2E6EB;
}
table.calendardays td.daywithevents
{
	background-color: #FFFFFF;
}
table.calendardays td.calendarselectedday
{
	background-color: #F8D96C; 
}
td.calendarselectedday a, td.calendarselectedday a:hover
{
	font-weight: bold;
}
table.calendardays a:hover
{
}
/*-------------------------------------------------------*/