/* OGS Network v2.0 */
/* Standard Blue */

/* raw - 0059cb - cb0098 */
/* org - f7941d - 80f71d */
/* red - c80000 - 67c800 */

*{
	margin: 0px;
	padding: 0px;
}
body{
	background: url('bg.png') 50% 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #0059cb;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	border: 1 solid #c3c3c3;
	color: #0059cb;
	font-size: 24px;
}
#default h1{
	border-width: 0px;
}
h2{
	color: #0059cb;
	font-size: 21px;
}
#default h2{
	font-size: 19px;
	padding:0 0 10px;
}
p{
	margin: 1em 0px;
	text-align: justify;
}
ul{
	list-style-type: none;
}
ol{
 	list-style-position: inside;
}
img{
	border-width: 0px;
} 
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
#wrapper{
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#header{
	height: 76px;
    padding: 15px 0;
}
#header img.logo{
	float:left;
}
#header .bann{
	float:right;
}
#nav{
	background-image: url('navbar.png');
	height: 32px;
	margin-bottom: 10px;
	width: 960px;
}
#nav li{
	float: left;
}
#nav li a{
	border-color: #4a7fd6;
	border-style: solid;
	border-width: 0px 1px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 9px;
}
#nav .first a{
	border-left-width: 0px;
}
#nav .last a{
	border-right-width: 0px;
}
#main{
	background: #fff url('mainbg.png') repeat-x;
	border: 1px solid #dadada;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 8px;
}
#sidebar{
	clear: left;
	float: left;
	width: 240px;
}
#sidebar h3{
	background: url('sidehead.png') no-repeat;
	color: #fff;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 15px;
	width: 225px;
}
#sidebar h3 a{
	color: #fff;
}
#sidebar li{
	border-bottom: 1px solid #ebebeb;
	background: url('dot.png') no-repeat 0px 10px;
	padding: 7px 5px 7px 15px;
}
#sidebar li.icons img{
	margin-right: 5px;
	vertical-align: top;
}
#sidebar li a{
	color: #000;
	font-weight: bold;
}
#sidebar li.icons{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 5px;
	background: #f6f6f6;
}
#sidebar li.icons a {
	line-height: 31px;
}
.bullets{
	list-style-position: inside;
	padding-left: 5px;
}
#sidebar .us li a{
	background-image: url('spacer.gif');
}
#content{
	float: right;
	width: 690px;
}
.table{
	font-weight: bold;
	width: 689px;
}
.tr{
	background: url('tblrow.png') no-repeat;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.thead{
	background-image: url('thead.png');
	color: #fff;
	font-size: 10px;
	height: 25px;
	text-shadow: 0px 0px 15px #fff;
	width: 689px;
}
.table .site, .table .us, .table .signup, .table .rakeback, .table .bonus, .table .playnow, .table .playnowsmall, .table .os{
	float: left;
	padding: 2px 12px;
	text-align: center;
}
.table .thead div{
	padding: 5px 8px 0px 8px;
}
.table .thead .signup{
	padding-left: 20px;
}
.table .thead .us{
	width:60px;
}
.table .thead .playnow{
	padding-left:10px;
}
.table .tr .us{
	margin-top: 5px;
}

.table .site{
	width: 155px;
}
.table .tr .site{
	color: #0059cb;
	font-size: 10px;
	text-decoration: underline;
}
.table .tr .site img{
	display: block;
}
.table .signup{
	width: 95px;
}
.table .tr .signup{
	margin-top: 5px;
	color: #f7941d;
	font-size: 14px;
}
.table .tr .signup div{
	font-size: 15px;
}
.table .tr .signup span{
	color: #F7941D;
}
.table .rakeback{
	width: 58px;
}
.table .tr .rakeback{
	margin-top: 5px;
	color: #0059cb;
	font-size: 15px;
	line-height: 44px;
}
.table .bonus{
	width: 130px;
}
.table .tr .bonus{
	margin-top: 5px;
	color: #0059cb;
	font-size: 12px;
	line-height: 44px;
}
.table .playnow{
	width: 140px;
}
.table .tr .playnow a{
	background-image: url('playbg.png');
	color: #0059cb;
	display: block;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	margin: 5px auto 0px auto;
	text-decoration: underline;
	width: 140px;
}
.table .tfoot{
	background-image: url('tfoot.png');
	height: 11px;
	width: 689px;
	margin-bottom: 10px;
}
.table .os{
	width: 130px;
}
.table .tr .os{
	line-height: 49px;
}
.table .bonus.big{
	width: 120px;
}
.table .playnowsmall{
	width: 165px;
}
.table .tr .playnowsmall a{
	background-image: url('playnowsmall.png');
	color: #0059cb;
	display: block;
	font-size: 12px;
	height: 43px;
	line-height: 43px;
	margin: 5px auto 0px auto;
	text-decoration: underline;
	width: 154px;
}
#content h3{
	border-bottom: 1px solid #c9c9c9;
	color: #0059cb;
	font-size: 17px;
	font-style: italic;
}
#content ul{
	margin-left: 50px;
	list-style-type: disc;
}
#content li{
	margin: .4em 0px;
}
#footer{
	background-color: #0059cb;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #fff;
	padding: 25px 0px;
	text-align: center;
	margin-bottom: 25px;
}
#footer a{
	color: #fff;
	font-size: 14px;
	font-weight:normal;
}
#footer p{
	text-align: center;
}
.review{
	background: url('reviewbg.png') repeat-x;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0px;
	padding: 3px;
	position: relative;
}
.review p{
	font-size: 11px;
	margin: 6px 0px;
}
.review .network{
	color: #005ec8;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.review .bonus{
	color: #c80000;
	font-size: 14px;
	font-weight: bold;
}
.review .best{
	color: #c80000;
	font-size: 15px;
	font-weight: bold;
}
#content .review ul{;
	margin: 0px;
	list-style-position: inside;
}
.review .left{
	padding: 5px 0px 10px 5px;
	position: relative;
	width: 470px;
}
.review .left ul{
	font-size: 11px;
	font-weight: bold;
}
#content .review .left li{
	margin: 0.5em 0px;
}
#content a{
	text-decoration: underline;
}
.review .left li span{
	color: #c80000;
}
.review .yel, .review .blu{
	font-weight: bold;
	height: 41px;
	padding: 10px 0px;
	text-align: center;
	width: 227px;
}
.review .yel{
	background-image: url('yellowbg.png');
	color: #000;
	float: left;
}
.review .blu{
	background-image: url('bluebg.png');
	color: #fff;
	float: right;
	font-size: 14px;
}
.review .blu div{
	text-decoration: underline;
}
#roomreview .review .yel, #roomreview .review .blu{
	font-size: 17px;
}
#roomreview .review .yel div, #roomreview .review .blu div{
	font-size: 11px;
	text-decoration: underline;
}
.review .right{
	border-left: 2px solid #fff;
	padding: 5px 0px 5px 10px;
	width: 180px;
}
#content .review .right li{
	margin: 11px 0px;
}
.review .grn, .review .red{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
	text-decoration: underline;
	width: 180px;
}
.review .grn{
	background-image: url('greenbg.png');
}
.review .red{
	background-image: url('redbg.png');
}
.review .grn2{
	background-image: url('greenbg2.png');
	color: #fff;
	display: block;
	font-size: 17px;
	height: 41px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	width: 180px;
}
.review .grn2 span{
	display: block;
	font-size: 11px;
	text-decoration: underline;
}
.review .bot .left, .review .bot .right{
	padding-top: 0px;
}
.review .bot .pt{
	padding-top: 11px;
}
.review .top .left, .review .top .right{
	padding-bottom: 0px;
}
.review .yel a{
	color: #000;
}
.review .blu a{
	color: #fff;
}

