/* Start of CMSMS style sheet 'bioforma css v2' */
html, #wrapper, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper, #wrapper2 {
	margin: 0 auto;
	top: 0px;
	left: 0px;
	bottom: 0;
	vertical-align: top;
	height:100%;
}
#main {
	top:0px;
	right:0px;
	height:auto; 
	height:100%;
}
#content {
	top:0px;
	right:0px;
	height:auto; 
	height:100%;
}
a, a:active, a:visited {
	color:#5e5e5e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.tabb {
	height: 100%
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
 margin-top: 3px;
}
li { margin-bottom: 4px; }
.slogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #a1a998;
	font-size: 15px;
}
#contentbg {
	background-image:url(images/site/bg_menu.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
#bottombg {
	background-image:url(images/site/bg_bottom.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#E9E9E7;
}
#bott_menu {
	width:100%;
	padding-top: 0px;
}
#bott_menu ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}
#bott_menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
             margin-bottom: 10px;
	border-right: solid 1px #f3f3f3;
}
#bott_menu a, #bott_menu a:visited, #bott_menu a:active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
             
	border-right: solid 1px #747474;
}

#bott_menu a:hover {
	text-decoration:underline;
}
.copyright {
	font-size: 11px;
	color: #5E5E5E;
}
#menu {
	width:100%;
	padding-top: 0px;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding: 0px;
}


#menu li {
	display:block;
	padding-left: 10px;

}
#menu a, #menu a:visited {
        display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f0efed;
	text-decoration: none;
        padding: 6px 5px 6px 10px;

}
#menu a:hover {
	text-decoration:underline;
}
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #242424;
	text-decoration: none;
	padding: 6px 5px 6px 10px;
        background: #FFF;
        display: block;
}
#menu ul > li > ul > li > a {
       font-size: 13px;
       padding: 6px 5px 6px 10px;
}
#menu ul > li > ul > li a {
      text-decoration: underline;
}
#menu ul > li > ul > li > ul > li > a {
       font-size: 12px;
       padding: 3px 5px 3px 10px;
       text-decoration: none;
}
#menu ul > li > ul > li > .active {
       font-size: 13px;
       padding: 6px 5px 6px 10px;
}

#menu ul > li > ul > li > ul > li > .active {
       font-size: 12px;
       padding: 3px 5px 3px 10px;
}

.active_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;

}
H1 {
	font-family: Arial;
	font-size: 18px;
	font-weight:normal;
	color: #4d2f5c;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom:6px;
	padding-right:0;
	padding-top:0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	background: url(images/site/h1.gif) no-repeat bottom right;
	border-bottom: 1px solid #d2d2d2;
}
.news_title {
	color: #769e0a;
	font-weight: bold;
}
.news_title, a.news_title, a.news_title:active, a.news_title:visited, a.news_title:hover {
	color: #769e0a;
	font-weight: bold;
	text-decoration:none;
}
.news_content {
padding-bottom: 0px;
}
#gall {
list-style:none;
}

/* Bioforma Image Gallery CSS*/

.thumb {
	margin: 1px 18px 3px 0; /* Space between images */
	padding: 0;
	float: left;
	text-decoration: none;
	line-height: normal;
	text-align: left;
}

.thumb img, .thumb a img, .thumb a:visited img, .thumb a:hover img, .thumb a:link img { 
	width: 65px; /* Image width*/
	height: 65px; /* Image height*/
	display: inline;
             padding: 1px;
	margin: 0;
	background-color: white; /*Background of photo */ 
	border-top: 1px solid #cccccc; /* Borders of photo frame */
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-decoration: none;
}

.thumbPicCaption {
	text-align: center;
	font-size: smaller;
	margin: 0 5px 0 0;
	padding: 0;
	display: none;  
}

.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
	margin: 0;
	width: 386px; 
	padding: 0;
	color: #000;
	font-size: smaller;
	line-height: normal;
	text-align: center;
	/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
}
.form_myg {	
    BORDER-RIGHT: 0px; 
    BORDER-TOP: 0px; 
    FONT-SIZE: 10px; 
    BORDER-LEFT: 0px; 
    WIDTH: 65px; 
    CURSOR: hand; 
    COLOR: #ffffff; 
    BORDER-BOTTOM: 0px; 
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
    HEIGHT: 17px; 
    BACKGROUND-COLOR: #519500
}
.forma {	
    BORDER-RIGHT: #e3e3e2 1px solid; 
    BORDER-TOP: #e3e3e2 1px solid; 
    FONT-SIZE: 11px; 
    BORDER-LEFT: #e3e3e2 1px solid; 
    COLOR: #5e5e5e; 
    BORDER-BOTTOM: #e3e3e2 1px solid; 
    FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
    TEXT-DECORATION: none; 
    BACKGROUND-COLOR: #ffffff;
float:left;
}
/* End of 'bioforma css v2' */

