﻿.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: button;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 0px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}

#racebook
{
width: 100%;
/*padding: 12px 20px 12px 20px;*/
float: left;
min-height: 400px;
font-size: 11px;
}

#racebook #left
{
margin: 0px;
padding: 0px;
width: 262px;;
float: left;
/*clear: left;*/
border: 0px none;
}

#racebook #right
{
margin: 0px;
padding: 0px;
width: 666px;
float: right;
clear: right;
left: 610px;
border: 0px none;
z-index: 1000;
}

#racebook h1
{
display: block;
margin: 0px;
padding: 0px 0px 0px 10px;
height: 58px;
line-height: 58px;
vertical-align: middle;
background: #11274c;
border-top: 1px solid #060d18;
color: #fff;
font-size: 16px;
font-weight: bold;
}

#racebook h2
{
display: block;
margin: 0px;
padding: 0px 0px 0px 10px;
height: 58px;
line-height: 58px;
vertical-align: middle;
background: #11274c;
border-top: 1px solid #060d18;
color: #fff;
font-size: 16px;
font-weight: bold;
}

#racebook a:hover { color: #318cd9; }

#racebook .race-header
{
display: block;
clear: both;
margin: 0px;
padding: 0px 15px 0px 15px;
font-size: 12px;
font-weight: bold;
color: #fff;
background: #365483;
height: 25px;
border-top: 1px solid #eaf3ff;
}

#racebook .race-header div.number
{
height: 25px;
line-height: 25px;
float: left;
vertical-align: middle;
}

#racebook .race-header div.details
{
font-size: 11px;
font-weight: bold;
color: #555;
float: right;
height: 25px;
line-height: 25px;
}

#racebook .race-header div.purse,
#racebook .race-header div.desc
{
display: inline;
color: #fff;
font-weight: normal;
}

.disabled-checkbox
{
	visibility:hidden;
	display:none;
}

.enabled-checkbox
{
	visibility:visible;
	display:block;
}

table.bet-type
{
margin-top: 10px;
}

table.bet-type
{
clear: both;
width: 100%;
height: 28px;
margin: 0px;
text-align: center;
border-bottom: 3px solid #11274c;
}

.bet-type td
{
margin: 0px;
padding: 0px;
width: auto;
}



.bet,
.bet-selected
{
display: block;
float: none;
height: 27px;
line-height: 27px;
padding: 0px;
margin: 0px;
width: auto;
margin-left: 0px;
text-align: center;
text-decoration: none;
overflow: visible;
color: #fff;
border-bottom: 1px solid #fff;
font-size: 11px;
}

#racebook #right .bet
{
color: #005fc6;
text-decoration: none;
background: url(img/bet-item-right.png) no-repeat top right;
}

#racebook #right .bet-item {
	background: #dce0e5 url(img/bet-item-left.png) no-repeat top left;
}

#racebook #right .bet:hover,
#racebook #right .bet-selected:hover
{
color: #fff;
background: #11274c url(img/bet-item-right-selected.png) no-repeat top right;
}


#racebook #right .bet-selected
{
font-weight: bold;
color: #fff;
background: #11274c url(img/bet-item-right-selected.png) no-repeat top right;
border-bottom: none;
height: 28px;
line-height: 28px;
}

#race-times
{
margin: 0px;
padding: 0px;
}

table.race-times-table
{
width: 667px; /* 100% + 1px */
margin: 0px;
margin-left: 0px;
font-size: 11px;
}

