/*
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:180%;
}

#page {
	background-color: white;
	background-image: url("/botany/static/images/bg.jpg");
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align:left;
	padding:0;
	width: 850px;
}


.conteneur{
	width:830px;
	margin-right:15px;
}

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

.center{
	text-align: center;
}

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


h3, .h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	font-weight:bold;
}
.thin{font-weight:normal; font-size:0.8em;}

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;cursor:pointer;
  }

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

a:visited{
	color:#147;
}
.cancel:hover, .cancel:visited{color:#c00704;}
table{
	border-color:#ccc;
	border-style:solid; 
	border-width: thin;
	font-size:1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	vertical-align: top;
}
tr,td{padding:0;}
.underline{width:130px;}
.underline td{border: thin solid #efefef;padding:1px;white-space:wrap; vertical-align:middle;}
.underline{border-collapse: collapse;}
table ul,table li{line-height:100%;}
.table_underline td{border-bottom: thin solid #ccc;padding:1px;}
.table_underline{border-collapse: collapse;}

.table_noline{	border:0 none;padding:0;}
.bas tr td{text-align:left;vertical-align:bottom;}
.table_noline td{ padding:0;line-height:100%;}
.paf{text-align:right;}
.nowrap{white-space:nowrap;}
.table_carret{
	border-width: thin;
	border-style: dashed;
	border-color: #ccc;
	width:100%;
	
}

table th{background-color:#eee;}
.table_carret td{vertical-align: text-top;}
.big{font-weight:bold;}
.bigth{font-style: italic}
#formTable,.formTable{
vertical-align:middle;
text-align:left;
border:thin dashed #ddd;
border-spacing:0;
border-collapse:0;
}
#formTable tr td{padding:0;/*width:180px;*/}

#formTable img{vertical-align:middle;}



img{
	border:0;
	background:transparent;
}

.alignImg{
padding-bottom:5px;
}

input{font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;font-size:1.1em;}
select{font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;font-size:1em;height:20px;border:thin solid #bbb;}

/*-------------------------------------------------------Header*/
#header {
	top: 0px;
	background: url("/botany/static/images/entete.jpg") no-repeat top center;
	padding: 0;
	height: 133px;
	width: 100%;
}

#europe{
	background: url("/botany/static/images/flag/europe.jpg");
	height:25px;
	width:37px;
	float:right;
	margin-right:27px;
	margin-top:7px;
}
.infobulle{
    position:absolute;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	width:auto;
	height:auto;
	background-color:white;
	z-index:20;
}
.infobulleB{
    position:absolute;
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	width:auto;
	height:auto;
	color:black;
	background-color:#f0f0f2;z-index:5;
}
.buttonInfobulle{
    position:absolute;
	visibility : hidden;
	border: 1px solid Black;
	margin-top:-30px;
	margin-right: 30px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	width:90px;
	height:auto;
	background-color:white;
	z-index:5;
}
#trailBar{
	background: url("/botany/static/images/actionbarbg.jpg") no-repeat top center;
	width: 850px;
	height: 40px;
	font-size:1.1em;
}

#trail{
	float: left;
	height: 20px;
	margin-top: 12px;
	padding-left: 20px;
	vertical-align: middle;
}

#trail a {
	padding-right: 0px;
	color:#333;
	font-weight:bold;
}

#trail ul{
	padding-left: 10px;
}

html>body #trail ul{
	text-indent: -10px;
}

#trail li{
	display:inline;
}

#help{
	float:right;
	margin-right:10px;
	height: 20px;
	margin-top: 12px;
	padding-left: 30px;
	vertical-align: middle;
	color:#333;
	font-weight:bold;
	font-size:1em;
}

#optionsTrail{
	float: right;
	height: 20px;
	margin-top: 12px;
	padding-left: 20px;
	vertical-align: middle;
}

#optionsTrail a {
	padding-right: 0px;
	color:#06c;
	font-weight:bold;
}

