html {
	min-height: 100%;
	height: auto;
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	font-family: Trebuchet MS;
	font-size: 14px;
}	

h3 {
	font-size: 14px;
	color: #F4CA64;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;

}

td {
	text-align: left;
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
}

li {
	margin-left: 30px;
	list-style-position: outside;
}

td.blackfont {
	color: #000;
}

body {
	font-family: Trebuchet MS;
	background-color: #fff;
	background: url(../images/body_bg.jpg) repeat-x top;
	margin: 0px;
	height: 100%;
	color: #000;
}

body.transparent {
	/*background-color: transparent;*/
	background: none;
	background-color: #555;
	color: #fff;
}

#logo_holder {
	margin-left: 70px;
	margin-top: 20px;
}

#login_box {
	background :url(../images/login_box.jpg) no-repeat top left;
	width: 321px;
	height: 190px;
	margin-left: 30px;
	margin-top: -20px;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 40px;
}

#login_box td {
	color: #FFFFFF;
}

#error_message {
	margin-top: -60px;
	margin-left: 60px;
}

#tutorial {
	border: #888 double 3px;
	padding: 15px;
}

#user_info_wrapper{
	width: 900px;
	margin:  10px auto 10px auto;
	text-align:left;
	overflow: auto;
	color: #000;
	vertical-align: bottom;
}

#logout_box {
	float: right;
	position: relative;
	font-size: 12px;
	text-align:left;
	font-weight: normal;
	margin-top: 60px;
	margin-right: 20px;
}

#user_info{
	float: left;
	position: relative;
	font-size: 13px;
	color: #000;
	font-family: Arial;
	text-align:left;
	font-weight: normal;
	width: 700px;
}

#menu_items{
	float: left;
	position: relative;
	/*border: #999999 solid 1px;*/
	font-size: 12px;
	margin: 15px 15px 15px 0px;;
	text-align:left;
	font-weight: normal;
}

/************************************************************************************/
#wrapper_top {
	margin: 30px auto;
	text-align:left;
	background-color: #000;
	background: url(../images/wrapper_top.jpg) no-repeat;
	width: 964px;
	height: 800px;
	color: #FFFFFF;
	overflow: auto;
}

#wrapper {
	margin: 30px auto;
	text-align:left;
	background-color: #555;
	/*background: url(../images/wrapper_bg.jpg) repeat-y;*/
	border: #000000 solid 1px;
	width: 964px;
	/*height: 800px;*/
	min-height: 600px;
	
	color: #FFFFFF;
	overflow: auto;
}
#wrapper_bottom {
	margin: 30px auto;
	text-align:left;
	background-color: #000;
	background: url(../images/wrapper_bottom.jpg) no-repeat;
	width: 964px;
	height: 800px;
	color: #FFFFFF;
	overflow: auto;
}
/************************************************************************************/
#header {
	top: 30px;
	left: 30px;
	margin-right: 30px;
	position: relative;
	overflow: auto;
}

#header_left {
	float: left;
	width: 600px;
}

#header_right {
	float: right;
	margin-right: 30px;
}

#menu_wrapper{
	float: left;
	position: relative;
	width: auto;
	margin: 40px 30px 30px 30px;
	text-align:left;
	/*border: #444 solid 1px;*/
	background-color:#000000;
	min-height: 30px;
	width: 900px;
}

#content_wrapper{
	float: right;
	position: relative;
	width: 900px;
	margin: 10px 10px 10px 5px;
	text-align:left;
	background-image: url(../images/content_wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 600px;
}

#iframe {
	min-height: 580px;
	width: 880px;
	margin: 0px;
}

#login_box {
	text-align: center;
	margin: 60px;
}

input[type=text], input[type=file], input[type=password], select, textarea  {
	border: #aaa solid 1px;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 4px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #444444;
}

input.enabled {
	border: #aaa solid 1px;
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #444444;
}

input.disabled {
	background-color: #999;
}


input[type=button], input[type=submit] {
	background-color:#555;
	border: #ddd solid 1px;
	color:  #aaa;
	padding: 2px 10px;
	cursor: pointer;
}

#login_button {
	height: 25px;
	width: 100px;
	background-image: url(../images/login_button.jpg);
	cursor: pointer;
	border-width: 0px;
	background-color: #000000
	/*text-indent: 1px;*/
	
}

#logout_button {
	height: 25px;
	width: 100px;
	background-image: url(../images/logout_button.jpg);
	cursor: pointer;
	border-width: 0px;
}

#profile_button {
	height: 25px;
	width: 100px;
	background-image: url(../images/profile_button.jpg);
	margin-top: 5px;
	
	cursor: pointer;
	border-width: 0px;
}

#dark_row {
	/*background-color: #D6C49A;*/
	background-color: #ddd;
}

#light_row {
	background-color: #fff;
}

img.button {
	cursor: pointer;
}

th.menu {
	background: url(../images/th_bg.jpg) repeat-x top;
	background-color: #000;
	padding: 10px 10px 7px 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

th.menu:hover {
	background: url(../images/th_bg_hover.jpg) repeat-x top;
	color: #fff;
	background-color: #B50C0E;
}

th.shiny {
	background: url(../images/th_bg.jpg) repeat-x top;
	background-color: #000;
	padding: 8px 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-align: left;
}

td.red {
	background: url(../images/red_td_bg.jpg) repeat-x top;
	padding: 7px; 
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	background-color: #660000;
}

.form_row_container {
	margin-top:15px;	
}


.form_row_container label {
	float: left;
	width:200px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
}

.right {
	float: left;
}

#deficency_form input[type=text] {
	width:200px;		
}

#deficency_form textarea.f_details {
	width:455px;
	height:160px;
}

.p_f_s {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:16px;
}
