
/* Styles for HOME */

a {
	color: #7A001A;
}

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

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

#middleleft {
	height: 100px;
}

#middlemiddle {
	background: url(../images/home/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;
}

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

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

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

/* Content */

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

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

a.all, span.all a {
	background: url(../images/home/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: #7A001A;}
h2 {color: #333333;}

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

/* General datatables (standardtable) */

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


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

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

#bottommiddle table.registrationForm td {
	padding-bottom: 4px;
}