
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#4F851E;
	/* background-color: #eeffcc; */
}

a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}

.spacer {
	float: left;
	width: 3%;
}

#clearboth { 
	clear: both;
	height: 1em; 
}

div#header {
	color: #FFFFFF;
	margin: 0px;
	background-color: red;
	background-image: url(/images/header_bg.jpg);
	width: 100%;
}

div#header h1 {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	font-weight: normal;
}

#top_menu {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

#top_menu a {
	color: #ffffff;
	text-decoration: underline;
}

div#container {
	
}

div#navigation {
	margin-top: 0px;
	margin-left: 10px;
	width: 175px;
	background-color: #ffffff;
	border: 1px solid #eeffcc;
}
.navigation_title {
	background-color: #eeffcc;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}

div#navigation ul li {
	border-bottom: 1px #ededed solid;
	padding: 2px 2px 2px 5px;
	list-style: none;
}

div#navigation ul li a {
	display: block;
	text-decoration: none;
}

div#navigation ul li a:hover {
	text-decoration: underline;
}

div#content {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 10px;
	min-height: 400px;
	-height: 400px;
}

div#content h2 {
	font-size: 16px;
	color: #4F851E;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	color: #4F851E;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
}
div#footer {
	color: #ffffff;
	margin-top: 10px;
	margin-left: 10px;
	padding: 4px;
	float: left;
	width: 98%;
	text-align: right;
}
/* icons */
.icons {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: 0px;
}
/* form */
form {
	margin: 0px;
}

.form_table {
	margin: 0px;
	background-color:#eeffcc;
	border: 1px solid #e1e1e1;
	clear: both;
	width: 750px;
	font-weight: bold;
	padding: 0px;
}

.form_section {
	font-weight: bold;
	padding: 5px;
}

.form_text {
	text-align: left;
	background-color: #ededed;
	padding: 5px 15px 5px 5px;
	font-weight: normal;
}

.field_label {
	width: 35%;
	text-align: right;
	/* background-color: #ededed; */
	background-color: #ededed;
	padding: 5px 15px 5px 5px;
	border-top: 1px solid #e1e1e1;
	vertical-align: top;
	
}

.field_require {
	background: #ededed url(../images/icons/required.gif) right no-repeat;
}

.field_value {
	width: 65%;
	text-align: left;
	background-color: #ffffff;
	border-top: 1px solid #ededed;
	padding: 2px;
	font-weight: normal;
}

.field_warning {
	color: red;
	font-style: italic;	
}

.error {
	color: red;
}

#message {
	background:#ffffcc url(../images/icons/notice.gif) left no-repeat;
	padding: 4px 4px 4px 20px;
	vertical-align: middle;
}

#buttons {
	width: 750px;
	text-align: center;
	padding-top: 10px;
}

.button_off {
	width: 87px;
	height: 23px;
	border: 0px;
	background-image: url(/images/button_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	border-right: 1px solid #4f851e;
	border-bottom: 1px solid #4f851e;
	color: #464646; }
	
.button_on {
	width: 87px;
	height: 23px;
	border: 0px;
	background-image: url(/images/button_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #4f851e;
	border-bottom: 1px solid #4f851e;
	font-size: 13px;
	color: #f6f6f6; }

#time_stamps {
	color: #C2C6BE;
	text-align: right;
	width: 750px;
}

/* table */
#table_controls {
	padding: 0px 0px 2px 0px
}
#pagination {
	float: left;
	padding-bottom: 1px;
}

#pagination a:link, #pagination a:visited {
	text-decoration: none;
	color:#000000;
}

#pagination a:hover, #pagination a:active {
	text-decoration: underline;
}

.table_outline {
	margin: 0px;
	background-color:#C2C6BE;
	border: 1px solid #C2C6BE;
	clear: both;
}

.table_header {
	background-color:#eeffcc;
	vertical-align: middle;
	padding: 4px;
}

.table_header a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

.table_header a:hover, a:active {
	text-decoration: underline;
}

.table_body {
	
}

.table_footer {

}

.tbl_row_border {
	border-top: 1px solid #E1E1E1; }
	
.tbl_row_item {
	padding: 3px;
	border-top: 1px solid #E1E1E1; }

.actions { text-align: right; }
	
.tbl_mini_row_item {
	border-top: 1px solid #E1E1E1;
	padding-left: 3px; }

.tbl_row_item_inactive {
	padding: 3px;
	background-color: #FBFBFB;
	color: #AAAAAA;
	border-top: 1px solid #E1E1E1; }
	
.tbl_row_off {
	background-color: #F6F6F6; 
}

.inactive {
	color: #909090;
}
	
.tbl_row_on {
	background-color: #FBFBFB; }
	
/* steps */
#step_bar {
	text-align: right;
	padding: 4px;
}

#step_bar a {
	color: #a3a3a3;
	font-weight: bold;
	font-size: 14px;
}

#step_bar a.passed {
	color: #a2c1de;
	font-weight: bold;
	font-size: 14px;
}

.hideDiv {
	display: none; }
	
.showDiv { }

.faqquestion {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #1a4d0b;
}

.faqanswer {
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #4f851e;
}

.faqtext {
	padding-left: 5px;
}


