<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************
HTML Tags
******************/ 

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 auto;
	font-size: 12px;
	padding: 0;
	background:#0b0b0b;
	}
.figure_numer{
	color: #caff11;
	background:#222222;
}

.selectors{
	padding:5px;	
}

.content_container{
	width:90%;
	margin:20px auto 0 auto;
}
#pmessage_container .tblRaceSelections{
	border:none;
	background:none;
	color:#060;
	font-size:16px;
	margin:0;
}
#content p, #content-right p, table {
	margin:0px 0px 20px 0px;
	}

#content-right img {
	border:none; 
	}

#breadcrumb-right label {
	display:none;
	 	
	}

.popup_body{
	background:#000;
	color:#fff;
}
.popup_page_content{
	padding:20px;
	display:inline-block;
}

.bgd_preview{
	text-align:center;
	margin-bottom:20px;
	cursor:pointer;
	float:left;
	margin:5px;
	border:1px solid #fff;
	padding:5px;
}
.bgd_preview:hover{
	border:1px solid #ce571d;
}


/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}



#breadcrumb-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

#breadcrumb-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-right form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#ff0000;
	text-decoration:underline;
	}

a:visited {
	color:#ff0000;
	text-decoration:underline;
	}

a:hover {
	color:#ff0000;
	text-decoration:underline;
	}

a:active {
	color:#669966;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	color:#FF0000;
	}

#mainnav-container a:visited {
	color:#FF0000;
	}

#mainnav-container a:hover {
	color:#FF6633;
	text-decoration:none;
	}

#mainnav-container a:active {
	color:#669966;
	}

/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF;
	}


#breadcrumb-container a{
	/*font-weight: bold;
	font-size: 13px;
	color: #242424;
	text-decoration: none;
	margin-right: 20px;
	background: url(images/tab_bg.gif) top left no-repeat;
	padding: 1px 5px;
	line-height: 40px;
	background-position: -30px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #888888;*/
}
#breadcrumb-container a:hover{
	/*font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
	background: url(images/tab_bg.gif) top left no-repeat;
	padding: 1px 5px;
	line-height: 40px;
	background-position: -30px -21px */
}	


/******************
HEADINGS
******************/

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
/******************
LAYOUT STYLES
******************/

#mainnav-container {
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	margin-bottom:1px;
	background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

#mainnav-side {
	text-align:right;
	}

#header {
	margin-bottom:1px;
	color:#000000;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	height: 120px;
	background:#090909;
	vertical-align:top;
	color:#FFFFFF;
	table-layout:fixed;
	font-size:1.8em;
	font-weight:bold;
	}

.playerinfo{
	background: url(images/player_info_back.png) no-repeat;
	float: left;
	height:148px;
	width:179px;
	margin-top:-10px;
	display:none; /*VRB CHANGE*/
}
.site_logo{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
.main_menu{
	  background: url(images/main_menu_back.jpg) top repeat-x;
	  height: 33px;
	  margin-top: -25px;
	  font-weight: normal;
	  font-size: 14px;
	  line-height: 33px;
	  border-top: 1px solid #242426;
	  border-bottom: 1px solid #242426;
	  text-transform:uppercase;
	  text-align:center;
}
.main_menu a{
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}
.main_menu a:hover{
	color: #bdbdbd;
	text-decoration: none;
	margin-right: 20px;
}
.second_menu{
	float: right;
	font-weight: normal;
	font-size: 14px;
	text-transform:uppercase;
	height:46px;
	line-height:46px;
	margin-top: 62px;
	/*background:url(images/tabs_hole_back_2.png) no-repeat; 25600060*/
	width:475px;
	margin-right: 170px;
}

.second_menu_item{
	width:75px;
	height:43px;
	background:url(images/backline_menu.jpg) repeat-x;
	float:right;
	text-align:center;
	border-left:1px solid #2e2e30;
	border-right:1px solid #2e2e30;
}

.second_menu_item_highlight{
	width:75px;
	height:43px;
	background:url(images/backline_menu_hi.gif) repeat-x;
	float:right;
	text-align:center;
	border-left:1px solid #2e2e30;
	border-right:1px solid #2e2e30;
}


/*cashier link*/
#ctl00_WagerLnk_lnkCashier{
	color:#090;
  	animation: blink 1s infinite;
	font-weight:bold;
}
@keyframes blink {
  50% {
    color:#0F0;
  }
}


.second_menu_item_on{
	background:url(images/backline_menu_on.jpg) repeat-x !important;
}

