/*
 * $Id: main.css 67 2010-01-26 09:07:08Z danny $
 */

div#container {
	width: 950px;
	margin: 0 auto;
}

div#header {
	height: 156px;
	overflow:hidden;
}

div#header h1 {
	display: none;
}

div#searchBlock {
	background: url('/images/header_bg.png') no-repeat;
	width: 220px;
	padding: 30px 0px 50px 20px;
	height: 76px;
	float: left;
}

div#titleBlock {
	float: left;
	width: 554px;
	height: 156px;
	background: url('/images/header2.png') no-repeat;
}

div#searchBlock h2 {
	margin: 0px 0px 18px 0px;
	color: #8aba16;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 1px;
}

div.breadCrumbs {
	font-size: 0.7em;
	font-weight: bold;
	position: relative;
	left: -35px;
	padding-top: 5px;
}
div.breadCrumbs a.noLink { text-decoration: none; cursor: default; }
div.breadCrumbs span { margin: 0px 2px; cursor: default; }

h2 {
	font-size: 1.5em;
}

h2.detailsTitle {
	background:transparent url(/images/title_border.gif) no-repeat scroll left bottom;
	font-weight: bold;
	padding:0 40px 6px 0;
	margin: 5px 0 8px 0px;
	font-size: 1.6em;
	position: relative;
	top: -6px;
}

h3 {
	font-size: 1.17em;
}

div#searchBlock input#search {
	width: 125px;
	margin-right: 10px;
	border: 1px solid #000000;
}

div#searchBlock a {
	vertical-align: bottom;
}

div#programImage {
	float: left;
	margin-left: -254px;
	width: 410px;
}

div#projectsMenuLeft {
	position: relative;
	float: left;
	width: 201px;
	z-index: 2;
	overflow:hidden;
	height: 130px;
}

div#projectsMenu {
	background: url('/images/main_menu_bg.png') repeat-x;
	position: relative;
	float: left;
	display: inline;
	width: 763px;
	height: 130px;
	margin-left: -14px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	/*overflow:hidden;*/
}

div#projectsMenu ul {
	margin: 16px 0px 10px 0px;
	padding: 0px;
}

div#projectsMenu ul li {
	list-style-type: none;
	float: left;
	width: 127px;
}

div#projectsMenu ul li a {
	display: block;
	color: #003382;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	width: 116px;
	height: 33px;
	padding: 0px 5px 67px 5px;
	cursor: pointer;
}

div#projectsMenu ul li a.first {
	margin-left: 1px;
	padding-left: 23px;
	width: 98px;
}

div#projectsMenu ul li a#nature_society {
	background: url('/images/projects/nature_society.png') bottom left no-repeat;
}

div#projectsMenu ul li a#european_diversity {
	background: url('/images/projects/european_diversity.png') bottom left no-repeat;
}

div#projectsMenu ul li a#european_ecological_networks {
	background: url('/images/projects/european_ecological_networks.png') bottom left no-repeat;
}

div#projectsMenu ul li a#business_biodiversity {
	background: url('/images/projects/business_biodiversity.png') bottom left no-repeat;
}

div#projectsMenu ul li a#policy_support {
	background: url('/images/projects/policy_support.png') bottom left no-repeat;
}

div#projectsMenu ul li a#eucc {
	background: url('/images/projects/ecnc.png') bottom left no-repeat;
}

div#projectsMenu ul li ul {
	position: absolute;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	float: left;
	display: inline;
	top: 48px;
	margin: 0;
	padding: 0;
	list-style-position: inside;
	margin-top: 0px;
	margin-left: -18px;
	-moz-margin-start: 0px;
	background: #aecd66;
	overflow: hidden;
}

div#projectsMenu ul li ul li {
	display: block;
	background: #8ABA16;
	border-bottom: 1px solid #FFFFFF;
	clear: both;
	width: 150px;
}

div#projectsMenu ul li.first ul {
	margin-left: 0px;
	-moz-margin-start: 20px;
}

div#projectsMenu ul li ul li a {
	background: #aecd66;
	height: auto;
	display: block;
	width: 130px;
	color: #0A3B87;
	padding: 5px 10px 5px 10px;
	border-left: none;
	white-space: nowrap;
}

div#projectsMenu ul li ul li a:hover {
	background: #89ba16;
}

div#wrap {
	position: relative;
	background: url('/images/left_menu/background.gif') left top repeat-y;
	float: left;
}
div#sideMenuBottom {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 192px;
	height: 124px;
	background: url(/images/left_menu/bottom_bg.gif) no-repeat;
}

div#mainMenu {
	float: left;
	width: 192px;
	padding-bottom: 15px;
}

div#mainMenu div#mainMenuTop {
	background: url('/images/left_menu/top_bg2.gif') no-repeat;
	height: 60px;
}

div#mainMenu ul#dropMenu {
	padding: 0px 7px 0px 0px;
	margin: 0px;
	width: 182px;
}

div#mainMenu ul#dropMenu li {
	background: #0a3b87;
	list-style-type: none;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 185px;
	float: left;
}

div#mainMenu ul#dropMenu li a {
	display: block;
	width: 165px;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	color: #8aba16;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
}

div#mainMenu ul#dropMenu li ul li a {
	text-transform: capitalize;
}

div#mainMenu a.parentItem {
	float: left;
	padding: 3px 0px 3px 20px;
	font-weight: bold;
	color: #8aba16;
	width: 165px;
	background: #0a3b87;
	text-decoration: none;
	cursor: pointer;
}