table.race-times-table td
{
width: 24.5%;
padding: 0px;
margin: 0px;
height: 25px;
line-height: 25px;
background: #dce0e5 url(img/race-times-bg.png) no-repeat top left;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#racebook #right table.race-times-table td .track-race
{
padding: 0px 20px 0px 5px;
color: #9fa8b7;
font-weight: bold;
}

#racebook #right table.race-times-table .track-race a:hover,
#racebook #right table.race-times-table .track-race a
{
font-weight: normal;
}

#racebook #right table.race-times-table .selected
{
background: #11274c url(img/time-selected-arrow.png) no-repeat right top;
color: #fff;
font-weight: bold;
text-decoration: none;
}

#racebook #right table.race-times-table .selected a:hover,
#racebook #right table.race-times-table .selected a
{
color: #fff;
text-decoration: none;
font-weight: bold;
}

p.race-time-note
{
line-height: 18px;
vertical-align: middle;
margin: 0px;
padding: 3px 0px 3px 15px;
text-align: left;
font-size: 11px;
background: #ddd;
font-weight: bold;
}

/* bets available */

#racebook #right table.bet-table
{
width: 100%;
margin: 0px 0px 10px 0px;
/*table-layout: fixed;*/
/*border-bottom: 1px solid #ccc;*/
font-size: 11px;
}

#racebook #right table.bet-table th,
#racebook #right table.bet-table td
{
font-size: 11px;
padding: 0px 5px 0px 5px;
}

#racebook #right table.bet-table td
{
/*border-right: 1px dotted #e5e5e5;*/
height: 28px;
line-height: 28px;
background: #f2f2f2;
border-top: 1px solid #dadce0;
border-bottom: 1px solid #fff;
}

#racebook #right table.bet-table th
{
font-weight: normal;
background: #a3a3a3;
color: #fff;
font-size: 10px;
height: 16px;
line-height: 16px;
padding-top: 0px;
padding-bottom: 0px;
border-top: 1px solid #fff;
}

#racebook #right table.bet-table tr.row2 td
{
background: #f2f2f2;
border-top: 1px solid #dadce0;
border-bottom: 1px solid #fff;
/*border-right: 1px dotted #fff;*/
}

#racebook #right table.bet-table tr.select-all-row td
{
font-size: 10px;
height: 18px;
line-height: 18px;
padding-top: 0px;
padding-bottom: 0px;
vertical-align: middle;
background: #a3a3a3;
color: #fff;
font-size: 11px;
border-top: 1px solid #788496;
}

#racebook #right table.bet-table tr.select-all-row td.select-all
{
text-align: right;
}

#racebook table.bet-table .horse
{
text-align: left;
font-weight: bold;
}

#racebook table.bet-table .jockey
{
text-align: left;
}



#racebook table.bet-table .gate
{
width: 24px;
text-align: center;
padding-right: 5px;
}


#racebook table.bet-table .win,
#racebook table.bet-table .place,
#racebook table.bet-table .show,
#racebook table.bet-table .input-item,
#racebook table.bet-table .box,
#racebook table.bet-table .quin
{
text-align: center;
width: 40px;
}

#racebook table.bet-table td.win input,
#racebook table.bet-table td.place input,
#racebook table.bet-table td.show input,
#racebook table.bet-table td.input-item input,
#racebook table.bet-table td.box input,
#racebook table.bet-table td.quin input
{
margin-left: auto;
margin-right: auto;
}

#racebook table.bet-table th.box a
{

}


#racebook #right table.bet-table .ml
{
text-align: right;
width: 30px;
}

#racebook #right table.datalist
{
width: 100%;
margin: 15px 0px 10px 0px;
padding: 0px;
}

#racebook #right table.datalist td
{
margin: 0px;
padding: 0px;
}


/* menu styles */

#racebook #left #yellow-note
{
background: url(img/yellow-note-bg.png) no-repeat top left;
color: #74755e;
line-height: 57px;
padding: 0px 12px 0px 12px;
margin: 15px 0px 7px 4px;
}

#racebook #left #yellow-note p
{
margin: 0px;
padding: 0px;
}

#racebook #left #upcoming-races h3 {
	background: #343332;
	font-size: 11px;
	font-weight: bold;
	line-height: 31px;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

#racebook #left #upcoming-races li {
	list-style-type: none;
	background: url(img/upcoming-races-li.png) no-repeat left center;
	line-height: 14px;
	height: 31px;
	border-top: 1px solid #fff;
	color: #535353;
	font-weight: normal;
	padding: 4px 0px 0px 12px;
}

#racebook #left #upcoming-races a {
	color: #333333;	
	line-height: 14px;
	font-weight: bold;
}