.related{
	list-style: circle;
	color: #0059cb;
}
td {
	padding: 0 0 0 40px;
}

.table table {
	border-collapse: collapse;
}
.tr2 tr{
	background-image: url('tblrow2.png');
}

/* ***** Odds Table Styles - START ***** */

.collapsetable{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 689px;
}
.ctbody{
	color: #0059cb;
	text-align: center;
}
.ctbody div div{
	float: left;
}
.ctbody .compare{
	padding: 5px;
	width: 110px;
}
.ctbody .team{
	padding: 5px 0px;
	width: 43px;
}
.ctbody .vs{
	color: #f7941d;
	font-size: 14px;
	width: 210px;
}
.ctbody .date{
	float: right;
	font-size: 9px;
	font-weight: normal;
	padding: 5px;
	text-align: right;
}
.ctbody .date h5, .ctbody .date span{
	font-size: 11px;
	font-weight: bold;
}
.ctbody .date span{
	color: #f7941d;
}
.ctbody .date h5{
	color: #0059cb;
}
.cthead{
	background-image: url('odds-cthead.png');
	color: #fff;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}
.clhead{
	background-image: url('odds-clhead.png');
	color: #004bc5;
	height: 15px;
}
.clhead div{
	float: left;
	padding: 0px 5px;
}
.site{
	width: 120px;
}
.spread{
	width: 80px;
}
.risk{
	width: 40px;
}
.line{
	width: 75px;
}
.total{
	width: 90px;
}
.clbody .total{
	font-size: 22px;
}
.total .orange{
	display: block;
	font-size: 11px;
}
.ctbody .collapse{
	clear: left;
	display: none;
	margin-top: 5px;
	width: 686px;
}
.ctbody .clbody .link{
	float: right;
	padding: 14px 10px;
}
.clbody .site{
	padding: 10px 5px !important;
}
.clbody .link a{
	background-image: url('odds-tbllinkbg.png');
	display: block;
	line-height: 43px;
	height: 43px;
	width: 157px;
}
.ctbody .clbody, .ctbody .clbody div, .ctbody .collapse, .ctbody .collapse .clhead{
	float: none;
}
.ctbody .clbody div div{
	float: left;
	padding: 5px;
}
.blue{
	color: #0059cb;
}
.orange{
	color: #f7941d;
}
.ctrow{
	background: url('odds-ctrow.png') repeat-y;
	border-bottom: 2px solid #fff;
	padding-top: 5px;
}
.ctfoot{
	background-image: url('odds-ctfoot.png');
	height: 13px;
}
.clbody{
	background: url('odds-clbody.png') no-repeat;
}

.separator{
	background: url('odds-dots.png') no-repeat 50% 50%;
	height: 2px;
}
.vs p{
	margin: 0px;
	text-align: center;
}

.spread p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}
.risk p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}
.line p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}
.total p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
}


/* ***** Odds Table Styles - END ***** */