/******************************************************************************
* webstyles.css (for v1.93)                                                   *
* Copyright (C) 2009 Prosirius Technologies, LLC                              *
* Abstract: Prosirius.com Template                                            *
* Last Update: 12-26-09                                                       *
*******************************************************************************
* We can help you customize this theme. Contact support@prosirius.com or      *
* 800-516-2505 for more information.                                          *
******************************************************************************/

/* body background, colors, position */
body {
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-image: url(bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #1159A3;
	line-height: 1.6em; 
}

/* ===== ADMINISTRATOR BAR ================================================== */

.adminbackground {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	background-color: #8FDC00;
	background-image: url(adminbackground.gif);
	background-repeat: repeat-x;
}
.adminimage {
	background-image: url(adminimage.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 135px;
	height: 18px;
}

/* administrator links */
A.menubutton0 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
	margin-right: 6px;
	padding:0px 3px 0px 3px;
	color: #000000;
}
/* administrator rollover */
A.menubutton0:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* ===== CONTENT AREA ================================================== */

/* content region outer frame */
#contentstart {
}
/* content body region (table) */
.contentbody {
	width: 556px;
	height: 500px;
	margin: 0px 0px 0px 30px;
}
/* toolbar appearing at bottom of page */
#contenttoolbar {
}
/* content footer region inside of toolbar */
#contentfooter {
}

/* ===== MENUS ================================================== */

/* left margin menu frame */
.leftmarginmenu {
	position: relative;
	left: 8px;
	background-image: url(leftmenu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 160px;
	height: 400px;
	padding-top: 35px;
}
/* nav bar menu frame */
.navbarmenu {
	position: relative;
	top: -34px;
	left: 15px;
}

/* ===== MENU BUTTONS ================================================== */

/* left margin standard menu link */
.menubutton1 {
	padding-left: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;	
	text-decoration: none;
	color: #000000;
}
/* left margin standard menu rollover */
.menubutton1:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;	
	text-decoration: underline;
	color: #083A6D;
}
/* nav bar standard menu link */
.menubutton2,.menubutton3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 86px;
	height: 22px;
	background-image: url(navbuttonoff.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	color: #000000;
	text-align: center;
	margin-right: 2px;
}
/* nav bar standard menu rollover*/
.menubutton2:hover,.menubutton3:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(navbuttonon.gif);
	background-repeat: no-repeat;
	color: #2C76C4;
}
.menubutton3 {
	background-image: url(navbutton3off.gif);
}
.menubutton3:hover {
	background-image: url(navbutton3on.gif);
	color: #FFFFFF;
}
/* left margin menu separator */
HR.menuseparator {
	width: 120px;
	margin-bottom: 10px;
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ===== LINKS ================================================== */

/* normal text link */
A {
	font-size: 12px;
	text-decoration: underline;
	color: #0F5298;
}
/* rollover for text link */
A:hover {
	text-decoration: none;
	color: #829300;
}
/* Use light color against tablenote gradient */
.tablenote A {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
.tablenote A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #99CCFF;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
	border: 1px solid #7181C4;
	padding: 0px 2px;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #330000;
	font-weight: normal;
	text-decoration: none;
}

/* ===== OPTION BAR STYLING ================================================== */

/* "Options:" frame and text*/
.optionbar {
	margin: 0px 0px 11px 0px;
	line-height: 1.5em;
}
/* "Options:" label */
.optionlabel {
	font-weight: bold;
}
/* option button link */
A.optionbutton {
	text-decoration: underline;
	color: #0F5298;
}
/* option button rollover*/
A.optionbutton:hover {
	text-decoration: none;
	color: #829300;
}

/* ===== TYPE STYLES ================================================== */

/* page header appearing in content body */
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0F5298;
	line-height: 1.3em; 
	text-align: center;
	letter-spacing: -1px;
}
/* standard text appearing in content body */
.textnormal {
}
/* bold text appearing in content body */
.textbold {
	font-weight: bold;
}
/* alternate text appearing in content body */
.textalt {
	font-weight: bold;
	color: #0A1A5A;
}
/* large text in content body */
.textbig {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0F5298;
	line-height: 1.5em; 
}
/* small text */
.textsmall {
	font-size: 10px;
	line-height: 1.2em; 
}
/* error message frame */
.errorbox {
}

/* ===== FRAMES AND COLORS ================================================== */

.framebox {
	border: 1px solid #D0D0D0;
	background-color: #DDDDDD;
	padding: 2px 3px;
}
.textred {
	color: #CC0000;
	font-weight: bold;
}
.texthighlight {
	background-color: #FFFBCC;
}
.bggray {
	background-color: #0E3133;
	color: #FFFFFF;
}

/* ===== NEWS ARTICLES ================================================== */

.newsbox {
	padding: 7px;
	margin: 0px 10px 10px 10px;
	border: 1px solid #DDDDDD;
}
.newstitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0F5298;
	margin: 0px;
}
.newsbyline {
	color: #9E9789;
	margin: 0px;
}