.left_round{
	-moz-border-radius: 10px 0 0 0;
	-khtml-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

.right_round{
	-moz-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}


.header_container{
	width:1029px;
	margin:0 auto;	
}
.second_menu a{
	color: #fff;
	text-decoration: none;
}
.second_menu a:hover{
	color: #dddddd !important;
	text-decoration: none;
}
.figures_link{
	float: right;
	background: #006ab6;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-left: 20px;
  	margin-top: 65px;
	width:150px;
	text-align:center;
}
#ctl00_HeaderFigures1_lblAccount{
	background: url(images/figure_arrow.png) no-repeat right;
  	padding-right: 30px;
}
#crlHdrFigures{
	font-size:12px;
}
.din_figures{
	background: #006ab6;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	width:150px;
	position:absolute;
	margin-left: 859px;
  	top: 112px;
	display:none;
	z-index:1;
}

.din_figures table{
	margin:0;
}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	}

#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container
{
	text-align:center;
}

#breadcrumb-left {
	vertical-align:top;
	width: 980px;
	margin: 0 auto;
}

#breadcrumb-right {
	text-align:right;
	}

#content-container {
	width:100%;
	padding:0px;
	margin:0px 0px 1px 0px;
	table-layout:fixed;
	}

#content-left {
	background-color:#F6F6F6;
	width:150px;
	padding:10px;
	vertical-align:top;
	}

#content-right {
	background-color:#F6F6F6;
	width:120px;
	padding:10px;
	vertical-align:top;
	}
	
.player_data{
	display:none; /*VRB CHANGE*/ 
	color: #000;
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	margin-left: 25px;
	text-align: center;
	width: 130px;
}

#content {
	
	vertical-align:top;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	table-layout:fixed;
	}

#three-column-left {
	width:30%;
	padding-right:3%;
	vertical-align:top;
	}

#three-column-middle {
	width:30%;
	vertical-align:top;
	}

#three-column-right {
	width:30%;
	padding-left:3%;
	vertical-align:top;
	}

#footer {
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	text-align:center;
	background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
	table-layout:fixed;
	}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 0px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(images/bullet.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}
	

/******************
CLASSES
******************/
.center
{ 
    text-align: center;
}

.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(images/background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(images/bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	}

.none {
	display:none;
	}	

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-right ul.list, #content-right ul.link-list-vertical,
#content-left ul.list, #content-left ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-right ul.list li,
#content-left ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li,
#content-left ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-right ul.link-list-vertical li a:link,
#content-left ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:visited,
#content-left ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-visited.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:hover,
#content-left ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-hover.gif) no-repeat;
	background-position:0 .6em;
	}

#content-right ul.link-list-vertical li a:active,
#content-left ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(images/bullet-link-active.gif) no-repeat;
	background-position:0 .6em;
	}


/******************
TABLE STYLES
******************/

.table
{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    border: 1px solid #D0D0BF;
    border-collapse: collapse;
    text-align: left;
}
	


thead th, tfoot th {
	background-color:#E8E8E8;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	}
	

/******************
LIVE Lines
*******************/
#menuLiveLines
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
#menuLiveLines ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}
#menuLiveLines a
{
    text-decoration: none;    
}
#menuLiveLines ul a
{
    color: #999933;
    text-decoration: none;
}

#menuLiveLines ul a:hover
{
    text-decoration: underline;
}

/******************
LEAGUE REGION
******************/
.Region
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
.Region ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}
.Region a
{
    text-decoration: none;    
}
.Region ul a
{
    color: #999933;
    text-decoration: none;
}
.Region ul a:hover
{
    text-decoration: underline;
}

/******************
RACING
******************/
.tblRaceSelections
{
    background-color:#F6F6F6;
    width:100%;
	color:#000;
}
.racenewtitle{
	color:#000;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;	
}
.tblRaceSelections a
{
}
.TrackName
{
	color:#000;
	text-align:center;
}
.TrackDateHeader
{
    width: 100%;
    height: 30px;
    letter-spacing: 1px;
	text-align:center;
	color:#000;
}
.racedate{
	text-align:center;
	width:250px;
	padding-top:10px;
	margin:0 auto;
	border-top:1px solid#000;
}
.racefloatbtn{
	float:right;
	margin-top: -35px;
}
.TblTrackRaces
{
    border-right: #636363 1px solid;
    border-left: #636363 1px solid;
    border-bottom: #636363 1px solid;
	color:#000;
}
.TblTrackRaces td
{
    border-top: #FFF 1px solid;
    border-bottom: #B8C2C4 1px solid;
    padding:5px;
    background-color: #efefef;
}

.wagermenuraceitem{
	border: 1px solid #959595;
	padding:5px;
}
.wagermenuraceitem a{
	text-decoration:none;
}
.wagermenuraceitem a:hover{
	text-decoration:underline;
}
.wagermenutable{
	margin-right:10px;
}
.wagermenuraceitem_title{
	background: #cccccc;
    border: 1px solid #9d9d9d;
	color: #3E4347;
    font-weight: bold;
}

