body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #1a8e87;
	font-size: 0.8em;
}

p, ul, li, h1, h2, h3, table, img {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #000000;
}

.error {
	color: #FF0000;
}

.global_info {
	margin: 10px 20px;
}

.global_info label {
	font-weight: bold;
}

/* Header */
#header {
	height: 50px;
	font-size: 1.5em;
	background-color: #00a99d;
}

#logo {
	float: left;
	z-index: 2;
	padding: 5px 0px;
	margin: 0px 5px;
}

#header_bar {
	height: 10px;
	background-color: #1a8e87;
}

/* Nav */
#nav {
	float: left;
	width: 160px;
	margin: 10px 10px 10px 5px;
	border: 1px solid #1a8e87;
}

#nav .header {
	line-height: 30px;
	background-color: #00a99d;
	width: 160px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#nav ul {
	list-style: none;
}

#nav .menu_item {
	background-image: url(../images/menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width: 140px;
	line-height: 25px;
	padding-left: 20px;
}

#nav .menu_item:hover {
	background-position: 0px -50px;
	color: #000000;
	text-decoration: underline;
}

#nav .active_item {
	background-image: url(../images/menu_bg.gif);
	background-position: 0px -25px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width: 140px;
	line-height: 25px;
	padding-left: 20px;
}

#nav .active_item:hover {
	text-decoration: underline;
}

#nav .sub_nav {
	font-size: 0.8em;
	background-color: #EDEDED;
	padding: 5px 0px;
	width: 160px;
}

.sub_nav a {
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
}

.sub_nav a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	height: 30px;
	clear: both;
	background-image:url(../images/footer_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#powered_by {
	float: right;
	font-size: 0px;
}

#login {
	float: left;
	margin: 0px 5px;
	color: #666666;
	line-height: 30px;
	font-weight: bold;
	font-size: 0.8em;
}

/* Box */
.box {
	margin: 10px;
	border: 1px solid #1a8e87;
	background-color: #F7F7F7;
	overflow: auto;
	height: 0.01%;
}

.box .header {
	line-height: 30px;
	background-color: #00a99d;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

.box p {
	padding: 5px;
}

/* Forms */
form.data_input {
	margin: 10px;
}

form.data_input label {
	width: 30%;
	text-align: right;
	float: left;
	vertical-align: middle;
}
form.data_input input {
	vertical-align: middle;
}

form.data_input img {
	vertical-align: middle;
}

form.data_input fieldset {
	border: 1px solid #000000;
	margin: 10px;
	padding: 10px;
	background-image: url(../images/fieldset_bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	background-color: #C0C0C0;
}

form.data_input legend {
	font-weight: bold;
}
 
form.data_input .feedback {
	margin-left: 30%;
}

form.data_input .button {
	margin: 5px;
	padding: 5px;
}

form.data_input .std_container {
	margin-top: 5px;
}

form.data_input .button_container {
	text-align: center;
}

form.data_input .input_error {
	background-color: #FFCCCC;
}

form.data_input hr {
	background-color: #666666;
	color: #666666;
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

form.data_input .sub_header {
	font-weight: bold;
	font-size: 0.9em;
}

/* Feedback */
.error_box {	
	padding: 5px;
	margin: 10px 20px 10px 175px;
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
	background-image: url(../images/error_big.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	padding-left: 60px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

.success_box {	
	padding: 5px;
	margin: 10px 20px 10px 175px;
	border: 1px solid #00FF00;
	background-color: #CCFFCC;
	background-image: url(../images/success_big.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	padding-left: 60px;
	color: #00FF00;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}

/* Tables/Lists */
.list {
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #898989;
	width: 100%;
	clear: both;
}

.list th {
	color: #666666;
	border-right: 1px solid #898989;
	padding: 0px 3px;
	background-image: url(../images/listheader_bg.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	background-position: bottom;
	background-color: #E6E6E6;
}

.list .end {
	border: none;
}

.list td {
	border-right: 1px solid #898989;
	padding: 5px 3px;
}

/*Input List */

.input_list {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #898989;
}

.input_list th {
	color: #666666;
	border-right: 1px solid #898989;
	padding: 0px 3px;
	background-image: url(../images/listheader_bg.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	background-position: bottom;
	background-color: #E6E6E6;
}

.input_list .end {
	border: none;
}

.input_list td {
	border-right: 1px solid #898989;
	padding: 0px 3px;
	height: 30px;
}

/* Report Table */
.report_tab {
	text-align: left;
	border-collapse: collapse;
}

.report_tab th {
	color: #666666;
	border-right: 1px solid #898989;
	padding: 0px 3px;
	background-image: url(../images/listheader_bg.gif);
	background-repeat: repeat-x;
	line-height: 25px;
	background-position: bottom;
	background-color: #E6E6E6;
}

.report_tab .end {
	border: none;
}

.report_tab td {
	border-right: 1px solid #898989;
	padding: 2px 3px;
}

.light_row {
	background-color: #FFFFFF;
}

.dark_row {
	background-color: #E6E6FF;
}

.hover_row {
	background-color: #FFC6C6;
}

/* Tabsets */
.tabset {
	margin: 20px;
}

.tabset .nav {
	margin: 5px 0px;
	padding: 0px;
}

.tabset .nav ul {
	list-style: none;
}

.tabset .tab {
	background-color: #FFFFFF;
	display: inline;
	padding: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.tabset .active {
	background-color: #FFFFFF;
	display: inline;
	padding: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}

.tabset .inactive {
	background-color: #EDEDED;
	display: inline;
	padding: 5px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.tabset .inactive a {
	color: #888888;
}

.tabset .content {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/* JS calendar popup */
#calendar_popup {
	position: absolute;
	visibility: hidden;
	background-color: #EDEDED;
	broder: 1px solid #000000;
	text-align: center; 
}

#calendar_popup a {
	color: #000000;
	text-decoration: none;
}

#calendar_popup a:hover {
	text-decoration: underline;
}
