/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html, body {
	font: normal 11pt Georgia;
	margin: auto;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
h1 {
	clear: both;
	padding: 0px 5px 5px 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	color: #636363;
	border-bottom: 2px solid #DDDDDD;
}
h2 {
	clear: both;
	padding: 0px 5px 3px 5px;
	font-style: italic;
	font-weight: normal;
	font-size: 13pt;
	color: #DD0070;
}
h3 {
	padding: 0px 5px 2px 5px;
	font-size: 13pt;
	font-weight: bold;
	color: #990099;
}
h4 {
	padding: 0px 5px 2px 5px;
	font-size: 11pt;
	font-weight: bold;
	color: #DD0070;
}
p {
	padding: 0px 5px 10px 5px;
	font-size: 11pt;
	font-weight: normal;
	color: #636363;
}
pre {
    font-size: 9pt;
	font-weight: normal;
}
.quote {
	font-size: 11pt;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #DD0070;
}
a:hover {
	color: #000000;
}
ul, ol{
	margin: 0px 20px;
	padding: 5px 30px 5px 5px;
	list-style-position: outside;
	color: #636363;
}
hr {
	margin: 15px 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #DDDDDD;
}
table {
	margin: 0px;
	padding: 0px;
    border-collapse:collapse;
	border-spacing: 0px;
    font-size: 11pt;
	font-weight: normal;
	color: #636363;
}
tr, td{
	font-size: 11pt;
	font-weight: normal;
}
table.form td{
    padding: 1px 10px;
}
table.form td.lab{
    width: 10%;
}
table.edit{
    width: 90%;
    margin: 10px auto;
    text-align: center;
}
table.edit th{
    padding-bottom:3px;
    border-bottom:3px solid #636363;
    text-transform:uppercase;
    color:#392214;
}
table.edit tr{
    padding-bottom:3px;
}
table.edit tr.odd{
    padding-bottom:3px;
    background-color:#F2F4F7;
}
.clear {
	clear: both;
	display: none;
}
form {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
select {
	/*width: 60%;*/
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	z-index: 180;
}
option{
	border-width: 1px;
	border-color: #636363;
}
input {
    color: #000000;
	font-size: 11pt;
	font-weight: normal;
}

.button {
	padding: 0px 2px;
    background: url("../images/button_back_up.jpg") repeat-x left top;
    color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
.button:hover {
    background: url("../images/button_back_over.jpg") repeat-x left top;
    color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}

.main-button {
	padding: 0px 2px;
    background: url("../images/main_button_back_up.jpg") repeat-x left top;
    color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
.main-button:hover {
    background: url("../images/main_button_back_over.jpg") repeat-x left top;
    color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}

.text {}

.password {}

.checkbox {}

.radio {}

textarea {
    background-color: #ffffff;
    color: #000000;
	font-size: 11pt;
	font-weight: normal;
}
px {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #06B006;
	size: 3em;
}
split3 div {
	float: left;
	width: 29%;
	padding: 0 2%;
}
wide {
	clear: left;
	padding: 0 2%;
}

.paging {
	clear: both;
    padding: 5px 15px;
	border-top: 1px solid #DDDDDD; 
	border-bottom: 2px solid #DDDDDD; 
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

.error{
    color:#F00;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background: url("../images/header_background.jpg") repeat-x left top;
	background-color: #FFFFFF;
	text-align: right;
	z-index: 190;
}

#toptool {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 30px;
	background: url("../images/top_tool_background.jpg") repeat-x left top;
	z-index: 200;
}

#content {
	position: absolute;
	top: 150px;
	bottom: 30px;
	width: 100%;
	height: expression(window.innerHeight > 0? window.innerHeight - 180 + "px" : document.body.clientHeight - 180 + "px");
	z-index: 150;
}

#content #leftCol {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 20%;
	height:100%;
	overflow: auto;
	background-color: #DDDDDD;
	z-index: 160;
}

#content #centerCol {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 80%;
	height: 100%;
	overflow: auto;
	background-color: #E3E8EC;
	z-index: 170;
}

#content #singleCol {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height:100%;
	overflow:auto;
	background-color: #E3E8EC;
	z-index: 160;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #DDDDDD;
	color: #636363;
	text-align: center;
	font-size: 10pt;
	z-index: 190;
}
#footer p{
	position: relative;
	float: left;
	padding: 5px 10px;
	margin: 0;
	font-size: 10pt;
}
#footer .links{
	position: relative;
	float: right;
	padding: 0px 10px;
}

