/*********** STYLE SHEET FOR BIO INNOVATION SA **************/
/************************************************/
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #663366;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #663366;
	line-height: 18px;
	margin-bottom: 12px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663366;
	margin-bottom: 6px;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	margin-bottom: 6px;
}


BODY, P, DL, DT, DD, PRE, LI, BLOCKQUOTE, ADDRESS, SPAN, LEGEND, UL {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    /*list-style-image: url(../images/bullet.gif); */
}

A:link {
    color: #923253;
    cursor: auto;
    text-decoration: none;
}

A:visited {
    color: #923253;
    cursor: auto;
    text-decoration: none;
}
        
A:active {
    color: #923253;
    cursor: auto;
    text-decoration: none;
}
        
A:hover {
    cursor: auto;
    color: #923253;
    text-decoration: underline;
}
        
.Li {
    list-style-image:
    url(../images/bullet.gif);
    padding-bottom: 7px;
}


/********** DEFINE LINKS **********/

A.breadcrumb:link,A.breadcrumb:visited,A.breadcrumb:active {
	cursor: auto;
	text-decoration: none;
}

A.breadcrumb:hover  {
	cursor: auto;
	text-decoration: underline;
}

A.lftnav:link,A.lftnav:visited,A.lftnav:active {
	color: #646E75;
	cursor: auto;
	text-decoration: underline;
}

A.lftnav:hover {
	color: #663366;
	cursor: auto;
	text-decoration: underline;
}


A.footer:link,A.footer:visited,A.footer:active 	{
	color: #663366;
	cursor: auto;
	text-decoration: none;
}

A.footer:hover {
	color: #359C93;
	cursor: auto;
	text-decoration: underline;
}

A.list {
	text-decoration: none;	
}

A.list:hover {
	color: #359C93;
	text-decoration: underline;	
}

/********** SUB CLASSES **********/

.PageBody {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
/*	color: #666666;*/
}


.newstitle          {

	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px; 
	text-decoration: none;
	padding-top: 5px;
}

.error          {
	color: #993300;
}

.news          {
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px; 
	text-decoration: none;
}

#newseventpopup {          
	color: #663366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px; 
	text-decoration: none;
	padding: 20px;
}


.breadcrumb {  
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;		    
	font-weight: normal;		
	white-space: nowrap;
}


.list {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:3px;
}


#lftnav {  
		    
		    padding-left:	0px;
		    padding-top:	6px;
		    padding-right:	0px;
		    padding-bottom:	0px;
		    
}

.lftnav {  
		    
    font-family: Arial, Helvetica, sans-serif;
		    color:			#646E75;
		    font-size:		10px;
		    padding-left:	0px;
		    padding-top:	0px;
		    padding-right:	10px;
		    padding-bottom:	0px;
		    line-height:	18px;
		    
}

.SubNav {
	font-size: 10px;
	text-transform: none;
}

.Caption {
    font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
        font-size: 10px;
        text-decoration: none;
        line-height: 14px;
        padding-top: 5px;
        font-weight: bold;
}
.SmallHeaderText {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold; 
        color: #663366
}
.MediumHeaderText {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: bold; 
        color: #FFFFFF
 }
.MediumHeaderText A {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: bold; 
        color: #FFFFFF
}
.LargeHeaderText {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: bolder;
		color: #FFFFFF;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:14px;
}


/* Navigation */
div#s1 {
  width: 160px;          /* menu width */
}

div#s1 ul {
  background-color: #663366;
  padding:0;             /* no padding */
  margin:0;              /* no margin for IE either */
  list-style-type: none; /* get rid of the bullets */
}

div#s1 ul li {
  margin: 0;
  padding: 0;
  background-color: #663366;
  display:block;
  border-bottom: 1px solid #A385A3; /* lines */
}

div#s1 ul ul li {
  border-bottom: none; /* no lines */
  background-color: #a385a3;
}

div#s1 ul li a {
  display: block;         /* lines extend to right, make area clickable */
  color: white;
  font-size: 11px;
  background-color: #663366;
  padding: 3px 3px 3px 23px;
  margin:0;
  text-decoration: none;
  height:30px;           /* hint for IE, alternatively remove whitespace from HTML */
}

div#s1 ul ul li a {
  margin-left: 20px;     /* indent level 1 */
  background-color: #a385a3;
}

