/*------------------ SCHEDULE - RECORD ------------------*/
table.schedrecord
{
	width: 400px;
	margin: 1px 0px 1px 0px; 
	border-top: 1px solid #2C4B8E;
	border-bottom: 1px solid #2C4B8E;
    background-color: #E2E6EB;
}
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-sblayout
{
}
table.sched-sblayout td.header
{
	vertical-align: bottom;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #2C4B8E;
}
table.sched-sblayout div.dateline
{
	margin-bottom: 2px;
}
table.sched-sblayout div.header
{
	font-size: 16px;
	font-weight: bold;
}
table.sched-sblayout td.sociallinks
{
	text-align: right;
	vertical-align: bottom;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #2C4B8E;
}
table.sched-sblayout td.scoreboard
{
	width: 50%;
}
table.sched-sblayout td.sbdetail
{
	width: 28%;
	color: #FFFFFF;
	padding: 0px 5px 2px 5px;
	background-color: #2C4B8E;	
}
table.sched-sblayout div.summary
{
	width: 260px;
	margin: auto;
}
table.sched-sblayout div.relatedlink
{
	text-align: left;
	margin: 0px 0px 5px 15px;
}
/*-------------------------------------------------------*/

/*---------------------- SCOREBOARD ---------------------*/
div.sbcontainer
{
	width: 260px;
	margin: 0px auto 15px auto;
}
div.sbcontainer table.sbtop
{
	background-color: #DADEE4;
}
div.sbcontainer td.sbtop
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
div.sbcontainer table.sb
{
	border-left: 1px solid #DADEE4;
}
div.sbcontainer td.sbteam, div.sbcontainer td.sbscore
{
	border-right: 1px solid #DADEE4;
	border-bottom: 1px solid #DADEE4;	
	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 #DADEE4;
}
div.sbcontainer td.result
{
	text-align: center;
	padding: 1px 10px 5px 10px;
	border-right: 1px solid #DADEE4;
	border-bottom: 1px solid #DADEE4;
}
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
{
}
/*-------------------------------------------------------*/