div#mainMenu ul#dropMenu li.hasChildren {
	background: #0a3b87;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

div#mainMenu ul#dropMenu li.hasChildren ul {
	background: #002a77;
	padding-top: 4px;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: none;

}

div#mainMenu ul#dropMenu li.hasChildren ul img {
	float: left;
}

div#mainMenu ul#dropMenu li.hasChildren ul li {
	padding: 0px 0px 3px 0px;
	background-color: #002977;
	margin: 0px;
	width: 100%;
	float: left;
}

div#mainMenu ul#dropMenu li.hasChildren ul li a {
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	font-size: 0.9em;
	width: 115px;
	padding-left: 11%;
	width: 89%;
}

div#mainMenu ul#dropMenu li.hasChildren ul li a:hover {
	background: #0A3B87;
}

div#mainMenu ul#dropMenu li.hasChildren ul li a.itemOn {
	background: #0A3B87;
}

div#mainMenu ul#dropMenu li.hasChildren ul li ul li {

}

div#mainMenu ul#dropMenu li.hasChildren ul li ul li a {
	padding-left: 13%;
	width: 87%;
	color: #8ABA16;
}

div#mainMenuBottom {
	float: left;
	height: 135px;
}

div#body {
	background: #f2f7e3;
	float: left;
	width: 705px;
	margin-left: 50px;
	color: #003382;
}

h3.subtitle {
	margin-bottom: 0px;
	font-size: 1em;
}

table.downloads {
	width: 90%;
	text-align: left;
	margin-top: 5px;
}

table.downloads tr th {
	border-bottom: 3px double #89BA16;
}

/* Start document table markup */

table.downloads				{ margin-top:10px; margin-bottom:10px; width: 100%; }
table.downloads th, table.downloads td		{ padding: 2px; }
table.downloads a			{ }
table.downloads th.docIcon { text-align: center; width: 7%;}
table.downloads th.docFile { width: 58%;}
table.downloads th.docSize { width: 15%;}
table.downloads th.docDownload { white-space: nowrap; width: 20%;}

/* End document table markup */

div.itemDetail span p {
	margin-top: 0px;
}

div.imageThumbs {
	margin: 10px 0px 10px 0px;
}

div#body a {
	color: #89ba16;
}

div#body div.processedContent h2.title span {
	background: url('/images/title_border.gif') left bottom no-repeat;
	padding: 0px 40px 3px 0px;
	display: block;
}

div.block {
	padding-top: 3px;
}

div.breadcrumb {
	margin-bottom: 15px;
	font-size: 0.8em;
}

div#footer {
	background: url('/images/footer_bg.gif') no-repeat;
	height: 50px;
	color: #003382;
	clear: both;
	text-align: right;
	padding: 5px 10px 0px 0px;
	font-weight: bold;
	font-size: 0.823em;
	line-height: 1.2em;
}

div#footer a {
	color: #003382;
}

div.print {
	padding-bottom: 10px;
}

/* Search markup */

form#searchForm input.submitSearch {
	border: none;
	background: url('/images/search.png') no-repeat;
	width: 25px;
	height: 21px;
	cursor: pointer;
}

h3.searchTitle {
	margin: 5px 0px 0px 0px;
	border-bottom: 3px double #89ba16;
}

a.projectsLink {
	position: absolute;
	font-size: 1em;
	margin: 20px 0px 0px 20px;
	color: #89ba16;
	font-weight: bold;
}

a.projectsLink:hover {
	text-decoration: none;
}

a.homeLink {
	display: block;
	position: relative;
	top: 5px;
	left: 30px;
	width: 170px;
	height: 50px;
}

table.searchNavigation {

}

table.searchNavigation td.left {
	padding-right: 10px;
}

table.searchNavigation td.right {
	padding-left: 10px;
}

table.searchNavigation a {
	color: #003382 !important;
	padding: 0px 3px 0px 3px;
}

table#searchResults, table.projectSearchResults {
	/*margin-bottom: 5px;*/
	width: 100%;
}

table.odd {
	background: #e1f3aa;
}

table#searchResults tr td.counter, table.projectSearchResults tr td.counter {
	width: 20px;
	padding: 5px 3px;
}

table#searchResults tr td.title, table.projectSearchResults tr td.title {
	padding-top: 5px;
}

table#searchResults tr td.description, table.projectSearchResults tr td.description {
	padding-bottom: 5px;
}

div.searchResults {
	margin-top: 5px;
	border-bottom: 1px solid #89ba16;
}

div.projectSearchResults {
	margin-top: 30px;
	border-bottom: 1px solid #89ba16;
}

table.search {
	margin-bottom: 15px;
}

table.search td {
	padding-right: 10px;
	color: #89ba16;
	font-weight: bold;
}

div.topNavigation {
	border-bottom: 1px solid #89ba16;
}

div.searchInfo {
	font-size: 0.9em;
}

img.arrow {
	position: relative;
	top: -75px;
	left: 100px;
}

div.imageThumbs a img {
	margin-right: 25px;
}
a img { border: none; }

div.itemDetail { position: relative; top: -6px; }

iframe.photoAlbum {
	width: 694px;
	height: 409px;
	overflow: auto;
	border: 0px;
}

#map h3.mapProjectTitle { border-bottom: 2px solid black; padding-bottom: 2px; }
#map a.mapProjectDescription { margin-bottom: 0; }