/***********************************************/
/* henryrixV1.css                          	  */
/* Use with template Template.html             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #334d55;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

h2{
	color: #006600;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
} 

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 8px;
	left: auto;
	right: auto;
	width:990px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

#masthead{
	/**width:760px;**/
	width:990px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	position: relative;
	right: auto;
	bottom: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

#content{
	border: 2px solid #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	width: 770px;
	float: left;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	color: #ffffff;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/************** utility styles *****************/

#utility{
	
	position: absolute;
	top: 0px;
	right: 0px;
	color: #919999;
	height: 90px;
	width: 728px;
	border: 1px solid #999;
	margin-top: 5px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/lhsheaderBg.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 15px;
	text-transform: uppercase;
	height: 22px;
}

#pageName h2{
	color: #FFFFFF;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

#pageName img{
	position: absolute;
	top: -2px;
	padding: 0px;
	margin: 0px;
	float: left;
	left: 10px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 846px;
	height: 24px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/MenuBg.jpg);
	top: 14px;
	border: 1px solid #006600;
	font-family: "Times New Roman", Times, serif;
	
}

#globalLink{
	position: absolute;
	height: 24px;
	min-width: 840px;
	left: 16px;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	
	
	
}
#globalLink img {
	vertical-align: middle;
	letter-spacing: 0px;
}

.glink .menu2 {
	font-size: 17px;
	}

.glink A:link, .glink A:visited  {
	font-size: .77em;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 4px;
	top: 10px;
	padding-bottom: 4px;
	letter-spacing: -.05em;
	
}

.glink A:link {
	font-size: .8em;
	letter-spacing: -.05em;
	}

.glink A:hover{
	text-decoration: none;
	color: #FFCC00;
}


.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav {
	position: absolute;
	top: 140px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	visibility: hidden;
	color: #003300;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.subglobalNav a:link, .subglobalNav a:visited, .subglobalNav a:active {
	color: #145032;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


.subglobalNav a:hover {
	color: #D2A800;
	font-weight: bold;
	text-transform: capitalize;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************** feature styles *****************/

.feature {
	font-size: 14px;
	min-height: 200px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.feature a:link, .feature a:visited, .feature a:active {
	color: #145032;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	
}

.feature a:hover {
	color: #999999;
	font-weight: bold;	
}

.hpImage {
	background-color: #030;
	padding: 5px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	text-align: center;
}


.hpImage a:link, .hpImage a:active, .hpImage a:visited {
	color: #FFF;
}

.hpImage a:hover {
	color: #F90;
}

.small {
	font-size: 11px;
	color: #000000;
}

html>body .feature {height: auto;}

.formTF {
	background-color: #FFFFFF;
	border: 1px solid #003300;
	height: 16px;
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}


.feature h3{
	color: #334d55;
	padding: 30px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

.feature img{
	position: relative;
	top: 0px;
}



/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 11px;
	color: #003300;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}




/**************** advert styles *****************/

#advert{
	width: 150px;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	text-align: center;
}
#advert img {
	padding-top: 4px;
	padding-bottom: 4px;
}


/********************* Right Hand Side **********************/

#rhsContent {
	float: right;
	width:178px;
	font: small Verdana,sans-serif;
	border: 2px solid #006600;
	background-image: url(../images/lhsheaderBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-bottom: 30px;
}
html>body #rhsContent {height: auto;}

#rhsContent H1 {
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/********************* Bottom Ticker **********************/
#bottomticker {
	clear: both;
	font-size: x-small;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../images/greenbg.gif);
	height: 20px;
}
/********************* End **********************/
#Copyright {
	clear: both;
	font-size: 11px;
	color: #003300;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	float: left;
	margin: 0px;
}
#trTicker {
	width: 150px;
	margin-left: 15px;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 140px;
	background-image: url(../images/toptockerBg.jpg);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#RHSpageName {

	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/lhsheaderBg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
	height: 22px;
}
#siteInfo a:link, a:visited {
	font-size: 11px;
	color: #003300;
	padding: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#quotetext {
	padding: 2px;
	width: 150px;
	margin-left: 15px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	font-size: 12px;
}
#RHSpageName img {
	position: absolute;
	top: -2px;
	padding: 0px;
	margin: 0px;
	float: left;
	right: 140px;
}
#quotetextname {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
#trTickertext {
	width: 130px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: 140px;
	background-image: url(../images/toptockerBg.jpg);
	padding: 0px;
	margin-left: 10px;
}
 
#dmx1IFrame {position:absolute; top:-10px; left:-10px;}
#dmx1Scroller {
	position:absolute;
	left:100px;
	width:740px;
	height: 26px;
	z-index:100;
	overflow:hidden;
	bottom: -50px;
}
#dmx1Container {
	position:absolute;
	left:6px;
	top:6px;
	width:728px;
	height:14px;
	clip:rect(0px 728px 14px 0px);
	overflow:hidden;
	visibility: visible;
}
.dmx1Content {position:absolute; left:728px; top:0px; width:1000px; }
.dmx1Content td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
#dmx1Content1 {
	position:absolute;
	left:0px;
	top:0px;
	
}
 
.feature h1 {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
.formSubmit {
	background-color: #006600;
	border: 2px outset #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 2px;
}
.feature h2 {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}
#ContentTRImages {
	margin: 0px;
	text-transform: uppercase;
	float: right;
	top: 22px;
	position: relative;
}
.formTA {

	background-color: #CCCCCC;
	border: 1px solid #003300;
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.formSubscribe {
	background-color: #006600;
	border: 2px outset #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 2px;
	width: 180px;
}
.formAlert {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/************** Race card styles **************/


.racecard_container {
	background-image: url(racecard_bg.gif);
	background-repeat: repeat-y;
	width: 720px;
	background-color: #00643C;
}

.racecard_top {
	background-image: url(racecard_topbg.gif);
	height: 50px;
	width: 720px;
}

.racecard_content {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.racecard_content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin: 5px;
}

.racecard_content h5 a:link, .racecard_content h5 a:visited, .racecard_content h5 a:active {
	color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
}

.racecard_content h5 a:hover {}

.racecard_title {
	background-color: #00835B;
}

.racecard_title_rhs {
	float: right;
}

.racecard_record_copy {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.racecard_record_copy p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.racecard_title_rhs  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	padding: 0px;
}
.racecard_title_rhs  h2 em {
	font-style: italic;
	font-weight: normal;
}


.racecard_data {
	background-color: #FFF;
	width: 520px;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.racecard_record {
	display: block;
	margin-bottom: 15px;

}

.racecard_record h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	color: #FFF;
	background-image: url(h3Bg.gif);
	background-repeat: repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #00835B;
}

.racecard_record_rhs {
	float: right;
	width: 252px;
	padding: 2px;
}

.racecard_record_rhs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.racecard_record_lhs {
	float: left;
	width: 252px;
	padding: 2px;
}
.racecard_record_lhs h4 {
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 13px;
	text-transform: uppercase;	
	
}

.racecard_bot {
	background-image: url(racecard_footer.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 740px;
}

.printhelp {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #00643C;
	width: 700px;
	font-size: 13px;
	margin-bottom: 5px;
	border: 1px solid #F6D600;
	padding: 10px;
}
