﻿/******************
HTML Tags
******************/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px 0px;
	background-color:#fff;
	font-size:12px;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#000;
	text-decoration:none!important;
	}

a:visited {
	color:#000;
	text-decoration:none!important;
	}

a:hover {
	color:#000;
	text-decoration:none!important;
	}

a:active {
	color:#000;
	text-decoration:none!important;
	}

/* 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 {
	color:#FF6600;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:0;
	margin:0 0 5px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:0.9em;
	}
	
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;
	width:100%;
	color:#000000;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	height:50px;
	background: #580808 url(images/bg-header.gif) repeat-x;
	vertical-align:top;
	color:#FFFFFF;
	table-layout:fixed;
	font-size:1.8em;
	font-weight:bold;
	}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	}

#slogan {
	font-size:.68em;
	margin:0px;
	font-weight:normal;
	padding-top:7px;
	}
	
#breadcrumb-container
{
    width: 100%;
    height: 30px;
    padding: 10px 10px 8px 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;
    
}

#breadcrumb-left {
	vertical-align:top;
	}

#breadcrumb-right {
	text-align:right;
	}
#content-container
{
    width:100%;
    border-bottom:solid 1px #0000FF;    
}

#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: none!important;
}

/******************
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: none!important;
}

/******************
RACING
******************/
.tblRaceSelections
{
   /* border:1px silver solid; 
    background-color:#F6F6F6;*/
    width:100%;
}
.tblRaceSelections a
{
}
.TrackName
{
    padding-left: 8px;
}
.TrackDateHeader
{
    padding-left: 8px;
    border-top: #c0c0c0 1px solid;
    border-bottom: #c0c0c0 1px solid;
    text-align: left;
    width: 100%;
    vertical-align: middle;
    height: 30px;
    letter-spacing: 1px;
}
.TblTrackRaces
{
    border-right: #fff 1px solid;
    border-left: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.TblTrackRaces td
{
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 5px;
    background-color: #fff;
    height: 10px;
    border:none;
}

#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/back-gray.gif) repeat-x !important;
    font-size: 14px;
    height: 29px !important;
    font-weight: bold;
    border-top: #636363 1px solid;
    border-right: #636363 1px solid;
    border-left: #636363 1px solid;
    border-bottom: #636363 1px solid;
    padding-top: 2px;
    padding-left: 5px;
}

#race-menu .branch-open .title .sign {
    background:url(images/minus.gif) top left no-repeat;
    float:left;
    width: 19px;
    height: 9px;
}

#race-menu .branch-closed .title .sign{
    background:url(images/plus.gif) top left no-repeat;
    float:left;
    width: 19px;
    height: 9px;
}

#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 14px;
    width:100%;
    color:#3E4347;
    font-weight:bold;
    cursor:pointer;
}

#left-menu .branch-open .title {
background:url(images/icon-minus.gif) top left no-repeat;
}

#left-menu .branch-closed .title {
background:url(images/icon-plus.gif) top left no-repeat;
}

#left-menu .branch-open .children  {
    display:block;
    padding:0px 0px 4px 0px;
}

#left-menu .branch-closed .children  {
    display:none;
}

#left-menu div.leaf {
    
}

#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:none!important;
    background-color:#F4FCFF;
}

#left-menu  div.leaf div.race-info {
	padding-left: 14px;
	padding-bottom: 10px;	
}


/******************
SPORTS CLASSES
******************/
	
.WagerContainer
{
    color:#333333;
    background-color:#fff;
}	
.WagerTable
{
    font-size: 12px;      
    background-color: #ffffff;
    padding: 15px;    
}
.WagerTable2
{
    font-family: Arial;
    background-color: #fff;
}

.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-gray
{
    font-weight: bolder;
    font-size: 12px;
    color: #000;
    font-family: Arial;
    background-color: #ebebeb;
}

.GameHeader
{
    font-weight: bolder;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    background-color: #003967;
}

.GameBannerAuto
{
    color: #fff;
    background-color: #003967;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
}

.GameBanner
{
    color: #000;
    background-color: #ebebeb;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    visibility: hidden;
    position: absolute;
}

