html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	overflow: hidden;
	overflow-y: auto;
	background-color:#d4e0f0;
	}
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: auto;
	font-size: 11px;
	}	
a {color:#0496fd;text-decoration:underline;}
a:hover {color:#0078ff;text-decoration:none;}
hr {
	height: 1px;
	border: 1px solid #EBEFF3;
}
input, select, textarea {
	color:#03457c;
	border: 1px solid #D2DEEE;
	line-height:20px;
	}
.checkbox {
	color:#333333;
	padding:0px;
	border:none;
}
.BgdDropdown{
	line-height:16px;
}
h1{
	display: none;
}
#header {
	width: 100%;
	height:78px;
	padding:0;
	margin:0;
	background-image: url(../images/system/bgd_header.gif);
	background-repeat: repeat-x;
  /*background: #FFFFFF;*/
	color: #FFFFFF;
	}
#header .header_left{
	float:left;
	margin: 4px 0 0 5px;
	width: 20%;
}
#header .header_center{
	float:left;
	margin: 4px 0 0 5px;
	width: 60%;
}
#header .header_center p{
	/*position: relative;*/
	/*right: -40%;*/
	/*float:left;*/
	/*z-index: 9;*/
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
}
#header .header_right{
	float:right;
	width: 20%;
	margin: 4px 5px 0 0;
}

#header .header_right p{
	font-size: 16px;
	font-weight: bold;
}
.LogOut{
	float:right;
	padding-right:5px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:0.73em;
	}
.LogOut a {color:#0496fd;text-decoration:underline;}
.LogOut a:hover {color:#0078ff;text-decoration:none;}
/*-- User Defined Classes */
 #loginPanel{
	width: 100%;
	height: auto;
	background-position: center bottom;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:5px;
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	float: right;
	}
#loginBox * {font-size:1em;}
#loginBox a {color:#b1e2fd;text-decoration:none;}
#loginBox a:hover {color:#99fdf7;text-decoration:none;}
 #loginBox {
	color: #FFFFFF;
	text-align: center;
	width:385px;
	height: auto; /* Right and left margin widths set to "auto" */
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15%;
	}
	 #loginBox .loginHeader {
		background-image: url(../images/system/login_top.gif);
		background-repeat: no-repeat;
		height:55px;
		width:385px;
		color: #FFFFFF;
		line-height:55px;
		padding-left:25px;
		text-align: left;
		font-size:1.5em;
		font-weight:bold;
		}
		#loginBox .loginBody {
		background-color: #339cd5;
		background-image: url(../images/system/loginbody.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		width:335px;
		text-align: left;
		padding-top: 0px;
		padding-right:25px;
		padding-bottom: 15px;
		padding-left:25px;
		}
		#loginBox .loginBody ul#loginInfo {
		margin: 0px;
		list-style:none;
		float: left;
		display: block;
		width: 100%;
		padding-top:10px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		}	
	#loginBox .loginBody span {
		display:block;	
		}
	 #loginBox .loginBody ul#loginInfo li {
		margin: 0px;
		padding: 0px;
		list-style:none;
		float: left;
		width: 100%;
		}
	 #loginBox .loginBody ul#loginInfo li label {
		line-height:22px;
		float: left;
		display: block;
		width: 130px;
		}
	#loginBox .loginBody ul#loginInfo li span {
		line-height: 20px;
		float: left;	
		}
	#loginPanel #loginBox .loginBody #loginInfo span.loginAddress {
		line-height: 20px;
		float: left;
		text-align: left;
		padding-left: 2px;
		}
	 #loginBox .loginBody .loginBottom {
		text-align: left;
		padding-top:5px;
		padding-bottom:5px;
		width:auto;
		padding-left:130px;
		}
	 #loginBox .loginBody .loginBottom1 {
		text-align: center;
		width:auto;		
		}
.smallText {
	font-size: 10px;
}
.BtnButton{
	padding-bottom: 3px;
	background-image: url('../images/system/btn_signin.png');
	background-repeat: no-repeat;
	margin-top: 2px;
	width: 82px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border: 0;
	cursor: pointer;
}
.BtnButton:hover{
	padding-bottom:3px;
	background-image: url('../images/system/btn_signinhover.png');
	background-repeat: no-repeat;
	margin-top:2px;
	width: 82px;
	color:#000;
	}
/*Main Template*/
#container {
	height: 100%;
	width: 100%;
	OVERFLOW: auto; 
	POSITION: relative; 
	HEIGHT: 100%; 
	Z-INDEX: 3;
	}
#footer {
	height: 29px;
	border-top:1px solid #8db2e3;
	line-height: 26px;
	Z-INDEX: 101;
	LEFT: 0px;
	BOTTOM: 0px;
	POSITION: absolute;
	width:100%;
	display: block;
	float: none;
	}
div#footer span {
	padding: 0 10px 0 10px;
	line-height: 26px;
	display: block;
	text-align:center;
	color:#03457c;
	}
#pathbar img {
	float: left;
	}
hr{
	display:none;
	}
.ErrMsg{
	color:#ff0000;
	}