body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif, helvetica;
	font-size: 12px;
	color: #000;
	background-color: #666;
}

td {
	font-family: arial, sans-serif, helvetica;
	font-size: 12px;
	color: #444;	
}

#container {
	min-width: 1000px;
	background-color: #EBEBEB;
	background-image: url('../img/bg_top.png');
	background-repeat: repeat-x;
}

#top-container {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 105px;
	font-size: 10pt;
	color: #333;
}

#top-container a {
	color: #333;
	padding: 5px 0px 5px 0px;
}

#top-container a:hover {
	text-decoration: underline;
}

#top-header {
	float: left;
}

#user-header {
	float: right;
}

#logo-header {
	height: 81px;
	display: block;	
	margin-left: 105px;
}

#menu-container {
	margin: 10px 100px 0px 100px;
	height: 35px;
	line-height: 35px;
	border-left: #3D7059 1px solid;
}

a.menu_adjust {
	border-left: #8baf98 1px solid;	
	height: 35px;
	line-height: 35px;
	float: left;
}

a.tab-off, a.tab-on {
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0px 9px 0px 9px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	border-left: #8baf98 1px solid;
	border-right: 1px solid #3d7059;
}

a.tab-on, a.tab-on:hover, a.tab-off:hover {
	color: #FFF;
	background-color: #5B8A6B;/*3B6A4B*/
}

#contents {
	margin: 0px 100px 0px 100px;
	background-color: #FFF;
	background-image: url(../img/bg_top_content.png);
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	border-top: none;
	border-bottom: none;
	padding: 30px;
	min-height: 500px;
	font-size: 10pt;
}

#footer {
	background-image: url('../img/bg_footer.png');
	background-repeat: repeat-x;
	background-color: #fefefe;
	clear: both;
	height: 180px;
	min-height: 150px;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 100px 30px 100px;
	color: #535353;
}


h1,h2 {
	color: #227733;
	font-family: arial, sans-serif, helvetica;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 190%;
}

h2 {
	font-size: 150%;
	color: #333;
	margin: 0px;
	margin-bottom: 10px;
}

h3, .h3 {
	font-size: 110%;
	margin-bottom: 8px;
}

.h3 a {
	font-weight: bold;
}


a {
	color: #337733;
	text-decoration: none;
}

a:hover {
	color: #009900;
}

.text_details {
	color: #808080;
	font-size: 12px;
	font-style: italic;	
}

.text_summary {
	color: #606060;
	font-size: 13px;
	font-style: italic;	
}


/* ---------- INPUTS ---------- */
.input,input,select,textarea {
	background-image: url(../img/bg_input.gif);
	background-repeat: repeat-x;
	background-color: #fdfdfd;
	font-size: 12px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-family: arial, sans-serif, helvetica;
	padding: 2px;
}

textarea {
	background-image: none;
}

select {
	font-size: 12px;
}

button {
	background-image: url(../img/bg_button2.png);
	background-repeat: repeat-x;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: 10pt;
	color: #303030;
	text-align: center;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	_padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	_padding-bottom: 2px;
	font-family: arial, sans-serif, helvetica;
	margin-left: 8px;
	cursor: pointer;
}

/* ---------- LIST ---------- */
.list0,.list1 {
	padding: 8px;
	background-color: #fbfbfb;
}

.list0 td,.list1 td {
	padding: 8px;
}

.list1,.list1 td {
	background-color: #f6f6f6;
}

.list_header td {
	background-color: #1C94C1;
	background-image: url(../img/bg_header.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	padding-left: 8px;
	color: #333;
	height: 18px;
	line-height: 18px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #cecece;
}

/* ---------- OTHER ---------- */
.none,.checks,a.none {
	border: none;
	background: none;
	padding: 0;
	width: 0;
	height: 0;
	text-decoration: none;
	margin: 0;
}

.checks {
	margin-bottom: -3px;
	_margin-bottom: -2px;
}

/* ---------- FORM ---------- */
form {
	margin: 0px;
	padding: 0px;
}

.form-box {
	border: 1px solid #ccc;
	background-color: #F3F3F3;
	padding: 15px;
}

.form_field,.form_label {
	background-color: #F3F3F3;
	padding: 5px;
	font-size: 13px;
}

.form_field {
	background-color: #F9F9F9;
}

/* ---------- PAGING ---------- */
.paging_none,.paging,a.paging,.paging_active {
	border: 1px solid #ccc;
	background-color: #e8e8e8;
	text-decoration: none;
	color: #666;
	padding: 3px 7px 3px 7px;
	margin: 2px;
	font-size: 11px;
}

a.paging:hover {
	border-color: #008000;
	background-color: #DAEDD8;
	color: #006000;
}

.paging_active {
	border-color: #0071A4;
	background-color: #DCE9ED;
	color: #025C88;
}

.paging_none {
	border-color: #e8e8e8;
	background-color: #fefefe;
	color: #ccc;
}

/* ---------- MESSAGE BOX ---------- */
.default_msg,.default_msg_ok,.default_msg_warning,.default_msg_error {
	text-align: left;
	border: 2px solid #c0c0c0;
	padding: 5px 15px 8px 10px;
	color: #000;
	background-color: #f3f3f3;
}

.default_msg_ok {
	background-color: #C6E3C4;
	border-color: #009600;
}

.default_msg_warning {
	background-color: #FFFF91;
	border-color: #b9b900;
}

.default_msg_error {
	background-color: #FFCACA;
	border-color: #bf0000;
}

.default_text_box {
	margin-top: -15px;
	margin-left: 25px;
}

.default_msg_icon {
	position: relative;
}

#default-return-message {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}


.sb-tab,.sb-tab-selected {
	padding-left: 20px;
	padding-right: 20px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	background-color: #f9f9f9;
	color: #494949;
	_margin-bottom: -1px;
}

.sb-tab-selected {
	background-color: #eee;
}

.sb-tab:hover {
	background-color: #eee;
}

.sb-tab-container {
	background-image: url(../img/bg_tabs.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 26px;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 10px;
	padding-left: 15px;
}

/* ---------- VALIDATION ---------- */
label.validate_error {
	color: red;
	padding-left: 18px;
	background-image: url(../img/exclamation.png);
	background-repeat: no-repeat;
	margin-left: 3px;
	line-height: 20px;
}

#validateErrorBox {
	border: 1px solid red;
	margin: 10px 0px 10px 0px;
	padding: 3px 10px 3px 10px;
	display: none;
	background-color: #FFEDED;
}
/**/


.child {
	position: absolute;
	margin: 0px;
	padding: 0px;
	_margin-left: -100%;
	top: 156px;
}

.child li {
	list-style: none;
}

.child a {
	width: 150px;
	background-color: #567A4C;
	height: 23px;
	line-height: 23px;
	display:block;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	border-bottom: #336633 1px solid;
	border-top: #99BB99 1px solid;
}

.child a:hover {
	color: #fff;
	background-color: #336633;
}

.menu {
	float: left;
}
