/* containerPublic.css */

html {
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
	background: #fff;
	color: #000;
	font-size: 100%;
}

body {
	width: 100% ;
	height: 100% ;
  	margin: 0px;
  	border: 0px;
  	padding: 0px;
  	background-color: #fff;
	font: 16px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
	line-height:1.0em; 
}

img {
	border: 0px ;	
}

h1 {
	font-size:200%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:125%;
}
h5 {
	font-size:100%;
}

a {
	margin-left: 10px ;
	margin-right: 10px ;
}

input[type=text]{
	/*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;
}

.bold {
	font-weight: bold;	
}

.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 ;
}

.wdth80 {
	width: 80% ;
	margin: 3px ;
}
.wdth60 {
	width: 60% ;
	margin: 3px ;
}
.wdth50 {
	width: 50% ;
	margin: 3px ;
}
.wdth40 {
	width: 40% ;
	margin: 3px ;
}
.wdth35 {
	width: 35% ;
	margin: 3px ;
}

.mrgn-center {
	margin: 0 auto ;	
}	
.mrgn-top3pct {
	margin-top: 3% ;
}
.mrgnlft5 {
	margin-left: 5% ;
}

.show {
	visibility: visible;
}
.hide {
	visibility: hidden ;
}
.displayNone {
	display: none;	
}
.displayBlock {
	display: block ;	
}
.displayInline {
	display: inline ;	
}	

.white {
	color: #fff ;
}	
.gdyrBlue {	
	color: #0523b9;
	/* Pantone 280   RGB: 5 35 185*/
}
.gdyrYellow {	
   	color: #ffdd00;
    /* Pantone 109*/
}

.whitelink a {
	color: white;
	text-decoration: none;	
}


#container {
	background-color: #fff ;
}
#COWDcontainer {
	background-color: #012e7b;
}
#footer_black {
	background-color: #000 ;
}

#cntrdbox {
	width: 70% ;
	margin: 0 auto ;
	border: 10px solid #17202a !important; 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	/*text-align:center;*/
}
#cntrdbox.wdth60 {
	width: 60% ;
}
#cntrdbox.mrgn-top3pct {
	margin-top: 3% ;
}

#pwUsername {
	width: 15em ;
	margin-left: 1em ;
}

#logon_bkg_fill {
	height: 100% ;
	min-height: 200em ;
	margin: 0px;
  	border: 0px;
  	padding: 0px;
	background-image:url('/thq/logon_bkg_fill.jpg');
	background-repeat:repeat-x;
}	
#logon_content_fill {
	height: 100% ;
	min-height: 200em ;
  	padding: 10em;
	background-image:url('/thq/logon_content_fill.jpg');
	background-repeat:repeat-x;
	color: #fff ;
}