#race-menu  {
}

#race-menu .branch-open,
#race-menu .branch-closed {
    padding-bottom:1px;    
}

#race-menu .branch-open .title, #race-menu .branch-closed .title
{
    cursor: pointer;
    background: url(images/blackback.jpg) repeat-x top !important;
    font-size: 14px;
    height: 29px !important;
    font-weight: bold;
	color:#fff;
	line-height: 30px;
    padding: 5px;
}

#race-menu .branch-open .title .sign {
    background:url(images/minus.gif) top left no-repeat;
    float:left;
    width: 19px;
    height: 9px;
	margin-top: 10px;
}

#race-menu .branch-closed .title .sign{
    background:url(images/plus.gif) top left no-repeat;
    float:left;
    width: 19px;
    height: 9px;
	margin-top: 10px;
}

#race-menu .branch-open table  {
    padding:0px 0px 4px 0px;
}

#race-menu .branch-closed table{
    display:none;
}


#left-menu  {
}

#left-menu .branch-open,
#left-menu .branch-closed {
    padding-bottom:1px;
}

#left-menu .branch-open .title,
#left-menu .branch-closed .title  {
    padding:4px 2px 4px 20px;
    color:#3E4347;
    font-weight:bold;
    cursor:pointer;
}

#left-menu .branch-open .title {
background:url(images/icon-minus.gif) #cccccc 5px -2px no-repeat;
border:1px solid #9d9d9d;
}

#left-menu .branch-closed .title {
background:url(images/icon-plus.gif) #cccccc 5px -2px no-repeat;
border:1px solid #9d9d9d;
}

#left-menu .branch-open .children  {
    display:block;
    padding:0px 0px 4px 0px;
	width:146px;
}

#left-menu .branch-closed .children  {
    display:none;
}

#left-menu div.leaf {
	border:1px solid #959595;
	border-top:none;
	padding:5px;
}

#left-menu div.leaf-selected {
    padding:1px 2px 1px 14px;
    background:#C7D3D9;
	font-weight:bold;
}

#left-menu div.leaf-disabled {
    padding:1px 2px 1px 14px;
    color:#A1ACB3;
}

#left-menu div.leaf a:link,
#left-menu div.leaf a:visited {
    text-decoration:none;
    display:block;
    padding:1px 2px 1px 14px;
}

#left-menu div.leaf a:hover {
    text-decoration:underline;
    background-color:#F4FCFF;
}

#left-menu  div.leaf div.race-info {
	padding-left: 14px;
	padding-bottom: 10px;	
}


/******************
SPORTS CLASSES
******************/
	
.WagerContainer
{
    color:#333333;
    background-color:#F7F6F3;
    border-color:#E6E2D8;
    border-width:1px;
    border-style:Solid;
}	
.WagerTable
{
    font-size: 12px;      
    background-color: #ffffff;
    padding: 15px;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    
}
.WagerTable2
{
    font-family: Arial;
    background-color: #f1efee;
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
}

.bold 
{
    color: #770000;
    font-weight:bolder;
}
.dvMsgclose
{
    background-image: url(images/msg_close.png);
    position: relative;   
    right: -20px; 
    top: -20px;
    cursor: pointer;
    height: 35px;
    width: 35px;     
}
/******************
SCHEDULE CLASSES
******************/
.LeagueTitle
{
    font-weight: bolder;
    font-size: small;
    color: #ff0000;
    font-family: Arial;
}
.GameHeader
{
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    background-color: #1f2122;
}
.GameHeader td{
	padding:10px;
	font-size:14px;
	background:#000;
}
.GameBanner
{
    color: #fff;
    background-color: #000;
    font-weight: bold;
	text-align:left;
	padding:10px 20px;
	display:none;
}
.GameBannerAuto
{
    color: #fff;
    background-color: #000;
    font-weight: bold;
	text-align:left;
	padding:10px 20px;
}
.GameBanner td, .GameBannerAuto td
{
	padding:10px 20px;
}

.TNTHeader
{
    color: #fff;
    background-color: #000;
    font-weight: bold;
	text-align:left;
	padding:10px 20px;
}
.TNTHeader td
{
	padding:10px 20px;
}

.TrTntDetail
{
    FONT-SIZE: x-small;
    BACKGROUND-COLOR: white;
    text-align: left;
}

.TrTntDetail
{
    FONT-SIZE:14px;
    BACKGROUND-COLOR: #cacaca;
}
.TrTntDetail td{
	padding:10px;
	color:#0a0a0a;
	border-bottom: 1px solid #fff;
}

