
body {	
    font: 90% verdana, arial, helvetica, sans-serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #7b8e39;
    background-position: top center;
    margin: 0;
    padding: 0;
    color:#000;
}


#headerHolder{
  margin-top:10px;
  margin-bottom:10px;
}

#header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #fff;
    text-align: left;
    height: 160px;
    border: 1px solid #ddd;
}

#whole {
    position:relative;
    top:0px;
    left:0px;
    height:160px;
}

#icpsLogoHolder{
    position:relative;
    top:20px;
    left:5px;
    width:200px
}

#darlingtoniaHeaderImageHolder{
    position:relative;
    top:-100px;
    left:175px;
    width:200px
}
        
#pinguiculaHeaderImageHolder{
    position:relative;
    top:-160px;
    left:250px;
    width:200px
}
        
#utriculariaHeaderImageHolder{
    position:relative;
    top:-265px;
    left:695px;
    width:120px
}
        
#dionaeaHeaderImageHolder{
    position:relative;
    top:-407px;
    left:821px;
    width:120px
}

#appNameHolder{
    position:absolute;
    top:15px;
    left:300px;
    color:#000;
    text-align:right; 
}

#appName{
    font-family: Arial, Helvetica, sans-serif;
    font-size:150%;
    color:#000;
    text-transform:uppercase
}
        
#genusName {
    font-size:150%;
    color:#000;
    text-transform:uppercase;
    font-style:italic;
    position:relative;
    right:314px;
    top:25px;
}

#lastUpdateHolder{
    position:absolute;
    top:80px;
    left:450px;
    color:#000;
}

#langSelectorHolder{
    position:absolute;
    top:120px;
    left:480px;
    color:#000;
}

#mainBox{
    position: relative;
    background-color: #fff;
    text-align: left;
    width: 981px; 
    height: auto;
    margin: 7px auto 7px auto;
    min-height:355px;
    border: solid 0px #cccccc;
    width: 981px;
}

#leftMenuHolder{
font-size:larger;
width:170px;
}

#contentHolder{
    background-color:#fff;
    border-radius:3px;
    
}

#footer{
    position: relative;
    background-color: #fff;
    text-align: left;
    height: auto;
    margin: 10px auto 40px auto;
    border: solid 0px #ccc;   
    border-radius:3px;
}

a:link, a:active, a:visited {
    color:    #0000CC;
    text-decoration: none;
    outline: none;
    word-break:break-all;
}

a:hover, a:focus {
    text-decoration: none;
    -moz-outline-style: none;
    color: #880000;
}

/* floating box with miniature */
#screenshot{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}


img {
    border: 0;
}

span.menu-section{
    background-color: #004521;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 140px;
    display: block;
    margin:10px 0px;
}

.ul-leftmenu{
    padding-left: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

.ul-leftmenu li {
    background: #bdcbbb;
    margin-bottom:2px;
    padding-left:5px;
}
.ul-leftmenu li:hover {
	background: #c2e1be;
}
.ul-leftmenu li a{
    color:#000;
    font-weight:bold;
    text-decoration:none;
}

.footerText{
    padding: 10px;
    text-align: center;
}

.cc {   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.genusheader {
	font-size: 2.5em;
	font-style:italic;
	font-weight:bold;
}

/*width fixes*/
#leftColumn{
width:180px;
}

#mainColumn{
width:810px;
}

.container, .span12 {
 width:1024px !important;
}
