/* NoCache */
/* //NoProcess */


div {
	font-family: Arial;
	font-size: 10pt;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	background-image: url(/images/background.gif);
	background-repeat: no-repeat;
	background-position: top right;	
}

#HeaderTop {
	height: 69px; 
	background-color: #6cb241;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

#HeaderBottom {
	background-color: #427240;
	background-image: url(/images/swoosh.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0px; 
	margin-right: 0px; 
	padding-left: 180px; 
	padding-top: 14px; 
	height: 25px;
}

#Menu {
	width: 161px;
	background-color: #427240;
	background-image: url(/images/menu_top_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10pt;
	position: absolute;
	top: 0px;
	left: 0px;
}

#Menu div.container {
	min-height: 200px;
	padding-top: 5px; 
	padding-left: 15px;
}

#Menu div a {
	text-decoration: none;
	color: #FFFFFF;	
}

#MenuFooter {
	background-color: #427240;
	background-image: url(/images/menu_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 67px;
}

#Content {
	position: relative;
		
}

#BodyText {
	padding: 10px 10px 10px 170px;
}

.Boxed, .BoxedTable {
	background-color: #eaf5e4;
	border: 1px solid #6cb241 !important;
	padding: 7px;
}

.BoxedSplitter, .BoxedSplitter td {
	border-bottom: 1px solid #6cb241;
}

.BoxedTable {
 border-collapse: collapse; 
 padding: 0px;
 border-spacing: 0px;
}

.BoxedTable tr td {
 padding: 7px;
}

.BoxedTable tr.Packed td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.BoxedTable tr.RowLine td {
	border-bottom: 1px solid #6cb241;
}


h1 {
	color: #427240;
	border-bottom: 1px dotted #cccccc;
	font-size: 12pt;
}

h2 {
	color: #427240;
	font-size: 10pt;
}

.inputDefault {
	color: #cccccc;
	font-style: italic;
}

/* ---- Report Stuff ---- */
.RowTemplate {
	background-color: #edf6e9;
	padding: 5px;
}

.AltRowTemplate {
	background-color: #ddeed6;
	padding: 5px;
}

.HeaderTemplate td {
		background-color: #406e42;
		color: #FFFFFF;
}

.TenDataCol {
	width: 55px; 
	text-align: center;
}

.OnePixelCol {
	width: 1px;
	padding: 0px;
	background-color: #406e42 !important; 
}

.OnePixelRow, .OnePixelRow td {
	height: 1px;
	padding: 0px;
	background-color: #406e42 !important; 
}

.ProgressBar {
	background-color: #CEE7BE;
	border: 1px solid #427240 !important;
	padding: 0px;
	width: 400px; 
	height: 30px;
	position: relative;
}

#ProgressBarBar {
	background-color: #6cb241;
	border: 0px !important;
	padding: 0px;
	padding-top: 7px;
	height: 23px;
	color: #000000;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ProgressBarValue {
	z-index: 1;
	padding-top: 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	text-align: center;
}