/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2005 Prosirius Technologies, LLC *
* Abstract: Get Reel Colorado                    *
* Last Update: 09-09-10                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 1.5em; 
	background-image: url(background.gif);
	background-color: #CDCDCD;
	background-attachment: fixed;
	margin: 0px 5px 10px 5px;
	width: 100%;
}

body.homepage { }
body.userpage { }
body.nothome { }

/* ===== ADMINISTRATOR BAR ================================================== */

/* administrator bar region */
.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #1C3F95;
	background-image: url(adminbackground.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #1C3F95;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 150px;
	height: 18px;
}
/* administrator links */
A.menubutton0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	background-color: #FFEF00;
}

/* ===== CONTENT AREA ================================================== */

/* content region outer frame */
#contentstart {
}
/* content body region */
#contentbody {
	position: relative;
	left: -10px;
	margin-top: 11px;
}
/* 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: 8px;
	left: 13px;
}
/* outer container for left margin menu */
.leftmargin {
}
/* left margin menu header image */
.leftmarginheader {
}
/* left margin menu frame */
.leftmarginmenu {
	background-image: url(leftmarginheader.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 11px;
	padding-top: 50px;
}
/* left margin menu footer image */
.leftmarginfooter {
	background-image: url(leftmarginfooter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 170px;
}

/* ===== MENU BUTTONS ================================================== */

/* left margin standard menu link */
.menubutton1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 1px solid #4D7484;
	margin: 1px 0px 1px 0px;
	background-color: #1C3F95;
	padding-left: 5px;
	width: 111px;
	color: #FFFFFF;
	text-align: left;
}
/* left margin standard menu rollover*/
.menubutton1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #4D7484;
	margin: 1px 0px 1px 0px;
	background-color: #FFEF00;
	padding-left: 4px;
	color: #000066;
}
/* nav bar standard menu link */
.menubutton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	color: #FFFFFF;
	text-align: left;
}
/* nav bar standard menu rollover*/
.menubutton2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFEF00;
}
/* left margin menu separator */
HR.menuseparator {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0px none;
}

/* ===== LINKS ================================================== */

/* normal text link */
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
/* rollover for text link */
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: 1px;
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	color: #000000;
}

/* ===== OPTION BAR STYLING ================================================== */

/* "Options:" frame and text*/
.optionbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 11px 0px;
	color: #444444;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #444444;
}
/* option button link */
A.optionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px;
	color: #000000;
}
/* option button rollover*/
A.optionbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px;
	color: #000000;
}

/* ===== TYPE STYLES ================================================== */

/* page header appearing in text area */
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #1C3F95;
	background-image: url(newsicon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 32px; 
	text-align: left;
	padding: 0px 0px 5px 34px;
	border-bottom: 2px solid #1C3F95;
	margin: 0px 0px 10px 0px;
}

/* normal text: p and textnormal */
p, .textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 1.5em; 
}
/* alternate text appearing in text area */
.textalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #EF3F35;
}
/* bold text */
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	line-height: 1.5em; 
}
/* large text in text area */
.textbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #1C3F95;
	line-height: 1.5em; 
}
/* small text */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	line-height: 1em; 
}
/* error message frame */
.errorbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color: #EDB3B2;
	color: #444444;
	border: 2px dotted #444444;
}

/* ===== FRAMES AND COLORS ================================================== */

.textred {
	color: #EF3F35;
}
.texthighlight {
	background-color: #EDB3B2;
}
.bggray {
	background-color: #808080;
}
.bgred {
	background-color: #CC0000;
}
.framebox {
	border: 1px solid #C0C0C0;
	background-color: #F2F8FF;
	padding: 2px;
}

/* ===== IMAGE PAGE BANNERS (Usually 530x150 pixels) ==================== */

.pagebanner {
}

/* ===== NEWS ARTICLES ================================================== */

.newsbox {
	padding: 7px;
	margin: 0px 20px 11px 20px;
	border: 1px solid #1C3F95;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #1C3F95;
	margin: 0px;
}
.newsbyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	margin: 0px;
}

/* ===== PRIMARY TABLE DESIGN ================================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color:#FFEF00;
	color: #444444;
	height: 19px;
}
/* table header row 1 */
.tableheader {
	border-bottom: 1px solid #C0C0C0;
}
/* caption for minor tables */
.commentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color:#e0e0e0;
	color: #444444;
}
/* table background colors */
.tablebackground {
	background-color: #F2F8FF;
	color: #444444;
}
/* table alternate row color */
.tablealtrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	background-color:#e8e8ff;
	color: #444444;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 1px solid #C0C0C0;
}
/* table text style */
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}

/* table notes - usually appear at top of table */
.tablenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #C0C0C0;
	line-height: 1.3em;
}
/* text area counter field */
.hiddenfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border: 0px;
	text-align:right;
}

/* ===== CALENDAR ================================================== */

/* calendar frame shadow and day divider colors */
.calendarframe {
	border: 1px solid #C0C0C0;
	background-color: #F2F8FF;
}
/* 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;
	color: #444444;
}
/* calendar current day colors */
.calendartoday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	background-color: #EDEDED;
	border: 1px solid #002B5C;
}
/* calendar current month colors */
.calendarthismonth {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	border: 1px solid #F0F0F0;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color:#FFFFFF;
}

/* ===== FORM FIELDS ================================================== */

/* default button style */
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
	height: 20px;
}

/* ===== 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;
}
/* ad zone 4 (leaderboard) frame */
.adzone4 {
	width: 728px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
/* ===== MISCELLANEOUS ================================================== */


/* ===== 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;
}


