/* CSS Document */

body {
	color:#3D5261;
	background:#444343 url(images/backgroundgradient.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1 {
	font-size:medium;
	color:#3E5362;
	font-family:myriad, Arial, Helvetica, sans-serif;
}

a {color:#3D5261; text-decoration:underline;}

a:hover {color:#9C0000;}

hr {
	border:1px;
	height:1px;
	color:#D4D9DD;
	background-color:#D4D9DD;
	margin:20px 0 20px 0;
}

/* -------------------------- red link, eg for back to top --------------------------*/
.red {color:#9C0000}

/* ---------------------- to center page ---------------------------- */

#outerwrapper {	
	text-align: center;/*hack to center the children of this div*/
	min-width: 600px;/*hack to center the children of this div*/
}

#wrapper {	
	margin:0 auto;
	width:801px;
	text-align: left;
}

/* -------------------------- main divs for positioning eg columns -------------------------- */
#header {
	background:url(images/logo.gif) no-repeat left;
	width:331px;
	height:83px;
	margin-bottom:15px}

#leftcol {
	float:left;
	width:197px;
}

#rightcol {
	margin-left:198px;
	width:552px;
	background-color:#FFFFFF;
	/*min-height:320px;*/
}	
html>body #rightcol {margin-left:201px;}/*corrects the border between left and right cols*/

#maincontent {
	border-top:4px solid #444343;
	/*min-height:320px;*/
	padding:10px;
	/*height:285px;*/
	border-bottom:5px solid #FFFFFF;
	font-size:small;
	background-color:#FFFFFF;
}

#maincontent2ndary {
	background:#FFFFFF url(images/secondarypagebackgroundfade.gif) repeat-x;
	border:4px solid #fff;
	padding:10px;
	font-size:small;
	background-color:#FFFFFF;
	min-height:460px;
}

#mainL {
	float:left;
	width:60%;
	background:url(images/verticalDashedLine.jpg) repeat-y right;
	/*min-height:310px;*/
	background-color:#FFFFFF;
}

#mainL p {padding-right:10px;}

#mainR {
	margin-left:61%;
	min-height:285px;
}

#mainR a {
	color:#000000;
	text-decoration:underline;
}

#mainR a:hover {color:#9C0000}

.paddingleft { /*this class is used to align with the image above*/
	padding:10px;
}

#footer {color:#979696; float:right; padding-right:50px; padding-top:5px; font-size:11px;}
#footer a {color:#979696; text-decoration:underline;}
#footer a:hover {color:#FFFFFF;}
/* ---------------------------- banner ----------------------------- */

#banner {
	background:url(images/mainbanner.gif) no-repeat;
	width:552px;
	height:174px;
}
/* -------------------------- main navigation (left hand column) ------------------------------ */

#nav {font-size:12px;
	background:url(images/navBg.gif) repeat-x;
	border:4px solid #FFFFFF;
	width:189px;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	color:#A8B3BA;
}

.list {
	margin-left:0;
	padding:9px 0px 9px 10px;
	background:url(images/navDivider.gif) no-repeat bottom;
}

.bottomoflist {
	margin-left:0;
	padding:5px 0px 9px 10px
}


/* ---------------------------- tab navigation --------------------------- */
.tab {font-size:12px; padding:0; margin:0 0 5px 486px;}