#mtp-upcoming-races li {
	list-style-type: none;
	background: url(img/upcoming-races-li.png) no-repeat left center;
	line-height: 14px;
	height: 31px;
	border-top: 1px solid #fff;
	color: #535353;
	font-weight: normal;
	padding: 4px 0px 0px 12px;
	font-size: 11px;
}

#mtp-upcoming-races a {
	color: #333333;	
	line-height: 14px;
	font-weight: bold;
}

#racebook #left .shadow {
	border-top: 1px solid #fff;
	width: 262px;
	background: url(img/upcoming-races-shadow.png) no-repeat top left;
}

#racebook #left .shadow.h120 {
		height: 120px;
}

#racebook #left .shadow.h30 {
		height: 30px;
}

#racebook #left .top {
	background: url(img/tree-view-corners.png) center top no-repeat;
	height: 3px;
	width: 262px;
}

#racebook #left .bottom {
	background: url(img/tree-view-corners.png) center bottom no-repeat;
	height: 3px;
	width: 262px;
}


#racebook #left .tree-view
{
display: block;
clear: both;
margin: 0px;
padding: 5px 10px 10px 10px;
font-size: 11px;
width: auto;
background: url(img/tree-view-bg.png) repeat-y center;
}

#racebook #left .tree-view h2
{
margin-bottom: 10px;
background: url(img/tree-view-h2.png) no-repeat left center;
border: none;
height: 29px;
line-height: 29px;
font-size: 12px;
}

#racebook #left .tree-view a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #11274c;
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 0px 0px 25px;
}

#racebook #left .tree-view a:hover { text-decoration: underline; }



#racebook #left .tree-view ul.level-1 {
	font-weight: bold;
	list-style: none;
	clear: both;
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#racebook #left .tree-view ul.level-2 {
	font-weight: normal;
	list-style: none;

	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

#racebook #left .tree-view li.li-1 {
	list-style: none;
	display: block;
	width: 100%;
	height: auto;
	clear: both;
	border-bottom: 1px dotted #d1d1d1;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	float: left;
}

#racebook #left .tree-view li.li-2 {
	list-style: none;
	display: block;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#racebook #left .tree-view li.li-2 a.track
{

}

#racebook #left .tree-view li.li-2 a.track-selected
{
background: #11274c url(img/track-selected-arrow.png) no-repeat right center;
font-weight: bold;
color: #fff;
text-decoration: none;
}

#racebook #left .tree-view li.li-2 a.track-selected:hover
{
color: #fff;
text-decoration: none;
}

#racebook #left .tree-view li.li-2 a:hover
{
text-decoration: underline;
color: #318cd9;
}



