@import url("sterlingdefault.css");

#logoControlContainer {
	margin-top: -11px;
}
html* #logoControlContainer {
	margin-top: 0;
}
#contentContainer{margin: 40px 0 0 0; }

body {
	background:url(images/bg_pageback.gif) repeat-x top transparent;
}

p{
	font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:16px; 
	font-weight: normal;
	text-decoration: none;
	color: #5A5A5A;
	margin-bottom: 15px;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 21px; 
	font-weight: normal;
	color: #5A5A5A;
	margin-bottom: 15px;
	margin-top: 2px;
}
	
h2{
	font-family: Trebuchet MS, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

h3{
	font-family: Trebuchet MS, "Times New Roman", Times, serif; 
	font-size: 12px; 
	color: #333333;
	text-transform: uppercase; 
	font-weight: 800;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #5A5A5A;
	text-transform: uppercase; 
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #5A5A5A;
	text-transform: none; 
	font-weight: bold;
	line-height: 16px;
}
#pageTopArea{
	border-bottom: 0px;
}

/* login screen */
#LoginScreen {
	float: left;
	clear: both;
	padding: 50px 0 50px 260px;
	text-align: center;
}
#LoginScreen div {
	float: left;
}
#LoginScreen fieldset {
	background: url(images/bg_login.jpg) top no-repeat #fff;
	float: left;
	border: 0;
	width: 360px;
	height: 100%;
	padding: 20px;
	margin: -40px 0 0 0;
	border-bottom: 1px solid #CECECE;
}
html* #LoginScreen fieldset,
*html #LoginScreen fieldset {
	margin: 0;
}
	
#LoginScreen legend {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; 
	font-weight: normal;
	color: #5A5A5A;
	color: #232d54;
	float: left;
	margin: 0;
	padding: 70px 3px 0 3px;
}
html* #LoginScreen legend,
*html #LoginScreen legend {
	padding: 0 3px;
}
#LoginScreen label {
	font-family: Verdana, Arial,Geneva, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	color: #065590;
	display: block;
	float: left;
	margin: 10px 0 10px 50px;
}
html* #LoginScreen label {
	margin: 10px 0 10px 30px;
}
#LoginScreen input {
	margin: 10px 0;
}
#LoginScreen .LoginButton,
.titanBody input[type=button] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: url(images/bg_button.gif) no-repeat;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	width: 65px; 
	height: 21px; 
	border: none;
	cursor: pointer;
}
#LoginScreen .ErrorMessage {
	color: #C32E16 !important;
	font-family: Arial,Geneva, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center !important;
	background: none;
	display: block;
}