.TrTntDetail
{
    FONT-SIZE: x-small;
    BACKGROUND-COLOR: white;
    text-align: left;
}
.TrGameOdd
{
    FONT-SIZE: x-small;
    BACKGROUND-COLOR: #ffffff;
}
.TrGameEven
{
    FONT-SIZE: x-small;
    BACKGROUND-COLOR: #ffffff;
}
.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:none!important; 
  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
{
    cursor: pointer; 
	margin: 0;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #000;
	line-height: 30px;
	width: 98%;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,1)), color-stop(3%, rgba(230,230,230,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(7%, rgba(230,230,230,1)), color-stop(89%, rgba(230,230,230,1)), color-stop(89%, rgba(209,209,209,1)), color-stop(100%, rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0 );
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
	/*box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.45);*/
	font-weight: normal;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: none!important;
}

.accordionHeaderSelected
{
    cursor: pointer; 
	margin: 0;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #000;
	line-height: 30px;
	width: 98%;
	padding-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,1)), color-stop(3%, rgba(230,230,230,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(7%, rgba(230,230,230,1)), color-stop(89%, rgba(230,230,230,1)), color-stop(89%, rgba(209,209,209,1)), color-stop(100%, rgba(209,209,209,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(230,230,230,1) 3%, rgba(255,255,255,1) 5%, rgba(230,230,230,1) 7%, rgba(230,230,230,1) 89%, rgba(209,209,209,1) 89%, rgba(209,209,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1', GradientType=0 );
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.45);
	font-weight: normal;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: none!important;
}

.accordionContent
{
   text-align: left;
	min-height: 40px;
	font-weight: normal!important;
	border: solid 1px #999;
	border-radius: 5px;
	padding-top: 5px;
	font-size: 0.8em;
	margin-bottom: 10px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0 );
}

.accordionContent-div{
	line-height: 20px;
	margin-left: 5px;
	float: left;
	color: #333;
	font-weight: normal;
}

.accordionContent-checkbox{
	float: left;
}

.accordionContent ul
{
    list-style-type: none;
    position: relative;
    color: gray;
    padding-left: 5px;
    margin-left: 5px;
}

/*******************/
#WagerContentTB
{
    width:100%;
    table-layout:fixed; 
   /* border-left:solid 1px #0000FF;
    border-right:solid 1px #0000FF;*/
    vertical-align:middle;
    text-align:left;
}

#TopMenu
{
    width:100%;
    height:50px;
    table-layout:fixed; 
    font-weight:bolder;
    font-size:20px;   
    background-image:url(images/home/MenuBG.png);
    border-left:solid 1px #2B3C59;
    border-right:solid 1px #2B3C59;
}

#TopMenu a:link {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}

#TopMenu a:visited {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}

#TopMenu a:hover {
	color:#2B3C59;
	text-decoration:none;
	font-weight:bolder;
	font-size:20px;
	}

#TopMenu a:active {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}

#BottomMenu
{
    width:100%;
    height:50px;
    table-layout:fixed; 
    font-weight:bolder;
    font-size:20px;   
    /*background-image:url(images/home/BMenuBG.png);  */
    border-bottom:solid 1px #2B3C59;  
    border-left:solid 1px #2B3C59;
    border-right:solid 1px #2B3C59;
    padding: 5px;
}

#BottomMenu a:link {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}

#BottomMenu a:visited {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}

#BottomMenu a:hover {
	color:#2B3C59;
	text-decoration:none;
	font-weight:bolder;
	font-size:20px;
	}

#BottomMenu a:active {
	color:#2B3C59;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
	}
	
.TDTitle
{
    background-color:#BCC7D8;
    padding:5px;
    font-size:18px;
    font-weight:bold;
    color:#4C5F81;
    border:solid 2px #FFFFFF;
    text-align:center;
}
.TDInfo
{
    font-size:15px; 
    font-weight:bold;
    color:#000000;
}
ul.BList
{
    font-size:18px;
    font-weight:bold;
    color:#FFFFFF;
    list-style-image:url(images/home/pointer.gif);
}
.TDTitleRed
{
    font-size:12px;
    color:#000000;   
    text-align:left; 
    font-weight: bold;
}
.TDTitleLeague
{
    background-color:#003967;
    padding:4px;
    color:#fff;
    border:solid 1px #FFF;
    text-align:left;   
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
}
.TDLargebold
{
    font-size:15px;
    font-weight:bold;    
}
.TDOpenTop
{
    font-size:15px;
    font-weight:bold; 
    text-align:left;
}
.TDTicketNumber
{ 
     background-color:#003967;
     color:#fff;
     font-size:12px;
     font-weight:bold;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     padding: 10px;
     text-transform: uppercase;
}
.TDPlacedDate
{ 
     background-color:#ebebeb;
     color:#000;
     font-size:12px;  
}
.TDBetDetail
{ 
    background-color:#fff;
    color:#000;
    font-size:12px;  
    padding-bottom: 12px;   
}
.TBHistory
{
    font-size:15px;  
    font-weight:bold;    
}
.TitleLeague
{
    padding:5px;
    font-size:16px;
    color:#FFF;
    text-align:left;   
    text-decoration:none!important; 
}
.mobilePostWager
{
	font-size:12px;	
	padding-left: 5px;
	background-color: #fff;
	color: #000;
}

.mobilePostWager-amount
{
	font-size:12px;	
	padding-left: 5px;
	background-color: #fff;
	color: #000;
	float: right;
	font-weight: bold;	
}

.mobilePostWager-date
{
	font-size:12px;	
	padding-left: 5px;
	background-color: #ebebeb;
	color: #383838;
}

.mobilePostWager-arrow
{
	font-size:12px;	
	padding-left: 5px;
	background-color: #bcbcbc;
	color: #383838;
	font-weight: bold;
}

.mobileTicket{
	float: right;
	font-weight: bold;
}

.CssBotton
{
	font-size:15px;
	font-weight:bold;	
}

.mobileWagerType{
	background-color: #003967;
	padding: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	font-weight: bold;
}