@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

 /* \*/
* html .gainlayout { height: 1%; }
/* */

 body {
	background-color: #FFFFFF;
	background-image: url(/news/images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin: auto;
} 

 
#innerwrap a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
#innerwrap a:hover {
	color: #1F628F;
	text-decoration: underline;
	}
	
#footer_links a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#login_message {
	color: #1F628F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 175px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#login_message_title {
	font-size: 16px;
	color: #1F628F;
	padding-bottom: 10px;
}
#yield_sign {
	background-image: url(/authentication/images/yield.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	clear: both;
	float: left;
	margin-left: 20px;
}
#stop_sign {
	background-image: url(/authentication/images/stop.png);
	background-repeat: no-repeat;
	height: 137px;
	width: 104px;
	clear: both;
	float: left;
	margin-left: 20px;
}
#chat_sign {
	background-image: url(/authentication/images/speak.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 119px;
	clear: both;
	float: left;
	margin-left: 20px;
}
#login_sign {
    
	background-image: url(/authentication/images/login.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	clear: both;
	float: left;
	margin-left: 20px;
}

#footer {

	background-image: url(/authentication/images/footer_trans.png);
	background-repeat: no-repeat;
	width: 646px;
	height: 50px;
	margin-left: 50%;
	left: -326px;
	position: absolute;
	top: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#login_capsule {
	background-image: url(/authentication/images/error_capsule_mid-tile.png);
	background-repeat: no-repeat;
	width: 532px;
	height: auto;
	left: -266px;
	top: 77px;
	padding-top: 20px;
}
#login_capsule-footer {
	background-image: url(/authentication/images/loginbox_footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: auto;
}

#qs_logo {
	background-repeat: no-repeat;
	width: 114px;
	height: 50px;
	margin-left: 50%;
	left: -57px;
	position: absolute;
	top: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#login_capsule2 {
	width: 532px;
	height: 184px;
	margin-left: 50%;
	left: -266px;
	position: absolute;
	top: 80px;
	padding-top: 20px;
}
#qsfooter {
	text-align: left; /* counter the body center */
	width: 790px;
	clear: both;
	background-image: url(/news/images/footer.png);
	height: 77px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
}

#qsfooter #main_footer_links a,#qsfooter #main_footer_links a:link,#qsfooter #main_footer_links a:active, #qsfooter #main_footer_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#qsfooter #main_footer_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main_footer_links {
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	padding-top: 10px;
	width: 790px;
	clear: both;
}

#error_message {
	color: #1F628F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 175px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}
#error_message_title {
	font-size: 16px;
	color: #FF0000;
	padding-bottom: 10px;
	text-align: center;
}

#footer_links {
	width: 646px;
	height: 50px;
	margin-left: 50%;
	left: -326px;
	position: absolute;
	top: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
.inputbox { 
	font-size: 11px; height: 15px; margin: 0 0 0 3px; padding: 0; border-style: none; border-width: 0; outline-style: none; outline-width: 0;
}


input.disabled, select.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, select.required {
	border: 1px solid #496781;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #305771;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
input.not-required, select.not-required {
	border: 1px solid #496781;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #305771;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/*  Oval Buttons ------------------------------------------------------------------- */
a.ovalbutton{
	background: transparent url(/news/images/oval-gray-left.jpg) no-repeat left top;
	display: block;
	float: left;
	font: bold normal 11px/18px Tahoma; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 26px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
	background: transparent url(/news/images/oval-gray-right.jpg) no-repeat right top;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#loginbox-forgotpass {
	color: #000000;
}

#menucore {
	background-color: #4286B4;
	width: 770px;
	height: 38px;
}
