/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2006 Prosirius Technologies, LLC *
* Abstract: Road Bike Theme                      *
* Last Update: 04-19-07                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	background-image: url(background.gif);
	background-color: #DFE4E8;
	margin: -1px 0px 0px 0px;
	width: 100%;
}
/* administrator bar region */
.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #ffffff;
	background-image: url(adminbackground.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #000000;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 150px;
	height: 18px;
}
/* content body region */
.contentbody {
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
}
/* nav bar menu frame */
.navbarmenu {
	padding: 6px 10px 3px 10px;
}
/* administrator links */
A.menubutton0 {
	font-family: Verdana, 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: #2A6BA3;
}
/* administrator rollover */
A.menubutton0:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2A6BA3;
}
/* left margin standard menu link */
A.menubutton1 {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
	color: #FFFFFF;
	text-align:left;
}
/* left margin standard menu rollover*/
A.menubutton1:hover {
	text-decoration: underline;
	color: #FFE800;
}
/* nav bar standard menu link */
A.menubutton2 {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 11px;
	padding-right: 10px;
	margin-right: 6px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2A6BA3;
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
	text-decoration: underline;
	color: #000000;
}
/* left margin menu separator */
HR.menuseparator {
	border: 0px none;
	color: #FFE800;
	background-color: #000000;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ============================== LINKS ==================================== */

/* normal text link */
A {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.0em; 
	color: #2A6BA3;
}
/* rollover for text link */
A:hover {
	text-decoration: underline;
	line-height: 1.0em; 
	color: #000000;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	border: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color:#E0E0E0;
	color: #6D6F59;
}
/* "Options:" frame and text*/
.optionbar {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #000000;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
}
/* option button link */
A.optionbutton {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px;
	color: #2A6BA3;
}
/* option button rollover*/
A.optionbutton:hover {
	text-decoration: underline;
	color: #000000;
}

/* ============================== TYPE FORMATTING ========================== */

/* normal text: p and textnormal */
p {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
	line-height: 1.5em; 
}
.textnormal {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
	line-height: 1.5em; 
}
/* page header appearing in text area */
.pageheader {
	font-family: tahoma, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7C93A5;
	line-height: 30px; 
	text-align: center;
}
/* alternate text appearing in text area */
.textalt {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #7C93A5;
}
/* bold text */
.textbold {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #596D6E;
	line-height: 1.5em; 
}
/* large text in text area */
.textbig {
	font-family: tahoma, arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7C93A5;
	line-height: 1em; 
}
/* small text */
.textsmall {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
	line-height: 1.5em; 
}
/* text area counter field */
.hiddenfield{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 0px;
	text-align:right;
	color: #6D6F59;
	background-color:#ffffff;
}
/* error message frame */
.errorbox {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #DE1829;
	border: 2px solid #000000;
}

/* ============================== COLORS =================================== */
.textred {
	color: #DE1829;
	font-weight: bold;
}
.texthighlight {
	background-color: #FFFF00;
}
.bggray {
	background-color: #808080;
}
.bgred {
	background-color: #DE1829;
}
.framebox {
	border: 1px solid #808080;
}

/* ============================== NEWS ===================================== */
.newsbox {
	padding: 7px;
	margin: 0px 20px 10px 20px;
	border: 1px dotted #2A6BA3;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6D6F59;
	margin: 0px;
}
.newsbyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

/* ============================== TABLES =================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background: url(table_bg.gif);
	background-color: #D6D6D6;
	color: #6D6F59;
	height: 20px;
}
/* table header row 1 */
.tableheader {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
/* caption for minor tables */
.commentheader {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color:#CCCCFF;
	color: #6D6F59;
}
/* table background colors */
.tablebackground {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#ffffff;
	color: #6D6F59;
}
/* table alternate row color */
.tablealtrow {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#BFE1FF;
	color: #6D6F59;
}
/* table shadow displayed behind tables */
.tableshadow {
	border:1px solid #6D6F59;
}
/* table text style */
.tabletext {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
}
/* table notes - usually appear at top of table */
.tablenote {
	display: block;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	border-bottom: 1px dashed #6D6F59;
	margin-bottom: 5px;
	padding: 5px;
}

/* ============================== CALENDAR ================================= */

/* calendar frame shadow and day divider colors */
.calendarframe {
	background-color:#1D7AB5;
	border: thin solid #002B5C;
}
/* calendar day of week and week of year colors */
.calendarheader {
	background-color:#E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding: 2px;
	color: #000000;
}
/* calendar current day colors */
.calendartoday {
	background-color:#A4B7C8;
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
}
/* calendar current month colors */
.calendarthismonth {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6D6F59;
	border: 1px solid #D0D0D0;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color:#E0E0E0;
}

/* ============================== FORMS =================================== */

/* default button style */
.buttonstyle {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height: 22px;
}

/* ============================== ADVERTISING ============================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
	width: 120px;
	padding: 0px;
	margin-top: 15px;
	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;
}

/* ============================== CSS SITE LAYOUT ONLY ===================== */

/* css page header (image) */
.cssheadergraphic {
}
/* css page header (text/site name) */
.cssheadertext {
}