/* Statewide Stylesheet */
/*
body {
	background-color: #040D2C;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, san-serif; 
	color: #000033;
	font-size: small;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1, h2, h3 {  
	font-size: 1.5em;
	font-weight: bold;
	color: #000033; 
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 2px; 
	line-height: normal;
}
*/
/* Classes */
.pagemain {
	background-color:#FFFFFF;
}
.pagetitle {  
	font-size: 1.5em;
	font-weight: bold;
	color: #000033; 
	padding-top: 0px; 
	margin-top: 0px; 
	padding-bottom: 0px; 
	margin-bottom: 2px; 
	line-height: normal;
}
.footer {  
	font-size: 0.9em; 
	color: #FFFFFF; 
	padding-top: 6px; 
	padding-bottom: 6px; 
	padding-right: 12px; 
	padding-left: 12px; 
	text-align: center;
}
.row1 {  
	 
	background-color: #FAF4E6; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #FFFFFF;
}
.row2 { 
	background-color: #EADDCC; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #FFFFFF;
}
.rowtotals {  
	 
	background-color: #D5D7C8; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #666666;
}
.rowheader { 
	color: #FAF4E6; 
	background-color: #0C1534; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #FFFFFF;
}
.rowheaderprint { 
	color: #000000; 
	background-color:#FAF4E6; 
	border-right: 1px solid #333333; 
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	font-weight:bold;
}
.rowprint {  
	 
	border-right: 1px solid #666666; 
	border-left: 1px solid #FFFFFF;
}
.linetop {
	border-top: 1px solid #000000;
}
.tableborder { 
	border: 1px solid #0C1534; 
}
.headername {  
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #000000; 
	border:1px solid #4A5066; 
	padding: 3px 5px 3px 5px;
}
.headernameprint {  
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #040D2C; 
	border:1px solid #4A5066; 
	padding: 3px 5px 3px 5px;
}
.dottedline {
	border-top: 1px dashed #666666;
}
.headbkg {  
	background-image: url(/images/img_header.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
}
.headmenubkg {  
	background-image: url(/images/img_menu_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: top;
}
.headmenubbkg {  
	background-image: url(/images/img_menu_bg_b.jpg); 
	background-repeat: repeat-x; 
	background-position: top;
}
.redbar {
	background-color: #D20129;
}
.red {
	color: #FF0000;
}
.menu1 {
	color:#C8C9DB;
	padding: 0px 7px 0px 7px;
}
.menu1 a:link, .menu1 a:visited {
	font-size: 13px;
	color:#C8C9DB;
	text-decoration:none;
}
.menu1 a:hover {
	font-size: 13px;
	color:#FFFFFF;
	text-decoration:underline;
}
.menu2 {
	font-size: 12px;
	color:#FFFFFF;
	padding: 0px 3px 0px 3px;
}
.menu2 a:link, .menu2 a:visited {
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}
.menu2 a:hover {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:underline;
}

.menur {
	color:#FF0000;
	padding: 0px 3px 0px 3px;
}
.menur a:link, .menur a:visited {
	font-size: 13px;
	color:#FF0000;
	text-decoration:none;
}
.menur a:hover {
	font-size: 13px;
	color:#FF0000;
	text-decoration:underline;
}
.formbutton { 
	color: #FFFFFF; 
	font-weight: bold;
	border: thin outset #cccccc; 
	background-color: #D20129; 
	height:25px; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px; 
	border-right-width:1px; 
	cursor: hand;
} 
.emailfont {
	font-family: "Courier New", Courier, mono;
	font-size: 1.3em;
}
.calendarMain {
	border: 1px solid #0C1534; 
}
.calendarHeader {
	color: #FAF4E6; 
	background-color: #0C1534; 
	font-weight: bold;
}
.calendarCell {
	background-color: #FAF4E6; 
}
.calendarCellEmpty {
	background-color: #B9BCCB; 
}
.calendarCellToday {
	border:3px solid #99FF00;
	background-color: #FAF4E6;
}
.calendarDate {
	font-size: 0.8em;
	color: #999999;
}
.calendarEvent {
	
}
.jobcodeOrange {
	color:#FF6600;
	font-weight:bold;
}
.jobcodeRed {
	color:#FF0000;
	font-weight:bold;
}
.jobCodeBlue {
	color:#0099CC;
	font-weight:bold;
}
.jobcodeGreen {
	color:#99FF00;
	font-weight:bold;
}
.error {
	color: #CC0000;
	font-weight:bold;
}
.helpnotes {
	color: #CCA982;
	font-style: italic;
}
.highlight {
	background-color: #FFFF33; 
}
.linebreak {
	page-break-after: always;
}
.bigtext {
	font-size: xx-large;
	padding: 10px;
	border: 2px solid #000000;
	background-color:#FFFFFF;

}
.swtruck {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #666666;
	background-color: #FFFF99;
}
/************ base styles **************/

body {
	background-color: #BDBCBC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size:16px;
	}
	h3 {
	font-size:14px;
	}

.bgLeft {
	background-image:url('/images/bg_left.jpg'); 
	background-repeat:repeat-y;
}
.bgRight {
	background-image:url('/images/bg_right.jpg'); 
	background-repeat:repeat-y;
}
.error {
	color: #CC0033;
}

.footer {
	BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(/statewide/images/stateweb_r6_c3.jpg);
    BACKGROUND-REPEAT: repeat-x;
}
.footergraphic {
	BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(/statewide/images/stateweb_r6_c3.jpg);
    BACKGROUND-REPEAT: repeat-x;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.small {
	/*display: block;*/
	font-size: xx-small;
	text-decoration: none;
}
.title {
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.orderid {
	font-size: medium;
	color: #CC0000;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
.formtable {
	border:1px solid #999999;
}
.sidebar {
	/*display: block;*/
	font-size: xx-small;
	padding: 5px;
	width: 167px;
}
.sidebarCenter {
	font-size: x-small;
	text-align:center;
}



.navlinks, .navlinks a, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-indent: 5pt;
}

.navrow {
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0DCC0;
	border-bottom-color:  #A0A0A4;
	background-color: #B0B8C5;
	height: 22px;
	padding-left: 2px;
}
.bodlinks, .bodlinks a, .bodlinks a:visited, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2A3F55;
	text-indent: 5pt;
}
.bodlinks a:hover {
	text-decoration: underline;
	color: #9BCE29;
}

.list {
	color: #2A3F55;
	font-size: 12px;
	list-style-image: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
}

.listreverse {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(/images/arra2.jpg);
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}

/************ header graphics ******************/
.menubg {
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url(/statewide/images/menu_bg.jpg);
	BACKGROUND-REPEAT: repeat-y;
	    
}
.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 12px; 
	BACKGROUND-POSITION: left top;
	BACKGROUND-IMAGE: url(/statewide/images/menu_bg.jpg);
	BACKGROUND-REPEAT: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;   
}
.menulinks a:link{
	color: #FFFFFF;
	text-decoration: none;   
}
.menulinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
   
}

.menulinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.headerbg {
	BACKGROUND-POSITION: top;
	BACKGROUND-IMAGE: url(/images/stateweb_r1_c3.jpg);
	BACKGROUND-REPEAT: repeat-x;
	height: 114px;
	
}

.tagline {
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	padding-top: 8px;
}

.footerbg {
	BACKGROUND-POSITION: top;
	BACKGROUND-IMAGE: url(/images/stateweb_r6_c3.jpg);
	BACKGROUND-REPEAT: repeat-x;
	height: 46px;
	
}

.headerlinks {
	color:#1F262C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	line-height: 16px;
	font-weight: bold;
	text-indent: 12pt;
	height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.headerlinks a:link {
	
	color: #425563;
	text-decoration: none;
}
.headerlinks a:visited {
	color: #425563;
	text-decoration: none;
}
.headerlinks a:hover {
	color: #71B141;
	text-decoration: underline;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #89a278;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
	
}
/************ report row styles **************/

.headerrow {
	
	background-color: #2b3b76;
	color: #FFFFFF;
	font-weight:bold;
	padding: 3px;
	border-bottom: 1px solid #000033;
    border-color: black black #333333; 
	border-bottom-width: 1px;

}
.headerlink {
	color:#FFFFFF;
	text-indent: 6pt;
}
.tablereport {
	
	border: 1px solid #666666;
	
}
.rowprint {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
/************ for alternating display ********/



/************ footer styles **************/

.footerLinks {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	color: #2A3F55;
	text-align: center;
}


.footerLinks a:link, #footerLinks a:visited {
	color: #2A3F55;
	text-decoration: none;
}

.footerLinks a:hover{
	color: #2A3F55;
	text-decoration: underline;
}
/************tab styles***********************/





/************form styles**********************/
.leftbody {
	background-image: url(/statewide/images/atbg_r2_c222.jpg);
	background-repeat: repeat-y;
}
.navbar {
	background-image: url(/statewide/images/tbgweb_r3_c1.jpg);
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/tbgweb2slice.jpg);
	background-repeat: repeat-y;
	padding: 6px;
	text-indent: 22pt;
	background-color: #D6E9C7;
}
.righttbody {
	background-image: url(/images/atbg_r3_c4.jpg);
	background-repeat: repeat-y;
}
.flashbackgd {
	background-image: url(/images/tbgweb2midrow.jpg);
	background-repeat: no-repeat;
}
.navcolumn {
	background-image: url(/images/atbg2_r2_c1.jpg);
	background-repeat: repeat-y;


}
.navinside {
	background-image: url(/images/atbg3.jpg);
	background-repeat: repeat-y;
}
.menubg {
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-y;
}
.maincontent {
	padding:20px;
	width:700px;
}
.footerlinks {
	font-size: 10px;
	text-align:center;
	}
.content {
	background-color: #FFFFFF;
}