* {
	margin: 0;
	padding: 0;
}
body {
	font: 11pt "Trebuchet MS";
	color: #333;
	background: #B0D674 url(/images/bg.jpg) repeat-x;
	padding: 20px;
}
a { color: #3B5F21; }
img { border: 0px; }
div#footer {
	color: #658B29;
	font-size: 90%;
	margin-top: 10px;
}
div#footer a {
	color: #3B5F21;
}
/*
///////////////////////////////////////////////
// TOP TAB NAVIGATION
///////////////////////////////////////////////
*/
#nav li,
.sub_nav li {
	display: inline;
}
#nav li a {
	padding: 5px 9px;
	text-decoration: none;
	background: #98C949 url(/images/tab.jpg) repeat-x;
	color: #DEEFC5;
	font-size: 110%;
	/*border-bottom: 2px solid #8EC534;*/
}
#nav li a.active {
	background: #86B836 url(/images/tab_active.jpg) repeat-x;
	/*border-bottom: 2px solid #DBC33F;*/
	font-size: 115%;
	color: #FFF;
}
#nav li a:hover {
	background: #4D691F url(/images/tab_hover.jpg);
	color: #FFF;
}
#nav li a.active:hover {
	background: #86B836 url(/images/tab_active.jpg) repeat-x;
	font-size: 115%;
	color: #FFF;
}
/*
///////////////////////////////////////////////
// SUB NAVIGATION IN CONTENT
///////////////////////////////////////////////
*/
#sub_nav {
	margin-bottom: 20px;
	background: #FCECAA url(/images/sub_nav_bg.jpg) repeat-x;
	padding: 2px 7px;
}
#sub_nav a {
	text-decoration: none;
	color: #C08206;
}
#sub_nav a:hover {
	text-decoration: underline;
}
#sub_nav a.active {
	font-weight: bold;
}
/*
///////////////////////////////////////////////
// 
///////////////////////////////////////////////
*/
#content {
	background-color: #FFF;
	padding: 30px;
	padding-top: 10px;
	margin-top: 4px;
	margin-right: 200px;
	border-right: 2px solid #9CCC4E;
	border-bottom: 6px solid #9CCC4E;
	border-top: 6px solid #8EC534;
	border-left: 2px solid #9CCC4E;
}
#content p {
	margin: 30px 0 30px 0;
}
/*
///////////////////////////////////////////////
// TABLES 
///////////////////////////////////////////////
*/
table {
	width: 100%;
	background-color: #FFF;
}
table th {
	background: #94C741 url(hdr_table.jpg) repeat-x;
	color: #FFF;
}

table td {
	padding: 2px 10px;;
}

table td {
	font: 90% "Courier New";
}

.alt {
	background-color: #EEEEEE;
}

table.reports {
	font: 10pt "Trebuchet MS", Arial;
	margin-bottom: 40px;
}

table.reports a {
	color: #5E810D;
}

table#report_details .label,
table.form .label {
	width: 150px;
	background-color: #E6E6E6;
	vertical-align: top;
	color: #777;
}

table#report_details td,
table.form td {
	border-bottom: 1px solid #CFCFCF;
}

table#report_details input {
	width:90%;
	margin: 5px 0px;
}

table.form input {
	width: 300px;
	margin: 5px 0px;
}

table.form .button {
	width: auto;
}

table.form {
	margin-bottom: 20px;
	border-top: 1px solid #DDD;
}
/*
///////////////////////////////////////////////
// 
///////////////////////////////////////////////
*/
h2 {
	margin-bottom: 10px;
}

h4 {
	margin: 0px 2px;
	background: #EBF5DD url(hdr.jpg) repeat-x;
	border-bottom: 1px solid #B1D774;
	border-right: 1px solid #B1D774;
	border-top: 1px solid #DDEDC3;
	border-left: 1px solid #DDEDC3;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #3E5519;
	text-align: center;
}

h4.action,
h4.label {
	padding: 3px 4px 3px 19px;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #79A212;
	border-left: 0px solid #79A212;
}

h4.action {
	font-weight: normal;
	background-color: #DDF4A2;
	font-size: 90%;
}

h4.action a {
	color: #5B9333;
	text-decoration: none;
	width: 100%;
}

h4.action a:hover {
	color: #3B5F21;
}

h4.label {
	margin-top: 0px;
	color: #6DB13D;
	font-style: italic;
	/*background-color: #CBED73;*/
	background: #CBED73 url(/images/col_hdr_bg.jpg) no-repeat right;
}

#col_nav p {
	background-color: #DDF4A2;
	font-size: 90%;
	padding: 10px 15px;
	color: #5B9333;
	margin: 3px 0px;
	border-bottom: 1px solid #79A212;
	border-left: 0px solid #79A212;
}

/*
///////////////////////////////////////////////
// FORM
///////////////////////////////////////////////
*/

form fieldset {
	border: 0;
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
}

form fieldset input,
form select {
	width: 250px;
}

form textarea {
	width: 400px;
	height: 200px;
}

form input,
form select,
form textarea {
	font: 100% "Courier New";
	padding: 1px 4px;
	border: 1px solid #BBB;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 5px 0px;
}

form .example {
	padding-left: 10px;
	color: #5E810D;
	font-size: 95%;
}

formoption,
form select {
	font-size: 95%;
}

form .button {
	background-color: #86B836;
	color: #FFF;
	padding: 2px 6px;
	border-right: 2px solid #69902A;
	border-bottom: 2px solid #69902A;
	width: auto;
}

.input_form table {
	padding: 10px;
	border: 1px solid #222F05;
	border-bottom-width: 3px;
	border-right-width: 3px;
	width: 700px;
}

/*
///////////////////////////////////////////////
// MESSAGES
///////////////////////////////////////////////
*/

#errors {
	background-color: #F8C8C0;
	border-top: 1px solid #F29B8E;
	border-bottom: 1px solid #F29B8E;
	color: #A20906;
}
#errors {
	padding: 10px;
	margin-bottom: 20px;
}
#errors ul {
	margin-left: 30px;
	font-size: 10pt;
}

.notes {
	color: #777;
	padding-left: 30px;
}

/*
///////////////////////////////////////////////
// 
///////////////////////////////////////////////
*/

#col_nav {
	position: fixed;
	_position: absolute;
	right: 0;
	top: 70px;
	width: 190px;
}

/*
///////////////////////////////////////////////
// PAGING
///////////////////////////////////////////////
*/

#pages {
	font-size: 90%;
	text-align: right;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.pages_current {
	background-color: #B1D774;
	padding: 1px 7px;
	color: #FFF;
}
#pages a {
	padding: 1px 4px;
	text-decoration: none;
}
#pages a:hover {
	background-color: #D2E8AE;
	border-bottom: 2px solid #83B214;
}

.highlight {
	background-color: #F8EF8C;
}
.flag {
	background-color: #F8C8C0;
}

.red { background-color: #F6D096; }
.orange { background-color: #F7E57B; }
.yellow { background-color: #FBF0B5; } 
