/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2007 Prosirius Technologies, LLC *
* Abstract: Tampa Bay Sea Kayakers               *
* Last Update: 02-12-10                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	background-color: #0071B8;
	margin: 10px 0px 10px 30px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

/* ===== ADMINISTRATOR BAR ================================================== */

/* administrator bar region */
.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #D9E2E6;
	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-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 6px;
	padding:0px 3px 0px 3px;
	color: #004D81;
}
/* administrator rollover */
A.menubutton0:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/* ===== 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: 7px;
	left: 20px;
}
/* outer container for left margin menu */
.leftmargin {
}
/* left margin menu header image */
.leftmarginheader {
}
/* left margin menu frame */
.leftmarginmenu {
	margin: 16px 0px 20px 5px;
	padding: 45px 1px 10px 4px;
	border: 2px solid #004D81;
	background-image: url(menubackground.gif);
	background-color: #D9E2E6;
	background-repeat: no-repeat;
	background-position: top center;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ===== MENU BUTTONS ================================================== */

/* left margin standard menu link */
A.menubutton1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #343D10;
	display: block;
	padding: 4px 0px 4px 1px;
	border-bottom: 1px dotted #999999;
	width: 100%;
	margin-left: 5px;
}
/* left margin standard menu rollover*/
A.menubutton1:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #343D10;
}
/* nav bar standard menu link */
A.menubutton2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 3px 5px 0px 5px;
	margin-right: 4px;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	height: 19px;
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #343D10;
	background-color: #FFFFFF;
}
/* left margin menu separator */
HR.menuseparator {
	border: 0px none;
	color: #004D81;
}

/* ===== LINKS ================================================== */

/* normal text link */
A {
	text-decoration: underline;
	color: #417FDA;
}
/* rollover for text link */
A:hover {
	text-decoration: none;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	text-decoration: none;
	border: 1px dotted #66CC33;
	padding: 0px 2px 0px 2px;
	background-color: #FFFFFF;
	color: #0071B8;
}

/* ===== OPTION BAR STYLING ================================================== */

/* "Options:" frame and text*/
.optionbar {
	margin: 0px 0px 20px 0px;
	color: #343D10;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #343D10;
}
/* option button link */
A.optionbutton {
	text-decoration: underline;
	color: #417FDA;
}
/* option button rollover*/
A.optionbutton:hover {
	text-decoration: none;
}

/* ===== TYPE STYLES ================================================== */

/* normal text: p and textnormal */
p, .textnormal {
	line-height: 180%;
}
/* page header appearing in text area */
.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 24px;
	font-weight: bold;
	color: #F93D00;
	line-height: 1.5em; 
	text-align: center;
	border-bottom: 2px solid #F93D00;
}
/* alternate text appearing in text area */
.textalt {
	font-weight: bold;
	color: #000000;
}
/* bold text */
.textbold {
	font-weight: bold;
	line-height: 2em; 
	color: #0071B8;
}
/* large text in text area */
.textbig {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	font-weight: bold;
	color: #F93D00;
	line-height: 2em; 
}
/* small text */
.textsmall {
	font-size: 11px;
	color: #004D81;
	line-height: 1em; 
}
/* text area counter field */
.hiddenfield{
	font-size: 10px;
	border: 0px;
	text-align:right;
	background-color: #D9E2E6;
	color: #004D81;
}
/* error message frame */
.errorbox {
	background-color: #A8CAFF;
	color: #004D81;
	border: 2px dotted #004D81;
}

/* ===== FRAMES AND COLORS ================================================== */

.framebox {
	border: 1px outset #004D81;
	background-color: #D9E2E6;
}
.textred {
	color: #004D81;
	font-weight: bold;
}
.texthighlight {
	background-color: #D9E2E6;
	color: #000000;
	font-weight: bold;
}
.bggray {
	background-color: #C0C0C0;
}
.bgred {
	background-color: #F10D24;
}
/* used for replacement page banners - standard size is defined in fixedstyles.css */
.pagebanner {
}

/* ===== NEWS ARTICLES ================================================== */

.newsbox {
	padding: 7px;
	margin: 0px 20px 10px 20px;
	border: 1px dotted #004D81;
}
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #F93D00;
	margin: 0px;
}
.newsbyline {
	color: #004D81;
	margin: 0px;
}

/* ===== PRIMARY TABLE DESIGN ================================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-weight: bold;
	color: #004D81;
	background-color: #D9E2E6;
	height: 22px;
}
/* table header row 1 */
.tableheader {
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #6BA7CC;
	color: #F93D00;
}
/* caption for minor tables */
.commentheader {
	background-color: #A8CAFF;
	color: #004D81;
}
/* table background colors */
.tablebackground {
	color: #004D81;
	background-color: #FFFFEC;
}
/* table alternate row color */
.tablealtrow {
	background-color: #D9E2E6;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 2px solid #004D81;
}
/* table text style */
.tabletext {
	color: #333333;
}
/* table notes - usually appear at top of table */
.tablenote {
	font-size: 11px;
	display: block;
	padding: 5px;
	border-bottom: 2px solid #8ECE07;
	background-color: #EFF9FF;
	color: #004D81;
	margin-bottom: 10px;
}

/* ===== CALENDAR ================================================== */

/* calendar frame shadow and day divider colors */
.calendarframe {
	border: 2px solid #D9E2E6;
}
/* calendar day of week and week of year colors */
.calendarheader {
	font-weight: bold;
	padding: 2px;
	color: #004D81;
	background-color: #D9E2E6;
}
/* calendar current day colors */
.calendartoday {
	border: 1px outset #002B5C;
	color: #000000;
	background-color: #D9E2E6;
}
/* calendar current month colors */
.calendarthismonth {
	color: #004D81;
	border: 1px outset #9ABFEB;
	background-color: #FFFFFF;
}
.calendarthismonth a, .calendartoday a, .calendarframe .textbig {
	font-size: 11px;
	color: #000000;
}
/* calendar days in other month colors */
.calendarothermonth {
	border: 1px outset #9ABFEB;
	background-color: #94B4C6;
}

/* ===== FORM FIELDS ================================================== */

/* form input fields */
input,option,textarea,select,input.textnormal,option.textnormal,select.textnormal,textarea.textnormal {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
/* default button style */
.buttonstyle {
	text-decoration: none;
	background-color: #D9E2E6;
	border: 1px outset #004D81;
	font-weight: bold;
	padding: 4px;
	color: #333333;
}
/* horizontal rule */
HR {
	color: #004D81;
	background-color: #004D81;
	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;
}

/* ===== MISCELLANEOUS ================================================== */

/* ===== CSS SITE LAYOUT ================================================== */

/* body container (use margin:auto;width:940px; to center) */
#csscontainer {
	width: 940px;
	margin: auto;
}
/* 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;
}