div#s1 ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block;        /* expand */
}
 
div#s1 ul li.open a {
  background-image: url(../images/bullet-open2.gif);
  background-repeat: no-repeat;
}

div#s1 ul li.closed a {
  background-image: url(../images/bullet-closed2.gif);
  background-repeat: no-repeat;
}

div#s1 ul li.leaf a {
  background-image: url(../images/bullet-leaf2.gif);
  background-repeat: no-repeat;
}
 
div#s1 li.active a {
  background-position: 0px -50px;
  color: #ff9900;            /* highlight text */
}
 
div#s1 li.active li a {
  background-position: 0px 0px;
  color: white;          /* fix lower levels */
}

div#s1 ul li a:hover {
  cursor: auto;
  color: #ffffff;
  text-decoration: underline; /* rollover effect */
}

/* form declarations */
form {
  padding: 5px;
  margin: 0px;
}

input{
  /* border: solid #4D4941 1px; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /* line-height: 18px; */
  margin: 0px;
  background-color: #FFF;
  color: #4D4941;
}

select {
  border: solid #4D4941 1px;
  background-color: #FFF;
  font: 12px Arial, serif;
  color: #4D4941;
}
.textarea {
  width: 200px;
  height: 80px;
}
textarea#message {
  width: 400px;
  height: 200px;
}

/* THE SEARCH FOR NICELY ALIGNED FORMS */
fieldset {
  border: solid #4D4941 1px;
  margin-top: 10px;
  padding: 5px;
  line-height: 11px;
  font-size: 11px;
}

/* Guided search boxes horizontal */
fieldset fieldset {
  float:left;
}

/* I want to use the label tag to act like a box at this is proper markup */
label {
  margin-bottom: 2px;
  display: block;
  float: left;
  width: 10em;
}

TD {
  font: 11px Arial, Verdana, sans-serif;
}

#address {
  padding: 10px;
} 

#address p {
  font: 10px Arial, Verdana, sans-serif;
  color: #FFFFFF;
}

#future_requirements, #search_results, #directory_admin {
    font: 11px Arial, Verdana, sans-serif;
    color: white;
    background-color: #a385a3;
    width: 95%;
    margin: 20px 0px 40px;
    padding: 2px;
}

#future_requirements a, #search_results a, #directory_admin a{
    color: white;
}

#future_requirements th, #search_results th, #directory_admin th{
    background-color: #663366;
    padding: 0px 5px 10px 0px;
}

#search_results td {
    font-size:80%;
}

#future_requirements, #search_results td, #directory_admin td{
    padding: 0px 5px 10px 0px;
}


/* Tabs on search */

#tabmenu {
color: #000;
border-bottom: 2px solid black;
margin: 12px 0px 0px 0px;
padding: 0px;
z-index: 1;
padding-left: 10px }

#tabmenu li {
display: inline;
overflow: hidden;
list-style-type: none; }

#tabmenu a, a.active {
color: white;
background: #663366;
font: bold 1em Arial, sans-serif;
border: 2px solid black;
padding: 2px 5px 0px 5px;
margin: 0px;
text-decoration: none; }

#tabmenu a.active {
color: #663366;
background: #E3DAE3;
border-bottom: 3px solid #E3DAE3; }

#tabmenu a:hover {
color: #fff;
background: #A385A3; }

#tabmenu a:visited {
color: white; }

#tabmenu a.active:hover {
background: #A385A3; 
color: white; }

#search_results_tab {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
text-align: justify;
background: #E3DAE3;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 1px;
padding-right: 1px;
border: 2px solid black;
border-top: none;
z-index: 2; }

#search_results_tab a {
text-decoration: none;
color: #E8E9BE; }

#search_results_tab a:hover { background: #898B5E; }


/* White space */
#whitespace {
    background: url(../images/1pix.gif) #FFFFFF no-repeat left top;
}


/* The following elements are required to define the banner elements*/
#banner {
    width: 100%;
    height: 80px;
    background-color: #663366;
    white-space: nowrap;
    background: url(../images/bio_logo.gif) #663366 no-repeat left top;
}

A.banner-nav-text:visited, A.banner-nav-text {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #ffffff;
 text-decoration: none;
 display: inline;
 white-space: nowrap;
} 

.banner-nav-form {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 white-space: nowrap;
 display: inline;
 color: #FFFFFF;
 padding: 5px;
}

