/************************** SITE COMMON STUFF BEGIN *************************/
html{
 overflow-x: hidden;
 overflow-y: auto;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 color: #454545;
 font-size: 11px;
 background: #111113;
}

#site{
 position: relative;
 width: 960px;
 margin: 0px auto;
 text-align: justify;
 overflow: auto;
}

.imglink{
 display: none;
}
/*************************** SITE COMMON STUFF END **************************/


/***************************** SITE HEADER BEGIN ****************************/
#header{
 width: 960px;
 height: 112px;
 background: url(../images/common/header_bg.jpg) no-repeat;
}

#headerDrilldownShadow{
 width: 960px;
 height: 3px;
 background: url(../images/common/hd_drilldownshadow.gif) no-repeat;
}

#headerWShadow{
 width: 960px;
 height: 3px;
 overflow: hidden;
 background: url(../images/common/hd_Wshadow.gif) repeat-x;
}

#logo{
 position: absolute;
 top: 13px;
 left: 3px;
 width: 250px;
 height: 80px;
 background: url(../images/common/logo.gif) no-repeat;
}

#logo a, #logo a:hover{
 height: 89px;
 display: block;
 color: #000000;
 text-decoration: none;
}
/****************************** SITE HEADER END *****************************/


/*********************** SITE CATEGORY NAVIGATION BEGIN *********************/
#catNav{
 width: 960px;
 height: 48px;
 overflow: hidden;
 background: url(../images/common/catnav_bg.gif) repeat-x;
}

#catNav ul{
 height: 48px;
 margin: 0px;
 padding: 0px;
 display: inline;
 list-style-type: none;
}

#catNav ul li{
 margin: 0px;
 padding: 17px 10px;
 float:left;
 background: url(../images/common/catnav_divider.gif) no-repeat top right;
}

#catNav ul li a{
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

#catNav ul li a:hover{
 color: #424f56;
 text-decoration: none;
}

#catNav ul li.selected a{
 color: #990000;
 font-weight: bold;
 text-decoration: none;
}

#catNav ul li.selected a:hover{
 color: #990000;
 text-decoration: none;
}
/************************ SITE CATEGORY NAVIGATION END **********************/


/****************************** SITE MENU BEGIN *****************************/
#menu{
 width: 140px;
 float: left;
 margin: 0px 0px 20px 0px;
 padding: 0px;
 display: inline;
}

#menu ul{
 margin: 10px 0px 10px 0px;
 padding: 0px;
 list-style-type: none;
}

#menu ul li ul{
 display: inline;
}

#menu ul li, #menu ul li.selected{
 font-size: 11px;
 margin: 3px 0px 3px 12px;
 padding: 0px
}

#menu ul li a{
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

#menu ul li a:hover{
 text-decoration: underline;
}

#menu ul li.selected a, #menu ul li.selected a:hover{
 color: #FCCA5B;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
/******************************* SITE MENU END ******************************/


/************************* SITE FORM ELEMENTS BEGIN *************************/
#loginForm{
 position: relative;
 width: 210px;
 height: 48px;
 float: left;
 margin-left: 4px;
}

#usernameTxt{
 position: absolute;
 left: 6px;
 top: 20px;
 width: 59px;
 height: 9px;
 background: url(../images/common/username.gif) no-repeat;
}

#passwordTxt{
 position: absolute;
 left: 150px;
 top: 20px;
 width: 59px;
 height: 9px;
 background: url(../images/common/password.gif) no-repeat;
}

.hd_loginField{
 position: absolute;
 font-family: Arial, Helvetica, sans-serif;
 left: 70px;
 top: 15px;
 width: 70px;
 font-size: 11px;
 background-color: #FFFFFF;
 border: 1px solid #9D9F9D;
}

.hd_passField{
 position: absolute;
 font-family: Arial, Helvetica, sans-serif;
 left: 215px;
 top: 15px;
 width: 70px;
 font-size: 11px;
 background-color: #FFFFFF;
 border: 1px solid #9D9F9D;
}

