/* General */
body {
	background:url(../images/backgrounds/body.png) repeat-x #3A3A3A fixed;
	margin:0;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0000000;
	height:100%;
	width:100%;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.img_detail {
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
}
.tbl_full_body {
	width:99%;
}
.tbl_main_body {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	height:475px;
	padding-left:5px;
}	
/* End General */

/* Login Info */
.login_box {
	margin-top:100px;
	background:#E3E3E3;
	border:1px solid #FFFFFF;
}
.login_logo {
	background:#000000;
}
.login_title {
	background:url(../images/backgrounds/section_header.png) repeat-x;
	color:#E3E3E3;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}
.login_label {
	font-weight:bold;	
	color:#000000;
	padding:3px;		
}
.login_input {
	border:solid #000000 1px;
}
.login_link {
	color:#FFFFFF;
	padding:3px;				
}
.login_link a:link,
.login_link a:visited {
	color:#E3E3E3;
}

.login_link a:hover {
	color:#000000;
}
/* End Login Info */

/* Header Info */
.header {
	color:#E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
}
.header a:hover{
	color:#000000;
	text-decoration:underline;
}
.header_menu {
	background:url(../images/backgrounds/section_header.png) top repeat-x;
	color:#E3E3E3;
	font-size:10px;
	font-weight:bold;
}
.header_menu a:hover{
	color:#000000;
	text-decoration:none;
}
/* End Header Info */

/* Menu Info */
.menu_upper_table {
	background:url(../images/backgrounds/menu_main.png) repeat-x;
	margin:2px 0 2px 0;
}
.menu_upper {
	color:#FFFFFF;
	text-decoration:none;
}
.menu_upper a:hover {
	color:#000000;
	text-decoration:underline;
}
.menu_side_bar {
	background:#F2F1F6;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;		
	border-right:1px solid #000000;
	padding-left:5px;
	width:175px;
}	
.menu_side_tags {
	background:url(../images/backgrounds/section_header.png) top repeat-x;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}	
.menu_side {
	font-size:9px;
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
}
.menu_side a:hover {
	color:#000000;
	text-decoration:underline;
}
.menu_lower {
	color:#000000;
	text-decoration:none;
}	
.menu_lower a:hover{
	color:#000000;
	text-decoration:underline;
}
/* End Menu Info */

/* Section Info */
.section_title {
	background:url(../images/backgrounds/section_header.png) top repeat-x;
	font-size:13px;		
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.section_title a:hover{
	color:#000000;
	text-decoration:underline;
}
.section_header {
	background:#000000;	
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.section_header a:hover{
	color:#000000;
	text-decoration:underline;
}
.section_header_small {
	color:#FFFFFF;
	text-decoration:none;
}
.section_header_small a:hover {
	color:#000000;
	text-decoration:underline;
}
.sub_section {
	background:#000000;	
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}	
/* End Section Info */

/* Page Details */
.page_title_table {
	border-bottom:solid 2px #000000;
}
.page_title {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
/* End Page Details */

/* Additional Navigation Tags */
div.navSecondary_current {
	background:#000000;
	border-right:2px solid #FFFFFF;	
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-top:1px;	
	padding:3px 6px 3px 6px;
	text-decoration:none;
}
div.navSecondary a:link, 
div.navSecondary a:visited {
	background:url(../images/backgrounds/section_header.png) top repeat-x;
	border-right:2px solid #FFFFFF;	
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin-top:1px;	
	padding:3px 6px 3px 6px;
	text-decoration:none;
}
div.navSecondary a:hover {
	background:#000000;	
	color:#FFFFFF;
}
/* End Additional Navigation Tags */
