@charset "utf-8";

@media print {

body, p, div, ul {
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 1em;
	}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}
form {
	display: inline;
	}
img {
	border: 0;
	}
pre {
	font-size: 1.0em;
	}
h1 {
	font-size: 2.0em;
	margin-top: 7px;
	margin-bottom: 7px;
	}
h2 {
	font-size: 1.5em;
	margin-top: 7px;
	margin-bottom: 7px;
	}
h3 {
	font-size: 1.5em;
	margin-top: 7px;
	margin-bottom: 7px;
	}
h4 {
	font-size: 1.5em;
	margin-top: 7px;
	margin-bottom: 7px;
	}
h5 {
	font-size: 1.2em;
	margin-top: 7px;
	margin-bottom: 7px;
	}
h6 {
	font-size: 1.2em;
	margin-top: 7px;
	margin-bottom: 7px;
	}

#cf_bodyWrapper {
	width: 1004px;
	margin: auto;
	padding: 0;
	border-left: none;
	border-right: none;
}
#cf_outerDiv {  /*change on 2-1-11 added 74px to usable width*/
	width: 1004px;;
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	}
#cf_innerDiv {
	padding: 0;
	}

#cf_page_header {
	display :none;
	}
#cf_user_bar {
	display: none;
	}
#cf_system_menu_bar {
	display: none;
	}
#cf_prog_menu_bar {
	display: none;
	}
#cf_page_footer {
	display: none;
	}
#screen_mask {
	display: none;
	}
#MB_close {
	display: none;
}
#MB_header {
	margin-bottom: 25px;
}
#MB_print {
	display: none;
}

.evenRow {
	background-color: #e3f2e9;
	}

.oddRow {
	background-color: #9ecfb3;
	}

.center {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.justify {
	text-align: justify;
	}
.italic {
	font-style: italic;
	}
.bold {
	font-weight: bold;
	}
.bold-right {
	font-weight: bold;
	text-align: right;
	}
.centertable {
	margin-left: auto;
	margin-right: auto;
	}
.null { }
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	font-size: 0;
	}
.negative_amount {
	color: #ff0000;
	}
.reversehead {
	background-color: #e3f2e9;
	color: #004d33;
	}

input[type="text"][disabled="disabled"] {
	background-color: #ccc;
	color: #000;
}

.scrollbar_content {
	overflow: visible;
}

#MB_content {
	overflow: visible;
}
table {
	border-collapse: collapse;
}
td, th {
	border: 1px solid #666;
}


/*
COLORS USED:
#004d33 - Dark Navy Blue
#26734d - Medium-Dark Blue (Welcome Bar Color)
#4da673 - Medium Blue Sharp (Menu Bar Color)
#e3f2e9 - Really Light Blue, main div background color (oddRow color)
#9ecfb3 - Medium Blue Flat (evenRow Color)
#b7d8c2 - Medium Blue (few shades lighter than #9ecfb3)
*/
}