#footer .links .link{
	position: relative;
	float: left;
	padding: 0px 10px;
	height: 30px;
}

/************ header styles **************/

#header #logo{
	position: absolute;
	top: 0px;
   left: 20px;
	width: 228px;
	height: 100px;
}

#header #languageBar{
	position: absolute;
	bottom: 3px;
	left: 3px;
}

#header #languageBar .date{
	font-size: 11pt;
	color: #636363;
	vertical-align: bottom;
}

#header #login{
    position: absolute;
    top: 0px;
    right: 20px;
    width: 450px;
    height: 110px;
    font-size: 11pt;
    color: #636363;
    text-align: right;
}

#header #messageBar{
	position: absolute;
	bottom: 3px;
	left: 350px;
}

#header #messageBar .message{
	font-size: 11pt;
	color: #636363;
	vertical-align: bottom;
}

/************ lateral bars styles **************/

#leftContents{
	width: 100%;
	overflow: auto;
}

/****NEWS****/
#newsBoxContent {
	float: left;
	padding: 10px 0px;
	width: 100%;
}
#newsBoxContent h1 {
	margin: 0px;
	padding: 0px;
	color: #636363;
	font: bold 14pt Garamond;
	border-bottom: 0px;
}
#newsList {
	width: 100%;
	overflow:auto;
}

.NewsBody {
	margin: 10px auto;
	padding: 10px 0px 0px 0px;
	width: 93%;
	border-top: 1px solid #999999;
}

.NewsBody h4 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #333333;
	font-weight: normal;
	font-size: 13pt;
}

.NewsBody p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #636363;
	font-weight: normal;
	font-size: 11pt;
}

/****NEWSLETTER****/

#newsLetterBox {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #636363;
}
#newsLetterBoxContent {
	float: left;
	margin: 10px auto;
	width: 100%;
}
#newsLetterBoxContent h1 {
	float: right;
	clear: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font: bold 10pt Garamond;
	border-bottom: none;
	text-align: center;
}
#newsLetterBoxContent p {
	float: right;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #FFFFFF;
	font-size: 7pt;
	text-align: center;
}
#newsLetterBoxContent img {
	float: left;
	width: 35%;
	margin: 10px 5px;
}
#newsLetterBoxContent a {
	text-decoration: none;
	color: #DDDDDD;
}
#newsLetterBoxContent a:hover {
	color: #000000;
}

/****SAILORBI INDEX****/
#sailorbiIndex {
	float: left;
   width: 100%;
	font: normal 14pt Garamond;
	color: #636363;
}

#sailorbiIndex li{
	border-bottom: 1px solid #999999;
	line-height: 40px;
	vertical-align: middle;
}
#sailorbiIndex li li{
	border-bottom: 0px;
	line-height: 25px;
	vertical-align: middle;
}

/****SAILORBI LIST****/
.sailorbiList {
    font: normal 14pt Garamond;
    color: #636363;
}
.sailorbiList p{
    font: normal 11pt "Georgia";
    color: #636363;
}
.sailorbiList a{
    color: #636363;
}
.sailorbiList a:hover{
    font-weight: bold;
    color: #636363;
}
.sailorbiList ul{
    margin: 0px 10px;
    list-style-type: none;
    color: #636363;
}
.sailorbiList li{
    font: normal 14pt Garamond;
    list-style-position: inside;
}
.sailorbiList li li{
    list-style-image: none;
    font: normal 12pt Garamond;
    list-style-position: outside;
}
.sailorbiList span.title{
    color: #DD0070;
    font-size: 13pt;
    font-weight: bold;
}
.sailorbiList li.pharma{
    list-style-image: url("../images/logo_pharma.gif");
}
.sailorbiList li.pmi{
    list-style-image: url("../images/logo_pmi.gif");
}
.sailorbiList li.lab{
    list-style-image: url("../images/logo_lab.gif");
}
.sailorbiList li.Selected{
    font-weight: bold;
    list-style-image: url("../images/arrows.gif");
}
.sailorbiList li.pharmaSelected{
    font-weight: bold;
    list-style-image: url("../images/logo_pharma.gif");
}
.sailorbiList li.pmiSelected{
    font-weight: bold;
    list-style-image: url("../images/logo_pmi.gif");
}
.sailorbiList li.labSelected{
    font-weight: bold;
    list-style-image: url("../images/logo_lab.gif");
}

