
/* Styles for ACTIVITIES */

a {
	color: #9E3100;
}

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

#middlemiddle {
	background: url(../images/activities/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/activities/content_left_bg.gif) white no-repeat;
}

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

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

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

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

a.all, span.all a {
	background: url(../images/activities/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;
}

/* Content */
h1, h3 {color: #9E3100;}
h2 {color: #333333;}

.header_latestnews {
	background-image: url(../images/activities/header_latest_news.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.header_lastpublished {
	background-image: url(../images/activities/header_lastpublished.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.header_subscribe_newsletter {
	background-image: url(../images/activities/header_subscribe_newsletter.gif);
	background-repeat: no-repeat;
	height: 21px;
}

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

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

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

/* General datatables (standardtable) */

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