/* Created - 10/10/2013 */
/* Test CSS for NSW Racebook form */

body.Racebook
{
    background: none;
	font-family: arial;
	font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFF;
}

body.Racebook #site_wrapper #main #top, body.Racebook #content_top, body.Racebook #footer_container
{
    display: none;
}

body.Racebook #site_wrapper {
	margin: 0px;
}

body.Racebook div.back-to-top {
	display: none;
}
body.Racebook #shadow-right {
	display:none;
}
body.Racebook #main {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 860px;
}

body.Racebook #main-content {
	float: left;
	width: 860px;
	background-color: #FFF;
}

body.Racebook #middle-container {
	background-color: white;
	clear: left;
	width: 860px;
}
body.Racebook #info-container {
	float: left;
	margin-left: 0px;
	width: 860px;
}
body.Racebook #copyright-bar {
	display: none;
}
body.Racebook #page-expander {
    display: none;
}
body.Racebook #site_wrapper #middle #content {
    min-height: 0px;
}
body.Racebook .tempOverflow {
	height: 1030px;
	width: 680px;
    float:left;
    overflow:auto;
}
body.Racebook .hideTempOverflow {
	height: 1030px;
	width: 680px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 20px;
	background-color: white;
}
body.Racebook .contentPage {
	height: 1030px;
	width: 680px;
}
body.Racebook .page {
	height: 1030px;
	width: 1500px;
	border: 1px solid white;
}
body.Racebook .pageColumn1 {
	height: 100%;
	width: 680px;
    float:left;
    border: 1px solid white;
}
body.Racebook .pageColumn2 {
	height: 100%;	
	width: 680px;
	margin-left: 820px;
	border: 1px solid white;
}

body.Racebook div.race-venue {
	background: none;
	padding: 5px;
	color: white;
	border: none;
	background-color: #025aa1;
	width: 670px;
	text-align:center;
}

body.Racebook div.race-venue h2 {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 20pt;
}

body.Racebook .race-venue-date {
	margin: 0px;
	padding: 0px;
	font-size: 20pt;
}

body.Racebook .meeting-type{
	font-size:130%;	
}


body.Racebook .race-info {
    margin-top: 2px;
}
body.Racebook .race-title {
	margin: 2px 0px 10px 0px;
	width: 100%;
}
body.Racebook .race-title th {
	color: black;
	font-family: arial;
	background-color:white;
	border: none;
	font-size: 12pt;
	height: 20px;
}
body.Racebook .race-title th span {
	font-size: 40px;
}
body.Racebook .race-time-distance {
    text-align: right;    
    width: 10%;
    font-size:40px;
}
body.Racebook .race-title td {
	color: black;
	padding: 0px;
	background-image: none;
}
body.Racebook .race-analysis {
	margin-bottom: 10px;
	background-color:#a0d5ff;
	border:solid 2px #a0d5ff;
	padding:5px;
	font-size:110%;
}
body.Racebook .techform-field {
	background-color:#feb4b4;
	border:solid 2px #feb4b4;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:110%;
}
body.Racebook .gear-field {
	padding: 5px;
	margin-bottom: 12px;
	background-color:#adffa9;
	border:solid 2px #adffa9;
}
body.Racebook .race-strip-fields {
	margin-bottom: 10px;
	width: 100%;
	font-size: 10pt;
}
body.Racebook table.race-strip-fields th {
	background-color: #666;
	color: #FFF;
}
body.Racebook table.race-strip-fields td {
	height: 12px;
}
body.Racebook .form-comments {
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	font-size:13px;
}
body.Racebook .horse-form-table {
	width: 100%;
	border: none;
}
body.Racebook .horse-form-table .Silks {
	position: relative;
	display: block;
	width: 60px;
	height: 65px;
	float: left;
	margin-right: 4px;
}
body.Racebook .horse-number {
	background-color: #000;
	font-size: 13pt;
	padding: 1px 3px 2px 2px;
	width: auto;
}
body.Racebook .horse-gearScratch {
	margin-left: 0px;
	font-size: 8pt;
	font-weight:normal;
    color: #FF3300;
    text-decoration: line-through;
   
}

