body{
	padding:0;
	margin:0 auto;
	color:#000;	
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0;
	padding:0;
}
#wrap {
	width:913px;
	height: 520px;
	display: table;
	margin:0 auto;
	background-color: white;
	-moz-box-shadow: 0px 0px 30px #000000;
	-webkit-box-shadow: 0px 0px 30px #000000;
	box-shadow: 0px 0px 30px #000000;
}
#maincont {
	width:100%;
	height: 460px;
	display: table;
	background-color: white;
}
div#main{
	padding-top:10px;
	height:90px;
	margin:0 auto;
	clear: both;
	display: table;
}

div#mainpage  {
	padding-top:10px;
	width:1024px;
	height: 90px;
	display: table;
	margin:0 auto;
	background-color: white;
}
#maincontainer {
	width: 913px; 
	height: auto;
	display: table;
	margin:0 auto; 
/*	background-color: white; */
}

div#maintop {
	width:700px;
	margin:0 auto;
	text-align:left;
}
div#container {
width: 950px;	
margin: 0 auto;
padding: 0px;
height:auto;
display: table;
}
input{
	padding-left: 3px;
}
th.usrlogin {
	line-height: 1.5em;
	font-size: 1.3em;
	vertical-align: top;
	width: auto;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.usrlogin {
	padding: 5px;
	line-height: 1.1em;
	font-size: 1.0em;
	vertical-align: top;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#criteria_table  .criteria_option
#result_table .hpr .hpr1 .zoom_table
{font-family: 'Book Antiqua'; font-size: 1.0em;}
#criteria_table{color: black;}
.criteria_option{color: black;	width: 300px;}
.ttd{vertical-align: top;}
.rtd{text-align: right;
	vertical-align: middle;	}
#timoktbl {
	color: black;
	width:300px;
	margin-left:250px;
	cellpadding:0;
	cellspacing:0;
	}
#co2tbl {
	color: black;
	width:600px;
	margin-left:250px;
	cellpadding:0;
	cellspacing:0;
	}
#co2tbl .boldcenter {
	text-align: center;
	font-weight: 500;
}
#timoktbl .ltd{
	text-align: left;
	vertical-align: middle;	
	}
		
#modeljqtbl {
	color: black;
	width:600px;
	margin-left:250px;
	cellpadding:2;
	cellspacing:2;
	
}
#modeljqtbl .ltd{
	text-align: left;
	vertical-align: middle;
	padding: 8px;
	
	}
#modeljqtbl .ctd{
	text-align: center;
	vertical-align: middle;	
}
#modeljqtbl txt {
	width:60px;
}

#usertbl {
	color: black;
	width:1024px;  
	border: solid 1px black;
	border-collapse:collapse;
	font-size: small;
}
	
#usertbl tr td 
{
border: 1px solid gray;
padding:1px 2px;
}
.width15{width: 15px;}
.width25{width: 25px;}
.width50{width: 50px;}
.width100{width: 100px;}
.width150{width: 150px;}
.width200{width: 200px;}

.img_btn {
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor: pointer;
	border: none;
}
#print_btn {
	background:url(../images/print.png) no-repeat; 
	
}
#excel_btn {
	background:url(../images/excel.png) no-repeat;
}
#delTable th {
	text-align: left;
	font-size: 12px;
}

.label1	{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: grey;
	font-weight: bold;
}
#ordercontainer {
	width: 913px;
	height: 400px;
	margin:0 auto;
	display: table;
	background-color: #e4e4e4;
}
/*
a.neword:link {color: blue; text-decoration: none; }
a.neword:visited {color: purple; text-decoration: none; }
a.neword:hover {
	background: transparent url(../images/btn-new-order-hover.png);
	top:-10px;
	position: static;
}
a.neword:active {background: url(../images/btn-new-order-hover.png) }
*/
.neword a {
	display: block;
	width: 200px;
	height: 40px; 
	background: transparent url(../images/btn-new-order.png) no-repeat; 
}
.neword a:hover {
	display: block;
	background: transparent url(../images/btn-new-order-hover.png) no-repeat; 
}

.noord a {
	display: block;
	width: 200px;
	height: 40px; 
	background: transparent url(../images/btn-empty-date.png) no-repeat; 
}
.noord a:hover {
	display: block;
	background: transparent url(../images/btn-empty-date-hover.png) no-repeat; 
}

#footer {
   position:absolute;
   bottom:0;
   width:70%;
   border-radius: 5px;
   border: solid 1px #b4b4b4;
   margin-left: 170px;
   height:30px;   /* Height of the footer */
   background:#e7e5e5; 
}