/*************************************************
* webstyles.css - Prosirius ClubSite             *
* Copyright (C) 2009 ECUSBCA.com                 *
* Abstract: Emerald Coast Bowling                *
* Last Update: 06-15-09                          *
**************************************************
* We can help you customize this theme. Contact  *
* support@prosirius.com for more information.    *
*************************************************/
/* body background, colors, position */
body {
	margin: 5px 0px 5px 0px;
	background-image: url(bg.gif);
	background-color: #F2F2F2;
	background-attachment: fixed;
	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: 1px solid #000000;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 150px;
	height: 18px;
}
/* content body region */
.contentbody {
	margin: 15px 0px 10px 0px;
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
	margin: 10px 0px 0px 5px;
	padding: 5px 0px 40px 5px;
	background-image: url(menubg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 390px;
}
/* nav bar menu frame */
.navbarmenu {
	position: relative;
	top: 128px;
	left: 160px;
}
/* administrator links */
A.menubutton0 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	margin-right: 6px;
	padding:0px 3px 0px 3px;
	color: #000066;
}
/* administrator rollover */
A.menubutton0:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #BA1F29;
}
/* left margin standard menu link */
A.menubutton1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8em;	
	text-decoration: none;
	padding-left: 3px;
	color: #000066;
}
/* left margin standard menu rollover */
A.menubutton1:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #BA1F29;
}
/* nav bar standard menu link */
A.menubutton2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #3F72A6;
	display: block;
	margin-right: 5px;
	padding: 1px 4px 1px 4px;
	border: 1px solid #C9CDF0;
	color: #000066;
	background-color: #F2F2F2;
	text-align: left;
	text-transform: uppercase;
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #BA1F29;
	color: #FFFFFF;
	text-transform: uppercase;
}
/* spacer */
.menubutton9 {
	display: block;
	height: 15px;
}
/* left margin menu separator */
HR.menuseparator {
	width: 120px;
}
/* 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;
	outline: none;
	color: #000066;
}
/* rollover for text link */
A:hover {
	text-decoration: underline;
	color: #BA1F29;
}
/* 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;
	border: 1px solid #CCCCCC;
	padding: 1px 2px 1px 2px;
	background-color: #FFFFFF;
	color: #000033;
}
/* "Options:" frame and text*/
.optionbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #333333;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}
/* option button link */
A.optionbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	padding: 1px;
	color: #000066;
}
/* option button rollover*/
A.optionbutton:hover {
	text-decoration: underline;
	color: #BA1F29;
}

/* ============================== TYPE FORMATTING ========================== */

/* normal text: p and textnormal */
p,.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em; 
}
/* page header appearing in text area */
.pageheader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #2D4F98;
	line-height: 1.5em; 
	text-align: center;
	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 #BA1F29;
	margin-bottom: 10px;
}
}
/* alternate text appearing in text area */
.textalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}
/* bold text */
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em; 
}
/* large text in text area */
.textbig {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2D4F98;
	line-height: 1.5em; 
}
/* small text */
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	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;
	text-align:right;
}
/* error message frame */
.errorbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFECBF;
	color: #000000;
	border: 2px dotted #000000;
}

/* ============================== COLORS =================================== */
.textred {
	color: #BA1F29;
	font-weight: bold;
}
.texthighlight {
	background-color: #C8C8FF;
}
.bggray {
	background-color: #000033;
	color: #FFFFFF;
}
.bgred {
	background-color: #CC6666;
}
.framebox {
	border: 1px solid #B3B3B3;
	background-color: #F2F2F2;
	padding: 3px;
}

/* ============================== NEWS ===================================== */
.newsbox {
	padding: 7px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #E9ECEE;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	margin: 0px;
}
.newsbyline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}

/* ============================== TABLES =================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-image: url(tablecaption.gif);
	background-color: #000066;
	background-repeat: no-repeat;
	background-position: center right;
	height: 27px;
}
/* table header row 1 */
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2D4F98;
	border-bottom: 1px solid #2D4F98;
}
/* caption for minor tables */
.commentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #B3C6CA;
	color: #000033;
}
/* table background colors */
.tablebackground {
	background-image: url(tablebg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
}
/* table alternate row color */
.tablealtrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #E9ECEE;
	color: #333333;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 1px solid #B3B3B3;
}
/* table text style */
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/* table notes - usually appear at top of table */
.tablenote {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F2F2F2;
	background-color: #C8C8FF;
	color: #000033;
	line-height: 1.3em;
}

/* ============================== CALENDAR ================================= */

/* calendar frame shadow and day divider colors */
.calendarframe {
	border: 1px solid #B3B3B3;
}
/* 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;
	padding: 1px;
	color: #FFFFFF;
	background-color: #3A518F;
}
/* patch for click message at bottom of calendar */
.calendarheader tr td em {
	color: #FFFFFF;
}
/* calendar current day colors */
.calendartoday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
}
/* calendar current month colors */
.calendarthismonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* ============================== FORMS =================================== */

/* Horiz. Rule */
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
}
/* form input fields */
input,option,textarea,select,input.textnormal,option.textnormal,select.textnormal,textarea.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* default button style */
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #C0C0C0;
	height: 20px;
	color: #000033;
}

/* ============================== 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 {
}
/* body container */
.csscontainer {
	margin: auto;
	width: 940px;
}
/* DOW Image */
.dowimage {
	padding: 4px;
}