/* CSS Document */

/*Site pages and Menu style*/

/*Club Records Page*/

*{
margin:0;
padding:0;
}


html {
font-size:100%;
background:#ffffff;
}


body{
 background: url(../images/bg_1.jpg) repeat-x center top;
 text-align:center;
 font-size:80%;
}


#wrapper{
    width:780px;
	background: #FFFFFF url(../none) no-repeat;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	
#banner,#wrapper,#footer{
    font: small Geneva, Arial, Helvetica, sans-serif;
    }
	

#banner{
	background: center #ffffff url(../images/low_fell_ban_test.gif) no-repeat;
	height:70px;
	padding-top: 10px;
	padding-bottom: 10px;
    }
	

#navigation_links{
    margin-top:5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
	
	
	
h1 {
	color: #408080;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-left: 15px;
    }
	

h2 {
	font-size: 14px;
	color: #408080;
	padding-top: 5px;
	border-top: 1px dashed #666666;
	margin: -5px 140px 45px 15px;
    }
	

	
	
	
table.center {
	margin-left:auto;
	margin-right:auto;
	font-size: small;
	background: #FFFFFF;
	width: 100%;
    }
	
	
table#records_container {
	padding: 0px;
	text-align: left;
	margin: 10px 0px 10px;
	}
	
	

	
table.records_list td {
	margin-left:auto;
	margin-right:auto;	
	border: medium outset #B71D35;
	padding: 5px;
	text-align: center;
	margin: 0px 0px;
	font: x-small Geneva, Arial, Helvetica, sans-serif;
	}
	
.records_heading_container {
	border: thin solid #B71D35;
	padding: 5px 0px 5px 5px;
	text-align: left;
	margin: 10px 0px;
	}
	
.records_heading_container h4 {
	margin:0 3px 0 0;
	font-size:1.0em;
	padding:5px;
	border-bottom:1px solid #444;
	text-align: center;
	background: #CCCCCC;
	border-top-style: none;
    }
	
.records_heading_container h3 {
	color: #408080;   
	margin:0 3px 0 0;
	font-size:1.2em;
	padding:3px 3px 0px;
	text-align: left;
	border-top-style: none;
    }
	
	

	
	
table.records{
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
	width: 100%;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #cfdce6;
	color: #000000;
	}
	
	
table.records th {
	color:#ffffff;
	background: #CCCCCC;
	text-align: left;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #406080;
	border-left: 1px solid #406080;
	}
	
table.records td {	
	padding: 0.5em 0.2em;	
	}
	
	
table.records tr.evens td {
	background: #ECECEC;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;		
	}
	
div.seniors {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
div.veterans {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	
	
div.team {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}
	

	
table.results tr.incomplete td {
	text-align: center;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;	
	}
	
	
table.results tr.team td {
	text-align: center;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;	
	}
	
table#results_container {
	padding: 0px;
	text-align: left;
	margin: 10px 0px 10px;
	}
	


.color_c {
     color:#ffffff;
    }


a {
	text-decoration: none;
	color: #6666FF;
     }
	 
	 
a:hover {
    color:#663366;
	}


#footer {
	margin: 0px 50px 0px 15px;
	border-top: 1px solid #1D48A9;
	font-size: 12px;
	padding-top: 3px;
	color: #666666;
	clear: left;	
       }
