/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2009 Prosirius Technologies, LLC *
* Abstract: MyFloridaClub.com                    *
* Last Update: 07-29-09                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/

/* body background, colors, position */
body {
	margin: 10px 0px 10px 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	background-color: #4678C8;
	width: 100%;
}
/* administrator bar region */
.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-color: #FFCC00;
	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-left: 150px;
	height: 18px;
}
/* content body region */
.contentbody {
	margin-top: 15px;
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
	margin: 20px 0px 20px 10px;
}
/* nav bar menu frame */
.navbarmenu {
	position: relative;
	top: 121px;
	left: 12px;
	padding: 0px;
}
/* administrator links */
.menubutton0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
	margin-right: 5px;
	color: #4678C8;
	background-color: #FFFFFF;
}
/* administrator rollover */
.menubutton0:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #143264;
}
/* left margin standard menu link */
.menubutton1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 1px;
	border-bottom: 1px dotted #555555;
	color: #143264;
	width: 120px;
}
/* left margin standard menu rollover*/
.menubutton1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
/* nav bar standard menu link */
.menubutton2, .menubutton3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #4678C8;
	background-image: url(menu2sep.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
/* nav bar red button */
.menubutton3 {
	color: #990000;
}
/* nav bar standard menu rollover*/
.menubutton2:hover, .menubutton3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #143264;
}
/* left margin menu separator */
HR.menuseparator {
	border: 0px none;
	color: #DFDFDF;
	background-color: #DFDFDF;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ============================== LINKS ==================================== */

/* normal text link */
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #4678C8;
}
/* rollover for text link */
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	background-color: #E8E8E8;
	color: #4678C8;
}
/* "Options:" frame and text*/
.optionbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #555555;
	line-height: 1.6em;
}
/* "Options:" label */
.optionlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
}
/* option button link */
A.optionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #4678C8;
}
/* option button rollover*/
A.optionbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

/* ============================== TYPE FORMATTING ========================== */

/* normal text: p and textnormal */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 1.6em; 
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 1.6em; 
}
/* page header appearing in text area */
.pageheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #143264;
	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 #555555;
	margin: 0px 0px 20px 0px;
}
/* alternate text appearing in text area */
.textalt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #739AB8;
}
/* bold text */
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #444444;
	line-height: 1.6em; 
}
/* large text in text area */
.textbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #143264;
	line-height: 1.6em; 
}
/* small text */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	line-height: 1em; 
}
/* text area counter field */
.hiddenfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 0px;
	color: #555555;
	text-align:right;
}
/* error message frame */
.errorbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border: 2px dotted #000000;
	background-color: #FFCC00;
}

/* ============================== COLORS =================================== */
.textred {
	color: #CC3300;
	font-weight: bold;
}
.texthighlight {
	background-color: #E8E8E8;
}
.bggray {
	background-color: #DFE392;
}
.bgred {
	background-color: #CC0000;
}
.framebox {
	border: 2px solid #DCDCDC;
	background-color: #FAFAFA;
	padding: 2px;
}

/* ============================== NEWS ===================================== */
.newsbox {
	padding: 7px;
	margin: 0px 20px 10px 20px;
	border: 1px dotted #FFCC00;
	background-color: #FAFAFA;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #739AB8;
	margin: 0px;
}
.newsbyline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #143264;
	margin: 0px;
	padding-bottom: 3px;
}

/* ============================== TABLES =================================== */

/* 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;
	background-color:#E2E1DC;
	background-image: url(tablebg.gif);
	color: #555555;
	height: 20px;
}
/* table header row 1 */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #E0DBC9;
	background-color: #E0E0E0;
	color: #555555;
}
/* caption for minor tables */
.commentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #EFEFEF;
	color: #555555;
}
/* table background colors */
.tablebackground {
	background-color: #F8F8F8;
	color: #555555;
}
/* table alternate row color */
.tablealtrow {
	background-color: #EFEFEF;
	color: #555555;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 1px solid #E0DBC9;
}
/* table text style */
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
}
/* table notes - usually appear at top of table */
.tablenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #517EAA;
	background-color: #FFFFFF;
	color: #555555;
	line-height: 1em;
}

/* ============================== CALENDAR ================================= */

/* calendar frame shadow and day divider colors */
.calendarframe {
	background-color:#E2E1DC;
	background-image: url(tablebg.gif);
	color: #555555;
	border: 1px solid #E0DBC9;
}
/* calendar day of week and week of year colors */
.calendarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color:#E8E8E8;
	background-image: url(calendarbg.gif);
	color: #555555;
}
/* calendar current day colors */
.calendartoday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	background-color: #DFDFDF;
	border: 1px solid #DFDFDF;
}
/* calendar current month colors */
.calendarthismonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color: #F7F7F7;
	border: 1px solid #DFDFDF;
}

/* ============================== FORMS =================================== */

input,option,select,textarea {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
}
/* default button style */
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4678C8;
	background-color: #F8F8F8;
	height: 22px;
	border-style: outset;
	border-width: 1px;
}

/* ============================== ADVERTISING ============================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
	width: 120px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 12px;
	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 {
}
/* body container */
.csscontainer {margin: auto;
	width: 940px;
}