/*
	Global
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #698a99;
}

body, th, td, input, select, textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
	font-size: 11px;
	color: #000;
}

input {
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 1px 2px;
	color: #000;
}

form, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	text-align: justify;
}

img {
	border: none;
}

.clear {
	clear: both; 
	font-size: 1px; 
	height: 0; 
}

.clear10 {
	clear: both; 
	font-size: 10px; 
	height: 7px; 	
}

.clear14 {
	clear: both; 
	font-size: 14px; 
	height: 10px; 	
}


/*
	Coverage
*/

.auGlobalCover {
	text-align: left;
	margin: 0 auto;
	width: 768px;
	background-color: #fff;
}

.auGlobalCover .auCover1 {
	border-right: 1px solid #618190;
	border-left: 1px solid #618190;	
	width: 766px;	
}

.auGlobalCover .auCover2 {
	border-right: 1px solid #597988;
	border-left: 1px solid #597988;	
	width: 764px;	
}

.auGlobalCover .auCover3 {
	border-right: 1px solid #556d79;
	border-left: 1px solid #556d79;	
	width: 762px;	
}

.auGlobalCover .auCover4 {
	padding: 0 23px 10px 38px ;
}

/*
	Header
*/

.auHeader {
}

/*
	Top Menu
*/

.auTopMenu {
	background-image: url(../image/decor/bkgTopMenu.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 680px;
	padding-right: 21px;
	float: right;
	font-weight: bold;
}

.auTopMenu ul {
	float: right;
	padding: 0 25px 0 0;
	margin: 6px 0;
}

.auTopMenu ul li {
	float: left;
	list-style: none;
}

.auTopMenu ul li a {
	color: #fff;
	font-size: 12px;
	border-right: 1px solid #fff;	
	padding: 0 8px;
}

.auTopMenu ul li.auLast a {
	border: 0;
}

/*
	Main Form
*/

.auMainForm {
	width: 702px;
	float: left;
	margin-top: -2px;
}

.auMainForm table {
	border-collapse: collapse;
	width: 691px;
	margin: 0 0 0 0;
}

.auMainForm table tr td {
	color: #57728d;
	font-size: 13px;
	padding: 1px 12px;
}

.auMainForm table tr td table tr td{	
	padding: 0px;
}

.auMainForm table tr td.auFirst, .auMainForm table tr td.auLast {
	padding-right: 0;
	padding-left: 0;
}

.auMainForm table tr td.odd {
	background-color: #f6faed;	
}

.auMainForm table tr.auHead td {
	padding: 14px 10px 10px 32px;
	background-image: url(../image/decor/bkgFormHead.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.auMainForm table tr.auHead td.auFirst {
	padding: 8px 0;
	background-image: url(../image/decor/bkgFormHeadLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

.auMainForm table tr.auHead td.auLast {
	padding: 8px 0;
	background-image: url(../image/decor/bkgFormHeadRight.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

.auMainForm table tr td.auFirst {
	background-image: url(../image/decor/bkgForm.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.auMainForm table tr td.auLast {
	background-image: url(../image/decor/bkgForm.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.auMainForm table tr.auFoot td.auFirst {
	padding: 8px 0;
	background-image: url(../image/decor/bkgFormFootLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

.auMainForm table tr.auFoot td.auLast {
	padding: 8px 0;
	background-image: url(../image/decor/bkgFormFootRight.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

.auMainForm table tr.auFoot td {
	padding: 8px 0;
	background-image: url(../image/decor/bkgForm.gif);
	background-position: left 10px;
	background-repeat: repeat-x;
	font-size: 4px;
	padding-top: 0;
	padding-bottom: 0;
}

.auMainForm table tr.auSeparator td {
	font-size: 8px;
}

/*
	Middle Part
*/	

.auMiddlePart {
	margin: 0 0 0 0;	
	width: 691px;
}

.auMiddlePart table {
	width: 100%;
	border-collapse: collapse;
}

.auMiddlePart table tr td {
	vertical-align: top;
}

/*
	Left Part
*/

.auXenicalHeader {
	background-image: url(../image/decor/bkgXenicalHeader.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	padding: 8px 0 8px 14px;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}

.auGrayed {
	background-color: #edf2f6;
	padding: 0;
}

.auGrayed p {
	color: #678b99;
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px;
}

.auOrder {
	padding: 40px 0 20px 0;
	text-align: center;
}

/*
	Right Part
*/

.auMiddlePart table tr td.auRightPart {
	padding-left: 14px;

}

.auFistParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 14px 0;
	color: #678b99;	
}

p {
	color: #848484;
	padding: 6px 0;
}

/*
	Report
*/

.auSpam {
	width: 198px;
	padding-left: 0;
	float: left;
}

.auSpam img {
	margin-left: 64px;
	margin-top: 8px;
}

/*
	Bottom Menu
*/

.auBottomMenu {
	float: left;
	width: 400px;
}

.auBottomMenu ul {
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
}

.auBottomMenu ul li {
	float: left;
	list-style: none;	
} 

.auBottomMenu ul li a {
	color: #2868c6;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #2868c6;
	padding: 0 8px;
}

.auBottomMenu ul li.auFirst a {
	padding-left: 0;
}

.auBottomMenu ul li.auLast a {
	border: 0;
}

/*
	Icons
*/

.auIcons {
}

.auIcons ul {
	padding: 30px 0 0 50px;
	margin: 0;
	float: left;
}

.auIcons ul li {
	float: left;
	list-style: none;
	padding: 0 18px;
}