.TrGameOdd
{
    FONT-SIZE:14px;
    BACKGROUND-COLOR: #cacaca;
}
.TrGameOdd td{
	padding:2px;
	color:#0a0a0a;
}
.TrGameEven
{
    FONT-SIZE:14px;
    BACKGROUND-COLOR: #ffffff;
}
.TrGameEven td{
	padding:2px;
	color:#0a0a0a;
}
.TntHeader
{
    font-weight: bolder;
    font-size: small;
    text-transform: uppercase;
    font-family: Arial;
    background-color: #d3d3d3;
}
/******************
SIGNUP CLASSES
******************/
.SignUpHeader
{
    background-color: #b44040;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Verdana;
    font-size: 14px;
}
.SignUpOuter
{
    background-color: #c2bfc2; 
}
.SignUpInner
{
    background-color: #F6F6F6;
    color: #000088;
    font-family: Arial, Verdana;
    text-align: left;
}
.SignUpPasswordFont
{
    color: #880000;
    font-weight:bolder;
}
.SignUpPasswordField
{
    background-color: yellow;
}
/******************
LINE CHANGE CLASSES
******************/
.LineChange 
{
    color: #ff0000;
    font-weight:bolder;
}

/******************
UPCOMING RACES IDS
******************/
.Header
{
  background: url(images/header_bg.gif);
  background-color: #F6F6F6;
  
  border: #c0c0c0 1px solid; 
  border-bottom-width: 0px; 
  font-family: tahoma; 
  font-size: 11px;
  font-weight: bold; 
  padding: 5px; 
  cursor: default; 
}

.Rotator 
{
  border:solid 1px #c0c0c0; 
  width:450px; 
  height:30px; 
  padding:3px;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{
  border:solid 1px white; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.NewsTitle
{
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:underline; 
  color:Black;
}

.NewsText
{
  font-family:Verdana;
  font-size:10px;   
  color:Black;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:gray; 
}

/******************
FILL OPEN CLASSES
******************/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #b0c4de;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    border:1px silver solid; 
    background-color:#F6F6F6;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:left;
}

.accordionContent ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}

/*******Reset Password*********/

.TDLevel00
{
    background-image:url(images/Level00.jpg);
    vertical-align:top;
    background-repeat:repeat-x;
    background-color:#FFF;
}
.TDLevel01
{
    background-image:url(images/Level01.jpg);
    vertical-align:top;
    background-repeat:repeat-x;
    background-color:#FF0000;
}
.TDLevel05
{
    background-image:url(images/Level05.jpg);
    vertical-align:top;
    background-repeat:repeat-x;
    background-color:#FFFF00;
}
.TDLevel10
{
    background-image:url(images/Level10.jpg);
    vertical-align:top;
    background-repeat:repeat-x;
    background-color:#00FF00;
}
.ImgCool
{
    background-image:url(images/Cool.jpg);
    width:20px;
    height:20px;    
}
.ImgEmpty
{
    background-image:url(images/Empty.jpg);   
    width:20px;
    height:20px;  
}
#TBBar
{
    border:solid 1px #000; 
}

/*NEW SCHEDULE CLASS*/
div.OpenSpot
{
    background-color:#999;
    
    border:1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    
    text-align:left;
    padding:3px;  
    display:table;
    float:left;
	position: absolute;
    margin-top: 35px;
    margin-left: 500px;
}
div.OpenSpot b
{
    color:#FFF;
    font-size:15px;
    text-align:center;    
}
div.OpenSpot span
{
    color:#FFF;    
}
div.SpotOption
{  
    display:table-row;
}
div.OptionText
{
    display:table-cell;
}
div.OptionChoose
{
    display:table-cell;
}

/*LEAGUE*/
div.ScheduleLeague
{    
    display:table;
    width:100%;
}
div.ScheduleLeagueTop
{
display:table-row;
height: 20px;
}
div.ScheduleLeagueTitle
{
    display:table-cell;    
    font-weight: bolder;
    font-size: small;
    color: #ff0000;
    font-family: Arial;
    float:left;
    margin-left:10px;
}
div.ScheduleLeagueTimeStamp
{
   display:table-cell; 
   float:right;
   margin-right:10px;
}
div.ScheduleLeagueBottom
{
   display:table-row;
   border-top:1px solid #ccc;
   height:40px;
}
div.ScheduleLeagueButton
{
    display:table-cell;
    float:right;
    margin-right:10px;
	margin-top:10px;
	margin-bottom:20px; 
}
div.ScheduleLeagueGames
{
    width:100%;
    padding-bottom:10px;
    padding-top:10px; 
}

