/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2009 Prosirius Technologies, LLC *
* Abstract: Club Kayak Paddler's Chat Room       *
* Last Update: 03-26-09                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	margin: -1px 0px 20px 0px;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg.gif) repeat-x;
}
/* administrator bar region */
.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-image: url(adminbackground.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #000000;
	z-index: 90;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 120px;
	height: 18px;
	z-index: 91;
}
/* content body region */
.contentbody {
	width: 556px;
	height: 380px;
	margin: 0px 0px 0px 30px;
}
/* toolbar appearing at bottom of page */
#contenttoolbar {
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
	background-image: url(leftmenu.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 0px 0px 6px;
	padding: 70px 0px 30px 0px;
	width: 140px;
}
/* nav bar menu frame */
.navbarmenu {
	position: relative;
	top: -25px;
	left: 150px;
}
/* Admin Button */
A.menubutton0 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 1px solid #D8D8D8;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 5px 0px 0px;
	padding: 0px 4px 0px 4px;
}
A.menubutton0:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #9EC630;
	border: 1px solid #FFFFFF;
}
/* left side menu */
A.menubutton1 {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:1px 5px 1px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	height:16px;
	font-size: 85%;
	width: 130px;
	margin-bottom: 2px;
	text-decoration: none;
}
A.menubutton1:hover {
	color: #339900;
	font-size: 85%;
	font-weight:bold;
	border-left:4px solid #9EC630;
	text-decoration: none;
}
/* nav bar standard menu link */
A.menubutton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: url(menu2sep.gif);
	background-repeat: no-repeat;
	background-position: center right;
	margin-right: 10px;
	padding-right: 12px;
	color: #FFFFFF;
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFF00;
}
/* CLUB KAYAK LINK */
A.menubutton3 {
	display: block;
	position: relative;
	top: -50px;
	left: -90px;
	background-image: url(clubkayaklink.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 40px;
	color: #FFFFFF;
	text-indent: -100em;
	overflow:hidden;
}
/* SPACER */
A.menubutton4 {
	display: block;
	height: 10px;
}
/* LOGIN LINK */
A.menubutton5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #4284B0;
	text-decoration: none;
}
A.menubutton5:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #4284B0;
	text-decoration: underline;
}
/* left margin menu separator */
HR.menuseparator {
	display: none;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ============================== LINKS ==================================== */

/* default for links */
A, A.tablebutton, .optionbutton, A.optionbutton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #0066CC;
}

/* rollover for text link */
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #333333;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px outset #D8D8D8;
	margin: 0;
	padding: 0px 3px 0px 3px;
	line-height: 1em;
	background-color: #E8E8E8;
	color: #094863;
}
/* "Options:" frame and text*/
.optionbar, .optionlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.optionbar {
	margin: 0px 0px 6px 0px;
}
.optionbutton {
	font-weight: normal;
	text-decoration: underline; 
}
/* option button rollover*/
A.optionbutton:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: underline; 
}

/* ============================== TYPE FORMATTING ========================== */

/* set standard types */
p, .textnormal, .textalt, .textbold, .textsmall, .hiddenfield, .errorbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	margin-top: 0px;
	color: #000000;
}
/* page header appearing in text area */
.pageheader {
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #9EC630;
	text-align: center;
}
/* alternate text appearing in text area */
.textalt {
	font-weight: bold;
	color: #9EC630;
}
/* bold text */
.textbold {
	font-weight: bold;
}
/* large text in text area */
.textbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	color: #9EC630;
	padding-top: 4px;
	padding-left: 4px;
}
/* small text */
.textsmall {
	font-family: Tahoma;
	font-size: 11px;
}
/* text area counter field */
.hiddenfield {
	font-size: 10px;
	text-align: center;
	background-color: #FAF94F;
	border: 1px solid #9495A2;
}
/* error message frame */
.errorbox {
	background-color: #FAF94F;
	border: 2px dotted #094863;
	padding: 2px;
	line-height: 1em;
}

/* ============================== COLORS =================================== */
.textred {
	color: #9EC630;
	font-weight: bold;
}
.texthighlight {
	background-color: #FFFF00;
}
.bggray {
	background-color: #808080;
}
.bgred {
	background-color: #CC0000;
}
.framebox {
	border: 1px solid #808080;
}

/* ============================== NEWS ===================================== */
.newsbox {
	padding: 7px;
	margin: 10px 20px 10px 20px;
	border: 1px dotted #094863;
	background-color: #E0E0E0;
	line-height: 1.3em;
}
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
.newsbyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

/* ============================== TABLES =================================== */

/* Stock Tables */
table, tr, td, th { 
	border:none; 
	border-width:0;
}
/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4284B0;
	line-height: 20px;
}
/* table header row 1 */
.tableheader {
	height: 18px;
	font-weight: normal;
	background-color: #E0E0E0;
	border-bottom: 1px solid #0066CC;
}
/* caption for minor tables */
.commentheader {
	font-size: 11px;
	font-weight: bold;
	color: #094863;
	background-color: #E0E0E0;
}
/* table background colors */
.tablebackground {
	background-color: #F3F3F3;
	color: #0066CC;
}
/* table alternate row color */
.tablealtrow {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #DAE4D8;
	color: #000000;
}
/* table shadow displayed behind tables */
.tableshadow {
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
/* table text style */
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	padding: 3px 0px 3px 0px;
	line-height: 1em;
}
/* table notes - usually appear at top of table */
.tablenote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	display: block;
	padding: 5px;
	background-color: #E0E0E0;
	margin-bottom: 10px;
	border-bottom: 1px solid #AAAFB9;
}

/* ============================== CALENDAR ================================= */

/* calendar frame shadow and day divider colors */
.calendarframe {
}
/* calendar day of week and week of year colors */
.calendarheader {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	color: #000000;
}
/* calendar current day colors */
.calendartoday {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #E4E4E8;
	border: 1px outset #094863;
	background-image: url(calendartoday.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/* calendar current month colors */
.calendarthismonth {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px outset #094863;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color: #E8E8E8;
	border: 1px outset #094863;
	background-image: url(calendarothermonth.gif);
}
.calendarthismonth a, .calendartoday a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

/* ============================== FORMS =================================== */

/* form input fields */
input,option,textarea,select,input.textnormal,option.textnormal,select.textnormal,textarea.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-color: #0066CC;
	color: #000000;
}
textarea {
	color: #183E6B;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}
/* default button style */
.buttonstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	border: 1px inset #C0C0C0;
	background-color: #4284B0;
}
option {
	border: 0px;
}
input[type="image"], input[type="checkbox"] {
	background: transparent;
	border: 0px;
}
/* rules */
hr {
	color: #094863;
	background-color: #094863;
	border: 0px none;
	height: 1px;
}
ul {
	list-style-type: circle;
}
/* ============================== ADVERTISING ============================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 10px;
	left: 8px;
	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 {
	position: relative;
	left: 20px;
	top: 101px;
	padding: 0px;
}

/* ============================== CSS SITE LAYOUT ========================== */

/* body container */
#csscontainer {
	width: 950px;
	margin: auto;
}
#cssmain {
	width: 760px;
	background-color: #FFFFFF;
}
/* css page header (image) */
#csspageheader {
	position: relative;
	height: 86px;
	width: 760px;
	margin: 0px;
	background-image: url(cssheader.gif);
	background-repeat: no-repeat;
}
/* css page header (text/site name) */
#cssheadertext {
	display: none;
}
/* css page footer */
#csspagefooter {
	background-image: url(csspagefooter.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 60px;
}