
/* Styles for CONTACT */

a {
	color: #927805;
}

html ul {
	list-style-image: url(../images/contact/bullet_moz.gif);
}

*html ul {
	list-style-image: url(../images/contact/bullet_ie.gif);
}

#middleleft {
	height: 100px;
}

#middlemiddle {
	background: url(../images/contact/widevisual.jpg) white no-repeat;
}

input, textarea {
	border: #666666 solid 1px;
	padding:2px;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 90%;
	width: 240px;
}

input, textarea {
	border: #666666 solid 1px;
	padding:2px;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 90%;
	width: 240px;
}

/* world map background images */
#bottomleft {
	background: url(../images/contact/content_left_bg.gif) white no-repeat;
}

#bottommiddle {
	background: url(../images/contact/content_middle_bg.gif) #FCFAEE no-repeat;
}

#bottomright {
	background: url(../images/contact/content_right_bg.gif) white no-repeat;
}

/* Content */
a.more, input.more {
	background: url(../images/contact/buttons/more.gif) no-repeat;
	display: block;
	width: 17px;	
	height: 17px;
	border: none;
}

input.send {
	background: url(../images/contact/buttons/send.gif) no-repeat;
	display: block;
	width: 57px;	
	height: 17px;
	border: none;
}

a.all, span.all a {
	background: url(../images/contact/buttons/more.gif) no-repeat;
	display: block;
	width: 17px;	
	height: 17px;
	padding-left: 26px;
	padding-top: 2px;
	width: 70%;
	font-weight: bold;
}

#bottomleft a.all {
	text-decoration: none;
}

#bottomleft a:hover.all {
	text-decoration: underline;
}

h1, h3 {
	color: #927805;
}

h2 {
	color: #333333;
}

.header_latestnews {background-image: url(../images/contact/header_latest_news.gif);}
.header_lastpublished {background-image: url(../images/contact/header_lastpublished.gif);}
.header_subscribe_newsletter {background-image: url(../images/contact/header_subscribe_newsletter.gif);}

#bottommiddle .hr {
	background: url(../images/contact/hr_content.gif) no-repeat;
	height: 1px;
	font-size:1px;
}

#bottommiddle .hrBothMargins {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* General datatables (standardtable) */

table.datatable {
 border-top: 1px solid #927805;
 border-left: 1px solid #927805;
 font-size: 100%;
}
 
table.datatable th {
 background-color: #B79C22;
 padding: 5px;
 color: white;
 border-bottom: 1px solid #927805;
 border-right: 1px solid #927805;
 vertical-align: top;
 text-align: left;
}
 
table.datatable td {
 padding: 5px;
 border-bottom: 1px solid #927805;
 border-right: 1px solid #927805;
}
 
table.datatable tbody th {
 background-color: #B79C22;
 font-weight: normal;
 text-align: left;
 color: black;
}
 
table.datatable b {
 color: #B79C22;
}