/* ===== PRIMARY TABLE DESIGN ================================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #F5F5F5;
	background-color: #083A6D;
	height: 26px;
}
/* table header row 1 */
.tableheader {
	font-weight: bold;
	color: #0F5298;
	border-bottom: 1px solid #7181C4;
}
/* caption for minor tables */
.commentheader {
	font-size: 13px;
	font-weight: bold;
	background-color: #E4E4E4;
	border-bottom: 1px solid #D0D0D0;
}
/* table background colors */
.tablebackground {
	background-color: #FFFFFF;
	background-image: url(tablebackground.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #4E4E4E;
}
/* table alternate row color */
.tablealtrow {
	background-color: #EEF2FB;
}
/* table shadow displayed behind tables */
.tableshadow {
	border: 1px solid #D0D0D0;
}
/* table text style */
.tabletext {
	line-height: 1.4em;
}
/* table notes - appear at top of table */
.tablenote {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid #D5DCE6;
	background-color: #2C76C4;
	line-height: 1.2em;
}
/* text area counter field */
.hiddenfield {
	font-size: 11px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	text-align: right;
}
/* ===== CALENDAR ================================================== */

/* calendar frame shadow and day divider colors */
.calendarframe {
	border: 1px solid #D0D0D0;
	background-color: #DDDDDD;
}
/* calendar day of week and week of year colors */
.calendarheader {
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
}
/* calendar current day colors */
.calendartoday {
	background-color: #FFFFFF;
	border: 1px solid #7181C4;
}
/* calendar current month colors */
.calendarthismonth {
	background-color: #F4F4F4;
	border: 1px solid #DDDDDD;
}
/* calendar days in other month colors */
.calendarothermonth {
	background-color: #F4F4F4;
	border: 1px solid #DDDDDD;
}

/* ===== FORM FIELDS ================================================== */

/* form input fields */
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #0A2224;
}
option {
	padding-bottom: 2px;
}
/* default button style */
.buttonstyle {
	font-weight: bold;
	height: 24px;
	color: #4E4E4E;
	border: 1px solid #D1D1D1;
	padding:0px 5px;
	background-image: url(buttonbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ===== ADVERTISING ================================================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
	width: 120px;
	padding: 0px;
	margin: 10px 0px 0px 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 {
	padding: 0px;
	margin-left: 20px;
	overflow: hidden;
}
#csscol3 {
	padding-top: 195px;
}
/* ad zone 4 (leaderboard) frame */
.adzone4 {
	width: 728px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* ===== MISCELLANEOUS ================================================== */

/* Horiz. Rule */
hr {
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
}

/* ===== CSS SITE LAYOUT ================================================== */

/* body container (use margin:auto;width:940px; to center) */
#csscontainer {
	margin: auto;
	width: 940px;
	padding: 0px;
}
/* outer table holding body together */
#cssmain {
	background-image: url(cssmain.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}
/* outer frame on css page header*/
#csspageheader {
	position: relative;
	height: 200px;
	width: 760px;
	margin: 0px;
	background-image: url(cssheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/* css page header (text/site name - to hide printing of name use display:none; ) */
#cssheadertext {
	display: none;
	width: 1px;
	height: 1px;
}
/* css page header (for SWL Flash images only) */
#cssheaderflash {
}
/* css page footer */
#csspagefooter {
	background-image: url(cssfooter.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 760px;
	height: 160px;
}
/* ===== 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;
}


/* THESE STYLES ARE UNIQUE TO THE PROSIRIUS.COM WEBSITE AND ARE ONLY USED WITHIN CONTENT PAGES */

.align-justify { 
	text-align: justify;
}

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

a.link4 {
	display: block;
	background: url(none) repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}
a.link4:hover {
	text-decoration: underline;
}
a.link4 strong {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1em;
	display: block;
	padding: 1px 17px 1px 0px;
	text-align: right;
	background: url(greenbutton.gif) no-repeat right top;
	cursor: pointer;
	height: 14px;
}
/* GRAY */
.text1 {
	text-align: right;
	font-size: 11px;
	color: #839099;
	line-height: 1.6em;
}
/* DARK GRAY */
.text2 {
	font-size: 13px;
	color: #333333;
	line-height: 1.6em;
}
/* BLACK */
.text3,contenttexvalidation {
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}
/* DARK GRAY NO MARGIN*/
.text4 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #5A6772;
	line-height: 1.2em;
}
/* BIG GREEN PAGE HEADER*/
.text5,.text6 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #486187;
}
.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 1.6em;
}
.ul1 a {
	padding-left: 10px;
	background: url(../../images/smgreensquare.gif) no-repeat left center;
}
.ul2 {
	list-style-type: square;
	list-style-image: url(../../images/smgreensquare.gif);
	line-height: 1.6em;
}
.ul3 {
	list-style-image: url(../../images/checkbox.gif);
	padding-right: 10px;
	font-size: 11px;
	color: #333333;
	line-height: 1.6em;
	font-size: 12px;
}
.vertline {
	background-image: url(newvr.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.tdtextbody {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;	
}