#racebook #left .tree-view li.li-1 a.closed,
#racebook #left .tree-view li.li-1 a.opened 
{
	background-image: url(img/open-close-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	text-decoration: none;
}

#racebook #left .tree-view li.li-1 a.closed { /* background: url(img/small-icons.png) no-repeat 0px 0px; */ background-position: 0px 0px; }

#racebook #left .tree-view li.li-1 a.closed:hover { /* background: url(img/small-icons.png) no-repeat 0px -40px; */ background-position: 0px -20px; }

#racebook #left .tree-view li.li-1 a.opened { /* background: url(img/small-icons.png) no-repeat 0px -80px; */ background-position: 0px -40px; }

#racebook #left .tree-view li.li-1 a.opened:hover { /* background: url(img/small-icons.png) no-repeat 0px -120px; */ background-position: 0px -60px; }













































/************ end left menu *************/


/* bet slip */

#racebook .ticket-slip
{
width: 650px;
font-size: 11px;
clear: both;
}

#racebook .ticket-slip td,
#racebook .ticket-slip th
{
padding: 2px 2px 2px 10px;
}

#racebook .ticket-slip input.txt40
{
	font-size: 11px;
	color: #444;
	border-top: 1px solid #A3B0BE;
	border-left: 1px solid #A3B0BE;
	border-right: 1px solid #c7d2dd;
	border-bottom: 1px solid #c7d2dd;
	padding: 1px;
	width: 40px;
	text-align: right;
}

#racebook .ticket-slip .row1 td,
#racebook .ticket-slip .row2 td
{
clear: both;
margin: 0px;
line-height: 18px;
vertical-align: middle;
border-bottom: 1px solid #c7cbd5;
border-top: 1px solid #fff;
background: #ebedf0;
color: #000;
}

#racebook .ticket-slip .header th
{
font-weight: normal;
background: #d0d5dc;
color: #11274c;
font-size: 10px;
height: 16px;
line-height: 16px;
padding-top: 0px;
padding-bottom: 0px;
vertical-align: middle;
text-align: left;
border-bottom: 1px solid #bdc4ce;
border-top: 1px solid #fff;
}


#racebook .ticket-slip .footer td
{
line-height: 40px;
vertical-align: middle;
text-align: right;
padding: 5px 0px 5px 0px
}

#racebook .ticket-slip .footer div.totals
{
background: #d0d5dc;
margin: 0px 0px 15px 0px;
padding: 0px;
height: 30px;
line-height: 30px;
vertical-align: middle;
float: right;
width: 100%;
clear: both;
}

#racebook .ticket-slip .footer div.totals table
{
padding: 3px;
float: right;
width: 50%;
}

#racebook .ticket-slip .footer div.totals table td
{
width: 23%;
font-weight: bold;
font-size: 11px;
line-height: 16px;
vertical-align: middle;
text-align: right;
padding: 0px;
}

#racebook .ticket-slip .footer div.totals table td.amount
{
background: #fff;
border: 1px solid #ddd;
}

#racebook .ticket-slip .footer .yellow-box
{
display: block;
padding: 10px;
width: auto; 
text-align: center; 
float: left;
line-height: 18px;
height: 18px;
}

#racebook .ticket-slip .remove
{
padding-right: 5px;
text-align: right;
}

#racebook #wager-ticket .ticket-slip input.password
{
	font-size: 11px;
	color: #444;
	border-top: 1px solid #A3B0BE;
	border-left: 1px solid #A3B0BE;
	border-right: 1px solid #c7d2dd;
	border-bottom: 1px solid #c7d2dd;
	padding: 2px;
	text-align: left;
}

#racebook #wager-ticket .top {
	background: url(img/slip-corners.png) no-repeat center top;
	height: 3px;
	width: 666px;
	margin-left: -8px;
	margin-bottom: 5px;
}

#racebook #wager-ticket .bottom {
	background: url(img/slip-corners.png) no-repeat center bottom;
	height: 3px;
	width: 666px;
	margin-left: -8px;
}

#racebook #wager-ticket h2
{
background: url(img/h2-slip-bg.png) no-repeat 0px 0px;
height: 29px;
margin: 0px;
padding: 0px 0px 0px 10px;
line-height: 28px;
vertical-align: middle;
color: #fff;
font-size: 14px;
font-weight: bold;
border: none;
}

#racebook .ticket-slip .parlays select
{
font-size: 11px;
}




#racebook .bet-table tr.scratch td,
.scratch
{
text-decoration: line-through;
color: #888;
}

#ticket-results
{
font-size: 11px;
padding: 10px;
background: #eee;
}






/* CONFIRMATION SLIP */
/* button to confirm selections, the one that says "Place my bets" */

#racebook .remove-link
{
float: right;
padding-right: 10px;
}

#racebook .remove-all-link
{
float: right;
height: 23px;
line-height: 23px;
vertical-align: bottom;
padding: 0px 10px 0px 0px;
}

#racebook input.button
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background: #666 url(img/racebook-buttons.png) no-repeat 0px 0px;
	width: 121px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: none;
	clear: none;
	text-decoration: none;
}

#racebook .confirm-wagers input.button
{
	margin-top: 8px;
}

#racebook #wager-ticket input.button
{
	float: right;
}

#racebook input.button {
	background: #666 url(img/racebook-buttons.png) no-repeat 0px 0px;
}

#racebook input.button:hover {
background-position: 0px -40px;
}

#racebook input.add {
background-position: 0px -80px;
width: 176px;
float: right;
}

