/*RECSEA-PGR STYLE*/
* {
  margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
  margin: 1em 0;
}
h1, h2, h3{color:#0038a8;}
h1{
font-size:18px;
padding-left:15px;
}
h2{
font-size:14px;
padding-left:15px;
}
h3{
font-size:13px;
padding-left:15px;
}
p{
font-size:11px;
line-height:1.5;
padding-left:13px;
padding-right:13px;
}
a:link{
color:#CE1126;
text-decoration:none;
} 
a:visited{text-decoration:none;
color:#CE1126;
}
body  {
	font: 88.5% Verdana, Arial, Helvetica, sans-serif;
	background: #C6C0BD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #000000;*/
}
 #jumpMenu {
	position:absolute;
	top:-999em;
	left:-999em;
}
/*---END LOGO BIOVERSITY---*/
/*.thrColElsHdr #search{
border:solid;
float:right;
width:235px;
height:60px;
background:url(images/search.png)no-repeat top scroll;}*/
.thrColElsHdr #container { 
	max-width: 80em; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #aim h1{
color:#0038A8;
font-size:23pt;
font: Verdana, Arial, Helvetica, sans-serif;
margin-left:10em;
margin-top:-1.9em;
}
.thrColElsHdr #aim p{ 
font-weight:bold;
color:#0038A8;
text-align:right;
font-size:12pt;
margin-top:-3.9em;
}
 #visual {
	/*height:133px;*/
	/*background: url(../images/title.png) no-repeat;*/
}
 #visual img{
         width:100%;
	/*height:100%;
	background-position: 1% 1%;*/
	/*margin-top:0px;*/
}
 #visual  h1{
	font-size:34px;
	color:#fff;
	}
.thrColElsHdr #breadcrumbs{
background-color:#FCD116;
font-size:10.5px;
height:31px;
line-height:28px;
margin-bottom:2px;
/*margin-top:-0.1em;*/
padding-left:14px;
text-align:left;
}
.thrColElsHdr #breadcrumbs p {margin-top:0;padding-top:3px; }
.thrColElsHdr #searchBar {
        line-height:25px;
	float:right;
	width:px;
        margin-top:-1.1em;
}
.thrColElsHdr #searchBar input[type=text] {
	width:128px;
	border:1px solid #CE1126;
}
.thrColElsHdr #searchBar input[type=submit] {
	border:1px solid #CE1126;
	color:#CE1126;
	background-color:#fdd891;
}
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #right-col {
border:1px solid #F0DADC;
	float: right; 
/*	width:13.7em; */
width:224px;
	background: #FFFFDE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 14px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #right-col h2{
border:1px solid #F0DADC;
margin-top:-1.01em;
background-color:#CE1126;
color:#Fff;
padding-left:4px;
padding-top:5px;
text-align:center;
float:right;
/*width:13.5em;*/
width:218px;
height:35px;
}
.thrColElsHdr #right-col-content {
	padding:0 10px;
}
#right-col-content div,
#right-col-content p,
#right-col-content li  {
/*padding-left:10px;
padding-right:10px;*/
padding-left:0px;
padding-right:2px;
margin-bottom:1em;
}
/*.thrColElsHdr #sidebar2 p{padding-left:10px;
padding-right:10px;
}*/
#right-col-content div.related_information_title,
#right-col-content h4   {
	font-size:12px;
        font-weight:bold;
        color:#000;
        border-bottom:5px solid #FCD116;
}
#right-col-content a:link,
#right-col-content a:visited {
	color:#015092;
        font-size:11px;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-right: 10px;*/
}
.thrColElsHdr #mainContent {
border:1px solid #F0dadc;
 	margin:0em 14em 0.1em 13em/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #mainContent h1{color:#0038a8;}
