/* Casino Web style - 10/04/2012 - Indika*/
body {
	background-color:#f9f6ed;
	background-image: url(../images/CasinoRC_BG.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin:0px;
	color: #666;
}
#breadcrumb, .state-specific-banner {
	display: none
}
#mainContainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#topMenuBar {
	height:114px;
}
#topMenuBar img {
	float:left;
}
.topMenu {
	float:right;
	width: 670px;
	margin-top:50px;
}
.topMenu a {
	text-decoration:none;
	font-weight:bold;
	color: #6f6f6f;
	margin-right:25px;
	text-transform:uppercase;
}
.topMenu a:hover {
	text-decoration:underline;
	color: #f67321;
}
#bgSpace {
	height:284px;
}
#orangeMenuBar {
	height:146px;
	background-image:url(../images/CasinoRC_OrangeBG.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}
#orangeMenuBar p {
	font-size:18pt;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#orangeMenuBar a {
	text-decoration:none;
	color:#FFF;
}
#orangeMenuBar a:hover {
	text-decoration: underline;
	color: #EBEBEB;
}
#OrangeFunctions p, #OrangeRaceDates p, #OrangeRaceBook p {
	font-size: 10pt;
	font-weight:normal;
}
#contentBar {
	background-color: #f9f6ed;
	min-height: 400px;
	margin:0px;
	padding:0px;
}
.contentMiddle {
	width:960px;
	padding:20px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	border: #f9f6ed solid 1px;
}
#column1, #column2 {
	width: 470px;
	float:left;
}
#column2 {
	padding-left:10px;
}
h1 {
	font-weight:normal;
	color:#f67321;
	font-size:20pt;
	margin-bottom:0px;
}
h2 {
	font-weight:normal;
	font-size:16pt;
	margin-bottom:0px;
}
#copyrightBar {
	background-color: #dfd8c6;
	height: 130px;
	clear:both;
}
.copyrightMiddle {
	width:960px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	color:#636363;
	font-weight:bold;
}
.copyrightMiddle a {
	text-decoration:none;
	font-weight:bold;
	color: #636363;
	font-size:10pt;
}
.copyrightMiddle a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#f67321;
}
th {
	color:#f67321;
	font-weight:bold;
	text-align:left;
}
.orangeHighlight {
	color:#f67321;
	font-weight:bold;
}
.greyHighlight {
	color:#6f6f6f;
	font-weight:bold;
}
a {
	color:#f67321;
}
a:hover {
	color:#636363;
}
table.contentTableStyle1 td {
	border-bottom: #CCC solid 1px;
}
table.contentTableStyle1 th {
	border-bottom: #f67321 solid 1px;
}
/* ######### Main drop down menu ######### */

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	text-decoration:none;
	font-weight:bold;
	color: #f67321;
	margin-right:25px;
	text-transform:uppercase;
}
/* ######### Default class for drop down menus ######### */

.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	line-height: 18pt;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #FFF;
	width: 200px; /* default width for menu */
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkmenu a:hover { /*hover background color*/
	background: #f67321;
	color: white;
}
/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: #999;
	visibility: hidden;
}
/*#### Free Fields ####*/
.Silks{
	position: relative;
	display: block;
	width: 62px;
	height: 75px;
	float: left;
	margin-right: 4px;
}
table.race-fields {
	width:960px;
}
table.race-fields th {
	text-align:center;
	background: #f67321;
	color:#FFF;
}
.EvenRow {
}
.OddRow {
	background: #E0E0E0;
}
/*#### Field styles ####*/

