html { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {
  	background-color: #e1ddd9;
  	font-size: 10pt;
  	font-family: Tahoma, Arial, Helvetica;
  	color:#564b47;  
  	margin:0px;
  	width:100%;
  	height: 100%;
}

/** header **/

.header {
	max-width: 100%;
	height: 180px;
	background: url('../img/header_bg.png') repeat-x;
}
.header_container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 1000px;
	padding-left:20px;
	text-align: left;
}
.logo {
	float: left;
	text-align:left;
	width: 490px;
	height:133px;
}
/** Text button **/
.headfont{
	font-size: 12px;
	font-weight:bold;
}
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

input.loginbox {
	font-size: 18px;
	width:210px;
}

input.noborder {
	font-weight:bold;
    border: none;
    background: transparent;
}

.button {
	width:100px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);

	color:rgba(0,0,0,0.9);
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.5);
	
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));

	padding:5px 5px 5px 5px;
}

.button:hover {
	background:rgba(240,240,240,1);
}


br { clear: left; }

table td th {
	text-align:left;
	background-color:#e7ebf2;
}
thead {
	background-color:#676559;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
tfoot {
	background-color:#676559;
}
table.bottomBorder { 
	border-collapse:collapse; 
}
table.bottomBorder td, table.bottomBorder th { 
	border-bottom:2px solid black;
	padding:5px; 
}

/** Manu List **/
#menu{
	height: 47px;
	line-height:47px;
	color: #fff;
	display:block;
	clear:both;
}

#navmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navmenu ul li { display: inline; }

#navmenu ul li a{
	height:47px;
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
}

#navmenu ul li a:hover{
	height:47px;
	color: #fff;
	background-color: #96090b;
}

/** Content **/

#content {
  	margin-left: auto;
    margin-right: auto;
  	width:1000px;
  	min-height: 100%;
}

.maincontent {
	overflow:auto;
	padding-bottom: 48px;
	width:1000px;
	height: 100%;
	background-color: #fff;
}

.single{
	margin:auto;
	text-align:center;
	height:700px;
}
.left{
	float:left;
	margin-left:20px;
	padding-top:20px;
	height:100%;
	width:169px;
	background:url('../img/left2.png') repeat-y;
	background-color:#3b5998;
}

.right{
	float:right;
	margin-left:20px;
	padding-top:20px;
	height:54px;
	width:700px;
}


.submitbutton {
	border:0;
	padding: 15px 12px;
    font-size: 9pt;
    color: #FFF;
    width: 164px;
    background: #036;
}

.submitbutton:hover{
	color: #fff;
	background-color: #96090b;
}


#navleft ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navleft li { margin: 0 0 2px 0; }

#navleft ul li a{
	display: block;
	font-size: 11pt;
	color: #FFF;
	background-color: #036;
	width: 144px;
	padding: 15px 12px;
	text-align:center;
	text-decoration: none;
}

#navleft ul li a:hover{
	color: #fff;
	background-color: #96090b;
}

#process {
	margin:auto;
	height:100%;
	width:100%;
	background-color: #000;
	z-index:99;
}

/* */


.topcontent {
	float:left;
	width:450px;
	height: 140px;
	background-color: #e3f4ff;
	padding-left:50px;
}
.midcontent {
	text-align:left;
	float:left;
	width:700px;
	padding-left:50px;
}

.msgcontent {
	text-align:center;
	Background-color:#9ad78b;
	float:left;
	width:700px;
	height:20px;
	padding-left:50px;
}
.bttcontent {
	margin-left:auto;
	margin-right:auto;
	width:550px;
}

/**  loading page  **/
#load{
	position:absolute;
	z-index:1;
	border:3px double #999;
	background:#f7f7f7;
	width:900px;
	height:500px;
	margin-top:-150px;
	margin-left:-150px;
	top:40%;
	left:25%;
	text-align:center;
	font-family:"Trebuchet MS", verdana, arial,tahoma;
	font-size:18pt;
	opacity:0.9;
  	filter:alpha(opacity=90); /* For IE8 and earlier */
}


/** footer **/


.footer p,.footer a:link,.footer a:hover,.footer a:visited{ 
	color:#fff;
	font-size: 8px;
  	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

}
.footer{
	font-size: 10pt;
  	font-family: Tahoma, Arial, Helvetica;
	width:100%;
	position: relative;
	line-height:48px;
	height:48px;
	margin-top: -48px;
	background: url('../img/footer_bg.png') repeat-x;
	clear:both;
}
.footer_contain{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:48px;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	height: 200px; overflow-y: scroll; overflow-x: hidden;
}