.hd_submitButton{
 position: absolute;
 left: 300px;
 top: 12px;
}

fieldset { 
 width: 300px;
 border: 1px solid #424542; 
 margin: 0px 0px 10px 0px;
 padding: 5px 7px;
}

fieldset legend {
 font-weight: bold;
 padding: 0px 3px;
 color: #424542;
 margin: 0px;
}

fieldset ol {
 margin: 8px;
 padding: 0px;
 overflow: hidden;
}

fieldset ol li {
 width: 300px;
 padding: 0px;
 margin: 5px 0px;
 height: 15px;
 float: left;
 list-style: none;
}	

fieldset ol li label {
 line-height: 1.8em;
 vertical-align: top;
 float: left;
}
	
fieldset ol li em {
 font-weight: bold;
 font-style: normal;
 color: #ff0000;
 padding: 4px 5px;
 float: right;
 vertical-align: middle;
 overflow: hidden;
}

fieldset ol li .inputfield{
 float: right;
 display: inline;
}

.inputfield{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 width: 190px;
 background-color: #FFFFFF;
 border: 1px solid #0D4A76;
}

.submitButton{
 font-family: Arial, Helvetica, sans-serif;
 width: 110px;
 font-size: 11px;
 font-weight: bold;
 background-color:white;
}
/************************** SITE FORM ELEMENTS END **************************/


/**************************** SITE CONTENT BEGIN ****************************/
#DrillDownContent{
 width: 960px;
 background: url(../images/common/content.gif) repeat-y;
 overflow: hidden;
}

#DrillDownContentArea{
 width: 815px;
 float: right;
 display:inline;
}

#Wcontent{
 width: 100%;
 overflow-x: auto;
 overflow-y: hidden;
 background: #FFFFFF;
}

#WcontentError{
 width: 960px;
 overflow: hidden;
 background: #FFFFFF;
}
/***************************** SITE CONTENT END *****************************/


/**************************** SITE FOOTER BEGIN ****************************/
#footer{
 width: 960px;
 height: 28px;
 overflow: hidden;
 background: url(../images/common/footer_bg.gif) repeat-x;
}

#copyright{
 width: 100%;
 color: #CCCCCC;
 margin: 10px auto;
 text-align: center;
}
/***************************** SITE FOOTER END *****************************/


/************************ SITE CONTENT TEXT BEGIN ***************************/
h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #424542;
}

h3{ /* ERROR HEADER */
 color: #990000; 
 font-size: 11px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px 20px 0px;
}

dt{
 text-align: justify;
 margin: 2px 0px;
 padding: 0px;
 font-weight: bolder;
}

dd{
 text-align: justify;
 margin: 8px 10px 8px 15px;
 padding: 0px;
}

hr{
 width: 80%;
 height: 1px;
 clear: both;
 border-bottom: 0px;
 text-align: center;
}

ul,ol{
 margin:0px;
 padding:0px 25px;
}

li{
 margin: 6px 0px;
 padding: 0px;
}

table.site{
 background: #FFFFFF;
 text-align: center;
}

table.site th{
 background: #2C313A;
 text-align: center;
 color: #FFFFFF;
 padding: 3px 8px;
}

table.site td{
 border: 1px solid #292c31;
 padding: 3px 8px;
}

table.site td.spacer{
 border: 0px;
 padding: 0px;
 height: 2px;
 line-height: 2px;
 background: #FFFFFF;
}

table.site td.emphasis{
 background: #EFEFEF;
 text-align: left;
}

table.site td.alt{
 background: #EFEFEF;
}

table.site td.clear{
 border: 0px;
}

p{
 padding: 0px;
 margin: 11px 0px;
 text-align:justify;
}

p a, td a{
 color: #4d576f;
 font-weight: bold;
 text-decoration: none;
}

