/************************** 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(../../media/images/shared/header_bg.jpg) no-repeat;
}


#Logo{
	position: absolute;
	left: 3px;
	top: 13px;
	width: 250px;
	height: 80px;
	background: url(../../media/images/shared/logo.gif) no-repeat;
}

#Logo a, #Logo a:hover{
	height: 80px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#HeaderShadow{
	width: 960px;
	height: 3px;
	background: url(../../media/images/shared/hd_drilldownshadow.gif) no-repeat;
}
/****************************** SITE HEADER END *****************************/


/*********************** SITE CATEGORY NAVIGATION BEGIN *********************/
#catNav{
	width: 960px;
	height: 48px;
	overflow: hidden;
	background: url(../../media/images/shared/catnav_bg.gif) repeat-x;
}

#catNav ul{
	height: 48px;
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#catNav ul li{
	float: left;
	margin: 0px;
	padding: 17px 12px;
	background: url(../../media/images/shared/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;
	overflow: hidden;
}

#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: 370px;
	height: 48px;
	float: right;
	margin-left: 4px;
}

#UsernameTxt{
	position: absolute;
	left: 6px;
	top: 20px;
	width: 59px;
	height: 9px;
	background: url(../../media/images/shared/username.gif) no-repeat;
}

#PasswordTxt{
	position: absolute;
	left: 150px;
	top: 20px;
	width: 59px;
	height: 9px;
	background: url(../../media/images/shared/password.gif) no-repeat;
}

.hd_LoginField{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 70px;
	top: 14px;
	width: 70px;
	font-size: 11px;
	border: 1px solid #9D9F9D;
	background: #FFFFFF;
}

.hd_PassField{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	left: 215px;
	top: 14px;
	width: 70px;
	font-size: 11px;
	margin: 0px;
	border: 1px solid #9D9F9D;
	background: #FFFFFF;
}

.hd_SubmitButton{
	position: absolute;
	width: 49px;
	height: 23px;
	top: 12px;
	left: 300px;
}

fieldset {
	width: 320px;
	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: #FFFFFF;
	border: 1px solid #0D4A76;
}

.SubmitButton{
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	background: #FFFFFF;
}
/************************** SITE FORM ELEMENTS END **************************/


/**************************** SITE CONTENT BEGIN ****************************/
#DrillDownContent{
	width: 960px;
	overflow: hidden;
	background: url(../../media/images/shared/content.gif) repeat-y;
}

#DrillDownContentArea{
	width: 815px;
	float: right;
	display:inline;
}
/***************************** SITE CONTENT END *****************************/


/**************************** SITE FOOTER BEGIN ****************************/
#Footer{
	width: 960px;
	height: 28px;
	overflow: hidden;
	background: url(../../media/images/shared/footer_bg.gif) repeat-x;
}

#Copyright{
	width: 100%;
	color: #CCCCCC;
	margin: 10px auto;
	text-align: center;
}

#FooterLinks{
	width: 100%;
	color: #CCCCCC;
	margin: 10px auto;
	text-align: center;
}

#FooterLinks a{
	font-weight:bold;
	color: #CCCCCC;
}
/***************************** SITE FOOTER END *****************************/


/************************ SITE CONTENT TEXT BEGIN ***************************/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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{
	text-align: center;
}

table.Site th{
	background: #2C313A;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 8px;
}

table.Site td{
	border: 1px solid #292C31;
	background: #FFFFFF; 
	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;
	background: #FFFFFF;
}

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 LANDING BEGIN ******************************/
#Welcome{
	width: 960px;
	height: 219px;
	background: #21384A;
}

#Adv1{
	width: 210px;
	height: 218px;
	float: left;
	background: url(../../media/images/landing/l_ad.jpg)
}

#FlashImg{
	width: 541px;
	height: 218px;
	float: left;
}

#Adv2{
	width: 209px;
	height: 218px;
	float: left;
	background: url(../../media/images/landing/r_ad.jpg)
}

#SbButton{
	width: 320px;
	height: 32px;
	float: left;
	background: url(../../media/images/landing/sportsbook.jpg) no-repeat;
}

#RbButton{
	width: 320px;
	height: 32px;
	float: left;
	background: url(../../media/images/landing/racebook.jpg) no-repeat;
}

#CasButton{
	width: 320px;
	height: 32px;
	float: left;
	background: url(../../media/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(../../media/images/landing/sb_img.jpg) no-repeat;
}

#RbImg{
	width: 295px;
	height: 143px;
	margin: 11px 0px 11px 25px;
	float: left;
	background: url(../../media/images/landing/rb_img.jpg) no-repeat;
}

#CasImg{
	width: 295px;
	height: 143px;
	margin: 11px 0px 11px 26px;
	float: left;
	background: url(../../media/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(../../media/images/landing/th_autoracing.jpg) no-repeat;
}

#ThBox ul li.Baseball{
	background: url(../../media/images/landing/th_baseball.jpg) no-repeat;
}

#ThBox ul li.Basketball{
	background: url(../../media/images/landing/th_basketball.jpg) no-repeat;
}

#ThBox ul li.Boxing{
	background: url(../../media/images/landing/th_boxing.jpg) no-repeat;
}

#ThBox ul li.Football{
	margin-left: 12px;
	background: url(../../media/images/landing/th_football.jpg) no-repeat;
}

#ThBox ul li.Golf{
	background: url(../../media/images/landing/th_golf.jpg) no-repeat;
}

#ThBox ul li.Hockey{
	background: url(../../media/images/landing/th_hockey.jpg) no-repeat;
}

#ThBox ul li.Horses{
	background: url(../../media/images/landing/th_horses.jpg) no-repeat;
}

#ThBox ul li.Soccer{
	background: url(../../media/images/landing/th_soccer.jpg) no-repeat;
}

#ThBox ul li.Tennis{
	background: url(../../media/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 *******************************/


#NewsMsg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 453px;
	height: 251px;
	margin-top: -180px;
	margin-left: -226px;
	background: url(../../media/images/news/msg.gif) no-repeat;
}

#NewsMsgClose{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
}

#NewsMsgClose a{
	display: block;
	height: inherit;
	outline: none;
	text-decoration: none;
}
