/* bionovo.com */

body {
	background-color: #243877;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* menu titles */
.topnav {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
}
.style4, .style4 a: hover { color: #7DBE47; }
.topnav a, .topnav a:active, .topnav a:hover {
	text-decoration: none; color: #339900;
}
.topnav a:visited {
	text-decoration: none; color: #666666;
}

/* page-left menu */
.leftnav, .leftnav .a {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
}
.leftnav .a {
	color: #47C6EE;
}

/* bionovo logo */
.banner {
	top: 30px;
	right: 0px;
	bottom: 20px;
	left: 20px;
}

/* the content of all pages/the content of the main home page */
.content, .maincontent {
	color: #444444;
	float: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.content {
	padding: 0 25px 16px 18px;
}
.content a, .content a:hover, .content a:active, td.maincontent a, td.maincontent a:hover, td.maincontent a:active {
	color: #243877;
	text-decoration: none;
}
.maincontent {
	padding: 0 30px;
	width: 580px;
}
.contind {
	padding-left:1.2em;
}

/* page/section/subsection titles */
.h1, .h2, h1 {
	font-size: 18px;
	color: #00B8EF;
	font-style: normal;
	font-size: 26px;
	font-weight: bold;
}
.h1 {
	padding: 4px 0 0 18px;
}
.h2 {
	padding: 0;
}
.h3 {
	font-size: 14px;
}	

/* about pages */
.boardtabletext { font-size: 11px; }
.boardtablecol { font-size: 12px; }
.boardtabletext a, .boardtabletext a:visited {text-decoration: none; color: #666666;}
.boardtabletext a:active {text-decoration: none; color: #333399;}
.boardtabletext a:hover {text-decoration: underline; color: #333399;}

/* submenus */
.style5 {color: #00B8EF;}

/* backgrounds for each type of page */
#about_banner, #contact_banner, #investors_banner, #pipeline_banner, #error_banner {
	height: 212px;
	margin: 0 auto;
	width: 861px;
}
#about_banner, #error_banner {
	background: url('/static/header/aboutus.jpg');
}
#investors_banner {
	background: url('/static/header/investors.jpg');
}
#pipeline_banner {
	background: url('/static/header/pipeline.jpg');
}

#contact_banner {
	background: url('/static/header/contact.jpg');
}

/* menus for all pages */
#bannertitle_new {
	color: #243877;
	font-size: 24px;
	font-weight: bold;
	padding-top: 150px;
	text-align: center;
	width: 250px;
}

/* footer links for all pages */
#footer {
	color: #FFFFFF;
	font-size: 9px;
	padding: 10px 0;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* start for titlebar dropdown menus */
.leftnav a:hover {
	color: #00B8EF;
}
.xn-content ul { list-style: disc outside none; }
ul {
	float: left;
	list-style: none;
}
li.sub ul {
	display: none;
	position: absolute;
} 
li:hover > ul {
	background: white;
	border: 2px solid #BBBBBB;
	display: block;
	left: auto;
	margin-left: 1em;
	padding: 0;
	white-space: nowrap;
}

#topmenu, .sub {
	padding-left: 0;
	padding-right: 0;
}
ul li ul li {
	padding: 5px;
}

li.sub a {
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
}
li.sub a:hover {
	color: #79BE47;
}
li.sub ul li {
	background-color: white;
}
li.sub ul li a {
	color: #666666;
	font-size: 10px;
	padding: 4px;
}
li.sub ul li a:hover {
	color: #7DBE47;
}
.leftstock {
	color: #79BE47;
	font-weight: bold;
}
/* end for titlebar dropdown menus */


/* start for IE titlebar dropdown menus */
#nav .sub { /* each menu title */
	margin: 0;
	padding: 0;
	width: auto;
}

#nav, #nav ul { /* all lists */
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}

#nav a {
	display: block;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* Opera */
}

#nav li ul { /* the popup menus */
	background: white;
	border: 2px solid #BBBBBB;
	left: -999em;
	position: absolute;
	margin-left: 1em;
	white-space: nowrap;
	width: 12.9em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;
}
/* end for IE titlebar dropdown menus */

/* for external links Events, Presentations, Webcasts and home page */
.dull {
	color: #243877 !important;
	text-decoration: underline;
}
.dull:hover, .dull:active, em a:hover, em:hover /* for ie */ {
	color: #666666 !important;
	text-decoration: none !important;
}
.dull2 {
	color: #666666 !important;
	text-decoration: underline;
}
.dull2:hover, .dull2:active {
	color: #243877 !important;
	text-decoration: none;
}

.subsub {
	padding-top:10px;

}

/* EOF */
