/*
   Targets Oem 0 Files
*/
.adspace img {
	display: block;
}
.subhdr 
{
	background: #273075;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
.subhdr a:link,
.subhdr a:visited,
.subhdr a:hover
{
	color: #fff;
	text-decoration: none;
}
.button {
	background: #273075;
}
.error {
        background: #CCEEFF;
        color: #000000;
}
.lgb {
	color: #273075;
}
a:link,
a:visited,
.highlight 
{
	color: #273075;
}
a:hover {
}
td.odd {
	background: #e5e5e5;
}
td.even {
	background: #cfcfcf;
}

td.time {
	text-align: right;
	padding-right: 3px;
}
/* Roster */
.roster-table .table-head td {
	padding: 2px 0px;
	text-align: center!important;
}
.roster-table .table-head td.sort a {
	text-decoration: underline;
}
td.player-position {
	text-align: center!important;
}
td.player-height {
	text-align: left!important;
	padding-left: 3px;
}
/* 
   Schedule
*/
#sport-schedule {
	background: #000;
}
#sport-schedule td.opponent-name {
	padding-left: 3px;
}
#sport-schedule tr.away td {
	background: #cfcfcf;
}
#sport-schedule tr.home td {
	background: #fff;
}
