/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2007 Prosirius Technologies, LLC *
* Abstract: Lake County Paddlers                 *
* Last Update: 02-12-10                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	margin: 10px 0px 30px 20px;
	padding: 0px;	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #164C71;
	width: 100%;
}

/* ===== ADMINISTRATOR BAR ================================================== */

.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #343D10;
	background-image: url(adminbackground.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 150px;
	height: 18px;
}
/* administrator links */
A.menubutton0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	margin-right: 6px;
	padding:0px 3px 0px 3px;
	color: #FFFFFF;
}
/* administrator rollover */
A.menubutton0:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #343D10;
	background-color: #A8CAFF;
}

/* ===== CONTENT AREA ================================================== */

/* content region outer frame */
#contentstart {
}
/* content body region (table) */
#contentbody {
	margin: 15px 0px;
}
/* toolbar appearing at bottom of page */
#contenttoolbar {
}
/* content footer region inside of toolbar */
#contentfooter {
}
/* formatting for footer menus */
#footermenu {
}

/* ===== MENUS ================================================== */

/* nav bar menu frame */
.navbarmenu {
	position: relative;
	top: 132px;
	left: 20px;
}
/* outer container for left margin menu */
.leftmargin {
}
/* left margin menu header image */
.leftmarginheader {
}
/* left margin menu frame */
.leftmarginmenu {
	position: relative;
	top: 30px;
	left: 20px;
	margin-bottom: 30px;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ===== MENU BUTTONS ================================================== */

/* left margin standard menu link */
A.menubutton1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #1B6671;
	line-height: 22px;
	padding-left: 3px;
}
/* left margin standard menu rollover*/
A.menubutton1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
/* nav bar standard menu link */
A.menubutton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	color: #1B6671;
	background-color: #E1F6FF;
	padding: 0px 3px 1px 3px;
	border: 1px solid #719BE4;
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
/* left margin menu separator */
HR.menuseparator {
	border: 0px none;
	color: #7AA01E;
}

/* ===== LINKS ================================================== */

/* normal text link */
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #1B6671;
}
/* rollover for text link */
A:hover {
	color: #000000;
	text-decoration: underline;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #719BE4;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	color: #719BE4;
}

/* ===== OPTION BAR STYLING ================================================== */

/* "Options:" frame and text*/
.optionbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #444444;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444;
}
/* option button link */
A.optionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-decoration: underline;
	color: #1B6671;
}
/* option button rollover*/
A.optionbutton:hover {
	color: #000000;
	text-decoration: underline;
}

/* ===== TYPE STYLES ================================================== */

/* normal text: p and textnormal */
p, .textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.7em; 
}
/* page header appearing in text area */
.pageheader {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #1B6671;
	line-height: 1.7em; 
	text-align: center;
}
/* alternate text appearing in text area */
.textalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/* bold text */
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.7em; 
}
/* large text in text area */
.textbig {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1B6671;
	line-height: 1.7em; 
}
/* small text */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1em; 
}
/* error message frame */
.errorbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #A8CAFF;
	color: #000000;
	border: 2px dotted #000000;
}

/* ===== FRAMES AND COLORS ================================================== */

.framebox {
	border: 1px solid #719BE4;
	background-color: #E1F6FF;
	color: #000000;
}
.textred {
	color: #1B6671;
	font-weight: bold;
}
.texthighlight {
	background-color: #E8C97E;
	color: #000000;
	font-weight: bold;
}
.bggray {
	background-color: #C0C0C0;
}
.bgred {
	background-color: #F10D24;
}
.pagebanner {
}

/* ===== NEWS ARTICLES ================================================== */

.newsbox {
	padding: 7px;
	margin: 0px 20px 10px 20px;
	border: 1px dotted #719BE4;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #1B6671;
	margin: 0px;
}
.newsbyline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

/* ===== PRIMARY TABLE DESIGN ================================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #719BE4;
	height: 22px;
}
/* table header row 1 */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #1B6671;
	color: #1B6671;
}
/* caption for minor tables */
.commentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #A8CAFF;
	color: #000000;
}
/* table background colors */
.tablebackground {
	color: #000000;
	background-color: #FFFFEC;
}
/* table alternate row color */
.tablealtrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #D3FFD2;
	color: #000000;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 2px solid #719BE4;
}
/* table text style */
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* table notes - usually appear at top of table */
.tablenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding: 5px;
	border-bottom: 2px solid #719BE4;
	background-color: #88D187;
	color: #000000;
}
/* text area counter field */
.hiddenfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 0px;
	text-align:right;
	background-color: #FFAD3F;
	color: #8B591E;
}

/* ===== CALENDAR ================================================== */

/* calendar frame shadow and day divider colors */
.calendarframe {
}
/* calendar day of week and week of year colors */
.calendarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	background-color: #E1F6FF;
}
/* calendar current day colors */
.calendartoday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px outset #719BE4;
	background-color: #88D187;
}
/* calendar current month colors */
.calendarthismonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px outset #719BE4;
	background-color: #FFFFFF;
}
.calendarthismonth a, .calendartoday a, .calendarframe .textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
/* calendar days in other month colors */
.calendarothermonth {
	border: 1px outset #719BE4;
	background-color: #719BE4;
}

/* ===== FORM FIELDS ================================================== */

/* form input fields */
input,option,textarea,select,input.textnormal,option.textnormal,select.textnormal,textarea.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/* default button style */
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
/* horizontal rule */
HR {
	color: #568FE8;
	background-color: #568FE8;
	height: 2px;
}

/* ===== ADVERTISING ================================================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
	width: 120px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 2px;
	overflow: hidden;
}
/* ad zone 2 (body content) frame */
.adzone2 {
	width: 540px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
}
/* ad zone 3 (right margin) frame */
.adzone3 {
	width: 160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
/* ad zone 4 (leaderboard) frame */
.adzone4 {
	width: 728px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* ===== CSS SITE LAYOUT ================================================== */

/* body container (use margin:auto;width:940px; to center) */
#csscontainer {
	margin: auto;
	width: 940px;
}
/* outer table holding body together */
#cssmain {
}
/* outer frame on css page header*/
#csspageheader {
}
/* css page header (text/site name - to hide printing of name use display:none; ) */
#cssheadertext {
	display: none;
}
/* css page header (for SWL Flash images only) */
#cssheaderflash {
}
/* css page footer */
#csspagefooter {
}

/* ===== CSS VARIABLE LEADERBOARD IMAGES ================================================== */
/* Each id is based on the Page Editor Page Name (example: about = pgabout) or on the       */
/* Sys Page Name (home = pghome, login.asp = pglogin). Used only with Variable Image        */
/* setting on the Setup Site / Leaderboard Style option.                                    */
/* ======================================================================================== */

#pghome {
	background-image: url(template_03.gif);
	width: 728px;
	height: 90px;
}