div.race-form-tab-menu {
	margin:0px;
	padding:0px 0px 0px 0px;
	height:20px;
	width: 960px;
}
.race-form-tab-menu div {
	float:left;
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 5px;
	height:25px;
	background-position:right;
	background-repeat:no-repeat;
	width: 153px;
	font-family: arial, verdana, sans-serif;
	color:#FFF;
	font-size:10pt;
	font-weight:bold;
}
.inactive-tab {
	background-color: #999999;
	color: #d7d7d7;
	border-right:#FFF solid 1px;
}
.inactive-tab.disabled {
	display: none;
}
.inactive-tab a {
	color:#FFF;
	text-decoration:none;
}
.inactive-tab a:hover {
	text-decoration:underline;
}
.race-form-tab-menu .disabled {
	background-color: #ddd;
}
.race-form-tab-menu .disabled a:hover {
	text-decoration:none;
	cursor: default
}
.active-tab {
	background-color: #f67321;
	background-image: none;
	color:#FFF;
	border-right:#FFF solid 4px;
	border-left:#FFF solid 3px;
}
.active-tab a {
	color:#FFF;
	text-decoration:none;
}
.active-tab a:hover {
	text-decoration:underline;
}
div.back-to-top {
	display:none;
	text-align:right;
	width:950px;
}
div.back-to-top a {
	color:#f67321;
}
a.link {
	color:#f67321;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}

#info-container {
	float: left;
	margin:0px;
	width: 100%;
}
#quicklink-container {
	display:none;
}
/*.race-number-menu {
	width:960px;
}
.race-number-menu a {
	color:#f67321;
}*/
.race-number-menu {
	position:fixed;
	background:#FFF;
	border:2px solid #f67321;
	width:64px;
	z-index:100;
	bottom: 20px;
	left: 15px;
	width: 75px;
	padding:5px;
}
.race-number-menu a {
	color:#f67321;
	display:block;
}
.extened-noms {
	color:#f67321;
	font-weight:bold;
}
.race-venue-date {
	margin:0px;
	padding:0px;
}
.race-venue th {
	text-align:left;
	font-family: arial, verdana, sans-serif;
	color:#000;
}
.race-venue td {
	color: #333;
}
.race-title {
	margin:2px 0px 0px 0px;
	width:100%;
}
.race-title th {
	color: white;
	background-color: #48484a;
	text-align:left;
	font-family: arial, verdana, sans-serif;
	border-left:#f67321 solid 5px;
}
.race-title th a {
	color: white;
}
.race-title td {
	color: black;
}
.race-desc {
	color: black;
	font-weight:bold;
}
.race-strip-fields {
	margin-bottom: 20px;
	width:100%;
}
table.race-strip-fields th {
	background-color: #aaaaaa;
	color:#000;
}
table.race-strip-fields td {
	color:#000;
}
.col1{
	width:460px;
	float:left;	
}
.col2{
	width:460px;
	float:right;
}
.comments{
	clear:	both;
}
table.race-strip-fields td span.Finish {
	background: none;
	color: #000;
	padding: 2px 4px;
}
table.race-strip-fields td span.Finish.F1 {
	background: #d69929;
	color: white;
	font-weight:bold;
}
table.race-strip-fields td span.Finish.F2 {
	background: #86888b;
	color: white;
	font-weight:bold;
}
table.race-strip-fields td span.Finish.F3 {
	background: #930;
	color: white;
	font-weight:bold;
}
.bold {
	color:#000;
}

.SA-Result-Options {
	/*display:block;
                width:332px;
                float:right;
                text-align:right;*/
				display:none;
}
div.race-venue {
	background: none;
	padding: 10px;
	color: white;
	border: none;
	background-color: #f67321;
	width: 940px;
}
div.race-venue h2 {
	margin: 0px;
	padding: 0px;
	color: white;
}
div.race-venue a{
	color: white;
}
.race-venue-bottom {
	color: #FFFFFF;
	float: none;
	margin: 0px;
	padding:8px;
	width: 944px;
	border-right: none;
	background-image: url("../images/race_venu_bottom_black.jpg");
	background-repeat: repeat-x;
	background-color:#848589;
}
div.horse-Info .horse-number {
	background-color:#f67321;
	font-size: 10pt;
	color: #ffffff;
	vertical-align: top;
	text-align: center;
	width: 18px;
	height: 18px;
	font-weight: bold;
	float:left;
	display:block;
	margin-right:5px;
}
div.horse-Info {
	margin-left:66px;
}
div.horse-Info a{
	color: #666;
	font-weight:bold;
}

table.horse-last-start a{
	color: #666;
	font-weight:bold;
}

#black-title-bar {
	display:none;
}
.printer-friendly {
	display:none;
    float:right;
}
.PedigreeLink {
	display:none;
}
.horse-form-table {
	font-size:100%;
	width: 100%;
}
.horse-last-start {
	width: 100%;
}
.horse-name {
	font-size:140%;
	color: #000;
}
tr.Scratched td {text-decoration: line-through; color: #800;}
.print-friendly-title {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	display: none;
	color: black;
}
#stateCopyright-container {
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	width: 100%;
	margin-left:0px;
}
#stateCopyright-container p {
	float: none;
	color: #000;
	min-height: 45px;
	padding-top: 8px;
	margin: 0px;
	width: 100%;
}
#copyright-bar {
	color: #000;
	float: left;
	font-family: arial, verdana, sans serif;
	padding: 5px;
	height: 85px;
	text-align: left;
	width: 95%;
	background:none;
	background-color: #FFF;
	margin-left: 0px;
	vertical-align: middle;
}
#copyright-bar a {
	color: #f67321;
}
.copyright-logo {
	display: block;
	float:left;
	padding-right: 10px;
}
.official-announcements {
	display: none;
}
.state-specific-banner {
	display: none;
}