#racebook input.add:hover {
background-position: 0px -120px;
}

#racebook input.confirm {
background-position: 0px -160px;
width: 176px;
float: right;
}

#racebook input.confirm:hover {
background-position: 0px -200px;
}

#racebook input.save {
background-position: 0px -240px;
float: right;
}

#racebook input.save:hover {
background-position: 0px -280px;
}

#racebook input.cancel {
background-position: 0px -320px;
}

#racebook input.cancel:hover {
background-position: 0px -360px;
}

#racebook #wager-ticket
{
	margin-top: 10px;
	padding: 0px 8px 0px 8px;
	background: url(img/slip-bg.png) repeat-y;
}

#racebook #wager-ticket .error-message
{
	margin-top: 5px;
}

#racebook #wager-ticket .ticket-header .yellow-box
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	height: auto;
	vertical-align: middle;
}


#racebook #wager-ticket .wager-confirm .yellow-box
{
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
}



/* ********* updating image ***********/
/* ajax loader */
#main div.semi-transparent {
	filter:alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #00153a;
	background: #005dc6;
	width: 100%;
	margin: auto auto;
	z-index: 5;
}

#main div#updating-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	filter:alpha(opacity=50);
	opacity:0.5;
	z-index: 9999999;
}

#main div#updating-parent {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 9999999;
}


#main #updating-parent div.updating {
	background-color: #005dc6;
	color: #fff;
	display: block;
	clear: both;
	width: 26%;
	height: 12px;
	margin-left: 35%;
	margin-right: 35%;
	top: 40%;
	padding: 2% 2% 4% 2%;
	position: relative;
	z-index:999;
	text-align: center;
}

#main div.updating img.image {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
}

#main div.updating span.text {
display: block;
clear: both;
width: 100%;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
padding: 0px 15px 0px 15px;
}


#racebook .racebook-blurb
{
display: block;
background: #074aa6 url(/racebook/Styles/img/home-image-top.png) no-repeat 0px 0px; 
padding: 0px;
margin: 0px; 
clear: both;
}

#racebook .racebook-blurb p
{
display: block;
margin: 0px;
padding: 20px;
clear: both;
line-height: 160%; 
color: #fff;
font-size: 12px;
}

#racebook .racebook-blurb strong
{
color: #b0e4ff;
}

#racebook .racebook-blurb img.main-image
{
margin: 0px;
padding: 0px;
border: 0px none;
clear:  both;
}


#racebook .racebook-blurb a,
#racebook .racebook-blurb a:hover
{
color: #fff;
}



#racebook .bottom-blurb .rounded-block-white
{
padding: 0px;
margin: 10px 0px 0px 0px;
border: 0px none;
background: #f4f4f4;
}


/* Homepage Styles */

#racebook-home img {
	border: none;
}

#racebook-home .main-content { 
	width: 531px;
}

#racebook-home .main-content p {
	font-size: 11px;
	line-height: 18px;
	color: #11274c;	
}

#racebook-home .divider {
	background: url(/images/newsite1024/images/racebook/divider-bg.png) repeat-x;
	height: 3px;
	width: 100%;
}

/* banners */

#racebook-home #international-races {
	float: right;
	clear: right;
	padding: 8px;
	height: 186px;
	width: 110px;
	background: url(/images/newsite1024/images/racebook/races-banner-bg.jpg) no-repeat top left;
}

#racebook-home #american-races {
	float: right;
	clear: right;
	padding: 8px;
	height: 408px;
	width: 110px;
	background: url(/images/newsite1024/images/racebook/races-banner-bg.jpg) no-repeat bottom left;
}

#racebook-home #international-races a, #racebook-home #american-races a {
	text-decoration: none;
}

#racebook-home #international-races h3, #racebook-home #american-races h3 {
	color: #b9b3a9;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 24px 0px;
}

#racebook-home #international-races h4,#racebook-home  #american-races h4 {
	color: #eaeaea;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#racebook-home #international-races p, #racebook-home #american-races p {
	color: #eaeaea;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 14px 0px;
	line-height: 18px;
}

