
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	background: #f0f0f0;
	margin:0;
}
#outer{
	margin:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:835px;
}
#header{
	padding-top:10px;
	border-right:1px solid #aebb23;
	border-left:1px solid #aebb23;
	background-color: #fff;
	clear:both;
	height:120px;
	background: #fff url('../graphics/Concept2_logo_2CRowing_bluegr_pos_778.JPG') no-repeat 10px 10px;
	
}
#logoc2{
	float:right;
	padding-right:10px;
	zIndex:100;
	position: relative;
}
#logo8gp{
	margin:10px;
	zIndex:200;
	position: relative;
}
#inner{
	border-right:1px solid #aebb23;
	border-left:1px solid #aebb23;
	background-color: #fff;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	min-height:500px;
	
}
#content{
	width:615px;	
        min-height: 600px;
        
}
#inner2{
	border-right:1px solid #aebb23;
	border-left:1px solid #aebb23;
	padding-left:10px;
	padding-right:10px;
        background-color: white;
}

#nav{
	float:right;
}
#nav ul {
	list-style-type:none;
	width: 185px;
	margin-bottom:30px;
}
#nav ul li{
	border:2px solid #ccc;
	padding:0px;
	margin-bottom:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0px;
}
#nav ul li.selected{
	background-color:#00326b;
	color:white;
}
#nav ul li:hover{
	background-color: #ddd;
	color:navy;
}
#nav ul li a{
	text-decoration:none;
	font-weight: bold;
	color:navy;
	display: block;
	padding:6px;
}
#nav ul li.selected a{
	color:white;
}
#nav ul li.selected a:hover{
	color:navy;
}

/* Horizontal navigation*/

#content #navhor {
	padding:0 0 4rem 0;
}
#content #navhor ul {
	padding:0;
	margin:0;
	margin-bottom:1rem;
}
#navhor ul li{
	font-size: 1.3rem;
	list-style-type: none;
	border:1px solid #ccc;
	padding:0;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	margin:0.4rem 0.45rem 0 0;
	float: left;
}
#navhor ul li.selected{
	background-color:#00326b;
	color:white;
}
#navhor ul li:hover{
	background-color: #ddd;
	color:navy;
}
#navhor ul li a{
	text-decoration:none;
	font-weight: bold;
	color:navy;
	padding:2px;
	font-size: 90%;
}
#navhor ul li.selected a{
	color:white;
}
#navhor ul li.selected a:hover{
	color:navy;
}

p a{
	color:navy;
	font-weight: bold;
}
#footer{
	text-align:right;
	background-color: #aebb23;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;                                                                                                                             
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;                                                                                                                             
}
#footer p{
	padding:5px;
	margin-right:5px;
	color:#00326b;
	font-weight: bold;
	font-size: 11px;	
}
#footer a{
	padding:5px;
	margin-right:5px;
	color:#00326b;
	font-weight: bold;
	font-size: 11px;	
}

#flags{
	margin-bottom:20px;
	text-align:center;
}
#flags img{
	border:1px solid #fff;
}

#stats, #adds{
	font-size: 12px;
}
#stats table, #adds table{
	border:1px solid #00326b;
	width: 185px;
	
}
#stats table th, #adds table th{
	background-color: #00326b;
	color:#fff;
	padding:2px;
}
#stats table td, #adds table td{
	padding:2px;
}
#add-meewee{
  background: #1c1e20;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  text-align: center;
}
#add-meewee img{
    padding: 3px;
    width: 110px;
    margin: 0 auto;    
}
#add-meewee a{
    color: white;
    text-decoration: none;
    margin-left: 5px;
}

