/* basic definitions */

body {
	color: #005380;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: white url(images/body-bg.gif) repeat-x center top;
}


#header {
	position: relative;
	height: 135px;
	width: 990px;
	margin: 0 auto 30px auto;
}
#header.spanset {
	background: white url(images/header-bg.gif) no-repeat;
}
#header.exoset {
	background: white url(images/header-bg-exoset.gif) no-repeat;
}

#header div.title {
	position: absolute;
	top: 27px;
	left: 778px;
	width: 106px;
	height: 25px;
}

#header a {
	text-decoration: none;
	color: inherit;
}

#header h1 {
	position: relative;
	top: 10px;
	width: 300px;
	margin: 0 auto;
	color: #fff;
	text-shadow: #111 2px 1px 1px;
}

#header ul {
	position: absolute;
	top: 105px;
	left: 216px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header li {
	float: left;
	height: 18px;
	padding: 1px 2px;
	margin: -2px 10px;
	
	font-weight: bold;
	font-size: 13px;
	
	cursor: pointer;
}

#header li:hover {
	color: #8F9DB1;
}

#header li.nav-active {
	color: #8F9DB1;
}

#header ul.navigation-login {
	top: 87px;
	left: 98px;
}
#header ul.navigation-logout {
	top: 105px;
	left: 98px;
}

#header ul.navigation-login li {
	float: none;
	text-align: left;
}


#global-error {
	width: 496px;
	height: 16px;
	padding-top: 0px;
	padding-left: 20px;
	margin: -26px auto 10px auto;
	background: url(images/Warning-16.png) 0px -1px no-repeat;
	text-align: left;
	
}



#main {
	position: relative;
	left: -20px;
	margin: 0 auto 60px auto;
	border-top: 2px solid #005380;
	border-bottom: 1px solid #005380;
	width: 496px;
	text-align: left;
}
#main h3 {
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 22px;
}
#main h4 {
	font-size: 14px;
}


#footer {
	width: 100%;
	height: 42px;
	position: fixed;
	bottom: 0;
	background-color: white;
	font-size: 10px;
}

#footer div#footerRelative {
	position: relative;
	width: 990px;
	margin: 0 auto;
	
	border-top: 1px solid #005380;
}
#footerRelative div {
	position: relative;
	top: 13px;
	float: left;
}

#footer div.legal {
	margin-left: 300px;
}

div#language-switch {
	margin-left: 25px;
	border-left: 2px solid #005380;
	
	margin-right: 25px;
	border-right: 2px solid #005380;
}

#language-switch ul {
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}

#language-switch li {
	float: left;
	font-size: 10px;
	padding: 0 2px;
	margin: 0;
	
	cursor: pointer;
}

#language-switch li:hover {
}

#language-switch li.active {
}

#language-switch a {
	text-decoration: none;
}


/* global definitions */

table.clean, table.clean tr, table.clean tr td {
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}

form {
	margin: 0;
}

img {
	border: none;
}

a, a:visited, a:active, a:link {
	color: #005380;
	text-decoration: none;
}
a:hover  {
	color: #8F9DB1;
	text-decoration: none;
}

input, select, textarea {
	color: #003366;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

/* internet explorer br / letter-spacing bug */
br {
	letter-spacing: normal;
}


/* definitions for special sites */

div.error {
	border: 1px #F3E0D5 solid;
	background: #F7EEE9 url(images/Warning-32.png) 2px 2px no-repeat;
	text-align: left;
	font-size: 12px;
	
	min-height: 32px;
	width: 300px;
	padding: 2px 3px 2px 38px;
	margin: 10px auto 20px auto;
}

.main-box {
	margin: 0 auto;
}


.login table, .userinfo table {
	width: 330px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.login select, .userinfo select {
	margin: 5px 0;
}

.login input, .userinfo input {
	width: 200px;
	margin: 5px 0;
	
	border-color: #99ADC2 #4B5A6B #4B5A6B #99ADC2;
	border-style: solid;
	border-width: 1px;
}
.login input.zip, .userinfo input.zip {
	width: 60px;
}
.login input.city, .userinfo input.city {
	width: 140px;
}
.login input.submit, .userinfo input.submit {
	width: auto;
	background-color: #8F9DB1;
	color: #ffffff;
}


.login span.required, .userinfo span.required {
	color: darkred;
	margin: 0 2px;
}
.login td.required_fields, .userinfo td.required_fields {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}


.userinfo td.section {
	font-weight: bold;
	padding: 30px 0 5px 20px;
}
.userinfo td.first-section {
	padding-top: 0;
}


.user-ident {
	margin: 0 auto;
	width: 496px;
}
.user-ident input {
	width: 200px;
	
	border-color: #99ADC2 #4B5A6B #4B5A6B #99ADC2;
	border-style: solid;
	border-width: 1px;
}
.user-ident input.submit {
	width: auto;
	margin-left: 15px;
	background-color: #8F9DB1;
	color: #ffffff;
}
.user-ident-add {
	width: 300px;
	margin: 0 auto;
}
.user-ident div.where_to_find {
	border-top: 1px dashed #005380;
	padding-top: 10px;
	font-size: 11px;
}
.user-ident div.where_to_find img {
	margin-top: 5px;
	margin-bottom: 10px;
}
div.product_docs {
	border-top: 1px dashed #005380;
}
div.product_docs h4 {
	margin-top: 10px;
}
div.product_docs div.product_desc {
	margin-top: -12px;
	width: 250px;
	
	font-size: 12px;
	font-style: italic;
	color: #333;
}
div.product_docs ul.documents {
	padding: 0;
	margin-top: 15px;
	width: 250px;
	list-style: none;
}


.user-ident-list {
	margin-top: 20px;
	width: 100%;
	text-align: left;
}
.user-ident-list div.no-idents {
	width: 100%;
	text-align: center;
	color: #555;
}

.user-ident-list table {
	width: 100%;
	border-collapse: collapse;
}
.user-ident-list th {
	text-align: left;
	padding-left: 20px;
	border-top: 2px solid #005380;
	border-bottom: 2px solid #005380;
}
.user-ident-list table tr td {
	font-size: 12px;
	padding: 0 5px;
	vertical-align: top;
	
	border-top: 1px dashed #005380;
	padding-top: 3px;
	padding-bottom: 3px;
}
.user-ident-list th.col-ident, .user-ident-list td.col-ident {
	width: 130px;
}
.user-ident-list th.col-product, .user-ident-list td.col-product {
	width: 140px;
}
.user-ident-list th.col-documents, .user-ident-list td.col-documents {
	width: 176px;
}

.user-ident-list span.product-title {
	font-weight: bold;
}
.user-ident-list span.product-desc {
	font-size: 11px;
}

.user-ident-list ul.documents {
	padding: 0;
	margin: 0;
	list-style: none;
}
.user-ident-list ul.documents li {
	font-size: 12px;
	padding-bottom: 3px;
}
ul.documents li a, p a {
	background: url(images/arrow.gif) 1px 2px no-repeat;
	padding-left: 10px;
	margin-left: 3px;
}



div.comment {
	font-size: 11px;
}

div.forgot {
	margin-top: 20px;
}



/* only for testing purposes */

p.email {
	font-family: monospace;
	font-size: 12px;
	text-align: left;
	width: 600px;
	border: 1px solid #ddd;
	margin: 10px auto;
	padding: 2px 3px;
}