@CHARSET "ISO-8859-1";

BODY {
	font-size: 100.1%;
	font-family: Georgia, Helvetica;
	font-size: 0.75em;
	font-style: italic;
	color: #d4cbc1;
	line-height: 140%;
}

#background_image {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.0em;
}

.page_title {
	font-family: Georgia, Helvetica;
	font-size: 24pt;
	text-align: center;
	line-height: 130%;
}

#page_title_image {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}

a, a:visited, a:hover, a:link, a:focus {
	color: #ff1f1f;
	font-weight: bold;
	text-decoration: none;
}

.login_box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 50px;
	border: 1px solid blue;
	color: white;
}

#login_label {
	width: 72px;
	position: absolute;
	top: 39px;
	left: 4px;
	text-align: right;
}

#password_label {
	width: 72px;
	position: absolute;
	top: 65px;
	left: 4px;
	text-align: right;
}

#login_login_input {
	position: absolute;
	top: 37px;
	left: 80px;	
}

#login_password_input {
	position: absolute;
	top: 63px;
	left: 80px;	
}

#login_links {
	position: absolute;
	left: 80px;
	top: 90px;
	width: 200px;
	text-align: left;
}

input  {
	background-color: #232323;
	border: 1px solid #434343;
	color: white;
}

select {
	background-color: #232323;
	border: 1px solid #434343;
	color: white;
}

textarea {
	background-color: #232323;
	border: 1px solid #434343;
	color: white;
	font-style: italic;
	font-family: Georgia;
	font-size: 0.9em;
}

#login_error {
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0px;
	color: #EA5200;
	text-align: center;
}

#page_container {
	position: absolute;
	width: 980px;
	height: 100%;
	left: 50%;
	margin-left: -490px;
	top: 0px;
}

#page_content {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	display: block;
	padding-bottom: 40px;
}

#header_image {
	position: absolute;
	top: 0px;
	z-index: 99;
}

#invalid_browser {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/images/util/transpBlack90.png');
	background-repeat: repeat-x repeat-y;
	font-style: normal;
}

#invalid_browser_text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -100px;
	width: 500px;
	height: 200px;
	text-align: center;
}