/***********************************************/
/* 7oaksCCMain.css                  */
/***********************************************/

/***********************************************/
/* xhtml tag styles                             */
/***********************************************/ 

/* basic default styles for body and components */
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 140%;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #9933CC;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000099;
	background-color: #FFCC66;
	text-decoration: none;
}
a:active {
	color: #009900;
	background-color: #FF9900;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin: 0px;
	padding: 0;
}
h1{
/* ONLY use h1 as the main heading on the page */
  font-size: 135%;
  line-height: 160%;
  margin-bottom: 12px;
  }
h2{
 font-size: 120%;
 padding-bottom: 5px;
 padding-left: 5px;
 background-color: #FFFF99;
  }
h3{
 font-size: 110%;
 padding-bottom: 5px;
 padding-left: 5px;
 }
h4{
 font-size: 105%;
 padding-bottom: 5px;
 padding-left: 5px;
 }


ul{
 list-style-type: square;
 line-height: 150%;
/*  padding-bottom: 5px; */
}
ul ul{
 list-style-type: disc;
 font-size: 90%;
}
ul ul ul{
 list-style-type: circle;
}

li {
	padding-bottom: 7px;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p {
	font-size: 100%;
}

/* ************ general default classes *********** */
.bold {
font-weight:bold
}			

.italic {
font-style: italic;
}

.leftimage {
		float: left;
/*	border: 1px solid #000000; */
	margin: 8px, 10px, 10px, 0;
}

.rightimage {
	float : right;
/*	border: 1px solid #000000; */
	margin: 8px, 0, 10px, 10px;
}

.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 5px;
/*	border: 1px solid #000000; */
}

.yellowflash {
	background-color: #FFFFCC;
	color:#000000;
	}

.stoppress {
	font-weight: bold;
	color: #009900;
	background-color:#FFFF99;
	padding: 0.2em;
	border: 1px solid #009900;
	text-align: center;
}	
.clearboth {
	clear: both;
}

/***********************************************/
/* Layout Divs and dedicated styles & classes & ID  */
/***********************************************/
/* top HEADER area */
#header {
	margin: 0;
	padding: 10px 0px;
	/* border-bottom: 1px solid #cccccc; */
	width: 100%;
	height: 110px;
	background-color: #FFFF99;
}

#header .clubname {
	font: 175% Georgia, "Times New Roman", Times, serif;
	color: #009900;
	font-weight:bold;
	background-color: #FFFF99;
	float: left;
	margin-left: 5em;
	margin-top: 1.75em;
}

#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}

#header .printstrapline {
	display: none;
	}

/* styles for NAVIGATION bar */
#navBar{
	margin-top: 50px;
	margin-right: 79%;
	margin-left: 1%;
	padding: 0;
	background-color: #FFFFFF;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
		font-size: 70%;
}


/********* layout for main CONTENT area ******/
#content{
  	float: right;
	width: 72%; 
	margin: 0;
	padding-top: 25px;
	padding-right: 7%;
}

/* ID for the recommendation email section on home page */
#recommendus {
	background-color:#FFFF99;
	color: #000000;
	text-align: center;
	padding-bottom: 0.5em;
/*	border: 1px solid #000000; */
}

/* styles for tables on programme and comp results pages */
.infotable {
	width: 100%;
	border: 1px solid #009900;
	border-collapse: collapse;
	
}

.infotable caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 150%;
	caption-side: top;
	}

.infotable th {
	border: 1px solid #009900;
	padding: 4px;
	background-color: #FFFF99;
}

.infotable td {
	border: 1px solid #009900;
	padding: 4px;
	vertical-align: top;
}

.infotable tr.altrow {
	background-color: #FFFFCC;
	color: #000000;
	}


.returnlink {
	font-size: 80%;
	text-align: center;
}	

/********* layout for PHOTOALBUM CONTENT area in pages with no navigation menu ******/
#albumcontent {
  	float: none;
	width: 94%; 
	margin: 0;
	padding-top: 30px;
	padding-right: 3%;
	padding-left: 3%;
}

#albumcontent h1 {
	margin-bottom: 1.5em;
}


/* ************ #FOOTER styles ***************/

#footer {
	clear: both;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
#footer p {
	font-size: 70%;
	color: #009900;
	background-color: #FFFF99;
	padding: 0.1em;
	text-align: center;
}



/************* #search styles [not used yet] ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


