/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #087815;
}
.table_covereete {
	border: 2px solid #003300;
}

div.navibar {width: 720px;
	height: 30px; 
	background-image: url(../images/bg_links.gif);
	background-repeat: repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:bold;
	color: #000000;
	text-transform: uppercase;
}

div.navibarspacer {width: 5px; float:left;}

div.navibar li {
	height: 30px; 
	list-style-type:none;
	float:left;
	text-align: left;
	padding:10px 8px 0px 0px;
	}
	
div.navibar li.current {
	height: 30px; 
	}

div.navibar a {
	display:block;
	margin:0px 0px 0px 0px;
	color: #000000;
	text-decoration:none;
}

div.navibar a:hover {
	display:block;
	color:#aaaaaa;
	}
div.navibar li.current a:hover {
	display:block;
	color:#aaaaaa;
	}

div.fixtures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: white;
	padding: 5px 5px 5px 5px;
}
div.fixtures table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
}

div.fixturemonths {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: black;
	padding: 5px 5px 5px 5px;
}
div.fixturemonths table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	padding: 5px 5px 5px 5px;
}
div.fixturemonths li {
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: 10px;
	}
div.fixturemonths a {
	color: #0000ff;
	text-decoration:none;
}

div.fixturemonths a:hover {
	color:#aaaaaa;
	}

div.greenfeesheading {
	width: 130px; height: 28px;
	font-family: verdana;
	font-size: .7em;
	color: white;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
	background-color: #07ad31;
	float: left;
}
div.greenfees {
	width: 130px; 
	font-family: verdana;
	font-size: .7em;
	color: white;
	padding: 2px 0px 0px 0px;
	background-color: #006633;
	float: left;
}
div.greenfeesheading2 {
	width: 260px; height: 28px;
	font-family: verdana;
	font-size: .7em;
	color: white;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
	background-color: #07ad31;
	float: left;
}
div.greenfees2 {
	width: 260px; 
	font-family: verdana;
	font-size: .7em;
	color: white;
	padding: 2px 0px 0px 0px;
	background-color: #006633;
	float: left;
}

div.lhs {
	width: 250px; 
	font-family: verdana;
	color: white;
	padding: 25px 25px 25px 25px;
	background-color: white;
}
div.lhsaddress {

	font-family: verdana;
	color: white;
	padding: 10px 15px 25px 35px;
	background-color: white;
}
div.lhsblack {
	width: 250px; 
	font-family: verdana;
	color: black;
	padding: 25px 25px 25px 25px;
	background-color: white;
}
div.lhsgreen {
	width: 250px; 
	font-family: verdana;
	color: #006633;
	padding: 25px 25px 25px 25px;
	background-color: white;
	font-size: 0.9em;
}


div.clear {clear: both;
	font-size: 1px;
 }
 
.text {
	font-family: verdana;
	font-size: .65em;
	color: white;
 }
.text a {
	color:#ffff99;
	text-decoration: none;
	}
.text a:hover {
	color:#ff9933;
	}

.quotes {
	font-family: times;
	
	color: #555555;
	font-style:	italic; 
	font-weight: bold;
	line-height: 175%;
 }
.quotes a {
	color:#666666;
	text-decoration: none;
	}
.quotes a:hover {
	color:#aaaaaa;
	}
.quotesName {
	font-family: arial;
	font-size: .6em;
	font-weight: bold; 
	color: #999999;
	text-transform: uppercase;
 }
.address {
	font-family: verdana;
	font-size: .8em;
	color: black;
	font-style:	normal; 
 }
.address a {
	color:#666666;
	text-decoration: none;
	}
.address a:hover {
	color:#aaaaaa;
	}
	
h1{
	font-size: 1.10em;
	color: #07ad31;
	margin: 0 0 0 0;
}
h2{
	font-size: 120%;
	color: #ffffff;
	margin: 0 0 0 0;
}
h3{
	font-size: 110%;
	color: #ffffff;
	margin: 0 0 0 0;
}

.red {
	color: red;
}
.yellow {
	color: yellow;
}
.black {
	color: black;
}


.button{
	padding-right: 6px; font-size: 10px; 
	color: #ffffff; 
	padding-bottom: 2px;
	background-color: #006634;
	border: 1px solid #000066;
}

.smaller {font-size: 70%;}


