/*** Kent Island Outrigger Canoe Club (KIOCC) Styles ***/
/*** created by Mr. Dana Aina, March 2006 ***/

/** LINK styles **/
A:link {
	COLOR: #336699; TEXT-DECORATION: none
}

A:active {
	COLOR: #CC0000; TEXT-DECORATION: none
}

A:visited {
	COLOR: #666666; TEXT-DECORATION: none
}

A:hover {
	COLOR: #CC0000; TEXT-DECORATION: underline
}


/** HEADER & NAV styles **/
#header {
	height: 150px;
	width: 656px;
	background-image: url(../bg/bg_collage.gif);
	background-repeat: no-repeat;
	top: 0px;
	position: relative;
	left: 0px;
	background-position: center center;
}

.topBGimg {
	background-image: url(../../assets/bg/bg_collage.gif);
	background-repeat: no-repeat;
}
	
#topnavlinks {
	top: 0px;
	background-color: #FFCC00;
	position: relative;
	padding: 2px;
	clear: both;
	font-size: 11px;
}


/** TABLE STYLES **/
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.borderColor1 {
	border: 2px outset #336699;
}

.borderColor2 {
	border: 2px double #FFFFFF;
}


/** BODY styles **/
#content {
	padding: 2px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-transform: capitalize;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	text-transform: capitalize;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC0000;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	list-style-position: outside;
	list-style-image: url(../icons/arrow_smallred.gif);
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #CC0000;
}


/** FOOTER Styles **/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding: 2px;
}


/** RESULTS TABLE Styles **/
.style1 {
	font-weight: bold;
	color: #336699;
}
.style3 {
	font-size: 9px;
	text-decoration: none;
}
.style4 {
	font-size: 9px;
	text-decoration: underline;
	color: #CC0000;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #232323;
}
.style6 {
	list-style-type: lower-alpha;
	list-style-image: none;
}
ol li {
	list-style-type: decimal;
	list-style-image: none;
}
#results table {
	padding: 2px;
	width: 100%;
	border: 2px outset #336699;
}
#results caption {
	font-weight: bold;
	color: #336699;
	background-color: #FFFFFF;
	text-align: center;
	border: 2px outset #336699;
}
#results th {
	color: #336699;
	background-color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;
}
#results td {
	border: 1px solid #FFFFFF;
}
.canoeClass {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

