﻿body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #FFFFFF repeat top left;
	margin: 0px 0px 0px 0px;
}

#outer
{
	/* outer containing all other div's */
	position: relative;
	width: 100%;
	margin: auto;
}

#header
{
	/* header inside outer, containing logo, menu, etc. */
	height: 120px;
	width: 100%;
	background: #960e94;
	border-bottom: solid 1px #3bb208;
}
#top_banner
{
	/* The banner sitting centrally*/ /*position: relative;     top: 0px;     left: 200px;*/
	margin: auto;
	width: 760px;
	height: 120px;
	border-left: solid 1px #3bb208;
	border-right: solid 1px #3bb208;
	border-bottom: solid 1px #3bb208;
}
#menu_holder /* Sits below header */
{
	height:42px;
	width: 100%;
	border-bottom: solid 1px #3bb208;
	background: #999999;
}

#menu_bar
{
	/* within menu_holder */ /*position: absolute; 	top: 120px; 	left: 0;*/
	height: 42px;
	width: 760px;
	background-color:  #999999; /*url(../images/menu_bg.png) repeat-x top left;*/
	/*padding: 0px 5px 2px 5px;*/
	margin: auto;
	border-left: solid 1px #3bb208;
	border-right: solid 1px #3bb208;
	border-bottom: solid 1px #3bb208;
}

#menu_list
{
	/* within the menu bar */ /*position: absolute; 	top: 4px; 	left: 55px;*/
	height: 20px;
	width: 650px;
	background: #999999;
	margin: auto;
}

#main_holder
{
	width: 100%;
	height: 100%;
}

#main_content
{
	width: 760px;
	/*height: 400px;*/
	border-bottom: solid 1px #3bb208;
	border-right: solid 1px #3bb208;
	border-left: solid 1px #3bb208;
	/*border: solid 1px #3bb208;*/
	margin: auto; /*background: #654565;*/
}

#footer
{
	width: 760px;
	height: 20px;
	border-bottom: solid 1px #3bb208;
	border-right: solid 1px #3bb208;
	border-left: solid 1px #3bb208;
	margin: auto;
	background-color: #999999;
	font-size: 0.6em;
	color: White;
	padding-top: 5px;
}

.tdMainContent {
	width: 700px;
	valign: top;
}

.mainContentColour {
	color: #3bb208;
}

.pageHeader {
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
	margin: auto;
}

.resultsHeader {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #06067d;
	text-align:center;
}

.resultsItem {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
}

.resultsItemRunnerUp {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-style: italic;
	color: #1834ab;
}

.resultsItemHeading {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
	text-align:left;
	color: #06067d;
}

.resultsItemRunnerUpHeading {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
	text-align:left;
	color: #06067d;
}

.clubTimeTableRowTitle {
	color: #1834ab;
}

.clubTimeTableFreeEntry {
	background-color: #2fb509;
}

.clubTimeTableJuniorEntry {
	background-color: #f681ce;
}

.clubTimeTableLadiesEntry {
	background-color: #f3f294;
}

.clubTimeTableAdultEntry {
	background-color: #92d1f1;
}


.clubTimeTableSchoolEntry {
	background-color: #e8a788;
}

.clubTimeTableHoramEntry {
	background-color: #eb7a9f;
}



.websiteLink {
	color: #3bb208;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
}

.websiteLink:hover, .websiteLink:active
{
	color: #3bb208;
	text-decoration: none;
	font-weight: bold;
}

.emailLink {
	color: #3bb208;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 9px;
	font-weight: bold;
}
.emailLink:hover, .emailLink:active
{
	color: #3bb208;
	text-decoration: none;
	font-weight: bold;
}

.line {
  position: absolute;
  background-color: Green;
}


.menuSeparator2 {
margin-top: 16px;
display: block;
display: block;
width: 4px;
height: 4px;
background: #1a5e0a;
-moz-border-radius: 40px;
text-align:left;
valign: bottom;
}

.menuSeparator {
margin-top: 16px;
margin-bottom: 16px;
display: block;
width: 4px;
height: 4px;
max-height: 10px;
background: #1a5e0a;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
behavior: url(/PIE.htc);
text-align:left;
}

.menuSeparator3 {
margin-top: 16px;
display: block;
display: block;
width: 4px;
height: 4px;
background: #1a5e0a;
-moz-border-radius: 40px;
-moz-border-radius:40px; /*firefox*/ 
-webkit-border-radius:40px; /*safari n Chrome*/ 
-khtml-border-radius:40px; /*Linux*/ 
behavior:url(border-radius.htc);
border-radius: 40px;
position:relative
z-index:0;
text-align:left;
valign: bottom;
}

.LeftHandMenu
{
	font-size: 0.8em;
	/*border: solid 1px black;
	width: 120px;
	height: 200px;*/
}
.LeftHandMenuItem
{
	border-bottom: solid 1px #3bb208;
}


#navcontainer ul
{
    /*margin-left: 0;*/
    color: #3bb208;
    float: left;
    /*width: 100%;*/
    font-size: 0.7em;
	/*  height: 18px;*/
	width: 450px;
	background-color:  #999;
	margin: 0px 0px 0px 200px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 0.2em 1em;
    background-color: #999;
    color: #3bb208;
    text-decoration: none;
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
   	height: 16px;

}

#navcontainer ul li a:hover
{
background-color: #666;
color: #fff;
}

a:link, a:visited
{
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
