#FormRace {
	font-size:13px;
}
#FormRace fieldset {  
	margin: 1em 0 0 0;  
	padding: 0;  
}  
#FormRace legend {  
	margin-left: 1em;  
	color: #404040;  
	font-weight: bold;  
}
#FormRace form {
	background-color: #FFFFFF;
}
#FormRace fieldset ol {  
	padding: 0 0 0 0;  
	list-style: none;  
}  
#FormRace fieldset li {  
	padding-bottom: 1em;  
}  
#FormRace fieldset.submit {  
	border-style: none;  
}
#FormRace label {    
	padding: 6px 0 0 0;
	float: left;    
	width: 14em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
#FormRace input, #FormRace textarea {    
	padding: 2px;
	background-image: url('/images/gray_textbox_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #CCCCCC;	
}
#FormRace input {
	font-size: 120%;
}
#FormRace textarea {
	font-size: 100%;
}
#FormRace select {
	padding: 4px;
	font-size: 14px;
}
h1.EJRace {
	font-size: 30px;
	font-weight: bold;
}
#DLRace dl {
	font-size:13px;
}
#DLRace dt{
	margin:2px 0;
	float:left;
	font-weight:bold;
	padding:5px;
	width:80px;
	clear:left;
}
#DLRace dd {
	margin:2px 0;
	padding:5px 0;
	float:left;
	display:block;
	width: 275px;
}
#DLTLRaceReport dl {
	font-size:13px;
}
#DLTLRaceReport dt{
	float:left;
	font-weight:bold;
	padding:0 0 0 5px;
	width:115px;
	clear:left;
}
#DLTLRaceReport dd {
	padding:0 0 0 5px;
	float:left;
	display:block;
	width: 275px;
}
#RaceReport {
	font-size:13px;
}
#RaceReport fieldset {  
	margin: 1em 0 0 0;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
/*#RaceReport fieldset {  
	margin: 1em 0 0 0;
	padding: 5px;
	background-color:#DEEDF8;
	border:0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}*/
#RaceReport legend {  
	margin-left: 1em;  
	color: #404040;  
	font-weight: bold;  
}
#RaceReport dl {
	font-size:13px;
}
#RaceReport dt{
	float:left;
	font-weight:bold;
	padding:5px 0 5px 5px;
	width:225px;
	clear:left;
}
#RaceReport dd {
	padding:5px 0 5px 5px;
	float:left;
	display:block;
	width: 550px;
}
#RaceReport h1{
	/*font-size: 1.5em;*/
	font-weight: bold;
	font-size: 18px;
	color: #006699;
	padding: 0px 0px 3px 0px;
}
#RaceReportComments {
	background-color:#ECEFF5;
	border-bottom:1px solid #E5EAF1;
	clear:left;
	float:none;
	margin-bottom:2px;
	margin-left: 20px;
	overflow:hidden;
	padding:5px;	
	width: 565px;
	display:block;
	font-size: 13px;
}
#RaceReportComments img {
	float:left;
	padding-right:6px;
	width: 50px;
	border: 0;
}
#RaceReportComments input[type="submit"] {
	background-color:#5B74A8;
	border-color: #29447E #29447E #1A356E;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 6px;
	vertical-align:bottom;
	float:right;
	margin:4px 5px 0 0;
	width:auto;
	color: #FFFFFF;
	font-weight: bold;
}
#RaceReportComments textarea {
	width: 500px;
	padding: 1px 1px 1px 1px;
}
.comment_date_footer {
	color: #777777;
	font-size: 11px;
	padding: 4px 0 4px 0;
}
.comment_author {
	font-weight: bold;
}
textarea.skinny {
	height: 17px;
	overflow: auto;
	color: #777777;
	width: 560px !important;
}
img.skinny {
	visibility: hidden;
	display: none;
}
input.skinny {
	visibility: hidden;
	display: none !important;
}
/* Search Event Box */
#SearchEventBox {
	border-width: 2px 2px 2px 2px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	/*font: 80%/1.5em Verdana, Tahoma, arial, sans-serif;*/
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	font-size:13px;
}
#SearchEventBox label {
	font-size:13px;
	font-weight:bold;
}
#SearchEventBox input[type="text"] {
	width:375px;
	font-size:16px;
	background-image:url(/images/gray_textbox_bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	padding: 5px 5px 5px 5px;
	font-family:Verdana,Tahoma,arial,sans-serif;
}
#SearchEventBox input[type="submit"] {
	font-weight: bold;
	font-size:16px;
	color:#FFFFFF;
	font-family:Verdana,Tahoma,arial,sans-serif;
	background-color:#2E8ECA;
	border:1px solid; 
	border-color: #696 #363 #363 #696; 
	border:1px solid; 
	padding: 5px 5px 5px 5px;
}
#Maincontent h1{
	/*font-size: 1.5em;*/
	font-weight: bold;
	font-size: 30px;
	color: #006699;
	padding: 15px 0px 20px 0px;
}
#SearchEventBox h2 {
	font-size:120%;
	color:#666666;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 5px 5px;
}
#SearchEventBox h3 {
	text-align:left;
	padding: 0px 0px 0px 0px;
}
#EventSearchResults {
	font-size: 13px;
}
#EventSearchResults a, a:visited {
	/*font-size: 13px;*/
}
#EventResult {
	padding: 3px 5px 3px 5px; 
	border-bottom:1px solid #BFBFBF;
}
#EventSearchResults h2 {
	font-size:120%;
	color:#666666;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 5px 5px;
}
h1.race {
	font-weight: bold;
	font-size: 30px;
	color: #006699;
}
h2.race {
	font-size:120%;
	color:#666666;
	font-weight:bold;
	text-align:center;
	padding: 5px 5px 5px 5px;
}
