/* Set the website specific styles */

* { 
	font-family: Arial, Helvetica, sans-serif;
}

html {
	color: #000;
	font-size: 10pt;
}
body {
	/*background: #e4e4d6;*/
	background: #cad5dc url("/assets/body_bg.gif") repeat-x;
	overflow-y: scroll;	/*vertical scroll bar is always visible in order to prevent hopping of body between pages of different length*/
	overflow-x: auto;
}

h1 {
	font-size: 16pt;
	color: #f93 !important;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2 {
	font-size: 14pt;
	color: #f93 !important;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
}
h4 {
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: -3px;
}
h6 {
	font-size: 9pt;
	margin-top: 8px;
	margin-bottom: -3px;
}
h5 + ul ,
h6 + ul {
	margin-top: 5px !important;	/*as h5 has a negative bottom margin*/
}
table {
	width: 95%;
	margin: 10px 0;
}
td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #CCC;
}
input,
textarea,
select {
	font-size: 10pt;
	border: 1px solid #CCC;
	padding: 0 5px;
}
input[type="radio"],
input[type="checkbox"] {
	border-style: none;
	vertical-align: middle;
	margin-bottom: 2px;
}


a.nav {
	text-decoration: none;
	font-size: 8pt;
}
a:hover.nav {
	text-decoration: none;
	font-size: 8pt;
	color: #f90 !important;
}
a.indend {
	margin-left: 10px !important;
}


.img_floattext {
	margin: 5px 10px 10px 0;
	float: left;
}
.img_floattext_right {
	margin: 0 0 10px 10px;
	float: right;
}
.img_floattext p{
	font-size: 8pt;
	line-height: 9pt;
	margin-top: 0 !important;
}

.index_cat {
	font-size: 8pt;
	font-weight: bold;
	color: #f90 !important;
	background: url("/assets/icon_item.gif") no-repeat 2px 3px;
	padding-left: 12px;
	background-color: #036;
	margin-top: 10px;
	clear: both;
}

.table_overview_head {
	font-weight: bold;
	background-color: #f8d9aa;
}
.table_overview td {
	background-color: #DDD;
}

.area_overview_head {
	font-weight: bold;
	background-color: #F8D9AA;
	padding: 5px;
	margin-top: 15px;
	width: 500px;
}
.area_overview {
	background-color: #DDD;
	padding: 5px;
	width: 500px;
}

.noborder ,
.noborder tr td ,
form tr td {
	border: none;
}

form#sitesearch {
	float: right;
	display: block;
	margin-top: 4px;
	margin-right: 5px;
}
form#sitesearch label{
	color: #fff;
	font-size: 8pt;
	margin-right: 2px;
}
form#sitesearch input{
	background-color: #ddd;
	font-size: 8pt;
	color: #036;
	height: 12px;
	width: 75px;
}
form#sitesearch button {
	float: right;
	background: url("/assets/icon_search.gif") no-repeat 0 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 3px;
}

div.details_continue {
	clear: both;
	line-height: 200%;
	margin-top: 15px;
	padding: 5px 10px 10px 10px;
	background-color: #ddd;
	width: 280px;
	border-top: 10px solid #f8d9aa;
}
.details_continue a {
	font-size: 9pt !important;
	font-weight: normal !important;
	background: url("/assets/icon_nav.gif") no-repeat 0 4px;
	padding-left: 8px;
}

div.warning,
div.warning400 {
	clear: both;
	background: #ffb38e url("/assets/icon_warning.gif") no-repeat 4px 50%;
	border: 1px solid #f50;
	padding: 5px 5px 5px 20px;
	margin: 20px 0;
}
div.warning400 {
	width: 400px;
}

.small {
	font-size: 7.5pt !important;
	font-weight: normal !important;
	line-height: 100% !important;
}
.divider_top {
	border-top: 1px solid #036;
	padding-top: 10px;
	margin-top: 20px;
}
.left10 {
	margin-left: 10px;
	display: inline !important;	/*removes the display:block of navdoc*/
}
.form_mand {
	color: #f00 !important;
}
.caption {
	font-size: 8pt;
	margin-top: 3px;
}


/* override jquery ui */
.ui-icon-triangle-1-e {
	background: url("/assets/bullet_toggle_plus.png") no-repeat 0 2px;
	padding-left: 14px;
	cursor: pointer;
}
.ui-icon-triangle-1-s {
	background: url("/assets/bullet_toggle_minus.png") no-repeat 0 2px;
	padding-left: 14px;
	cursor: pointer;
}
