@charset "utf-8";
/* GENERAL */
body {
	margin:0px;
	font-family:verdana,sans-serif;
	background-image:url('../images/bg.png');
	background-attachment:fixed;
	background-position:right;
	background-repeat:repeat-y;
}

img
{
	border:0;
}

#wrapper
{
	position:relative;
	background-color:white;
	margin:auto;
	width:950px;
	min-height:100%;
}

#header
{
	position:relative;
	width:950px;
	height:127px;
	background-image:url('../images/header.png');
}

#menu
{
	position:absolute;
	top:36px;
	left:470px;
	min-width:300px;
	height:20px;
}

#menu ul {
	margin:0px;
	list-style-type:square;
}

#menu li {
	background-image:url(../images/menuarrow.png);
	background-repeat:no-repeat;
	display:inline;
}

#menu li:hover {
	background-image:url(../images/menuarrowdown.png);
}

#menu a, #menu a:link, #menu a:active, #menu a:visited {
	color:#00345F;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	position:relative;
	top:-8px;
	margin-left:15px;
	margin-right:5px;
	text-decoration:none;
	display: inline-block;
}

#main
{
	position:relative;
	padding:0 50px;
	width:850px;
	min-height:586px;
	background-image:url('../images/main.png');
	background-repeat:no-repeat;
	font-size:12px;
	overflow:hidden;
}

#footer
{
	position:relative;
	background-color:white;
	height:30px;
	width:950px;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;

}

#footer img
{
	float:right;
	border:0px;
}

#language
{
	width:850px;
	float:right;
}

/* HOMEPAGE */

#homel
{
	float:left;
	min-height:500px;
	width:600px;
	margin-right:50px;
	 position:relative;
}

#homel #topbuttons
{
	position:absolute;
	right:-20px;
	top:-30px;
}

#tweet
{
	margin-bottom:10px;
}

#homel #tweet ul
{
	margin:0px;
	padding:0px;
	margin-top:10px;
}

#homel #tweet li
{
	padding-bottom:10px;
	background-image:url("../images/go.png");
	background-repeat:no-repeat;
	list-style-type:none;
	padding-left:20px;
}

#homel #tweet .tweet_time
{
	font-style:italic;
	display:block;
	padding-top:5px;
}

#homer
{
	float:right;
	min-height:500px;
	width:200px;
	color : #5e896e;
	font-weight:bold;
}

#langbar
{
	position:relative;
	display:block;
	width:100%;
	height:30px;
}

#langbar form
{
	position:absolute;
}

#langbar .homeflag
{
	background-color:transparent;
	border:0;
	cursor:pointer;
	height:20px;
	width:20px;
}

#homer #toadv
{
	font-size:9px;
	position:relative;
	top:-5px;
	left:10px;
}

#homer .homeliner
{
	background-image:url('../images/homeliner.png');
	height:2px;
	width:180px;
	margin-bottom:11px;
}

#homer #btn_Search
{
	position:absolute;
	top:9px;
	left:135px;
	border:0px;
	cursor:pointer;
	width:13px;
	height:13px;
	background-color:transparent;
	background-image:url('../images/go.png');
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:8px;
	color : #5e896e;
}

#homer #txt_Search
{
	background-color:transparent;
	border:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	width:115px;
	height:10px;
	font-size:10px;
	position:absolute;
	top:0px;
}

#formwrapper #txt_Search
{
	width:180px;
}

#homer #txt_Searchbg
{
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	width:170px;
	height:30px;
	background-image:url('../images/searchbar.png');
		font-size:10px;
}

#homer h2
{
	font-size:15px;
	margin:0px;
	margin-bottom:11px;

}

#homer h2 img
{
	position:relative;
	top:6px;
}

#picwrapper {
	width:180px;
	height:180px;
	position:relative;
	background-color:#ccc;
	overflow:hidden;
}


#mask {
	width:100%;
	height:1200%;
	overflow:hidden;
	background-color:#eee;
}

.item {
	width:100%;
	height:12,5%;
	display:block;
	background-color:#ddd;
}


.content {
	width:180px;
	height:180px;
	top:0;
	margin:0 auto;
	background-color:transparant;
	position:relative;
}

.content .descr
{
	position:absolute;
	background-color:black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	width:180px;
	bottom:0px;
	font-size:9px;
	color:white;
}

.content img
{
	width:180px;
	height:180px;
}

.selected {
	background:#fff;
	font-weight:700;
}

/* OTHER */
img.habitat
{
	margin-right:3px;
}

br.clr
{
	clear:both;
}

.taxonimgoverview,.pagbar
{
	width:100%;
}

.pagbar
{
	padding-top:10px;
}

.pagbar a
{
	display:inline-block;
	padding-right:3px;
	padding-left:3px;
}

#collapse
{
	display:none;
}

.taxonsource
{
	display:none;
	color:grey;
	font-size:10px;
}

.verentry
{
	padding-bottom:3px;
}

span.taxonimgnlsr
{
	background-position:left bottom;
	position:relative;
	width:115px;
	height:77px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
}

a.taxonimg:link,a.taxonimg:visited,a.taxonimg:active
{
	font-size:10px;
	text-decoration:none;
}

a.taxonimg img
{
	height:77px;
}

a.taxonimg img,a.taxonimg span
{
	border:0px;
	margin:2px;
}