#optionsTrail ul{
	padding-right:20px;
}

html>body #optionsTrail ul{
	text-indent: -20px;
}

#optionsTrail li{
	display:inline;
}



/*-------------------------------------------------------Menu*/
#menuBar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 6px;
	float: left;	
	text-align: left;
	margin-left:5px;
	margin-top:-5px;
	height:auto;
	width:120px;
	overflow-x:auto;
}
html>body #menuBar{margin-left:10px; margin-top:-10px;width:130px;}

html>body #menuBar #sotd_box img{margin-left:-1px;}

#menuBar ul{
	margin-left: 0;
	padding: 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

#menuBar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size:1.1em;
}

#menuBar ul ul li {
	margin: 3px 0 0 0;
	padding: 0;
	font-size:1em;
}

#menuBar ul p, #menuBar ul select {
	margin: 5px 0 0 5px;
}

#menuBar ul ul, #menuBar ul ol {
	margin: 5px 0 0 5px;
  }

#menuBar ul ul ul, #menuBar ul ol {
	margin: 0 0 0 5px;
  }

.link{cursor:pointer;}
.left_box{
	border-width: thin;
	border-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	/*padding: 2px;*/
	width:130px;
	float: left;	
	overflow-x:scroll;
}

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

#sotd_box{
	border-width: thin;
	border-style: dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:1px;
	width:112px;
	float: left;	
	text-align:center;
}
#sotd_box img{width:106px}
#ulSearch, #ulAbout, #ulPref, #ulRegistry,#ulContrib{ display:none;}

#searchPage #nav-search, #registryPage #nav-registry, #aboutPage #nav-about, #contribPage #nav-contrib{color:#06c;}
#searchPage #ulSearch, #registryPage #ulRegistry, #aboutPage #ulAbout,#contribPage .h2Contrib {display:block;}
#h2Contrib{font-weight:bold;color:#323232;}
/*-------------------------------------------------------Content*/
.session{
	color:red;
}


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

}

html>body #content{
margin-right:0px;
}

.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;
}
.tooManyNames{color:#075563;background-color:#f3f8fe;border:thin solid #03738b;}

.cancel{color:#c00704;}
#formMail{
	padding:6px;
	display:none;
}


.validation{border:thin solid #bbb;}

.anchor{
	margin-left:5px;
	background: url("/botany/static/images/top.jpg") no-repeat left;
}

.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; 
}
.data_grid th{ 	white-space:nowrap;}

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

.pref_grid table{  width:96%;  border-width:0px;  font-size:0.9em;  white-space:nowrap;	}


#spacer,#spacer2,#spacer3{display:none;}


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

.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;}
#multi ul li ,.multi 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;
}

.marginRightBig{margin-right:26px;}

.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:left; margin-left:44px; }

html>body .withMargin{float:left; margin-left:90px;}

.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;
	width:800px;
	margin-left:-135px;
}

html>body #scroll{width:auto;margin-left:-145px;margin-right:10px;}


#scrollC{ 
	z-index:3;
	width:100%;	
	float:right;
}


#fieldList{width:165px;}


#example,#suite,#expandNames,.expandNames,.expandNamesSimple{
	display:none;
}
.expandNames,.expandNamesSimple{position:absolute; background-color:#f3f8fe;width:350px;margin-left:125px;border:thin solid #03738b;}
.expandNamesSimple{margin-left:285px;margin-top:30px;}
.hrsmall{width:129px;height: 1px;
margin: 0;
_margin:0 0 -20px 0;border:none;}
html>body .hrsmall{border:thin;background-color:#ccc;}

.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%;
}

.queryReminder .blue{
	color:#06c;
}
.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%;
}
.noBg{float:right;}

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