/*---BEGIN LIST STYLE  TYPE---*/
.thrColElsHdr #mainContent  ul{ padding-left:30px;}
.thrColElsHdr #mainContent  ul li{
font-size:11px;
line-height:1.5em;
list-style-type:none;
padding-left:31px;
background: url(/fileadmin/templates/RECSEA-PGR/html//images/bulletapo.png)no-repeat scroll 0.5em .8ex;
list-style-type:none;
}
.thrColElsHdr #mainContent  ol{
font-size:11px;
line-height:1.5em;
list-style-type:decimal;
padding-left:31px;
}
/*---END LIST STYLE  TYPE---*/
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*POP UP*/
#popup{width:50px;}
#popup div.menu_form_header{
background: #CE1126;
color:#fff;
border:1px solid #F0DADC;
}
#popup div.menu_form_body{
font-size:11px;
line-height:1.1em;
border:1px solid #F0DADC;
font-size:11px;
font-weight:none;
background:#FFFFDE;
padding-top:0;
padding-bottom:0;
}
#popup div.menu_form_body a {
font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
font-weight:normal;
font-size:11px;
color:#CE1126;
}
#popup div.menu_form_body a:hover{color:#000;}
/*--end POPUP---*/
/*
 * MAIN MENU
 * Position absolute and submenus hidden
*/
#mainMenu {
	Position:absolute;
        list-style-type: none;
	margin-left:17em;
	z-index:1;
	//width:76%;
	/*width:50em;*/
	/*left: 30em;*/
	left:0;
	top: -15px;
}
#mainMenu h2 {position:absolute;top:-999em;left:-999em;}
#mainMenu ul li ul {display:none}
#mainMenu ul {height:35px;width:100%;}
#mainMenu ul li {float:left;}
#mainMenu ul li ul {position:absolute;z-index:2;}
#mainMenu ul li ul li ul li{float:none;}
/* FIRST LEVEL */
#mainMenu ul li {/*background-color:#FFF*/}
#mainMenu ul li a:link,
#mainMenu ul li a:visited{
	display:block;
	margin-top:3px;
	margin-right:4px;
	width:110px;
	height:30px;
	padding-top:4px;
	border-top:7px solid #0038A8;
	font-family:Helvetica, Verdana, sans-serif;
        list-style-type:none;
	text-transform:uppercase;
	font-weight:bold;
	color: #0038a8;
	font-size:1em;
}
#mainMenu ul li.active a:link,
#mainMenu ul li.active a:visited {
	border-top:7px solid #FCD116;
	color: #CE1126;
}
#mainMenu ul li a:hover,
#mainMenu ul li a:active {
	border-top:7px solid #FCD116;
	color: #CE1126;
	text-decoration:none;
}
#mainMenu ul li a.active{
	border-top:7px solid #FCD116;
       list-style-type: none;
	color: #da5f4c;
	text-decoration:none;
}
/* SECOND LEVEL */
#mainMenu ul li ul {background-color:#FFF;width:auto; top:45px;}
#mainMenu ul li ul li a:link,
#mainMenu ul li ul li a:visited,
#mainMenu ul li.active ul li a:link,
#mainMenu ul li.active ul li a:visited {
	display:block;
	border-bottom:3px solid #0038A8;
	border-top:none;
        list-style-type: none;
	font-family:Trebuchet MS, Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#0038A8;
	font-size:0.8em;
	padding:7px 7px 0;
	padding-bottom:0px !important;
	width:auto;
	height:13px;
	margin-bottom:4px;
}
#mainMenu ul li ul li.active a:link,
#mainMenu ul li ul li.active a:visited,
#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li a:active,
#mainMenu ul li.active ul li a:hover,
#mainMenu ul li.active ul li a:active {
	color:#CE1126;
	background-color:#FCD116;
	border-bottom:3px solid #FCD116;
}
/* THIRD LEVEL */
#mainMenu ul li ul li ul {background-color:#FCD116;width:250px;height:auto; top:1.4em;}
#mainMenu ul li ul li ul li {height:20px;overflow:hidden}
#mainMenu ul li ul li ul li {background-color:#FCD116;}
#mainMenu ul li ul li ul li a:link,
#mainMenu ul li ul li ul li a:visited,
#mainMenu ul li.active ul li ul li a:link,
#mainMenu ul li.active ul li ul li a:visited,
#mainMenu ul li.active ul li.active ul li a:link,
#mainMenu ul li.active ul li.active ul li a:visited {
	display:block;
	float:none;
	border-bottom:none;
	border-top:none;
	font-family:Trebuchet MS, Verdana, sans-serif;
	text-transform:none;
	font-weight:bold;
	color:#CE1126;
	font-size:1em;
	white-space:nowrap;
	padding:5px 7px;
        padding-bottom:5px !important;
	width:236px;
	height:auto;
        list-style-type: none;
	background-color:#FCD116;
	margin:0;
}
#mainMenu ul li ul li ul li a:hover,
#mainMenu ul li ul li ul li a:active,
#mainMenu ul li.active ul li ul li a:hover,
#mainMenu ul li.active ul li ul li a:active,
#mainMenu ul li.active ul li.active ul li a:hover,
#mainMenu ul li.active ul li.active ul li a:active {
	background-color:#FCD116;
}
/*END MENU*/
/*** menu bar styles by Valentina***/
#secMenu{
margin: 0.em auto;
float:left;
}
ul, menu, dir{list-style-type:none;}
ul.menu,
.menu ul{
text-transform:none;
border:1px solid #f0dadc;
width:19em;
z-index:1;
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
}
ul.menu{
width:11.3em;
border:1px solid #f0dadc;
font-size: 12pt;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif ;
color: #FFF;
text-align: left;
float: left;
/*margin-right: 1em;*/
}
ul.menu>li{
border-left:7px solid #FCD116;
border-bottom: 1px solid #f0dadc;
margin: 0;
padding: 2px 6px;
}
ul.menu li>ul{
border-left:7px solid #FCD116;
border-bottom: 1px solid #f0dadc;
	display: none;
	position: absolute;
	width: 20ex;
	left: 20ex;
	margin-top: -1.4em;
	margin-left: 9px;
}
ul.menu li:hover>ul{
	display : block;
}
.menu ul li a{
	display: block;
	padding: 2px 10px;
}
/*** Menu styles***/
#menuCurr, #menuAct, #menuCurr a, #menuAct a{
background-color:#FCD116;
color: #CE1126;
}
#menuCurr, #menuAct, #menuCurr a:hover, #menuAct a:hover{color:#fff;}
#noActiveMenu{background-color:#CE1126;}
#noActiveMenu a:link, #noActiveMenu a:visited{color:#fff;}
#subMenuCurr {
background-color:#FCD116;
font-size:12px;
padding-left:25px;
}
#subMenuCurr:hover{
background:none; color:#A7E4BF}
#subMenuAct {background-color:#000;}
#subNoActiveMenu{  
    background-color:#CE1126;
    font-size:12px;
    padding-left: 25px;
}
#subNoActiveMenu a:link, #subNoActiveMenu a:visited{color:#fff;}
ul.menu,
.menu ul,
.menu ul li a{
	background-color: #fff;
	color: #369;
}
ul.menu li a:hover,
.menu ul li a:hover{
}
ul.menu li:active,
.menu ul li a:active{
}
.menu a{
	text-decoration: none;
}