.banner-nav-input {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 white-space: nowrap;
 display: inline;
 color: #999999;
 padding: 0px;
 border: solid #4D4941 1px;
}

A.banner-nav-text:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #999999;
 text-decoration: none;
 white-space: nowrap;
} 

#banner-nav {
 background-color: #FF9900;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: white;
 height: 18px;
 text-align: right;
 padding-right: 40px;
 white-space: nowrap;
}

#banner-right {
    float: right;
    background-color: #663366;
    margin-top: 0em;
    text-align: left;
    white-space: nowrap;
    z-index: 2;
}

#banner-image {
	background-image: url("../images/banner_bg.jpg");
	background-color: #0A76B5;
	background-repeat: no-repeat;
}

/* Footer tags */ 
#container {
 min-height: 100%;
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
}

html {
 min-height: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 border: 0;
}

body { 
 min-height: 100%;
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 color: #666666;
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

* html #container #left {
 height: 100%
}

#footer {
 color: #FFFFFF;
 position: relative;
 bottom: 0px;
 left: 0px;
 width: 100%;
 min-width: 600px;
 height: 100px;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10px;
 line-height: 16px;
 background-color: #A181A1; 
 text-decoration: none;
 padding-top: 5px;
 padding-bottom: 5px;
}

#top { 
 position: relative;
 top: 0;
 left: 0;
 min-width: 600px;
 width: 100%;
 height: 178px;
}

#left { 
 position: absolute;
 top:178px;
 left: 0;
 width: 160px;
 height:100%;
 margin: 1% 1% 0 0;
 background-color: #663366;
}

#middle2 { 
 position: absolute; 
 top:178px;
 left:19%; /* Use this for adjusting */
 /* left:180px; */
 min-width: 160px;
 min-height: 100%;
 width: 55%;
 margin: 1% 0 0 0;
 background-color: #FFFFFF;
}

#middle { 
 position: relative; 
 top:0px;
 /* left:19%; Use this for adjusting */
 left:180px;
 min-width: 160px;
 min-height: 100%;
 height: 90%;
 width: 55%;
 margin: 1% 0 0 0;
 background-color: #FFFFFF;
}

#middlenoright {
  position: relative;
  top:0px;
  /* left:19%; Use this for adjusting */
  left:180px;
  min-width: 160px;
  min-height:100%;
  height: 90%;
  width: 75%;
  margin: 1% 0 0 0;
  background-color: #FFFFFF;
}

#right { 
 position: absolute;
 top:178px;
 right: 0px;
 background-color: #E3DAE3;
 width: 220px;
 height: 100%;
 margin: 0;
 }

#print {
  display: inline;
}

/* HR styles need for IE/Win. */
HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
HR.left, HR.right { width: 160px; visibility: hidden; }
HR.middle { width: 220px; visibility: hidden; }

/* These HR styles replace the above, and are needed for Netscape 4.x.
Left and right margins are half the relevant DIV width */
HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
HR.left, HR.right { width: 0; margin: 0 60px; }
HR.middle { width: 0; margin: 0 180px;  }

/* DIVs must have a border value set in Netscape 4.x */
DIV { border: none; overflow: visible; }


div.help {
  background-color: #FFFFE1;
  border: 1px solid black;
  font-size: 80%;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  position: absolute;
  #left: -18em;
  left: 18em;
  top: 1.5em;
  width: 16em;
  padding: 0.5em;
}

.required {
/* Used in addition to class "label" on required elements */
          background: url(../images/required.gif) right no-repeat;
}

div.label {
   font-weight: bold;
   display: inline;
   padding-right: 0.5em;
}

div.field {
   margin-top: 0.2em;
}

span.legend {
    background: White;
    font-weight: bold;
    padding: 0.5em;
    position : relative;
    top: -0.8em;
    left: 0em;
}

.group {
  border: 1px solid #336633;
  margin: 1em 0em 1em 0em;
  padding: 0em 1em;
}

div.row {
  clear: both;
  min-height: 4em;
  margin: 0em 0em 1em 0em;
  position: relative;
}

#popuptext {
  position: relative;
  top:0px;
  left:5%;
  min-width: 160px;
  min-height:100%;
  height: 90%;
  width: 90%;
  margin: 1% 0 0 0;
  background-color: #E3DAE3;

}