.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:75px;
	padding-top:1px;
	background: transparent url(/botany/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, .notes_boxH{position:relative;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fefefe;
	padding: 3px;
	float: right;
	margin-right:0px;
	border:none;	
}
.notes_boxH {margin-top:-25px;}	
.espace{height:8px;}
.notes_box input{
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	
}
.notes_box table, table td{
	border:none;
	vertical-align:top;
	padding:2px;
	
}
.notes_box input{width:130px;}


.buttonImg, .button, .buttonL{
	font-size: 1.1em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px outset #ccc;
	}
.buttonImg{border:none;}
	
.button{
	width:auto;
}

.buttonSearch{
		background-color : #e1e1e1;
font-weight:bold;
}




.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;}

#loadingAdvanced{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.1em;
	z-index:12;
	position:fixed;
	margin-top:50px;
	height:auto;
	display:none;
	visibility:visible;
	background-color:#fff;
	border:1px solid #ddd;
	padding:15px;
}

#loading{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.2em;
	z-index:12;
	position:fixed;
	margin-top:50px;
	height:auto;
	display:none;
	visibility:visible;
	background-color:#fff;
	border:1px solid #ddd;
	padding:15px;
}
html>body #loadingAdvanced,#loading{margin-left:200px;}}
#loadingGif,#loadingGifAdvanced{
	visibility:visible;
}

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

#thesaurus_options{display:block;}

#searchresults,#searchresults_Taxon, #searchresults_Genus, #searchresults_Family, #searchresults_Common,#searchresults_Country,#searchresults_HigherTaxon, #searchresults_InstCode, #searchresults_CollCode {
	border : 1px solid gray;
	height : 112px;
	width:400px;
	overflow-y : auto;
	float:left;
	display:none;background-color:white;position:absolute;
}
#searchresults_Taxon, #searchresults_Genus, #searchresults_Family, #searchresults_Common,#searchresults_Country,#searchresults_HigherTaxon, #searchresults_InstCode, #searchresults_CollCode {
width:456px;}


#searchresults div.mover,#searchresults_Taxon div.mover, #searchresults_Genus div.mover, #searchresults_Family div.mover, #searchresults_Common div.mover,#searchresults_Country div.mover,#searchresults_HigherTaxon  div.mover, #searchresults_InstCode div.mover, #searchresults_CollCode div.mover{
	background-color : #06c;
	color : white;
}

.higher,.taxonName,.family,.country,.collector,.locality,.institution,.collection,.unitKey,.genus,.common,.date,.collNumber,.fieldNumber,.unitid{
	border:thin solid #eee;}

.ro{background-color:#F3F3F3;}
.ft{background-color:#deecdf;}
.ro bt{width:50px;}
.ed{width:410px;}
html>body .ed {width:96%;margin-left:0px;}
.edL{width:400px;}
.tdLeft{width:180px;}
.tdRight{width:100%;}
.dateInf{width:45px;height:1.1em;}
#sugImg{
	display:none;
	/*background: transparent url(/botany/static/images/idea.gif) center no-repeat;
	width:25px;
	border:0;*/
}
.thesauImgOff,#thesauImgOff{
	background: transparent url(/botany/static/images/options.png) center no-repeat;
	width:25px;
	border:0;
}
.thesauImgOn,#thesauImgOn{
	background: transparent url(/botany/static/images/optionsOn.png) center no-repeat;
	width:25px;
	border:0;
}
.ieColspan{width:100%;}
.ieColspanL{width:96%;}
.hidden{display:none;}
/*-------------------------------------------------------Footer*/

#footer {
	background-color: #eee;
	background: url("/botany/static/images/footer.jpg") no-repeat bottom center;
	border: 0;
	width: 850px;
	height: 90px;
	clear: both;
	text-align: center;
}

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

#footer img{margin-left:20px; float:left;}
#divJavascriptSupport{display:block;}


small, .small{
float:right;
text-align:left;
margin-right:10px;
margin-left:20px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 1em;
line-height: 1.5em;
color:#888;
width:600px;
}

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

#peopleOptions,#collectionOptions,#institutionOptions{display:none;}
.powered{float:right;margin-right:25px;margin-top:-37px;}
.info{color:grey;}