#racebook-home #international-races h5, #racebook-home #american-races h5 {
	color: #9d897c;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

#racebook-home #international-races h6,#racebook-home  #american-races h6 {
	color: #eaeaea;
	font-size: 9px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* introduction */

#racebook-home .introduction {
	background: #f2f2f2 url(/images/newsite1024/images/racebook/introduction-bg.png) repeat-x;
	border-top: 1px solid #fff;
	height: 143px;
}

#racebook-home .introduction h3 {
	color: #11274c;
	font-size: 11px;
	margin-top: 20px;
}

#racebook-home .introduction p {
	padding-right: 12px;
}

/* race types */

#racebook-home #race-types {
	position: relative;
}

#racebook-home #race-type-window {
	width: 666px;
	height: 140px;
	position: relative;
	overflow: hidden;
}

#racebook-home #race-type-slider {
	width: 400%;
	position: absolute;
}

#racebook-home .race-type {
	background: #f2f2f2 url(/images/newsite1024/images/racebook/introduction-bg.png) repeat-x;
	border-top: 1px solid #fff;
	width: 666px;
	height: 140px;
	float: left;
}

#racebook-home .race-type h3 {
	color: #11274c;
	font-size: 11px;
	padding-left: 10px;
	margin: 12px 0px 10px 0px;
}

#racebook-home #race-types {
	width: 100%;
	margin: 7px 0px 0px 0px;
}

#racebook-home #race-types table {
	width: 100%;
	border-bottom: 2px solid #11274c;
}

#racebook-home #race-types td {
	width: 25%;
	border-right: 1px solid #fff;
}

#racebook-home #race-types a {
	display: block;
	height: 28px;
	width: 100%;
	text-decoration: none;
	background: url(/images/newsite1024/images/racebook/race-types-right.png) top right no-repeat;
	line-height: 28px;
	font-size: 11px;
	color: #005fc6;
	text-align: center;
	font-weight: bold;	
	border-bottom: 1px solid #fff;
}

#racebook-home #race-types .race-types-bg {
	background: #dce0e5 url(/images/newsite1024/images/racebook/race-types-left.png) top left no-repeat;
}

#racebook-home #race-types .selected {
	background: #11274c url(/images/newsite1024/images/racebook/race-types-right-selected.png) top right no-repeat;
	color: #fff;
	height: 29px;
	border-bottom: none;
}

#racebook-home #race-types .last {
	border-right: none;
}

#racebook-home #horse-tracks a, #racebook-home #greyhound-tracks a, #racebook-home #harness-tracks a {
	line-height: 28px;
	width: 100%;
	background: none;
	text-decoration: underline;
	font-size: 11px;
	color: #005fc6;
	text-align: left;
	font-weight: normal;
	border: none;
}

#racebook-home #horse-tracks .disabled, #racebook-home #greyhound-tracks .disabled, #racebook-home #harness-tracks .disabled {
	text-decoration: none;
	color: #7f8184;
	cursor: text;
}

#racebook-home #horse-tracks td, #racebook-home #greyhound-tracks td, #racebook-home #harness-tracks td {
	border: none;
}

#racebook-home #fixed-odds-tracks {
	color: #11274c;
	line-height: 14px;
	background: none;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	height: 14px;
}

#racebook-home #fixed-odds-tracks td {
	border: none;
}

#racebook-home #fixed-odds-tracks a {
	color: #005fc6;
	line-height: 18px;
	height: 18px;
	background: none;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	border: none;
}

/* bottom tabs */

#racebook-home .main-content h1 {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 58px;
	line-height: 58px;
	vertical-align: middle;
	background: #11274c;
	border-top: 1px solid #060d18;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#racebook-home .main-content h1 span
{
float: right;
text-align: right;
color: #426b91;
font-size: 12px;
font-weight: normal;
padding-right: 12px;
}

#racebook-home .main-content h4 span
{
float: right;
text-align: right;
color: #627189;
font-size: 10px;
font-weight: normal;
padding-right: 12px;
}

