/* Main stuff for body outside the main table*/
body {
	background-image: url(http://www.racingfixtures.co.uk/images/grass3.jpg);
}
/* the table that has the search box */
.searchtable {
	font-family: Verdana, Sans-serif;
	background-color: #F2FFF8;
	width: 100%;
	padding: 0px;
}
/*The actual search bar row*/
.searchrow {
	font-family: Verdana,Sans-serif;
	border: 0px #FFFFFF solid;
	background-color:#3CB371;
	width: 100%;
	padding: 0px color: #00000;
	font-size: 10pt;
	height: 35px;
}
/*The row under the search*/
.searchunder {
	font-family: Verdana, Sans-serif;
	border: 0px #FFFFFF solid;
	background-color: #F2FFF8;
	width: 60%;
	padding: 0px color: #00000;
	font-size:  10pt;
	height: 35px;
	color: #FFFFFF;
}
.searchunder a:link, .searchunder a:visited, .searchunder a:active {
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.searchunder a:hover {
	text-decoration: underline;
}

/*main table properties*/
.maintable {
	font-family: Verdana,Sans-serif;
	border: 0px #FFFFFF solid;
	background-color: #F2FFF8;
	text-align: center;
	width: 100%;
}
/*row properties of main table*/
.rows {
	font-family: Verdana,Sans-serif;
	border: 5px solid #FFFFFF;
	font-size:  10pt;
	color: #000000;
	background-color: #F2FFF8;
}
.rows a:link, .rows a:active,.rows a:visited {
	color : #009966;
	text-decoration: none;
}
.rows a:hover {
	color : #009966;
	text-decoration: underline;
}
/*columns properties of main table*/
.columns {
	font-family: Verdana,Sans-serif;
	font-size:  10pt;
	width: 30%;
	background-color: #F2FFF8;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2FFF8;
	border-bottom-color: #F2FFF8;
}
/*the box for each link*/
.box {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3CB371;
	padding: 5px;
	font-size:  13px;
	color: #F2FFF8;
	width: 100%;
}
.box a:link, .box a:active, .box a:visited {
	color : #FFFFFF;
	text-decoration: none;
}
.box a:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
/*box table structure*/
.boxtable{
	font-family: Verdana, Sans-serif;
	border: 1px solid #00CC66;
	background-color: #F2FFF8;
	width: 98%;
	padding: 1px;
	margin: 6px;
}
.bottomnav{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.bottomnav a:link, .bottomnav a:visited, .bottomnav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.bottomnav a:hover {
	color: #CCCCCC;
}
.ulmainnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #3CB371;
}
.ulmainnav a:link, .ulmainnav a:visited, .ulmainnav a:active {
	text-decoration: none;
	color: #005A2D;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
.ulmainnav a:hover {
	color: #3CB371;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;

}
.newsletter_title {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	background-color: #3CB371;
	padding: 2px;
}
.newsletter {
	font-size: 11px;
}
.localdropdown {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
