﻿/* from header.css */

/* Header backgound image and logo*/
#hdiv { background: #000; width: 974px; background: #000 url(../pan/css/images/header-betonline.jpg); height: 90px; }
#bet-logo { float: left; height: 64px; width: 500px; }

/* from contentBody.css */

/* Game Period Background */
#contentBody table.sportsPeriod tbody tr td {background-color: #981C1F;vertical-align: middle;}
/* Event Table Header  */
#contentBody table.league thead tr th {color: white;height: 15px;padding: 4px;background-color: #777777;}
/* Date and Time Header */
#contentBody table.league tbody.date tr td {height: 20px;padding-left: 10px;color: black;font-weight: bold;line-height: 20px;background-color: #DDDDDD;}

#contentBody table.league.contest tbody.date tr td {height: 20px;padding-left: 10px;color: white;font-weight: bold;line-height: 20px;background-color: Black;}
/* Game Time Column */
#contentBody table.league tbody.event tr td.col_time {width: 41px;background-color:#DDDDDD;color: black;font-weight: bold;text-align: center;vertical-align:middle;}
/* Propositions Header */
#contentBody table.league tbody.propHead tr td {color: white;height: 15px;padding: 4px;background-color: #777777;font-weight:bold;}

/* from nav.css */

/* Left Nav Menu "Sportsbook" Header */
#nav h2 {background: gray none repeat scroll 0 0;cursor: default;display: block;font-size: 90%;margin: 0 0 1px 2px;padding: 6px 4px 6px 4px;text-align: left;width: auto;color: white;}

/* from slip.css */

/* Event Header background*/
#betslipDiv table.betslip thead tr th {height: 12px;background-color: #666666;padding:2px;font-weight:bold;font-size:80%;color:white;text-align:left;line-height:1.2em;}
/* Bet Type Header */
#betslipDiv table.betslip tbody tr.smplhead td.smplheadTd {height: 22px;background-color: #666666;padding:2px;font-weight:bold;font-size:80%;color:white;text-align:left;line-height:1.2em;border-bottom: 1px solid white;}

/*From jQuery windows-engine.css */
.window-titleBar { 	width:100; height:15px; padding: 1px; text-indent: 3px; text-align:center; font: bold 13px Arial; background-color: #981C1F; color: #FFFFFF;
					cursor: move; overflow: hidden; border-top: 1px solid #AAAAAA; 	border-left: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; }

.window-statusBar{  width:100%; height:15px; padding: 1px; text-indent: 3px; font: bold 13px Arial; background-color: #981C1F; color: #FFFFFF; overflow: hidden;
					border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; }
					