.tab li {display:inline; list-style-type:none;}
.border { border-right:1px solid #5E5E5E;}/*this class goes on all links in list except the last one*/

.tab a {background-image:url(images/tabbackground.gif); padding:3px 10px; color:#FFFFFF; text-decoration:none;}
.tab a:hover {background-image:url(images/tabbackgroundreverse.gif); color:#000000;}
	

/* ----------------------------------- list style ------------------------------*/
.clublist {list-style-image:url(images/chevron.gif); margin:0; padding:0 0 0 15px; font-weight:bold;}
html>body .clublist {padding-bottom:10px}
.clublist li {padding-bottom:4px;}
.floatrightmap {float:right; margin-right:200px;}
html>body .floatrightmap {margin-top:15px;}
.clublist a {text-decoration:underline; color:#3D5261;}
li {list-style-image:url(images/chevron.gif);}

/* -------------------------- classes for images -------------------------------*/

.floatright {float:right}

.clubinfo {margin-left:-3px; padding-bottom:10px;}

.leftnavimgtop {margin-top:4px;}

/* ------------------------------------- OLD table ----------------------------------

.eventstable {
	background-color:#E5EAED;
	border:1px solid #FFFFFF;
}

.eventstable th {
	background-color:#C1CCD4;
}

.eventstable th, .eventstable td {border:1px solid #FFFFFF; padding:10px;}

.eventstable td {
	vertical-align:top;
}

.eventstable caption {
	text-align:left;
	font-weight:bold;
	padding:10px 10px 10px 4px;
}

.month {
	color:#C70202;
	font-weight:bold;
}

.redText {color:#C70202;}
*/
/* ------------------------------------- events table ----------------------------------*/
.light {
	background-color:#F5F6F8;
	padding:0;
	margin:0;
}
.eventstable {
	background-color:#E7ECEF;
	border:1px solid #D2DAE0;
	padding:0;
	margin:0;
}

.eventstable th {
	background-color:#C1CCD4;
}

.eventstable th, .eventstable td {border:1px solid #D2DAE0;}

.eventstable td {
	vertical-align:top;
	text-align:center;
	padding:0;
	margin:0;
}

.eventstable td img{
	vertical-align:middle
}

.eventstable caption {
	text-align:left;
	font-weight:bold;
	padding:10px 10px 10px 4px;
}

.month {
	color:#C70202;
	font-weight:bold;
}

.redText {color:#C70202;}

#tabevents {
	background:url(images/eventMonths/tab.gif) no-repeat;
	color:#3E5261;
	font-weight:bold;
	width:129px;
	height:28px;
	text-align:center;
}

.eventstext {padding-top:8px;}

.eventsred {color:#C70202; text-align:center; font-size:small; padding:5px;}

/* ------------------------------ events pop up ------------------------------------ */

#popup {font-size:small;
	background:#FFFFFF url(images/secondarypagebackgroundfade.gif) repeat-x;
	border:5px solid #FFFFFF;
	margin:0;
	padding:10px;
	min-height:450px;

}

/* ------------------------------ club information --------------------------------- */

.instructorProfile {
width:50%;
}

.imagetext {text-align:center; padding:0 0 3px 10px; margin:0;}

/* ------------------------------ results data ---------------------------------*/

.resultsdata {
	width:524px;
	background-color:#F5F6F8;
	border:1px solid #E5EAED;
	padding:0 0 10px 0;
	margin-bottom:12px;
	}

.resultsdata ul {
 	margin:0; padding:0 0 0 15px; 
}	
	
.resultsdata li {
	 list-style-image:url(images/chevrondarkbg.gif);
	 padding-bottom:4px;
	 margin-left:12px;
}

.resultsheader {
	background:#B7C0C7 url(images/profile.gif) no-repeat right;
	padding:16px 0 16px 10px;
	font-weight:bold;
	margin:0 0 10px 0;}
	
.resultstitle {
	padding:0 0 6px 10px;}
	
/* ------------------------------ results data ---------------------------------*/
#honoursTable {}
#honoursTable table{border-spacing:1px; background:#E7E7E7;color:#666666;}
#honoursTable caption{padding:5px;  font:12px 'Arial', Helvetica, sans-serif;font-weight:bold;}
#honoursTable td, th{padding:4px;}
#honoursTable thead th{text-align:center;background:#DADEE2; border:1px solid #849DAE;}
#honoursTable tbody th{font-weight:bold;}
#honoursTable tbody tr.odd{background:#ffffff;border-top:1px solid #849DAE;}
#honoursTable tbody tr td{height:15px;background:#F5F6F8;border:1px solid #8496A2;}
#honoursTable tbody tr.odd td{background:#ffffff;border-top:1px solid #8496A2;}
#honoursTable tfoot th, tfoot td{padding:10px;text-align:center;font:15px 'Arial' , Helvetica, sans-serif;font-style:italic;font-weight:bold;border-bottom:3px solid #cccccc;border-top:1px solid #DFDFDF;}

/* ------------------------------ links data ---------------------------------*/

.linkstable {
	background-color:#E7ECEF;
	border:1px solid #D2DAE0;
	padding:10;
	margin:0;
}

.linkstable th {
	background-color:#C1CCD4;
}

.linkstable th, .linkstable td {border:1px solid #D2DAE0; padding:10;}

.linkstable td {
	vertical-align:top;
	text-align:center;
	
	margin:0;
}

.linkstable td img{
	vertical-align:middle;
}

.linkstable caption {
	text-align:left;
	font-weight:bold;
	padding:10px 10px 10px 4px;
}

/* ------------------------------ gallery table ---------------------------------*/
.gallerytable {
	/*background:#F0F0F0 url(images/clubs/gallerySlice.gif) repeat-x; */
	background-color:#FFFFFF;
	border:1px solid #D2DAE0;
	padding:0;
	margin:0;
}

.gallerytable td {background-color:#F0F0F0; border:1px solid #D2DAE0;
	vertical-align:top;
	text-align:center;
	padding:10px;
	margin:0;
}

.gallerytable td img{
	vertical-align:middle; border:2px solid #FFFFFF;
}
#tabgallery {
	/*background:url(images/eventMonths/tab.gif) no-repeat;
	color:#3E5261;
	background-color:#3E5261;*/
	font-weight:bold;
	font-size:small;
	height:20px;
}


