@charset "utf-8";
/* CSS Document */

#frmFreeOdds {
	width:100%;
	height:100%;
	display:inline;
}
#frmFreeOdds div {
}
#frmFreeOdds table {
	width:100%;
	border-collapse:collapse;
}
#frmFreeOdds div table {
	border-spacing: 1px;
	border: 1px solid #DBDBDB;
	margin: 0 0 5px 0;
}
#frmFreeOdds div th, #frmFreeOdds div td {
	border: 1px solid #DBDBDB;
}
.lightblue, .lightblue th, .lightblue td {
	background: #DDD;
	}
.lightblue th, .lightblue td {
	border-color: #BBB !important;
	border-right-style: dotted !important;
	border-left-style: dotted !important;
	}
#frmFreeOdds .right {
	text-align: right;
}
.center, .center * {
	text-align: center !important;
}
#frmFreeOdds .borderright {
	border-right: solid 1px #DBDBDB;
}
.darkgray, .darkgray td {
	color: #CCC;
	background: #EEE;
	border-bottom: 1px solid #999 !important;
}
.regular {
	background-color: #FFF;
	color: #000;
}
.regular td {
	border-style: solid dotted !important;
	}
.started {
	background-color: darkred;
	color: #FFF;
}
.halftime {
	background-color: gold;
	color: #000;
}
.change {
	background-color: #000;
	color: #FFF;
}
.score {
	background: #FE0;
}
.started .score {
	background-color: darkred;
}
.halftime .score {
	background-color: gold;
}
.red {
	color: Red;
}
.started .red {
	color: Yellow;
}
a {
	color: #00F;
	text-decoration: none;
}
.started a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: Red;
}
.button, .activebutton, #tab_nav a {
	color: #00F;
	border: solid 1px #AAA;
	padding: 2px;
	text-align: center;
	cursor: pointer;
	display: block;
	font-weight: bold;
}
#tab_nav, #tab_nav tr, #tab_nav td {
	border: 0 none !important;
	}
.button, #tab_nav a {
	background-color: #DDD;
	font-size: 111%;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: underline;
}
.button:hover, #tab_nav a:hover {
	background-color: #EEE;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}
.activebutton {
	color: #000 !important;
	border-color: #F60 !important;
	border-bottom: 1px solid #FFF !important;
	background: #FFF url(../images/linestab_bg.gif) repeat-x !important;
	text-decoration: none !important;
	padding: 4px 0 0 0 !important;
}
.navy, .navy th, .navy td {
	background-color:#333;
	border-color:#000 !important;
	border-bottom:2px solid #000;
	color: #FFF;
	text-align: center;
}
.rot {}
.team { font-weight:bold; }
