/*
CSS based on:
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*-------------------------------------------------------General*/

body {
	  margin: 0;
	  text-align: center; /* bug de centrage IE */
	  padding: 0; 
	  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	  background-color: #d5d6d7;
	  color: #333; 
	  font-size: 62.5%; /* Resets 1em to 10px */
	  line-height:150%;
}

#page {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align:left;
	padding:0;
	width: 850px;
}


.conteneur{
	width:100%;
}

.clearer{
	clear:both;
	height:0px;
}

.center{
	text-align: center;
}

h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}

h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
}

html>body ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body li {
	margin: 7px 0 8px 5px;
}


ul,li{
	list-style-type: none;
	margin:0;
	font-size:1em;
}   
 
a{
	color: #06c;
	text-decoration: none;
  }

a:hover {
	color: #147;
	text-decoration: underline;
	cursor:pointer;
}


table{
	border-color:#ccc;
	border-style:solid; 
	border-width: thin;
	font-size:1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}
tr,td{padding:0;}

.underline td{border: thin solid #efefef;padding-top:2px;}
.underline{border-collapse: collapse;}
.table_noline{
	border:0 none;
}

.table_carret{
	border-width: thin;
	border-style: dashed;
	border-color: #ccc;
	width:100%;
}

.table_carret td{vertical-align: text-top;}
#formTable{
vertical-align:middle;
text-align:left;
width:100%;
border:thin dashed #ddd;
border-spacing:0;
}
#formTable tr td{padding:0;}
#formTable img{vertical-align:middle;}



img{
	border:0;
	background:transparent;
}

.alignImg{
padding-bottom:5px;
}

/*-------------------------------------------------------Header*/
#header  {display:none;}

#europe {display:none;}
.infobulle{
    position:absolute;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	width:200px;
	height:50px;
	background-color:white;
}
.infobulleB{
    position:absolute;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	width:230px;
	height:60px;
	color:black;
	background-color:#f0f0f2;
}

#trailBar {display:none;}
#trail {display:none;}


#help {display:none;}

#optionsTrail {display:none;}



/*-------------------------------------------------------Menu*/
#menuBar {display:none;}
html>body #menuBar #sotd_box img{margin-left:-5px;}



.left_box{
	border-width: thin;
	border-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 6px 6px 6px 6px;
	width:120px;
	float: left;	
}

.dashed{
	border:thin dashed #bbb;
	padding: 6px;
}

#sotd_box {display:none;}

#ulSearch, #ulAbout, #ulPref, #ulRegistry{ display:none;}

#searchPage #nav-search, #registryPage #nav-registry, #aboutPage #nav-about{color:#06c;}
#searchPage #ulSearch, #registryPage #ulRegistry, #aboutPage #ulAbout{display:block;}

/*-------------------------------------------------------Content*/
.session{
	color:red;
}


#content {
    width:660px;
    float: right;
	text-align:left;
	padding: 0;
	font-size: 1.2em; 
	position:relative;
}

html>body #content{
margin-top:-10px;
width:660px;
}

.justified{
text-align:justify;
margin-right:10px;
}

html>body .justified{margin-right:20px;}

.justified .background{width:100%;}

.title{
	font-weight:bold;
	text-align:left;
}

.pageTitle{
	font-size: 1.5em;
 	font-weight:bold;
}
.margins{
	margin:35px;
}
.error{
	color:red;
}

#formMail{
	padding:6px;
	display:none;
}

.button{
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border:thin solid #eee;
}

.validation{border:thin solid #bbb;}

.anchor{
	margin-left:80px;
}

/*-------------------------------------------------------Footer*/

#footer {
	background-color: #eee;
	border: 0;
	width: 850px;
	height: 100px;
	clear: both;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	color:#777;
}

html>body #footer small{
	font-size: 0.9em;
	line-height: 1.5em;
}



.data_grid{
	position:relative;
	overflow: auto;
}

.data_grid table{
	width:100%;
	border-width:1px;
	font-size:0.9em;	
}

.data_grid td, .data_grid th{
	white-space: normal;
	border-color: #999;
	border-style: none solid dashed none;
	border-width: thin;
}

.no_scroll{overflow:auto; }
.no_scroll table{width:96%;}



#multi,.multi {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:4px 0 4px 0;
	margin-right:10px;
}

.minHeight{height:100px;}

html>body .minHeight{min-height:100px; height:auto; }


#frm #multi{
   margin-left:70px
}

#multi img,.multi img{
	vertical-align: middle;
	display: inline; 
}


#multi ul li ul li,.multi ul li ul li{display:inline;}

.blue{ color:#06c;}
.border{
	border: dashed 1px #06c;
}

.border table{
	padding:1px 6px 1px 6px;
	margin:1px 6px 1px 20px;
	line-height:0.6em;
	border:0;
}
.bloc{
	float:left;
	display:inline;
}


.right{float:right; margin-top:-3px;}

.left{float:left;}

.valign{
	margin-top:6px;
}

#marginRightSmall {
	margin-right:20px;
}

select{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:1em;
	height:16px;
	border:thin solid #bbb;
}
.textArea{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:1em;
	height:16px;
	border:thin solid #bbb;
}

.textAreaS{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:1em;
	height:16px;
	width:400px;
	border:thin solid #bbb;
}