div.ScheduleGame
{
    display:table;
    width:100%;
    text-align:center;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#FFF;
    padding-bottom:10px;
	border-collapse: collapse;
	margin:0 auto;
}
div.ScheduleGameTitle
{
    display:table-row;  
    font-weight: bolder;
    font-size: small;
    color: #666;
    font-family: Arial;
}
.ScheduleGameTitle div{
	padding:10px;
	background:url(images/table_header.jpg) repeat-x #23699f top;
	color:#fff;
	border-right: 1px solid #000;
	text-transform:uppercase;
}

div.ScheduleGameOver
{
    display:table-row;
	border-bottom: 1px solid #a7a8af !important; 
    font-size: 14px;
    color: #000;
    font-family: Arial;
	background:url(images/table_td_new.jpg) repeat-x bottom #fff;
	line-height:35px;
}

div.ScheduleGameEven
{
    display:table-row;
	border-bottom: 1px solid #a7a8af !important; 
    font-size: 14px;
    color: #000;
    font-family: Arial;
	background:url(images/table_td_new.jpg) repeat-x bottom #fff;
	line-height:35px;
}

div.ScheduleGameBanner
{
    color: #fff;
    background:url(images/box_back.jpg);
    font-weight:normal;
	padding: 5px 0 5px 20px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:bold;
}

/*******************/
/* EVENTS SCHEDULE */
div.EventContent
{
    width:100%;
    background-color:#999; 
    padding-bottom:5px;
    padding-top:2px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    display:none;
}
div.EventTitle
{
    width:100%;
    background-color:Navy;
    color:#FFF;
}

div.ScheduleGameEvent
{
    display:table;
    width:98%;
    text-align:center;
    
    border:1px solid #ccc;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#FFF;
    padding-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}

div.ScheduleGameEventTitle
{
    display:table-row;  
    font-weight: bolder;
    font-size: small;
    color: #666;
    font-family: Arial;
}
.ScheduleGameEventTitle div{
	padding:10px;
	background-color: #1f2122;
	color:#fff;
}



.divSport
{
    height: 32px;
	line-height:27px;
	font-weight:bold;
    clear: both;
    
    width: 340px;
    display: block;
    background-color: #1a1c1e; /* border radius */
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-top:5px;
    color:#FFF;
	text-align: left;
	border:1px solid #3a3939;
	border-bottom:none;
}
.anchorSport{
	margin-left:20px;
}

.divSport a {
	color:#FFF;
	padding-top:5px;
	text-decoration:none;
}

.divSportSelected, .divSportSelected a
{
    background-color: #808080;
    color: #000000 !important;
}
.sport_box_sbo{
	float:left;	
	margin:10px;
}
#divSportSymbol{
	float:left;
	padding-left:5px;
	font-size:24px;
	color:#caff11;
	cursor:pointer;
	margin-top: -2px;
}
#divRegionSymbol {
	float:left;
	font-size:13px;
	cursor:pointer;
}
.divLeagueContainer {
	background:url(images/box_back.jpg) !important;
	border: 1px solid #000000;
	color:#cccccc;
	font-size:12px;
	overflow:hidden;
	padding:5px;
	overflow:auto;
	display:none;
}
.divLeagueBox2{
	width:95%;
	margin:0 auto !important;
	background:#010101;
	border:1px solid #343434;
	padding:5px;
}
.sports_menu_container{
	padding:10px;
	margin-top:20px;
	font-size: 18px;
  	text-transform: uppercase;
}
.sport_select{
	font-size: 18px;
	padding: 5px;
	text-transform: uppercase;
	background:#3c3e40;
	color:#fff;
}
.divLeagueContainer:hover {
	background:url(images/box_back.jpg) !important;
}
.sports_box_container{
	width:980px;
	margin: 0 auto;
}

.ticket_icon{
	position: absolute;
  	top: 5px;
  	margin-left: 970px;
	display:none;
}
.ticket_text{
	position: absolute;
	margin-left: 850px;
	top: 30px;
	text-transform: uppercase;
	font-size: 16px;
	display:none;
}


.payouts_icon{
	position: absolute;
  	top:9px;
  	margin-left:700px;
	display:none;
}
.payouts_text{
	position: absolute;
	margin-left:530px;
	top: 30px;
	text-transform: uppercase;
	font-size: 16px;
	display:none;
}
.circle_alert{
	background: url(images/circle_alert.png) no-repeat;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
    left:30px;
    top:-5px;
    position: absolute;
}

.text_ticker{
	width:1000px;
	margin:0 auto;
	padding: 5px 0;
	display:none;
}
.text_ticker a{
	color:#fff;
	text-decoration:none;
}
.text_ticker a:hover{
	color:#fff;
	text-decoration:none;
}


