/* css for the universal html elements*/
body
{
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #edbe00; 
	scrollbar-shadow-color: #edbe00; 
	scrollbar-highlight-color: #edbe00; 
	scrollbar-3dlight-color: #edbe00; 
	scrollbar-darkshadow-color: #edbe00; 
	scrollbar-track-color: #222222; 
	scrollbar-arrow-color: #222222; 
}

td
{
	color: #ffffff;
	background-color: #222222;
}

/* css for the schedules page */
#time {
	width: 7%;
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
	font-size: 10px;
}

#rotation-home {
	vertical-align: middle;
	width: 4%;
	border-bottom: 1px solid #f9de5d;
	color: #dc143c;
	font-size: 11px;
}

#teamname-home {
	vertical-align: top;
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	font-size: 12px;
}

#rotation-visit {
	vertical-align: middle;
	border-bottom: 1px solid #777777;
	width: 5%;
	color: #dc143c;
	font-size: 11px;
}

#teamname-visit {
	vertical-align: top;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	font-size: 12px;
}

#visit-ml {
	width: 7%;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: right;
	font-size: 11px;
}

#home-ml {
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: right;
	font-size: 11px;
}

#visit-score {
	width: 15%;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
	text-align: center;
	font-size: 11px;
}

#home-score {
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
	font-size: 11px;
}

#over-under {
	width: 7%;
	border-bottom: 1px solid #f9de5d;
	border-right: 1px solid #777777;
	text-align: center;
}

#schedule-header {
	border-bottom: 2px solid #f9de5d;
	font-size: 10px;
	font-weight: bold;
}

font.score-pre-game {
	color: #777777;
}

font.score-in-progress {
	color: #adff2f;
	font-weight: bold;
}

font.score-final {
	color: #ff0000;
}

a:link
{
	color: #f5c300;
	text-decoration: none;
}

a:visited
{
	color: #f5c300;
	text-decoration: none;
}