/* Create a level base CSS style for all browsers to work with by resetting all user agent specific styles */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid#cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* General THQ Design brought from thq_style.css */
body {
	background: #000000;
	font-family: /*'Open Sans',*/ Arial, Helvetica, sans-serif ;
	background-position: 0px -211px;
}
.thq_clear {
	clear: both;
}
.ui-button-text-only .ui-button-text{
	padding: 2px 6px 2px 6px;
}

.thq_site_container {
	width: 974px;
	background: transparent url(/thq/content_bkg.png) top
		left repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#thq_auth_footer,#thq_noauth_footer {
	background: #000000 url(/thq/site_bkg.jpg) top left
		repeat-x;
	background-position: 0px -878px;
}
.thq_logo_footer {
	height: 59px;
	background: #0d2273;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#thq_goodyear_footer_logo {
	margin-left: 75px;
	position: relative;
	top: 9px;
}

#thq_dunlop_footer_logo {
	margin-left: 40px;
	position: relative;
	top: 14px;
}

#thq_kelly_footer_logo {
	margin-left: 40px;
	position: relative;
	top: 10px;
}

#thq_cooper_footer_logo {
	margin-left: 40px;
	position: relative;
	top: 10px;
}

#thq_footer_contact {
	float: right;
	border-left: 2px solid white;
	margin-top: 5px;
	margin-right: 15px;
	padding-left: 15px;
	font-size: .9em;
	line-height: 1.125em;
}

#thq_footer_contact a {
	color: white;
	text-decoration: none;
}

#thq_footer_contact .thq_contact_arrow {
	margin-left: 5px;
}

.thq_black_footer {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	margin-top: 10px;
	padding-bottom: 15px;
}

.thq_black_footer div {
	float: left;
	margin-top: 15px;
}

/* Login Page Specific*/
.login_container{
	background: #12134c url(/thq/logon_bkg_fill.jpg) top left repeat-x;
}

.gyw_content_wrapper, #gyw_home_content, .gyw_login_container{
	background: #000000 !important;
}

.login_content{
	background: #012c7b url(/thq/logon_content_fill.jpg) top left repeat-x;
	min-height: 615px;
	width: 960px;
	margin-left: 7px;
	margin-right: 7px;
}

.login_content .publicFrame{
	margin: 10px 0px 0px 0px;
}

.login_content .emergencyalert{
	float: left;
	margin: 12px 0px 0px 20px;
	padding:2px;
	width: 500px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:white;
	color:#cd0a0a !important;
}

.login_content .emergencyalert .bold{
	color: #000000;
	font-weight: 700;
	font-size: 1em;
}
.login_logo{
	margin-top: 12px;
	margin-left: 40px;
	float: left;
}

.login_tagline{
	text-transform: uppercase;
	width: 365px;
	margin-top: 80px;
	margin-left: 200px;
	float: left;
	padding-right: 75px;
}

.login_tagline .yellow{
	color: #ffdd00;
}

.login_tagline .white{
	color: #ffffff;
}

.login_tagline .extralarge{
	font-size: 4em;
	font-weight: 700;
}

.login_tagline .large{
	font-size: 3.5em;
	font-weight: 700;
}

.login_error{
	margin: 0px 20px 0px 20px;
	padding:8px;
	font-weight: 700;
	font-size: 0.8em ;
	color:#cd0a0a !important;
	text-align:left;

}

.login_controls{
	float: left;
	background: transparent url(/thq/login_box1.png) top left no-repeat;
	height: 250px;
	width: 250px;
	margin-top: 50px;
	margin-left: -95px;
	padding-top: 10px;
}
.login_controls form{
	margin-top:-28px;
}
.login_controls label{
	text-align: left;
	width: 87px;
	display: block;
	float: left;
	font-size: .8em;
	font-weight: 500;
	margin-top: 11px;
	margin-left:30px;
}

.login_controls input[type=text], .login_controls input[type=password] {
	width: 180px;
	margin-top: 5px;
	-moz-box-shadow: inset 1px 1px 3px 0px #cccccc;
	-webkit-box-shadow: inset 1px 1px 3px 0px #cccccc;
	box-shadow: inset 1px 1px 3px 0px #cccccc;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 30px;
	text-align: left;
}

.login_controls input[type=submit]{
	height: 29px;
	width: 156px;
	color: #ffffff;
	background: transparent url(/thq/login_btn.png) top left no-repeat;
	border: none;
	margin-top: 10px;
	margin-left: 45px;
	cursor: pointer;
	font-weight: 500;
}

.login_controls ul{
	list-style: none;
	margin: 12px 10px  0px 24px;
	text-transform: uppercase;
}

.login_controls ul li{
	float: left;
	color: #002567;
	margin-left: 2px;
	margin-right: 2px;
	font-size: .75em;
}

.login_controls ul li a{
	color: #002567;
	text-decoration: none;
}

.login_text{
	clear: both;
	color: #ffffff;
	font-size: .9em;
	line-height: 1.2em;
	margin-left: 200px;
	padding-top: 0px;
	width: 590px;
}

.login_text sup{
	position: relative;
	top: -.5em;
	font-size: 60%;	
}

.login_wait {
	display: none;
}

.login_announcement{
	clear: both;
	color: #ffffff;
	font-size: .9em;
	line-height: 1.1em;
	margin-left: 200px;
	padding-top: 0px;
	width: 590px;
}

#isIEold {
	border-radius: 6px;
	background: #fff ;
	color: #cd0a0a !important;
	display: none;
}
#isIEold > div {
	padding: 5px ;
	height: 40px ;
	width: 48% ;
	float: left ;
	background: #fff ;
}

.message0 {
	clear: both;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-left: 200px;
	padding-top: 0px;
	width: 590px;
}


.fltlft {
	float: left ;
}

.fltrght {
	float: right ;
}

.divcntr {
	margin: 0 auto ;	
}
	
.clr {
	clear: both ;	
}	

.lft {
	text-align: left ;
}
.cntr {
	text-align: center ;
}
.rght {
	text-align: right ;
}

.white {
	color: #ffffff;
}
.bold {
	font-weight: bold;	
}

.show {
	visibility: visible;
}
.hide {
	visibility: hidden ;
}
.displayNone {
	display: none;	
}
.displayBlock {
	display: block ;	
}
.displayInline {
	display: inline ;	
}	