.external_container{
	width:1000px;
	margin:0 auto;
}
.important_item{
	font-weight:bold;
}
a.important_item{
	color:#eccc0c;	
}
a:hover.important_item{
	color:#FF0;	
}

.new_features_container{
	display:none;
	background: #006ab6;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	color:#fff;
	width:1000px;
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index:1;
	text-align:center;
}

#ctl00_WagerLnk_lnkPoker{
	font-weight:bold;
	color:#FF0;
}
#games_supercontainer{
	/*display:none;*/
}

#ctl00_WagerContent_can_1{
	/*display:none;*/
}
#extra_links_table{
	/*display:none;*/
}
#ctl00_WagerContent_ctl00_goback_btn{
	/*display:none;*/
}

.plus_sign{
	margin-top: 7px;
    position: absolute;
    margin-left:10px;
}
.info_sign{
	position: absolute;
    margin-left:10px;
    margin-top: 40px;
}
.info_btns{
	width:85px;
}
.info_btns_header{
	background: none !important;
    border: none !important;
    width: 45px;
}
.info_sign img{
	display:none;
	cursor:pointer;
}
.plus_sign img{
	cursor:pointer;
}
.live_bottom{
	background: #eeeeee;
  	padding: 10px;
	margin-bottom:50px;
	color:#000;
}



/*New sports menu*/

.main_open_supersports{
	margin-bottom:30px;
	margin-top: 50px;
	position:absolute;
}

.btype_dd_box{
	position:absolute;
	margin-top:-34px;	
}

.btype_dd_box_moved{
	left:190px;	
}

.banners_xbox{
	margin-top: 75px;
    position: absolute;
    margin-left: 360px;
}

.floating_sports_menu{
	position:fixed;
	left:0;
	width:275px;
}

.btype_dd{
	padding: 7px;
    text-transform: uppercase;
    background: #2d89cc;
    color: #fff;
    font-weight: bold;
	width: 290px;
    text-align: center;
}

.fill_menu_bar{
	/*left:360px;*/
	background:url(images/new_btn_orange.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	float:left;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	position: absolute;
    margin-top: -35px;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	width: 130px;
}
.liverules_btn{
	background:url(images/new_btn_orange.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	float:left;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	position: absolute;
    margin-top: -35px;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	margin-left:25px;
}
.liverules_content{
	background:#000;
	color:#fff;
	padding:10px;
	text-align:center;	
	display:none;
	margin-top: 10px;
    margin-left: 25px;
}
.sports_menu_bar{
	background:url(images/black_back.jpg) top repeat-x;
	height:33px;
	margin-bottom:10px;
	float:left;
	width:1160px;
	color:#575757;
	line-height:33px;
	font-size:18px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.sports_menu_bar a{
	color:#fff;
	font-weight:lighter;
    font-size:14px;
    text-decoration: none;
    margin:0px;
    background:none;
    padding: 0 2px;
    line-height:33px;
	box-shadow:none;
}
.sports_menu_bar a:hover{
	color:#CCC !important;
}

.spitem_on{
	color:#FF0 !important;
	font-weight:bold !important;
}


.logoimg{
	margin-bottom:-7px;
}


.featured_tab a{
	color:#F00 !important;
	font-weight:bold;
}
.featured_tab a:hover{
	color:#C00 !important;
	font-weight:bold;
}

.featured_box{
	display:none;
}
.div_leage_image{
	display:none;
}

.main_footer{
	background:#000;
	padding:10px 0;
	margin-top:30px;
	display:none;
}




/*NEW DESIGN----------------------------------------------------------------*/




.ticket_icon{
	margin-left:0px;
	right:0;
	margin-right: 150px;
}
.ticket_text{
	margin-left: 0px;
    right: 0;
    margin-right: 175px;
    margin-top: -15px;
	cursor:pointer;
}
.figures_link{
	margin-top: 0px;
	padding:0px;
	font-weight: normal;
	text-align:right;
}

.din_figures{
	margin-left:0;
    padding: 0px;
    display: block;
    position: absolute;
    margin-top:-90px;
}
#crlHdrFigures td{
	padding-right:0px;
	text-align:right;
}
.figures_link img{
	display:none;
}
#ctl00_HeaderFigures1_lblAccount{
	background:none !important;
	padding:0px;
}

#crlHdrFigures td{
	padding:0px;
}

#divSportSymbol{
	color:#f0910e;
	/*display:none;*/
}



