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

/* General Styles */
* { margin:0; padding:0;}
body {
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color: #203C6A;
	background-image: url(../logon-images/main-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
img {
	border:0;
}
a, a:focus { outline:none; text-decoration:none;}
ul { list-style:none;}
.clear { clear:both; font-size:0; line-height:0; height:0;}
input, textarea, select {
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	outline:none;
}
h1{
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	background-color:inherit;
	color:#174f7b;
	margin-bottom:20px;
}
h2{
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	background-color:inherit;
	color:#cccccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
h3{
	font-size:12px;
	line-height:16px;
	background-color:inherit;
	color:#fff;
	padding-bottom:3px;
}
#header {
	height: 203px;
	background-image: url(../logon-images/cityscape-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
#header .logo {
	padding-top: 25px;
}

#page {
	background-image: url(../logon-images/cityscape-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 382px;
	text-align: center;
}
#page .content{}
#page .content .panel{
	height: 215px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../logon-images/logon-panel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

.panel .user{
	display: block;
	height: 24px;
	width: 113px;
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 45px;
	top: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #CCCCCC;
}
.panel .user-panel {
	display: block;
	height: 40px;
	width: 275px;
	text-align: left;
	position: absolute;
	z-index: 2;
	left: 163px;
	top: 33px;
}
.panel .pass {
	display: block;
	height: 24px;
	width: 113px;
	text-align: left;
	position: absolute;
	z-index: 3;
	left: 45px;
	top: 91px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #CCCCCC;
}
.panel .pass-panel {
	display: block;
	height: 40px;
	width: 275px;
	text-align: left;
	position: absolute;
	z-index: 4;
	left: 163px;
	top: 85px;
}
.panel .button {
	display: block;
	height: 64px;
	width: 144px;
	text-align: left;
	position: absolute;
	z-index: 5;
	left: 288px;
	top: 132px;
	overflow: hidden;

}
.panel .arrow {
	display: block;
	height: 24px;
	width: 100px;
	text-align: left;
	position: absolute;
	z-index: 66;
	left: 242px;
	top: 140px;
}
.panel .searchField{
	width:270px;
	height:34px;
	font-size:18px;
	line-height:20px;
	border:none;
	background-image: url(../logon-images/input-panel.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.panel .button2{
	width:144px;
	height:60px;
	border:none;
	font-size:0;
	line-height:0;

	cursor:pointer;
	background-image: url(../logon-images/logon-button.png);
	background-repeat: no-repeat;
	background-position:0% 0%;
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.panel .button2:hover{
	background-position:0% 100%;
}
#page .content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #C4CCD9;
	padding-top: 30px;
	width: 340px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-left: 36px;
}
#footer {
	height: 100px;
}
#footer  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9EAAAF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
}
