@charset "utf-8";
/* CSS Document */

body{
	background:#CCC;
}
.TitleFont{
	font-size:18px;
	font-family:Arial;
}

.input_text{
	border:#848484 1px solid; 
	width:155px; 
	font-size:11px;
	height:14px;
}

.input_text_option{
    border:#848484 1px solid; 
    width:155px; 
    font-size:11px;
    height:16px;
}

.input_text_login{
	border:#848484 1px solid; 
	width:170px;
	color:#999; 
	font-size:11px;
	height:14px;
}

#container{
	width:1024px; 
	margin:0px auto;
	background:#FFF;
	padding:10px 10px 20px 10px;
	min-height:700px;
}

#header{
	width:1024px; 
	height:74px;
	position:relative;
	border:#999 1px solid;
}

.hint_help{
	background:#CDA84D; 
	color:#fff;
	border:#CCC 1px solid;
	width:120px;
	padding:5px;
}

#nagivation{
	width:1024px; 
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #000;

}

#content{
	width:1024px; 
	height:auto;
/*	border:#999 1px solid;*/
	margin-top:10px;
	overflow:hidden;
	clear:both;
}

#left_menu{
	width:300px;
	height:auto;
	float:left;
	margin-left:5px;
    background: #898782;
}

#report_left_menu{
	width:250px;
	height:auto;
	float:left;
	margin-left:5px;
}
#right_menu{
	width:150px;
	height:auto;
	float:right;
}
#in_middle{

	float:left;
	width:700px;
	height:auto;
	margin-left:15px;
	font-size:12px;
}

#in_report_middle{
	/*border:#ff1 1px solid;*/
	float:left;
	height:auto;
	margin-left:10px;
	font-size:12px;
	width:750px;
}


#productDetails{
	margin:5px;
	height:auto;
    background:#999;
}
.headerbar{
	background:#EFF5E4;
/*	margin:2px;*/
	padding:3px;
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
	clear:both;
}
.table_header{
	font-size:12px;
/*	color:#CDA84D;*/
    color:black;
	text-align:center;
}

.button_style{
	background:#898782; 
	color:#FFF; 
/*	border:double;*/
    border:black 1px solid;
	width:60px;
}
a{
	text-decoration:none;
}

.disabled{
	background:#000;
	font-size:16px;
}