.withMargin{float:right; margin-right:72px;}
html>body .withMargin{float:right; margin-right:157px;}

.withMargin2{width:330px;margin-top:18px;background-color:#fff;}
.textAreaVS{width:310px;}


#inLine{width:100%;}

.inputTxt{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:1.1em;
	height:20px;
}

#scroll{ 
	z-index:10;
	margin-left:-150px;
	margin-right:5px;
}

#scrollC{ 
	z-index:3;
	width:100%;	
	margin-right:5px;
	position:relative;
}


#fieldList{width:145px;}
html>body #fieldList{width:140px;}


#example{
	display:none;
}

hr{
	float:left;
	width:96%;
	height: 1px; /* pour IE */
	border: thin; 
}

.right{
	margin-right:160px;
	float:right;
}

.liForm{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	line-height:normal;  
}

.ulForm{
   margin-top:-10px;
   padding-left:5px;
}

html>body .ulForm {
	margin-top:-20px;
}

.queryReminder{
	font-weight:bold;
	width:100%;
	text-align:left;
	
}
.queryReminder span{
	font-weight:normal;
	color:#222;
	font-family:Courier, Sans-Serif;
	font-size:0.9em;
	width:100%;
}

.ulPuce, .liPuce{
	list-style-type: circle;
	padding-left:5px;
	display:block;
}


.example {
	font-family: Courier, Sans-Serif;
	color: #666; 
}

#textArea{
	width:300px;
}

.background {
	background-color: #F3F3F3;
	width:96%;
}


.preferedbig {
	font-size:1.2em;
	font-weight:bold;
	color: #06c;
}


.label {
	color: #333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
	font-weight:bold;
}


#urlLike,.urlLike{
	border:none;
	color:#06c;
}
.italic{font-style:italic;}
.txtLike{
	color:#000;
}
#dateHelpInfo{
	display:inline;
	width:25px;
	padding-top:1px;
	background: transparent url(/europe/static/images/info.png) no-repeat;

}

.list{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	text-align:left;
}

.list a{
	font-size:1.2em;
}

.notes_box {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #efefef;
	padding: 4px;
	float: right;	
	border:thin dashed #bbb;
	margin: 3px;
	line-height:2em;
}
.notes_box input{
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border:thin solid #bbb;
}


.right_box {
	padding: 6px;
	float: right;	
	margin: 20px 6px;
	border: thin dashed #88f;
	width:163px;

}
html>body .right_box{width:auto;}
#right_box ul li{
line-height:1em;
}

.field{width:120px;border:none;}

del{
color:red;
}

ins{
color:green;
}

.on{
color:#a0c;
}

.prev{float:left;margin-left:20px;}
.next{float:right;margin-right:22px;}

#loading {display:none;}
#loadingGif{
	visibility:visible;
}

#fuzzyNameList{ 	border: thin dashed #00a; display:none; margin-right:10px;}

#thesaurus_options{display:none;}

#searchresults{
	border : 1px solid gray;
	height : 112px;
	overflow-y : auto;
	margin-top:4px;
	float:left;
	display:none;
}
#searchresults div.mover{
	background-color : #06c;
	color : white;
}

.higher,.taxonName,.family,.country,.collector,.locality,.institution,.collection,.unitKey,.genus,.common,.dateSup,.dateEq,.dateInf{
	display:none; border:thin solid #eee;}

.ro{background-color:#F3F3F3;}
.ro bt{width:50px;}
.ed{width:350px;}

#sugImg{
	display:inline;
	background: transparent url(/europe/static/images/idea.gif) center no-repeat;
	width:20px;
	border:0;
}

#peopleOptions,#collectionOptions,#institutionOptions{display:none;}
/* MAP STUFF ----------------------------------------------------------*/


#mapcontent {
	width: 660px;
	margin-right:10px;
	float: right;
	text-align:justify;
	padding: 0;
	font-size: 1.2em;
	border: 1px solid #666666;
}
	
#maparea {
	margin: 0px;
	padding: 0px;
	}
#mapheader {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	border-bottom-color: #A5A5A5;
}
#mapfooter {
	background-color: #FFFFFF;
}
#rightcolumn {
	position: absolute;
	top: 125px;
	left: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
   /* filter: alpha(opacity=75); */
	-moz-opacity: .75; 
	background-color:#EEE; 
	}
html>body #rightcolumn {
	width: 200px; /* ie5win fudge ends */
}

#map {
	width: 100%; 
	height: 400px;

}


/* STUFF FOR THE DRAGGABLE MENU */

.box {
  background-color: #ffff00;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px;
  position: absolute;
}

.bar {
	border-top: 1px solid #333;
	color: white;
	text-align: left;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/nav-back.jpg);
	background-position: left center;
	padding-left: 5px;
}

.content {
  padding: 1em;
}

.accordionTabTitleBar {
	background-image: url(img/metal-look.jpg);
	height: 25px;
	width: 100%;
	color: #003366;
}

.barText {
	color:#06c;
}

.accordionTabContentBox {
	padding-left:5px;
	border-color:#333333;
}

#searchByTaxonForm {
padding:5px;
}

#downloadContent, #GEarthContent,#printContent{
padding-left:30px;
}