/* html tag style */
body{font-family:tahoma;font-size:12px;text-align:justify;} 
html,body {margin:0px;padding:0px}

#Header {
	background-image:url(../images/header_background.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	text-align: justify;
	vertical-align: top;
	position: relative;
	width:100%;
	height:40px;
	border-bottom:5px solid #004f9d;
}

#Logo {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:185px;
	height:40px;
	left:0px;
	top:0px;
}

#LoginInfo {
	width:99%;
	font-family : verdana;
	font-weight : normal;
	font-size : 11px;
	position:absolute;
	left:0px;
	top:50px;
	text-align:right;
}

#LoginInfo a:link, #LoginInfo a:visited{
	font-family : verdana;
	font-weight : bold;
	font-size : 11px;
	color:#ff0000;
	text-decoration:underline;
}

#LoginInfo a:hover{
	text-decoration:none;
}

#Content {
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
}

.Separator {
	height: 50px;
}

input, textarea, select {
	z-index : -3;
	font-size: 11px;
}

.Button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}

.Left {
	text-align:left;
}
.Center {
	text-align:center;
}
.Right {
	text-align:right;
}

form {
    margin: 0px;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	background: #F1F3F5;
}
	
.login h1 {
	background: url(../images/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEC;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	}

.Center {
	text-align: center;
}

.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 400px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
}

.MenuBackground {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;
	padding-left:5px;
}