body.Racebook .horse-info {
    margin-left: 64px;
}
body.Racebook .horse-name {
	font-size: 170%;
	color: #000;
}
body.Racebook .jockey-details {
	font-size: 13pt;
	float: right;
	text-align: right;
	color: #000;
}
body.Racebook .jockey-detailsScratch {
	font-size: 13pt;
	color: #FF3300;
    text-decoration: line-through;
    float:right;
    text-align: right;
}
body.Racebook .trainer-details {
	float: right;
	text-align: right;
	color: #000;
}
body.Racebook .horse-desc {
	clear: both;
}
body.Racebook .horse-desc span {
	font-weight: bold;
	margin-left: 15px;
	color: #666;
}
body.Racebook .horse-colours {
	font-weight: bold;
	margin-bottom: 5px;
}
body.Racebook .race-summary {
    float: left;
    margin: 2px 15px 0 0;
    font-size:14px;
}
body.Racebook .bold-black {
	color: #000;
	font-weight: bold;	
}
body.Racebook .bold-blackScratch {
	font-weight: bold;	
	font-size: 13pt;
	color: #FF3300;
    text-decoration: line-through;
}
body.Racebook .horse-last-start {
    width: 100%;
}
body.Racebook .horse-last-start .Pos {
	width: 45px;
	text-align: left;
}
body.Racebook .horse-scr {
    color: #FF3300;
    text-decoration: line-through;
}
Racebook .premiership {
    width:100%;
}
body.Racebook .premiership h3 {
    text-align: center;
}
body.Racebook .premiership h4 {
    text-align: center;
    font-weight: bold;
    background-color: #026dc3;
    color: White;
    line-height: 25px;
}
body.Racebook .premiership-table {
    margin: -3px 0px 0px 0px;
    width: 100%;
}
body.Racebook .premiership-table .rank {
    width: 10px;
}
body.Racebook .risa-pra-footer {
    margin: 5px 0px 5px 0px;    
    width: 100%;
}
body.Racebook .copyright-header {
	text-align: center;
	color: white;
	font-weight: bold;
	background-color: black;
	padding: 3px;
}
body.Racebook .copyright-footer {
	text-align: center;
	color: white;
	background-color: black;
	padding: 3px;
}
body.Racebook .table-of-content {
    width:100%;
    font-size: 8pt;
	margin-bottom: 20px;
	margin-top: 2px;
	font-family: arial;
}

body.Racebook .jockey-trainer-table-of-contentleft 
{
    width:50%;
    font-size: 8pt;
	float:left;
	font-family: arial;
	margin-bottom:10px;
}
body.Racebook .jockey-trainer-table-of-contentRight {
    width:50%;
    font-size: 8pt;
	margin-left:50%;
	font-family: arial;
	margin-bottom:10px;
}

body.Racebook .jockey-trainer-table-of-content-table-left {
    float:left;
    width:100%;
}

body.Racebook .jockey-trainer-table-of-content-table-Right {
    width:100%;
}

body.Racebook .jockeys-trainer-main-heading {
    text-align: center;
    font-weight: bold;
    color: Black;
    line-height: 25px;
    font-size:15px;
    font-family: arial;
}
body.Racebook .jockeys-trainer-heading {
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    background-color: #026dc3;
    color: White;
    line-height: 25px;
    margin-bottom:2px;
}

body.Racebook .trainer-heading {
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    background-color: #026dc3;
    color: White;
    line-height: 25px;
    margin-bottom:2px;
}

body.Racebook .jockey-trainer-table-of-contentleft  th {
	color: #FFF;
	background-color: #1ec0f2;
	text-align:left;
	line-height: 10px;
	width:150px;
}

body.Racebook .jockey-trainer-table-of-contentRight th {
	color: #FFF;
	background-color: #1ec0f2;
	text-align:left;
	line-height: 10px;
	width:150px;
}

body.Racebook .jockey-trainer-table-of-content  td {
	height: 12px;
	font-family: arial;
}
body.Racebook  .jockey-trainer-table-of-content td.name{
	text-align:left;
}
body.Racebook  .jockey-trainer-table-of-content td.race{
	text-align:left;
}
body.Racebook .table-of-content-table {
    margin: -3px 0px 0px 0px;
    width: 100%;
}
body.Racebook .table-of-content h4 {
    text-align: left;
    font-weight: bold;
    color: white;
    background-color: gray;
    line-height: 25px;
    text-indent: 4px; 
    
}
body.Racebook .table-of-content td {
	height: 12px;
	font-family: arial;
}
body.Racebook .table-of-content h3 {
    text-align: center;
    font-weight: bold;
    background-color: black;
    color: White;
    line-height: 25px;
}
body.Racebook .table-of-content h5 {
    height: 18px;
	font-family: arial;
	font-weight:normal;
	font-size:8pt;
	color:Black;
	margin: 0px 0px 0px 4px;
}

body.Racebook .footer-page-no
{
    margin:250px 0px 0px 250px;
}

body.Racebook .logo
{
   text-align:center;
}


body.Racebook .race-number {
    width: 110px;  
    font-size: 100px;  
    text-align:left;
	color:black;
}
body.Racebook .race-word {
    width: 20px;  
    font-size: 17.5px;  
    word-wrap: break-word;
    text-align:left;
}
body.Racebook .race-name {
    width: 390px;  
    font-size: 30px;  
    text-align:left;
    font-weight:bold;
    color:black;
    word-wrap: break-word;
}
body.Racebook .race-distance {
    width: 70%;   
    font-size: 20px;  
    text-align:left;
}
body.Racebook .start-word {
    width: 100%;   
    font-size: 20px;  
    text-align:Center;
    letter-spacing:7px;
    font-weight:normal;
}
body.Racebook .race-time-distance span{
	color:black;	
}

body.Racebook .results-box {
	margin-bottom: 10px;
	font-size: 110%;
	width:680px;
	font-family: arial;
	font-size: 10pt;
	font-weight:bold;
	background-color:#e8e8e8;
}

body.Racebook .results-box td.underline{
	border-bottom:#000 solid 1px;	
}
body.Racebook #background { background: none; }


.horse-form-table {
	font-family: arial;
	
}

/* END Test CSS for NSW Iframe */