a.taxonimg:hover img,a.taxonimg:hover span
{
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

p.taxoncclicense
{
	font-size:9px;
	margin:20px 0;
	position:static;
}

p.taxoncclicense img
{
	width:80px;
	vertical-align:middle;
	border:0px;
	height:15px;
}


img.flag
{
	height:20px;
	width:20px;
	vertical-align:middle;
	position:relative;
	top:-1px;
}

.guid
{
	font-size:9px;
}

p, td {
 	font-family: Verdana, Arial, sans-serif;
 	margin: 0px;
 	padding:0px;
}

a, a:visited, a:active {
 	color:#1D63B6;
 	text-decoration:none;
}

a:hover {
 	text-decoration:underline;
}

.nohover a{ /* mlv added for anchors in html file */
 	color:#000;
 	text-decoration:none;
}

blockquote{
 	margin-top: 0.1em;
 	margin-bottom: 0.1em;
}

h1{
 	font-size: 26px;
 	color : #1D63B6;
 	margin-top:6px;
 	margin-bottom:1px;
}


td.menu {
	text-align: center;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	cursor: default;
}

td.menuover {
	text-align: center;
 	background-color: #003333;
 	color: #FFFFFF;
 	font-weight: bold;
 	cursor: pointer;
  	border: 1px solid #000;
}

a.menui
{
	color:black;
	text-decoration:none;
}

a.menuicurrent
{
	color:white;
	text-decoration:none;
}

h2 {
	font-size: 13px;
 	color : #5e896e;
 	font-weight : bold;
 	margin-top: 1.4em;
 	margin-bottom: 0.8em;
}

h3 {
 	font-size: 11px;
 	font-weight : bold;
 	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

.icoontjes {
	position: absolute;
	background: #ffffff;
	border: 1px solid green;
	color: #000000;
	text-align: center;
	padding-top:0px;
	top: 45%;
	height: 120px;
	width: 165px;
	right: 18%;
	margin: 0px;
	padding: 0px;
}

.tree {
	position: relative;
	background: #ffffff;
	border: 1px solid green;
	color: #000000;
	text-align: left;
	top: 5px;
	height: 100%;
	width: 100%;
	left: 0px;
	margin: 0px;
	padding: 4px;
}

div.search {
	position: relative;
	background: #D4D4D4;
	border: 1px solid #003333;
	color: #000000;
	text-align: left;
	top: 0px;
	height:18em;
	width: 40em;
	left: 10em;
	margin: 0px;
	padding: 5px;
}

div.searchsimple {
	position: relative;
	background: #D4D4D4;
	border: 1px solid #003333;
	color: #000000;
	text-align: left;
	top: 5px;
	height:10em;
	width: 40em;;
	left: 10em;
	margin: 0px;
	padding: 5px;
}

div.searchsimple p, div.search p {
   text-align: right;
}

div.searchsimple span {
	position: absolute;
	right: 10px;
}

ul.form{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.form li{
	padding-left:8px;
}

/*Searchforms markup */
fieldset
{
border: 1px solid darkgrey;
	position: relative;
	color: #000000;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 10px;
}

.formspacer
{
	display:block;
	position:relative;
	height:6px;
}

#formwrapper
{
	position:relative;
	padding-bottom:20px;
}

#listareas
{
	width:200px;
}

#listsub
{
	display:none;
}

.formelright
{
	position:absolute;
	display:inline;
	left:450px;
	z-index:1;
}

.formelrightbelongs
{
	position:absolute;
	display:inline;
	left:450px;
	z-index:2;
}

legend
{
color: #000;
background: #D4D4D4;
border: 1px solid #003333;
padding: 2px 6px
}

/*Tooltip markup */
#tooltipcontainer {
	position:absolute;
	z-index:9999;
}
#tooltipcontainer div {
	position:relative;
	border:1px solid #596F80;
	background-color:#FFFFCC;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:1000;
}
#tooltipcontainer div h1 {
	margin:0;
	padding:1px;
	font-size:15px;
	background-color: #000066;
	color:#99FFFF;
}
#tooltipcontainer div span {
	margin:2px 3px;
	font-size:10px;
	color:#000000;
	display:block;
}
#belongs
{
	width:200px;
}

#SearchContent
{
	width:120px;
}

#rankm
{
	width:125px;
}
#rank
{
	width:120px;
}

#xtrasearch
{
	font-weight:bold;
}
#xtracontent
{
	font-weight:normal;
}

/*YUI stuff... margin and padding on body element can introduce errors in determining element position and are not recommended;
we turn them off as a foundation for YUI CSS treatments. */
#myAutoComplete { position:relative; top: -15px; left:180px; display:block; width:20em; }
#myContainer { margin:0; }
#limit { _position:absolute;}
#extra { position:absolute; display:inline; }

table.data
{
	border:1px solid #EFEFEF;
	border-collapse:collapse;

}

table.data.syn
{
	width:85%;
	font-size:11px;
}

table.data.syn tr td:first-child
{
	width:40%;
}

table.data.syn td
{
	width:30%;
}

table.data tr.alt
{
	background-color:#f5faff;
}

table.data td
{
	vertical-align:top;
	padding:10px;
	border-bottom:1px dotted #EFEFEF;
}

table.data h3
{
	margin:0px;
}

table.cit tr td:first-child
{
	width:100px;
}