@charset "utf-8";
/* CSS Document */

html, body,table{
	width:100%;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
.bigTableContainer{
	border-spacing:0px;
}
.bigTableContainer td{
	padding:0;
}
#bigTitle{
	background:rgb(234,247,255);
	color:rgb(4,47,85);
	font-size:10px;
	font-weight:bold;
	padding:1px 5px;
}
#bigTitle td{
	font-size:10px;
}
#bigTitle a{
	color:rgb(4,47,85);
}
a.underline{
	text-decoration:underline;
}
.timeMenuList{
	border-spacing:1px 0px;
}
.timeMenuList td{
	background:rgb(234,247,255) url(../images/mobile/timeMenu.gif) repeat;
	padding:11px 5px;
}
.timeMenuList td.active{
	background:url(../images/mobile/timeMenuActive.gif) repeat;
}
.timeMenuList td.active a{
	color:rgb(4,47,85);
}
.timeMenuList td a{
	font-size:10.5px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}
.sportMenuList{
	border-spacing:0px;
}
.sportMenuList td{
	background:rgb(255,195,63) url(../images/mobile/sportsBottomDivider.gif) repeat-x scroll bottom;
	padding:8px 15px;
}
.sportMenuList td.active{
	background-color:rgb(235,247,255);
	background-image:none;
}

.sportMenuList td a{
	font-size:11px;
	color:rgb(4,47,85);
	font-weight:bold;
	text-decoration:none;
}
.sportMenuList1{
	border-spacing:0px;
}
.sportMenuList1 td{
	background:rgb(255,195,63) url(../images/mobile/sportsBottomDivider.gif) repeat-x scroll bottom;
	padding:4px 15px;
}
.sportMenuList1 td.active{
	background-color:rgb(235,247,255);
	background-image:none;
}
.sportMenuList1 td a{
	font-size:11px;
	color:rgb(4,47,85);
	font-weight:bold;
	text-decoration:none;
}
.errorTitle {
	background-color:rgb(180,212,232);
	padding:12px 26px;
	font-weight:bold;
	text-align:left;
}
.errorTitle span{
font-size:20px;
color:rgb(0,32,78);
}
.errorContent{
	font-size:15px;
	padding:16px 26px;
	text-align:left;
	font-weight:bold;
	color:rgb(32,83,134);
}
.errorContentVert{
	font-size:19px;
	padding:16px 26px;
	text-align:left;
	font-weight:bold;
	color:rgb(32,83,134);
}
#footer{
	background-color:rgb(195,195,195);

	font-size:10px;
	font-weight:bold;
	color:rgb(4,47,85);
}
#footer a{
	color:rgb(4,47,85);
}
.footer{
	background-color:rgb(195,195,195);

	font-size:10px;
	font-weight:bold;
	color:rgb(4,47,85);
}
.footer a{
	color:rgb(4,47,85);
}
.footer .active a{
	color:white;
}
a img{
	border-style: none;
}
.sportMenuListFooter{
	padding-bottom:6px;
}
#footer a.noUnderLine{
	text-decoration:none;

}
#footer td.active a{
	color:white;
}

.dataDivider{
	background:url(../images/mobile/sportsBottomDivider.gif) repeat-x;
}
table.data th.first {
background-image:none;
}
table.data .scores {
white-space:nowrap;
text-align:left;
}
table.data th {
background:rgb(235,247,255) url(../images/mobile/gameCategoryDivider.gif) no-repeat scroll left center;
color:rgb(51,89,119);
font-weight:bold;
padding-bottom:2px;
padding-top:2px;
}
table.data th, table.data td{
font-size:9px;
border-spacing:0px;
}


table.data th{
padding-left:0px;
}
table.data td.time{
background-color:rgb(255,243,186);
color:rgb(45,88,116);
text-align:left;
padding-left:1px;
}
table.data td.timechanged{
background-color:rgb(255,243,186);
color:red;
text-align:left;
padding-left:1px;
}
table.data td.timeHori{
background-color:rgb(255,243,186);
color:rgb(45,88,116);
text-decoration:underline;
text-align:left;
padding-left:12px;
}
table.data span.active{
	color:red;
}
table.data td.darker{
background-color:rgb(246,246,246);
color:rgb(4,47,85);
padding:0;
}
table.data td.whitter{
background-color:white;
color:rgb(4,47,85);
padding:0;
}
table.data td.name {
color:#111C2B;
background-color:rgb(255,243,186);
font-weight:bold;
text-transform:uppercase;
text-align:left;
padding-left:1px;
}
table.data td.nameHori {
color:#111C2B;
background-color:rgb(255,243,186);
font-weight:bold;
text-transform:uppercase;
text-align:left;
padding-left:20px;
}
table.data td.highlight{
	background-color:rgb(149,203,229);
}
table.data td.finalscore{
	font-weight:bold;
}

.toptenData{
	text-align:left;
	vertical-align:top;	
}

table.toptenData td{
	text-align:left;
	vertical-align:top;
	padding-left:10px;	
	padding-right:5px;	
}

table.toptenData .odd{
	background-color:white;
	color:rgb(4,47,85);
}

table.toptenData .even{
	background-color:rgb(246,246,246);
	color:rgb(4,47,85);
}

table.toptenData .type{
	white-space:nowrap;
}