p{margin-bottom:1em}
h1{padding-bottom:10px;}
h2{padding-bottom:10px;}
h3{padding-bottom:10px;}
h1,h2,h3{
	color:white;
	padding:5px;
	margin-bottom:10px; 
	background-color:#00326b;
	text-align: center;
	line-height:25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;                                                                                                                             
}
/*h4{padding-bottom:10px;padding-top:5px;margin-bottom:10px; background-color:#d3e7fb;border-top:2px solid #8dbef5;text-align: center}*/
h4{color:#00326b;margin:10px 0;}
#slider {position: relative; overflow: hidden;height:200px;}
#slider img {position:absolute;	margin:0; height:155px;;display:none;}
#imageloader {position:relative; display:block; width: 100%; margin: 0px auto; text-align: center;}
#imageloader img { position:relative; top:70px; z-index:100; width:128px; height:15px; display:inline;}

table{
	border:1px solid gray;
	margin-bottom:10px;
}

th.bighead{
	color:white;
	padding:5px;
	margin-bottom:10px; 
	background-color:#00326b;
	height:18px; 
	padding-left:2px;
	font-size:20px;
}
th.head{
	color:white;
	padding:5px;
	margin-bottom:10px; 
	background-color:#00326b;
	height:18px; 
	padding-left:2px;
	font-size:12px;
}

th.head A:link {		    text-decoration: none; 			color : #ffffff;  }
th.head A:link:hover {   	text-decoration: underline; 	color : #ffffff;  }
th.head A:visited {	    	text-decoration: none; 			color : #ffffff;  }
th.head A:visited:hover{ 	text-decoration: underline; 	color : #ffffff;  }

.odd 
{
	font-size:14px;
    background-color: #eeeeff;       
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border: 1px solid #ccc;
	height:22px;
 }
.odd A:link {			    text-decoration: none; 			color : black;  background-color : #eeeeff;}
.odd A:link:hover {			text-decoration: underline; 	color : black;  background-color : #eeeeff;}
.odd A:visited {		    text-decoration: none; 			color : black;  background-color : #eeeeff;}
.odd A:visited:hover {		text-decoration: underline; 	color : black;  background-color : #eeeeff;}


.even   
{
	font-size:14px;
    background-color: #ddddff;       
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
	height:22px;
}

.even A:link {			    text-decoration: none; 			color : black;  background-color : #ddddff;}
.even A:link:hover {		text-decoration: underline; 	color : black;  background-color : #ddddff;}
.even A:visited {		    text-decoration: none; 			color : black;  background-color : #ddddff;}
.even A:visited:hover {	text-decoration: underline; 	color : black;  background-color : #ddddff;}
td.even,td.odd{padding:3px;}

#content ol, #content ul {
	margin-left:40px;
	margin-bottom:10px;
}
#content ol li{
	padding:0px;
	margin-bottom:4px;
	padding:0px;
}
ol#myteams {
	margin-left:40px;
	margin-bottom:10px;
}
ol#myteams li{
	padding:3px;
	margin-bottom:4px;
	width:530px;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ol#myteams li:hover{
	background-color: #ddf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ol#myteams li span{
	float:right;
}
ol#myteams li span img{
	padding-left:5px;
}

.log{
	padding:10px;
}
.log label{
	width:200px;
	float:left;
	text-align:right;
	margin:10px;
	font-size: 12px;
	padding:5px;
}
.log input,.log select{
	width:250px;
	margin:11px;
	padding:3px;
	text-align:left;
	float:left;
	font-size: 16px;
}
.log span{
	border:1px solid red;
	margin:40px;
}
.log span input{
		width:20px;
	margin:10px;
	padding:5px;
	text-align:left;
	float:left;
	font-size: 16px;

}
.log .loginbutton{
	margin-left:234px;
	width:252px;
	text-align: center;
}

.entryform{
	padding:10px;
}
.entryform label{
	width:120px;
	float:left;
	text-align:right;
	margin:10px;
	font-size: 14px;
	padding:5px;
}
.entryform input,.entryform select{
	margin:10px 5px;
	padding:0px;
	text-align:left;
	float:left;
	font-size: 16px;
}
.entryform span{
	border:1px solid red;
	margin:40px;
}
.entryform span input{
	width:20px;
	margin:10px;
	padding:5px;
	text-align:left;
	float:left;
	font-size: 16px;

}
.entryform .loginbutton{
	margin-left:100px;
	width:252px;
	text-align: center;
	clear:both;
	float:left;
}
.message_good{
	background-color: #ebffe8;
	border:1px solid #3cdd10;
	width:580px;
	margin-bottom:10px;
}
.message_bad{
	background-color: #ffebe8;
	border:1px solid #dd3c10;
	width:580px;
	margin-bottom:10px;
}
.message_bad p, .message_good p{
	padding:10px;
	margin:0;
	
}
.result th{ 
	font-size: 12px;
	padding-right:5px;
}
.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}
.result .bighead{ 
	text-align: center;
}
.result td{ 
	font-size: 12px;
	padding:3px;
	text-align: center;
}

.result td.points{
	text-align:right;
	padding-right:25px
}
table.roundresultdetails{
	border:0;
	font-size: 13px;
}
table.roundresultdetails th{
	border:0;
	font-size: 14px;
	text-align: right;
	padding:2px 5px;
}

table.roundresultdetails table{
	text-align: center;
	width:150px;
	margin-left:10px;
}
table.roundresultdetails  table.roundTeamDetails8gp{
	width:100%;
}
table.roundresultdetails  table.roundTeamDetails8gp th {
	text-align: center;
}
#content div.entryform fieldset{
	border:1px solid #00326b; 
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
}
#content div.entryform fieldset form{
	margin-top:10px;
}
#content div.entryform legend{
	border:1px solid #00326b; 
	margin-left:10px; 
	padding:5px; 
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content div.entryform fieldset table {
	border:0;
}
#content div.entryform fieldset table td{
	vertical-align: top;
}
#content div.entryform fieldset table label{
	padding:0;
	width:50px;
}
#content div.entryform fieldset table input.age{
	padding:0;
	width:50px;
}
#content div.entryform fieldset table input{
	padding:0;
	width:215px;
}
#content div.entryform fieldset table textarea{
	margin:5px;
	width:350px;
}

tbody.individual-results>tr>th{  
    font-size: 20px;
    padding: 2px;   
}
tbody.individual-results>tr>td{  
    text-align: left;      
    vertical-align:middle;
    
}