p a:hover, td a:hover{
 text-decoration: underline;
}
/************************* SITE CONTENT TEXT END ****************************/

/**************************** SITE NEWS BEGIN *******************************/
#newsbox{
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -220px;
 margin-top: -140px;
 width: 440px;
 height: 290px;
 background: url(../images/news/xmas2008.jpg) no-repeat;
}

#newsbox a{
 height: 290px;
 display: block;
 text-decoration: none;
}
/***************************** SITE NEWS END ********************************/

/************************** SITE LANDING BEGIN ******************************/
#welcome{
 width: 960px;
 height: 219px;
 background: #21384A;
}

#adv1{
 width: 210px;
 height: 218px;
 float: left;
 background: url(../images/landing/l_ad.jpg)
}

#flashImg{
 width: 541px;
 height: 218px;
 float: left;
}

#adv2{
 width: 209px;
 height: 218px;
 float: left;
 background: url(../images/landing/r_ad.jpg)
}

#sbButton{
 width: 320px;
 height: 32px;
 float: left;
 background: url(../images/landing/sportsbook.jpg) no-repeat;
}

#rbButton{
 width: 320px;
 height: 32px;
 float: left;
 background: url(../images/landing/racebook.jpg) no-repeat;
}

#casButton{
 width: 320px;
 height: 32px;
 float: left;
 background: url(../images/landing/casino.jpg) no-repeat;
}

#sbButton a, #rbButton a, #casButton a{
 height: 32px;
 display: block;
 text-decoration: none;
}

#thBox{
 width: 960px;
 height: 262px;
 overflow: hidden;
 background: #424F56;
}

#sbImg{
 width: 295px;
 height: 143px;
 margin: 11px 0px 11px 12px;
 float: left;
 background: url(../images/landing/sb_img.jpg) no-repeat;
}

#rbImg{
 width: 295px;
 height: 143px;
 margin: 11px 0px 11px 25px;
 float: left;
 background: url(../images/landing/rb_img.jpg) no-repeat;
}

#casImg{
 width: 295px;
 height: 143px;
 margin: 11px 0px 11px 26px;
 float: left;
 background: url(../images/landing/cas_img.jpg) no-repeat;
}

#thBox ul{
 margin: 0px;
 padding: 0px;
 display: inline;
 list-style: none;
}

#thBox ul li{
 width: 80px;
 height: 80px;
 float: left;
 margin: 4px 0px 0px 15px;
}

#thBox ul li.autoracing{
 background: url(../images/landing/th_autoracing.jpg) no-repeat;
}

#thBox ul li.baseball{
 background: url(../images/landing/th_baseball.jpg) no-repeat;
}

#thBox ul li.basketball{
 background: url(../images/landing/th_basketball.jpg) no-repeat;
}

#thBox ul li.boxing{
 background: url(../images/landing/th_boxing.jpg) no-repeat;
}

#thBox ul li.football{
 margin-left: 12px;
 background: url(../images/landing/th_football.jpg) no-repeat;
}

#thBox ul li.golf{
 background: url(../images/landing/th_golf.jpg) no-repeat;
}

#thBox ul li.hockey{
 background: url(../images/landing/th_hockey.jpg) no-repeat;
}

#thBox ul li.horses{
 background: url(../images/landing/th_horses.jpg) no-repeat;
}

#thBox ul li.soccer{
 background: url(../images/landing/th_soccer.jpg) no-repeat;
}

#thBox ul li.tennis{
 background: url(../images/landing/th_tennis.jpg) no-repeat;
}


#thBox ul li.autoracing a, #thBox ul li.baseball a, #thBox ul li.basketball a, #thBox ul li.boxing a, #thBox ul li.football a, #thBox ul li.golf a, #thBox ul li.hockey a, #thBox ul li.horses a, #thBox ul li.soccer a, #thBox ul li.tennis a{
 height: 80px;
 display: block;
 color: #424F56;
 text-decoration: none;
}
/*************************** SITE LANDING END *******************************/
