/* BODY STYLE */
body {
	font-family: Tahoma, Microsoft Sans Serif; font-size: 11px; color: #363636;
	line-height: 18px; text-decoration: none;
	margin: 18px 0px 18px 0px; background: #061E38 url(../img/bg_body.jpg) repeat-x top;}

/* TABLE STYLE */
table td {
	font-family: Tahoma, Microsoft Sans Serif, Verdana; font-size: 11px; color: #363636;
	line-height: 18px; text-decoration: none;}

/* LINK STYLE */
a:link, a:active, a:visited {
	color: #0749BD; text-decoration: none;}
a:hover{
	color: #107DCE; text-decoration: underline;}
/* IMAGE STYLE */
img {
	margin: 0px; border: 0px;}

/* Header */
h2 {
	font-size: 11px;
	line-height: 18px;
	color: #0749BD;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Header */
h3 {
	font-size: 11px;
	line-height: 18px;
	color: #0749BD;
	font-weight: normal;
	text-indent: 33px;
	margin: 0px;
	padding: 0px;
}

/* Header */
#header {
	background:#00063A url(../img/header.jpg) no-repeat top left;
	height: 200px;
}

/* Sidebar */
#sidebar {
	background: #667387;
	width: 160px;
}

/* Content */
#content {
	background: #FFFFFF;
	width: 620px;
	padding: 15px 15px 20px 15px;
}

#content_sub{
	background: #FAFBFB;
	border: 1px solid #E9EAEA;
	padding: 0px;
}

#content_sub td{
	padding: 5px 10px 20px 10px;
}

#content_form td{
	padding: 0px;
}

/* Menu */
#menu {
	margin:3px 0px 160px 0px;
	padding:0px;
	border:0px;
	list-style-type:none;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 146px;	height: 20px;
	color: #FFFFFF; text-decoration: none;
	text-indent: 16px;
	background: #5F6C80;
	border: 1px solid #596576;
	border-left: 4px solid #242E3E;
	margin: 2px 8px 2px 4px;
}

#menu a:hover {
	display: block;
	width: 146px;	height: 20px;
	color: #041700; text-decoration: none;
	text-indent: 16px;
	background: #A8D572;
	border: 1px solid #CEFB98;
	border-left: 4px solid #CEFB98;
	margin: 2px 0px 2px 4px;
}

#menu_active span{
	display: block;
	width: 146px;	height: 20px;
	color: #1B1E2B; text-decoration: none;
	text-indent: 16px;
	background: #C0C9D6;
	border: 1px solid #D2DAE3;
	border-left: 4px solid #D2DAE3;
	margin: 2px 0px 2px 4px;
}

/* Leg */
#leg {
	background: #081639 url(../img/bg_leg.jpg) repeat-y left;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}

/* Footer */
#footer {
	text-align: center;
	color: #363636;
	background: #FFFFFF url(../img/bg_footer.gif) no-repeat bottom left;
	height: 30px;
}

/* search */
#search_box {
	float: right;
	margin: 0px;
	padding: 0px;
}

#search_box .keyword {
	font-family: Tahoma, Microsoft Sans Serif; font-size: 11px; color: #363636;
	margin: 0px 0px 0px 0px; padding: 2px 5px 2px 5px;
	border: 1px solid #FFFFFF;
	background: #FFFFFF url(../img/bg_search.jpg) repeat-x bottom;
}

#search_box .submit {
	width: 21px;
	height: 21px;
	margin: 0px 10px -5px 3px; padding: 0px;
	border: 0px;
}

.textarea {	
	font-family: Tahoma, Microsoft Sans Serif; font-size: 11px; color: #000000;
	margin: 2px 0px 1px 0px; padding: 2px 5px 2px 5px;
	border-top: 1px solid #AEB0B3; border-bottom: 1px solid #D3D4D8;
	border-left: 1px solid #AEB0B3; border-right: 1px solid #AEB0B3;
	background: #FFFFFF url(../img/bg_input.jpg) repeat-x bottom;
}
.button {
	font-family: Tahoma, Microsoft Sans Serif; font-size: 11px; color: #000000;
	cursor: pointer; width: 100px; height: 24px;
	margin: 0px 8px 0px 0px; padding: 2px 5px 2px 5px;
}

#report_ok {
	color: #FFFFFF;
}

#report_err {
	color: #FF4800;
}