/*NEW STLYE*/
body{
	/*background:url(images/FB_back.jpg) top center;*/
	background:#fff;
	background-attachment:fixed;
	color:#666;
}
h2{
	background:#fff;
}
.sport_select{
	background:#adadad;
	color:#333;
}
.divLeagueContainer{
	/*display:block; !important;*/
	background:#fff !important;
}
.divLeagueContainer:hover{
	background:#fff !important;
}
.divLeagueBox2{
	background:#ebebeb;
	color:#069;
	border:none;
	margin-bottom:1px !important;
	text-align:left;
}
.divLeagueBox2:hover{
	color:#09F;
}

.betslip-div {
    position: fixed; /* Fixed position to keep it at the bottom */
    left: 0; /* Position it at the left edge of the screen */
    top: 0; /* Position it at the bottom of the screen */
    width: 100%; /* Make it span the full width of the screen */
    background-color: #f0f0f0; /* Background color (optional) */
    padding: 10px; /* Add padding for better visibility (optional) */
    height: 400px;
    text-align: center;
	display:none;
}

.divSport{
	background:#000;
}
.sports_menu_container{
	color:#666;
}
.din_figures{
	background:none;
}
.figures_link{
	background:none;
}
.ScheduleLeagueTimeStamp{
	color:#000;
}
.ScheduleGameBanner{
	width:auto !important;
}

.top_continue_btn{
    margin-bottom: 5px;
}

.top_continue_btn input{
	background:url(images/new_btn_blue.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	border:none;	
}


.ScheduleLeagueButton input{
	background:url(images/new_btn_blue.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	border:none;
	margin-left:5px;
}

.blue_btn{
	background:url(images/new_btn_blue.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	border:none;
}

.live_container{
	margin-top:20px;
}

.live_options{
	display:none;
	width:98%;
	margin:0 auto;
	margin-bottom:20px;
}

.cast_container{
	width:98%;
	margin:0 auto;
}
.casino_container{
	width:98%;
	margin:0 auto;
}

.live_casino_menu{
	background:#000;
	color:#fff;
	padding:20px 20px 20px 30px;
	font-size:20px;
	text-transform:uppercase;
}
.live_casino_menu a{
	text-decoration:none;	
}

.refresh_btn{
	background:url(images/new_btn_orange.jpg) top repeat-x !important;
	padding:0 5px !important;
}
#ctl00_WagerContent_btn_Continue, #ctl00_WagerContent_btn_Continue1{
	background:url(images/new_btn_blue.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	border:none;
	margin-top:5px;
	margin-bottom:10px;
}

#ctl00_WagerContent_btn_Continue1 a{
	background:none !important;
}


#ctl00_WagerContent_can_1{
	background:url(images/new_btn_orange.jpg) top repeat-x;
	height:33px;
	padding: 0 20px;
	color:#fff;
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform:uppercase;
	border:none;
	margin-top:5px;
	margin-left:2px;
}

.middle_main_menu{
	width: 1160px;
    margin: 0 auto;
    text-align: left;
}
.sport_box_sbo{
	margin:1px 7px 1px 7px;
}


/*FOOTER*/
.wrapper_bottom {
	width:1160px;	
	margin-left:auto;
	margin-right:auto;	
}

.container_footer{
	display:inline-block;
	width: 1160px;
}
.ticket_section{
	float:left;
	width:900px;	
	margin-top:20px;
	color:#FFF;
	font-size:14px;
}

.ticket_container{
	display:inline-block;
}

.ticket_section .logo{	
	margin-top:0px;
	float:left;
	width:84px;
	height:78px;
}

.content_ticket{
	float:left;
	width:300px;
	margin-left:15px;
}

.ticket_section .title{	
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}

.ticket_section .text{
	text-align:justify;
	margin-top:10px;
	width:770px;
}

.click_here_footer{		
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ff3333 !important;
	text-decoration:none;
}

.contact_section{
	float:right;
	width:233px;
	height:115px;
	margin-top:15px;
	margin-right:-15px;
}
.splitter_footer_sections{
	float: left;
    margin-left: 20px;
    margin-right: 20px;
    height: 101px;
    width: 1px;
    margin-top:20px;	
}
#ctl00_WagerContent_btnClear_top{
	display:none;
}
#ctl00_WagerContent_btnClear{
	display:none;
}
#content-container{
	width: 100%;
	margin: 0 auto;
}
#super_container{
	max-width: 1160px;
    margin: 0 auto;
	background: url(images/trans_white.png);
	padding: 0 10px;
}
#super_container_top{
	width: 100%;
    margin: 0 auto;
}
div.ScheduleLeagueTitle{
	margin-left:0px;
}
div.ScheduleLeagueTimeStamp{
	margin-right:0px;
	margin-top:10px;
}
div.ScheduleLeagueButton{
	margin-right:0px;
	margin-top: 0px;
}
.fix_continue{
	margin-right:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}
