/*All Games Table start -----*/
#timeTable {margin-top:5px;}
#timeTable table {border-collapse:collapse;}
#timeTable table td {border-top:1px solid #293DA3; border-bottom:1px solid #293DA3;}

tr.one {/*background-color:#FFD200;*/ }
tr.one th {/*color:#0000c6;*/ font-size:1.2em; padding:10px 0 5px 0;color:#fff;}
tr.one th.time {text-align:left; width:70px; padding-left:10px; font-weight:bold;}
tr.one th.name {text-align:left; width:101px; padding-right:10px; font-weight:bold;} 
tr.one th.price {padding-right:15px; width:90px; font-weight:bold; text-align:left;}
tr.one th.prize { padding-right:3px; width:130px; font-weight:bold; text-align:left;}

tr.odd {background-color:#F2FAFF;}
tr.even {background-color:#FFF;}

td.time {width:80px;font-weight:bold;/*color:#0088ff;*/ text-align:center; color:#fff;}
td.name {width:101px; padding-right:10px; font-weight:bold; color:#99D1FF;} 
td.description {}
td.price {width:90px; padding-right:5px; /*color:#FF4000;*/ font-weight:bold;}
td.prize {width:130px;/*color:#FF4000;*/ font-weight:bold; font-size:1.2em; /*text-align:right;*/color:#FFD200;padding:2px 8px 6px 8px;line-height:1.2em;  }
/*All Games Table end -----*/

/*redesign*/
h1 {margin-bottom:0;}
div.hour {background-color:#99ccff; overflow:hidden; width:100%;}
div.hour h3.hour {color:#fff; width:25px; font-size:18px; padding:0 !important; /*overrides '.TVPAGE .c2wrap .col2 h3' in screen.css*/}
table.hour {width:585px;float:right; margin-bottom:2px;}
table.hourHighlighted {width:585px;float:right; margin-bottom:2px;}

tr.odd {background-color:#0F1F88;}
tr.even {background-color:#040F54;}

.nonlive div.hour {background-color:#00B2FF; overflow:hidden; width:100%;}
	.nonlive div.hour.even {background-color:#009EFF;}
.live div.hour {background-color:#FFD200; overflow:hidden; width:100%;}
	.live div.hour.even {background-color:#FFC200;}

/*
.day div.hour {background-color:#FFD200; overflow:hidden; width:100%;}
	.day div.hour.even {background-color:#FFC200;}
.evening div.hour {background-color:#00B2FF; overflow:hidden; width:100%;}
	.evening div.hour.even {background-color:#009EFF;}
.night div.hour {background-color:#CE00FF; overflow:hidden; width:100%;}
	.night div.hour.even {background-color:#B400FF;}
*/

/*.day tr.odd {background-color:#f9f3c6;}
.day tr.even {background-color:#f8e98f;}

.evening tr.odd {background-color:#d6e5ff;}
.evening tr.even {background-color:#b5d0ff;}

.night tr.odd {background-color:#8d12ca;}
.night tr.even {background-color:#4505a2;}*/

table.hourHighlighted tr.odd {background-color:#ffe465;}
table.hourHighlighted tr.even {background-color:#ffe465;}

div.hourControl {background-color:#99ccff; border-top:1px solid #0000c6;border-bottom:1px solid #0000c6; margin-bottom:5px;}
div.hourControl p {background-color:#99ccff; font-weight:bold; padding:3px 10px;text-align:center;}
div.hourControl p img {margin-right:5px; vertical-align:middle;}
div.hourControl p a {color:#0000c6;}

div.header {background:url(../img/tableheader_bg.jpg) no-repeat bottom center; height:31px;}
div.odd {background-color:#99ccff;}
div.even {background-color:#84C1FF;}

div.title {float:left;}

div#passedHours {display:none;}
div#passedHours div.odd {background:#ccc;}
div#passedHours div.even {background:#bbb;}
div#passedHours tr.odd {background-color:#eee;}
div#passedHours td {border-top:1px solid #bbb; border-bottom:1px solid #bbb;}

div#passedHours td.time {color:#999;}
div#passedHours td.name {color:#777;} 
div#passedHours td.description {color:#777;}
div#passedHours td.price {color:#aaa;}
div#passedHours td.prize {color:#aaa;}


#timesInfo {margin-bottom:20px;}
