/* CSS for kai_template layout */

/* ALL PAGES */
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #E3E3BD;
}

img {
  border: 0;
}

th {
  text-align: left;
  padding-bottom: 14px;
}

table.contentpaneopen {
  border-collapse: collapse;
}

table.moduletable th, table.moduletable_home_highlite th {
  color: #770011;
  font-weight: bold;
  font-size: 13px;
}

table.contentpaneopen td {
  padding-left: 0px;
  margin-left: 0px;  
  border: 0px black solid;  
}

#container {
  position: relative;
  width: 768px;
  margin: 10px auto 0px auto;
  background: url(../images/backgrounds/shadow_background.jpg) repeat-y top;
  padding-left: 6px;
  border: 0px black solid;  
}

#container_main {
  float: left;
  width: 760px;
  background-color: #FFFFFF;
  overflow: hidden;
}

#footer {
  background-color: #E3E3BD;
  font-size: 10px;
  color: #666666;
  padding: 7px 0 0 10px;
  width: 768px;
  margin: 0px auto;
}

#footer a {
  color: #666666;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

#last_menu {
  width: 215px;
  height: 1px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 50px;
}

/* HOME PAGE */

#home_banner_1 {
  position: relative;
  width: 760px;
  height: 84px;
  background-color: #FFFFFF;
  overflow: hidden;
}

#home_bannernav {
  position: absolute;
  width: 130px;
  top: 50px;
  left: 623px;
  height: 20px;
  border: 0px #000000 solid;
  display: inline;
}

#home_flash_banner {
  position: relative;
  /* background: white url(../images/banners/homebanner2.png) no-repeat top; */
  width: 760px;
  height: 165px;
  border-top: 1px solid #E3E3BD;
}

#home_main_content {
  float:left;
  width:470px;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 40px;
}

#home_highlite {
  width: 445px;
  border: 1px #BBCCCC solid;
  padding: 20px;
}

#home_sidebar {
  float:left;
  background-color: #E3E3AD;
  width:174px;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 25px;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
  font-size: 11px;
}

#home_main_content, #home_sidebar {
  padding-bottom: 10040px;
  margin-bottom: -10000px;
}

#home_inside_footer {
  width: 760px;
  overflow:hidden;
  height: 1px;
  background-color: #FFFFFF;
}

#home_inside_footer_stub {
  width: 535px;
  overflow:hidden;
  height: 1px;
  border-right: 1px #E3E3AD solid;
}

/* INTERIOR PAGES */

#inside_banner {
  position: relative;
  width: 760px;
  height: 121px;
}

.inside_banner_about {
  background: white url(../images/banners/banner_about.jpg) no-repeat top;
}
.inside_banner_careers {
  background: white url(../images/banners/banner_careers.jpg) no-repeat top;
}
.inside_banner_contact {
  background: white url(../images/banners/banner_contact.jpg) no-repeat top;
}
.inside_banner_news {
  background: white url(../images/banners/banner_news.jpg) no-repeat top;
}
.inside_banner_partnering {
  background: white url(../images/banners/banner_partnering.jpg) no-repeat top;
}
.inside_banner_pipeline {
  background: white url(../images/banners/banner_pipeline.jpg) no-repeat top;
}
.inside_banner_science {
  background: white url(../images/banners/banner_science.jpg) no-repeat top;
}

#inside_sidebar {
  float:left;
  background-color: #BBCCCC;
  width:190px;
  padding-left: 0px;
  padding-top: 40px;
  padding-right: 25px;
  border: 0px #DDDDDD solid;
  overflow:hidden;  
}

#inside_main_content {
  float:left;
  width:479px;
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 40px;
  border: 0px #DDDDDD solid;
}


#inside_main_content, #inside_sidebar {
  padding-bottom: 10040px;
  margin-bottom: -10000px;
}

#inside_footer {
  width: 760px;
  height: 4px;
  overflow:hidden;
  background-color: #FFFFFF;
}

#inside_footer_stub {
  float: left;
  width: 215px;
  height: 4px;
  overflow:hidden;
  background-color: #667E7E;
}

.moduletable_inside_extra_sidebars {
  padding-top: 0px;
}

.moduletable_inside_extra_sidebars .sidebartext {
  font-size: 11px;
  padding-left: 10px;
}

.moduletable_inside_extra_sidebars a:link {
  color: #660000;
}
.moduletable_inside_extra_sidebars img {
  border-top: 3px #770011 solid;
  display:inline;
  padding: 0;
  margin: 0;
}

.moduletable_inside_extra_sidebars .caption {
  margin-top: -4px;
  width: 193px;
  height: 16px;
  background-color: #BBCCCC;
  padding-left: 15px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}


/* TYPE */
body{
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

a{
  color: #74710F;
  text-decoration: underline;
}

a:link{
  color: #74710F;
  text-decoration: underline;
}

a:visited{
  color: #444444;
  text-decoration: underline;
}

a:hover{
  color: #660000;
  text-decoration: none;
}

sup {
	font-size: 10px;
	vertical-align: text-top;
}

.eventslist {
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 12px;
}

/* JOOMLA BUILTINS */
.contentpaneopen, .contentpaneopen_press_releases {
  border: 0px black solid;
  margin: 0;
  padding: 0;
}

.contentpaneopen_press_releases {
  margin-left: -2px;
}

.contentpaneopen_press_releases td, .blog_press_releases td {
  margin-left: -5px;
  padding: 0;
}

.contentheading, .moduletable_home_sidebar th, #inside_main_content .componentheading, .componentheading_press_releases {
  font-size: 13px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #770011;
}

.contentheading_press_releases {
  font-weight: bold !important;
}

.moduletable_home_sidebar {
  padding-bottom: 20px;
}

.moduletable_home_sidebar .contentheading {
  font-size: 11px;
  font-weight: bold;
  color: #000000;

}

.componentheading {
  padding-bottom: 14px;
}

.leftcol_textlink {
  margin-left: 25px;
}


/* PIPELINE TABLE */
#pipelinetable{
	width: 470px;
	background: #eeeeee;
	margin: 0px;
	padding: 0px;
		}
#pipelinetable .header{
	background: #667E7E;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 30px;
	}
#pipelinetable .header th{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		}
#pipelinetable .subheader {
	background: #CFCF9B;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	height: 18px;
	color: #660000;
		}
#pipelinetable .subheader td{
	margin: 0px;
	padding: 0px 0px 0px 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		}
#pipelinetable .content td{
	color: #000000;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
		}
#pipelinetable .content .compoundid{
	margin: 0px;
	padding: 0px 0px 0px 5px;
		}
#pipelinetable .content .current{
	background: #BBCCCC;
	padding-left: 9px;
		}
#pipelinetable .content .future{
		}
#pipelinetable .content .current2 {
	background: #CECF8D;
	padding-left: 9px;
}

/* SCIENCE TARGETS TABLE */
#targetstable{
	width: 450px;
	background: #E3E3BD;
	margin: 0px;
	padding: 0px;
		}
#targetstable .header{
			background: #667E7E;
			font: normal 11px Arial, Helvetica, sans-serif;
			height: 30px;
		}
#targetstable .header th{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		}
#targetstable .content td{
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0px;
	padding: 2px 2px 0px 5px;
	border-top: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}