#ScheduleLeagueButton2_1{
	margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.text_ticker{
	background:#000;
	color:#fff;
	font-weight:bold;
	border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
	padding:5px 20px;
	width:1140px;
}
.header_container{
	max-width:1160px;
	width:auto;
	min-width:820px;
	position:relative;
}
.site_logo{
	margin-left:0px;
}

.content_container{
	width:100%;
}

.sports_box_container{
	width:auto;
	margin-top: 15px;
}
#breadcrumb-left{
	width:auto;
}
.TableLeague{
	background:#d1d1d1;
	display:inline-block;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:290px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divSport{
	width:272px !important;
}
.divLeagueContainer{
	width:262px !important;
}


.sbo_teaser_home{
	padding:2px;
    background: url(images/table_header.jpg) repeat-x #23699f top;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
	padding-left:20px;
	line-height: 30px;
}
.sbo_teaser_home_small{
	padding:2px;
    background: url(images/table_header.jpg) repeat-x #23699f top;
    color: #fff;
    border: 1px solid #000;
	text-align:center;
	font-size:12px;
}
.sbo_teaser_home img{
	float:left;
	margin-right: 10px;
}
.sbo_teaser_line{
    border-bottom: 1px solid #a7a8af;
    font-size: 14px;
    background: url(images/table_td_new.jpg) repeat-x bottom #fff;
    line-height: 35px;
	height:35px;
	border: 1px solid #fff;
	padding-left:20px;
}
.sbo_teaser_line a{
	text-decoration:none;
}
.sbo_teaser_line a:hover{
	text-decoration:none;
}

.ScheduleGameTitle div{
	background: url(images/box_back.jpg);
	border:none;
}

.internal_sports_menu{
	margin-bottom: 20px;
	float:left;
	/*display:none;*/	
}

.google_translate_tool{
	position:absolute;
}

.tdopenteaser0{
	padding-top:100px;
	padding-left:400px;
}
.tdopenteaser1{
	padding-left:400px;
}
.tdopenteaser_radio0{
	padding-top:100px;
}
.team_logo{
	width: 68px;
    height: 48px;
	margin:0 auto;
}

.sport_menu_td{
	text-align:center;
}

.site_messsage{
	background:#C00;
	color:#fff;
	font-size:15px;
	padding:20px;
}

.search_container{
	position: absolute;
    margin-top: 18px;
    margin-left: 630px;
}

.search_container_internal{
	position: absolute;
    margin-top: 19px;
    margin-left: 750px; 
}

.search_container input{
	width:100px;
}

.search_container_internal input{
	width:100px;
}

.gameHeader{
	background: url(images/blackback.jpg) repeat-x top !important;
    font-size: 14px;
    height: 29px !important;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    padding: 5px;
}
.gameRowOdd td{
	padding:5px;
	background:#fff;
}
.gameRowEven td{
	padding:5px;
	background:#eee;
}

.paypalbtn{
	display: none;
    font-size: 12px;
    position: absolute;
    margin-left: 250px;
    margin-top: 20px;
}

.bracket_link{
	display: none;
    font-size: 16px;
    position: absolute;
    margin-left: 380px;
    margin-top: 75px;
	text-transform:uppercase;
}

.limit_text{
	font-size:10px;
	font-weight:bold;
}

.related_games{
	padding:10px;
	border:2px solid #c9c9c9;
	background:#dbdbdb;
}
.related_control{
	/*position: absolute;
    margin-top: -18px;*/
	padding:5px 5px 5px 10px;
    font-size: 18px;
    font-weight: bold;
	cursor:pointer;
	color:#069;
	background:#dbdbdb;
}
.limits_control{
	padding:15px 2px 2px 2px;
	text-align:right;
	color:#ce571d;
	cursor:pointer;
}
.limits_games{
	background:#2889ce;
	color:#fff;
	padding:5px 7px 5px 5px;
}
.limits_games_loader{
	text-align:right;
}

.plusmoretxt{
	font-size: 12px;
    margin-left: 10px;
    float: right;
    margin-right: 1090px;
}

.limitsmoretxt{
	/*float:right;*/
	margin-left:5px;	
}

.layofftext{
	float:left;
	color:#FFF;
	font-size:12px;
	width: 400px;
    font-weight: normal;
    text-align: justify;
}
#extra_leagues{
	float:left;
	width:100%;
}

.error_top{
	padding:10px;
	color:#900;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.hours_operation_container{
	float: right;
    margin-left: 35px;
}

.ifrm_loader {
    text-align: center;
    background: rgba(255,255,255,0.8);
    margin-top: -500px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 500px;
}

.small_btn{
	background:#2889cd;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	border:none;
	padding: 5px 10px;
    border-radius: 5px;
}</pre></body></html>