/******************************************************
* PrintStyles.css                                     *
*-----------------------------------------------------*
* Copyright (C) 2006-2009 Prosirius Technologies, LLC *
* Abstract: Default printer page style                *
* Last Update: 04-17-09                               *
******************************************************/

/* body background, colors, position */
body {
	margin: 20px 0px 20px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
/* administrator bar region */
.adminbackground {
}
.adminimage {
}
/* content body region */
.contentbody {
}
/* content footer region */
.contentfooter {
}

/* ============================== MENUS ==================================== */

/* left margin menu frame */
.leftmarginmenu {
}
/* nav bar menu frame */
.navbarmenu {
}
/* administrator links */
A.menubutton0 {
}
/* administrator rollover */
A.menubutton0:hover {
}
/* left margin standard menu link */
A.menubutton1 {
}
/* left margin standard menu rollover*/
A.menubutton1:hover {
}
/* nav bar standard menu link */
A.menubutton2 {
}
/* nav bar standard menu rollover*/
A.menubutton2:hover {
}
/* left margin menu separator */
HR.menuseparator {
}
/* left margin menu footer image */
.leftmarginfooter {
}

/* ============================== LINKS ==================================== */

/* text links */
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* link appearing in table headings, usually "Cancel" or "Add ..." */
A.tablebutton {
}
/* "Options:" frame and text*/
.optionbar {
}
/* "Options:" label */
.optionlabel {
}
/* option button link */
A.optionbutton {
}
/* option button rollover*/
A.optionbutton:hover {
}

/* ============================== TYPE FORMATTING ========================== */

/* normal text: p and textnormal */
p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* page header appearing in text area */
.pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
/* alternate text appearing in text area */
.textalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
/* bold text */
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/* large text in text area */
.textbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
/* small text */
.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
/* highlight important terms */
.texthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 1.4em;
}
/* text area counter field */
.hiddenfield{
}

/* error message frame */
.errorbox {
}

/* ============================== COLORS =================================== */
.textred {
	color: #CC3300;
	font-weight: bold;
}
.texthighlight {
	background-color: #FFFF00;
}
.bggray {
	background-color: #808080;
}
.bgred {
	background-color: #CC0000;
}
.framebox {
	border: 1px solid #808080;
}

/* ============================== NEWS ===================================== */
.newsbox {
}
.newstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.newsbyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* ============================== TABLES =================================== */

/* DIV around "Formatted Tables" */
.tablebox {
}
/* caption (header) for major tables */
.tablecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color:#E0E0E0;
	color: #000000;
}
/* table header row 1 */
.tableheader {
}
/* caption for minor tables */
.commentheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color:#E0E0E0;
	color: #000000;
}
/* table background colors */
.tablebackground {
	background-color:#FFFFFF;
	color: #000000;
}
/* table alternate row color */
.tablealtrow {
	background-color:#E8E8E8;
	color: #000000;
}
/* table shadow displayed behind tables */
.tableshadow {
	background-color:#C0C0C0;
}
/* table text style */
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* table notes - usually appear at top of table */
.tablenote {
	display: block;
	padding: 5px;
}

/* ============================== CALENDAR ================================= */

/* calendar frame shadow and day divider colors */
.calendarframe {
	border: 1px solid #000000;
	background-color: #e0e0e0;
}
/* calendar day of week and week of year colors */
.calendarheader {
	border: 1px solid #000000;
	background-color: #c0c0c0;
}
/* calendar current day colors */
.calendartoday {
	border: 2px solid #666666;
	background-color: #ffffff;
}
/* calendar current month colors */
.calendarthismonth {
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}
/* calendar days in other month colors */
.calendarothermonth {
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
}

/* ============================== FORMS =================================== */

/* default button style */
.buttonstyle {
}

/* ============================== ADVERTISING ============================== */

/* ad zone 1 (left margin) frame */
.adzone1 {
}
/* ad zone 2 (body content) frame */
.adzone2 {
}
/* ad zone 3 (right margin) frame */
.adzone3 {
}

/* ============================== CSS SITE LAYOUT ONLY ===================== */

/* css page header (image) */
.cssheadergraphic {
}
/* css page header (text/site name) */
.cssheadertext {
}

/* ============================== CUSTOM STYLES FOR SCREEN REPORTS ========== */

/* Sets background color for screen based reports */
body.screen {
	background-image: url(../images/misc/printtitlebar.gif); 
	background-repeat: no-repeat;
	background-color: #E5ECFA;
	margin-top: 50px; 
}
/* styles header / footer for screen reports */
.sephead {
	background-image: url(../images/misc/printtitleheader.gif); 
	background-repeat: repeat-x;
	border: 1px solid #666666; 
	background-color: #FFFFFF; 
	padding: 5px;
}
/* outer border trim on screen pages */
.screenouterpage {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 2px;
}
/* frames report page and tiles background image creating paper look */
.screenpage {
	background-image: url(../images/misc/printback.gif); 
	background-repeat: repeat-y;
	border: 1px solid #666666;
	padding: 10px 10px 10px 20px;
}
/* divider */
hr { 
	border: 1px solid; 
	color: #333333; 
	background-color: #333333; 
	margin-bottom: 5px; 
}
/* correct table centering */
div.centered { 
	text-align: center; 
} 
div.centered table {
	margin: 0 auto; 
	text-align: left; 
}