/**************** home page ****************************/

#slideshow {
	position: relative;
    clear: both;
    margin: 10px 10px 0px 10px;
	z-index: 180;
}

#intro {
	position: relative;
	clear: both;
	padding: 0px 10px;
	margin: 0px;
}

#intro p .welcome{
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	color: #19689B;
}

#intro p .intro{
	font-style: italic;
	font-size: 15pt;
}

#IntroBoxes {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.IntroBoxContentLeft {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0px;
	width: 45%;
}

.IntroBoxContentRight {
	position: relative;
	float: right;
	margin: 0 auto;
	padding: 0px;
	width: 45%;
}

.IntroBoxContentLeft h1, .IntroBoxContentRight h1 {
	padding-left: 5px;
	color: #990099;
	font: bold 13pt Garamond;
	border-bottom: 1px solid #999999;
}

.IntroBoxContentLeft img, .IntroBoxContentRight img {
	position: relative;
	float: left;
	margin: 5px auto;
	width: 30%;
}

.IntroBoxContentLeft p, .IntroBoxContentRight p {
	position: relative;
	float: right;
	margin: 5px auto;
	width: 60%;
	font-weight: normal;
	font-size: 11pt;
}

/**************** tour ****************************/

#video {
	position: absolute;
	top: 30px;
	right: 10px;
	left: 10px;
	height: 370px;
}

/**************** other page ****************************/

#pagecontent {
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	width: expression(document.body.clientWidth/5*4 - 40);
}
.topImg {
	position: relative;
	float: left;
	clear: both;
   margin: 0px 0px 10px 0px;
   width: 100%;
	height: expression(document.body.clientWidth/5/3.5*4 -10);
}
.newsTopImg {
	position: relative;
	float: left;
	clear: both;
   margin: 0px 0px 10px 0px;
   width: 100%;
	max-height: expression(document.body.clientWidth/5/3.5*4 -10);
}
.newsTopImg img{
   max-width: 100%;
}
#pagecontent #map {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0px;
    width: 100%;
    height: 350px;
}
#pagecontent p{
	color: #636363;
	width: 100%;
}
#pagecontent p .highlight{
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
	color: #19689B;
}

#PagedContents {
    width: 97%;
}

#PagedContents .PagedContentBox {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

#PagedContents .PagedContentBox .imgArea {
    position: relative;
    float: left;
    clear: none;
    padding: 5px 10px;
    margin: 0px;
    width: 20%;
}

#PagedContents .PagedContentBox .imgArea img{
   max-width: 100%;
}

#PagedContents .PagedContentBox h1 {
    position: relative;
    float: right;
    clear: none;
    padding: 5px 10px;
    margin: 0px;
    width: 70%;
    color: #990099;
    font: bold 13pt Garamond;
    border-bottom: 0px;
}

#PagedContents .PagedContentBox h2 {
    position: relative;
    float: right;
    clear: none;
    padding: 5px 10px;
    margin: 0px;
    width: 70%;
    font-size: 12pt;
    font-weight: bold;
    color: #636363;
}

#PagedContents .PagedContentBox p {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin: 0px;
    width: 70%;
    font-weight: normal;
    font-size: 11pt;
}

#PagedContents .PagedContentBoxNoImg {
    position: relative;
    float: left;
    clear: both;
    margin: 0 10px;
    padding: 0px;
}

#PagedContents .PagedContentBoxNoImg h1 {
    position: relative;
    float: right;
    clear: none;
    padding: 5px 10px;
    color: #990099;
    font: bold 13pt Garamond;
    border-bottom: 0px;
}

#PagedContents .PagedContentBoxNoImg h2 {
    position: relative;
    float: right;
    clear: none;
    padding: 5px 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #636363;
}

#PagedContents .PagedContentBoxNoImg p {
    position: relative;
    float: right;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 11pt;
}
