html { 
	overflow: -moz-scrollbars-vertical;
	min-height: 100%;
	margin-bottom: 1px;
	height: 100%;
}

body {
	height: 100%;
	background: #ffffff url('images/au_bg.jpg') no-repeat center top;
}


.headerImage {
	text-align: center;
	height: 50px;
}

.navLink {
	color: #ffffff;
	margin: 0px 0px 0px 10px;
}

.navLink a {
	color: #ffffff;
	text-decoration: none;
}

.navLink a:hover{
	color:#18a7e1;
}

.navLinkSpacer {
	margin: 0px 10px 0px 10px;
	color: #7f7f7f;
}

#container {
	min-height: 100%;
	margin: 0 auto;
}

#cwWindow {
	width: 1030px;
	height: 700px;
	z-index: 10;
}

#waitMessage {
	float: left;
	width: 400px;
	height: 160px;
	z-index: 100;
	background-color: #ffffff;
	border: 1px;
}

#blanket {
	background-color:#111;
	opacity: 0.45;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
	width:100%;
}


.text {
	font-family: verdana,times;
	font-size: 12px;
	color: #000000;
}

.textsmall {
	font-family: verdana,times;
	font-size: 11px;
	color: #000000;
}

.whiteText {
	font-family: verdana,times;
	font-size: 12px;
	color: #ffffff;
}

.text_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.tableBack {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	border-top-width: 1px; border-left-width: 1px; border-bottom-width: 0px; border-right-width: 0px;  border-color: #314d65;
}

table {
	empty-cells: show; border-collapse:collapse; border-top-width: 0px; border-left-width: 0px; border-bottom-width: 1px; border-right-width: 1px;  border-color: #314d65;
}


.whitebold2 {
	 font-family: Verdana Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #FFFFFF
}

.tableHeader {
	 font-family: Verdana Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 color: #000000
}

.surveyHeader {
	 font-family: Verdana Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: bold;
	 color: #0b1e2f;
}

.blueHeader {
	 font-family: Verdana Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 color: #0b1e2f;
}

.cwWindow {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* BUTTONS */
.buttons {
	font-family: verdana,times;
	font-size: 12px;
	white-space:nowrap;

}
.buttons a, .buttons button{
    display:block;
    margin:0 7px 0 0;
    border:1px solid #808080;
    border-top:1px solid #808080;
    border-left:1px solid #808080;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color:#ffffff;
    cursor:pointer;
    padding:5px 9px 5px 6px; /* Links */
	
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #808080;
    color:#222222;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #808080;
    color:#fff;
}

.topHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000000;
}


