body, h2 
{
    color: #777;
	font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
	font-size: 11px;	
	font-weight: normal;
}

body {	
	background: none;
	padding-bottom: 20px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea{
	color: #777;
}

a{
	color: #777;
}

.aq-header{
	position: absolute;
	width: 100%;
	height: 250px;
	margin: 0;
	background-color: #0077e5;
	z-index: -1;
}

.aq-header-container {
	width: 934px;
	margin: 0 auto;
	padding-top: 23px;
	padding-left: 23px;
}

#aq-logo{
	background: url("img/logo-white.svg") no-repeat;
	width: 172px;
	height: 74px;
}

.aq-page {
	position: relative;
	top: 66px;
	width: 960px;
	margin: 0 auto;
}

.aq-menu {
    text-align: right;    
    padding-bottom: 40px;
}

.aq-button {
	border: 1px solid #9BA0A6;
	background: #FFF;
	margin-right: 4px;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.aq-button:hover{
	border: 1px solid #7A7A7A;
	background: #F5F5F5;
}

.aq-section {
    background-color: White;
    padding: 0px;        	
	-moz-box-shadow: 2px 2px 2px rgba(183,183,183,0.7); /* Firefox/Mozilla */	
	-webkit-box-shadow: 2px 2px 2px rgba(183,183,183,0.7); /*Safari/Chrome */
	box-shadow: 2px 2px 2px rgba(183,183,183,0.7); /* Opera */	
	-ms-filter:	"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D9D9D9')";/* IE 8 */	
	filter: progid : DXImageTransform.Microsoft.Shadow ( Strength = 4, Direction = 135, Color = '#D9D9D9' ); /* IE 5.5 - 7 */
}

.aq-section-header {
	padding-left: 15px;
	padding-top: 11px;
	height: 31px;
	font-size: 16px;
	border-left: 0;
	color: #7837d7;
	text-transform: uppercase;
	background: #f4f4f4;    
}

.aq-section-content, .aq-section-copy {
    border-left: 1px solid #E5E5E5;
}

.aq-section-content {
   padding: 15px;       
}

.aq-section-copy {
    text-align: right;
    font-size: 11px;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

h2 
{
    text-transform: uppercase;
}

table
{
    width: 500px;
}

td, th
{
    text-align: left;
    border: 0px;
}

span.error
{   
    border: 1px solid #7F0000;
    background-color: #FF3030;
    color: white;
    font-weight: normal;
    padding: 5px;
}

span.success
{
    color: #1F6800;
}

textarea.aq-log
{
    width: 95%;
    height: 400px;
}

.login {    
    width : auto;
    padding-top:5px;
    padding-bottom:5px;
}

.loginLabel {
    float: left;
    width: auto;
    min-width: 57px;
    text-align: right;
    margin-top: 1px;
    margin-left: 3px;
    margin-right: 2px;
}

.loginbutton 
{
    width : 190px;
    text-align : right;
    padding-top:5px;
    padding-bottom:5px;
}