/*############### Printer Friendly Styles ##################*/
body.PrintFriendly {
	background:none;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#FFF;
}
body.PrintFriendly .header-img,body.PrintFriendly #RisaBanner{
	display:none; 
}
body.PrintFriendly div.back-to-top{
	display:none;
}

body.PrintFriendly #main {
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	width:750px;
	
}
body.PrintFriendly #shadow-left {
	display:none;
}
body.PrintFriendly #main-content {
	float:left;
	width:750px;
	background-color:#FFF;
}
body.PrintFriendly #shadow-right {
	display:none;
}

body.PrintFriendly #green-menu {
	display:none;
}

body.PrintFriendly #middle-container {
	background-color: white;
	clear: left;
	width: 750px;
}

body.PrintFriendly #info-container {
	float: left;
	width: 750px;

}

body.PrintFriendly #quicklink-container {
	display:none;

}

body.PrintFriendly #copyright-bar {
	color: black;
	float: left;
	font-family: arial, verdana, sans serif;
	font-size: 8pt;
	height: 68px;
	padding-top: 10pt;
	text-align: center;
	width: 750px;
	background:none;
}

body.PrintFriendly .race-number-menu{
	display:none;
}
body.PrintFriendly .race-form-tab-menu{
	padding-bottom:10px;

}
body.PrintFriendly .race-form-tab-menu div {
	width: 250px;
}
body.PrintFriendly .race-form-tab-menu div.inactive-tab{
	display:none;
}
body.PrintFriendly .race-form-tab-menu div.active-tab, body.PrintFriendly .race-form-tab-menu div.active-tab a{
	background-color: #FFF;
	background-image:none;
	color:#008c44;
	border-right:none;
	font-size: 20pt;
	margin-left:1px;
}
body.PrintFriendly .race-form-tab-menu div.active-tab a:hover{
	cursor:default;
	text-decoration:none;
}
body.PrintFriendly .race-venue {
	width: 750px;
	background-color:white;
	border-bottom: #008c44 solid 2px;
}
body.PrintFriendly .race-venue-date {
	font-size:9pt;
	color: black;
	margin:0px;
	padding:0px;
}
body.PrintFriendly .race-venue th {
	text-align:left;
	font-family: arial, verdana, sans-serif;
	font-size:14pt;
	color:#000;
}
body.PrintFriendly .race-venue td {
	color: #333;
}
body.PrintFriendly .race-title {
	margin:11px 0px 0px 0px;
	width:750px;
}
body.PrintFriendly .race-title th {
	color: black;
	background-color:#FFF;
	text-align:left;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	border-left:none;
	border-bottom:#008c44 solid 2px;
}

body.PrintFriendly .race-title td {
	color: black;
	background-color:#FFF;
	background-image:none;
	font-size: 9pt;
}

body.PrintFriendly .race-desc {
	color: black;
	font-weight:bold;
}
body.PrintFriendly  .race-strip-fields {
	font-size: 9pt;
	margin-bottom: 20px;
	width:750px;
}

body.PrintFriendly div.race-venue
{
	background: none;
	padding: 10px;
	color: black;
	border: none;
	border-bottom: #008c44 solid 2px;
	width: 750px;
}
body.PrintFriendly div.race-venue h2
{
	margin: 0px;
	padding: 0px;
	color:black;
}

body.PrintFriendly .race-venue-bottom
{
	color: #000;
	float: none;
	margin: 0px;
	padding:8px;
	width: 750px;
	background:none;
}

body.PrintFriendly .printer-friendly{
	display:none;
}
body.PrintFriendly #stateCopyright-container {
	display: block;
	background: white;
	padding-top: 1em;
	float: none;
	clear: both;
	vertical-align: middle;
	width: 750px;
}
body.PrintFriendly #stateCopyright-container p {
	float: none;
	color: #888;
	min-height: 45px;
	padding-top: 8px;
	margin: 0;
	width: 750px;
}

body.PrintFriendly .race-form-tab-menu {
	margin:0px;
	padding:0px 0px 0px 0px;
	height:20px;
	width: 750px;
}

body.PrintFriendly .PedigreeLink{
	display:none;	
}
body.PrintFriendly .horse-form-table{
	font-size:100%;
	width: 750px;
}
body.PrintFriendly .horse-last-start {
	width: 750px;
}
body.PrintFriendly .horse-name{
	font-size:100%;
}
body.PrintFriendly .print-friendly-title{
font-size: 12pt;
padding: 0px;
margin: 0px;
display: none;
color: black;
}