#racebook-home .main-content .selected span
{
float: right;
text-align: right;
color: #426b91;
font-size: 10px;
font-weight: normal;
padding-right: 12px;
}

#racebook-home .main-content .selected {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 36px;
	line-height: 32px;
	background: url(/images/newsite1024/images/racebook/additional-tracks-selected.png);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#racebook-home .main-content h4 {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 32px;
	line-height: 32px;
	background: url(/images/newsite1024/images/racebook/additional-tracks-off.png);
	border-bottom: #fff 1px solid;
	color: #005fc6;
	font-size: 11px;
	font-weight: bold;
}

#racebook-home .main-content .selected a {
	text-decoration: none;
	color: #fff;
}

#racebook-home .main-content a {
	text-decoration: none;
	color: #005fc6;
}

#racebook-home #weekly-matchups-content td {
	border-bottom: #dadce0 1px solid;
	line-height: 22px;
	font-size: 11px;
	color: #6b788e;
}

#racebook-home #weekly-matchups-content a {
	color: #005fc6;
	text-decoration: underline;
}

/* Animation Classes */

#racebook-home .horse-racing-on {
	left: 0px;
}

#racebook-home .fixed-odds-racing-on {
	left: -666px;
	background: #000;
}

#racebook-home .greyhound-racing-on {
	left: -1332px;
	background: #000;
}

#racebook-home .harness-racing-on {
	left: -1998px;
	background: #000;
}

#racebook-home .main-content .visible {
	height: 190px;
}

#racebook-home .main-content .visible p{
	padding: 10px;
	margin: 0px;
}

#racebook-home .main-content .invisible {
	height: 0px;
	overflow: hidden;
}

.bet-table, .horse01, .horse02, .horse03, .horse04, .horse05, .horse06, .horse07, .horse08, .horse09, .horse10, 
		.horse11, .horse12, .horse13, .horse14, .horse15, .horse16, .horse17, .horse18, .horse19, .horse20{ 
			font-size: 12px;
		}
		
		.gate01, .gate02, .gate03, .gate04, .gate05, .gate06, .gate07, .gate08, .gate09, .gate10
		, .gate11, .gate12, .gate13, .gate14, .gate15, .gate16, .gate17, .gate18, .gate19, .gate20, .gate21 {
			background: #fff none repeat scroll 0 0;
			border: 1px solid transparent;
			border-radius: 2px;
			color: #000;
			display: inline-block;
			font-family: "Titillium Web",Arial,Helvetica,sans-serif;
			font-size: 12px;
			font-weight: 600;
			line-height: 22px;
			text-align: center;
			width: 22px;
			margin: 3px;
		}
		.gate01 {
			background: #ec2c28;
			color: #fff;
		}
		.gate02 {
			background: #fff;
			color: #000;
			border-color: #babbbe;
		}
		.gate03 {
			background: #1d4fa3;
			color: #fff;
		}
		.gate04 {
			background: #eaeb24;
			color: #000;
		}
		.gate05 {
			background: #458544;
			color: #fff;
		}
		.gate06 {
			background: #060103;
			color: #fff;
		}
		.gate07 {
			background: #efa428;
		}
		.gate08 {
			background: #f9bcc5;
		}
		.gate09 {
			background: #1fb8d7;
		}
		.gate10 {
			background: #9a468f;
			color: #fff;
		}
		.gate11 {
			background: #c2c2c2;
		}
		.gate12 {
			background: #a9d5b5;
		}
		.gate13 {
			background: #644538;
			color: #fff;
		}
		.gate14 {
			background: #671033;
			color: #fff;
		}
		.gate15 {
			background: #c9c2b7;
		}
		.gate16 {
			background: #8688c4;
		}
		.gate17 {
			background: #1c3975;
			color: #fff;
		}
		.gate18 {
			background: #103b1b;
			color: #fff;
		}
		.gate19 {
			background: #0a73a8;
		}
		.gate20 {
			background: #df0a79;
			color: #fff;
		}
		.gate21 {
			background: #b5b3d9;
			color: #000;
		}
		.text-right {
			text-align:right;
		}
		.text-left {
			text-align:left;
		}
