@charset "utf-8";
/* CSS Document */
#Background {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Background #Container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#Background #Container #Header {
	background-image: url(/Images/Header/header_01.png);
	height: 157px;
	padding-top: 3px;
}
#Background #Container #Header #Top {
	height: 107px;
}
#Background #Container #Header #Toolbar {
	height: 33px;
	padding-right: 100px;
	padding-left: 150px;
	padding-top: 7px;
}
#Background #Container #Main {
	float: left;
	width: 680px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Background #Container #Right {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Background #Container #Footer {
	float: left;
	width: 880px;
	text-align: center;
	font-size: 9px;
	color: #666;
	padding: 10px;
}
#Background #Container #Main #Register {
	width: 502px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
}
#Background #Container #Main #EditInformation {
	width: 402px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #666;
}
#Background #Container #Main #LoginDIV {
	width: 300px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
}

#Background #Container #Main table#adminnav {
	border: 1px solid #666;
}
#Background #Container #Main #ClientInformationDIV {
	padding: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
}
#Background #Container #Main #QuoteRequestDIV {
	padding: 10px;
	width: 502px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
}

#Background #Container #Main #OverviewTable {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/Images/PageButtonsIcons/tab_background_01.png);
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 7px;
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999;
}


.Font10 {
	font-size: 10px;
}
.buttons01 {
	border: 1px solid #666;
	color: #333;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #CCC;
	background-image: url(/Images/PageButtonsIcons/button_background_01.png);
	background-repeat: repeat-x;
	background-position: top;
}
.failedlogin02 {
	font-size: 11px;
	font-weight: bold;
	color: #F00;
	padding: 10px;
	border: 2px solid #F00;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.loginsuccessful {
	font-size: 11px;
	font-weight: bold;
	color: #0C0;
	border: 1px solid #0C0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.failedlogin {
	font-size: 9px;
	font-weight: bold;
	color: #F00;
	border: 1px solid #F00;
	padding: 1px;
}

.adminelements {
	font-size: 9px;
	color: #666;
	border: 1px solid #666;
}
.font9_footer {
	font-size: 9px;
	color: #666;
}
.font10gray {
	font-size: 10px;
	color: #666;
}
.text_AccountsDetails01 {
	color: #000;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-top: 10px;
	background-color: #F2F2F2;
	padding-left: 2px;
}
.text_AccountDetails02 {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.text_OverviewTableHeader {
	color: #FFF;
}



body {
	background-image: url(/Images/Background/background_top_01.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body,td,th {
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #666;
}

a:active {
	color: #FB0;
}
.font10black {
	font-size: 10px;
	color: #333;
}


h1 {
	font-size: 18px;
}

h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}
