* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #000000;
		background: #C1E7F0;
}

td { font-size: 11px; }
/*
ul {
	margin-left: 10px;
	padding: 10px 0 10px 5px;
	list-style-image: url(images/bullet.jpg);
}
*/
li {
	list-style-type: square;
	/*padding-bottom: 5px;*/
}

ul li ul li {
	list-style-type: none;
	list-style-image: none;	
	/*font-weight: bold;*/
}

ul li ul li ul {
	list-style-type: circle;
	font-weight: normal;
}

ol {
    margin-left: 2em;
}
ol li {
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
	/*letter-spacing: .07em;*/
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

p { padding: 0 0 1em; }

a, a:visited { 
	color: #006599;  
	text-decoration: none;
	}

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

a img, img {
    border: none;
}

#message {
	width: 368px;
}

#banner {
	background: url(images/index_1.jpg) no-repeat;
	width: 703px;
	height: 77px;	
}

#banner a#genoHome {
	text-decoration: none;
	display: block;
	position: relative;
	top: 20px;
	left: 20px;
	width: 210px;
	height: 50px;
	border: 0;
}

#banner a#register {
	text-decoration: none;
	display: block;
	position: relative;
	top: 6px;
	left: 566px;
	width: 128px;
	height: 16px;
	border: 0;
}

.error {
	color: red;
	font-weight: bold;
}

/* Special text formatting 
------------------------------------------------------------------------------- */



h3.pagetitle  {
	font-size: 21px;
	color: #3399CC;
	font-weight: normal;
	margin-top: 10px;
 }

h2 {  
	font-size: 14px; font-style: normal; font-weight: bold; line-height: 20px; margin-top: 10px;
}
 
.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display0 4px;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Forms 
------------------------------------------------------------------------------- */
/*
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

*/

/* style the form elements to look similar across browsers ... emulates Safari */

/*
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
	float: left;
    	clear: left;
}
*/

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
.generalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

  .content{
	color: #333;
	padding: 0 10px 0 10px;
	margin-top: 10px;
  }
  
  .leftBanner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	padding: 4px;
  }  
  
.footerNote {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: justify;
}

.menutable {
	background-color: #22415D;
	border: 1px solid #0066CC;
}
.true {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.CenteredParagraph {
	display:  block;
	text-align: center;
	padding: 0 80px 0 80px;
	font-size: 11px;
	margin: 0;
}

#BottomBoxes {
	background: url(images/homepic3.gif) no-repeat;
	width: 700px;
	height: 140px;
	border:  0;
	overflow: hidden;
}

#BottomBoxes a#GeneticApproach {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	position: relative;
	top: 1px;
	left: -250px;
	width: 195px;
	height: 136px;
	border: 0;
}

#BottomBoxes a#ClinicallyProven {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	position: relative;
	top: -137px;
	left: -48px;
	width: 202px;
	height: 138px;
	border: 0;
}

#BottomBoxes a#BrownBox{
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	position: relative;
	top: -275px;
	left: 203px;
	width: 290px;
	height: 140px;
	border: 0;
}


.menuItem, .menuItem:visited {
	display: block;
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	border-left: 1px solid #689BC7;
     margin: 0;
}

.menuItem:hover {
	color: #CC6635;
}

.menuSelected, .menuSelected:visited {
	display: block;
	background-color: #67C3DD;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	/*
	border-left: 1px solid #006599;
	border-right: 1px solid #006599;
	*/
	margin: 0;
}
/*
.menuSelected:hover {
	color: #22415D;
}

.subMenuItem, .subMenuItem:visited {
	display: block;
	background-color: #FFE680;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC6635;
	text-decoration: none;
	padding: 7px;
     margin: 0;
}

.subMenuItem:hover {
	font-size: 9px;
	color: #006599; 
}


*/

/* salugen */

body {
	/*width: 808px;*/
	background: url(images/body_background.gif) #C1E7F0 fixed center top;
}

.background { width: 703px; }

#header_left {
	color: #8F8F8F;
	font-size: 9px;
	text-align: right;
	padding-bottom: 7px;
}

#header_left a {
	color: #8F8F8F;
	font-weight: normal;
}

.ms1 { color: #48AECB; font-weight: bold; }
.ms2 { color: #4E84BA; font-weight: bold; font-size: 10px; }
.ms1_alt { color: #62F4F4; font-weight: bold; }


#menu_trail { background: #67C3DD; font-size: 9px; color: #ffffff; margin-bottom: 1px; }
#menu_trail_td { padding: 5px; padding-left: 10px; }
#menu_trail a { color: #ffffff; font-weight: bold; }

#left_col {
	background: #67C3DD;
	width: 161px;
}

#left_col_user_block a,#left_col_home_block a { color: #336699; }

#ZZZleft_col_user_block {
	padding-left: 10px;
	padding-top: 7px;
	font-size: 10px;
}

#left_col_user_block {
	font-size: 10px;
}


#left_col_user_block td {
	font-size: 10px;
	color: #336699;
}

#left_col_user_block div { margin: 5px 0; }

#left_col_content  {}

#right_col { background: url(images/dots_vertical.gif) #ffffff 0 0 repeat-y; padding-left: 7px; padding-top: 3px; text-align: left; }

#right_col_top_list {
	text-align: left;
}

#right_col_top_list {
margin-top: 10px;
margin-bottom: 10px;
}

#right_col_top_list td div {
	padding: 2px 4px 2px 6px;
	background: url(images/right_col_small_bullet.gif) #fff 0 4px no-repeat;
}
#right_col_top_list td div a {
	font-weight: normal;
	font-size: 9px;
	color: #336699;
}

.sidebar_img { }

#right_col h4 { text-transform: uppercase; color: #1D67A8; font-size: 9px; margin-top: 10px; }

.learn_more div {
	padding: 5px 0;
} 
.learn_more div a {
	font-size: 10px;
	color: #3399CC;
}

a.lm,a:visited.lm {
	color: #3399CC;
}

#footer {
	background: #1D67A8;
	margin: 15px 0;
}
#footer td { font-weight: bold; font-size: 10px; color: #ffffff;
	padding: 6px 0px; }

#footer td a { color: #ffffff; }

#footer td.footer_left {
	padding-left: 5px; width: 360px;
}
#footer td.footer_right {
	text-align: right;
	padding-right: 5px;
	width: 270px;
}

td.footer_salugen {
	background: #ffffff;
	width: 73px;
	text-align: center;
	white-space: nowrap;
	padding-right: 10px;
}
td.footer_madeforme {
	background: #ffffff;
	width: 73px;
	text-align: center;
	white-space: nowrap;
	padding-left: 10px;
}

/* TableOfContents (secondary menu) */

.toc { font-size: 11px; margin-bottom: 15px; }
.toc div { line-height: 14px; }

.toc div a,.toc div a:visited,.toc div a:hover { padding: 5px 10px 5px 20px; color: #ffffff; display: block; }
.toc div a:hover { background-color: #85D4EB; } 

.toc div a img { vertical-align: bottom; padding-left: 1px; }

.toc div.toc_label { background-color: #85D4EB; font-size: 13px; font-weight: bold; padding: 2px 10px 2px 0px; margin-bottom: 10px; }
.toc div.toc_label a,.toc div.toc_label a:visited,.toc div.toc_label a:hover { color: #336699; padding-left: 10px; }

#current_sub { color: #336699; }

/* personalized styles */

h1.user_greeting {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
h1.user_greeting .home {
color: #244E78;
}
.callout { background: url(images/button_bkg.gif) 0 0 no-repeat; color: #ffffff; height: 147px; text-align: center; font-size: 16px; font-weight: normal; }
.callout .action { text-transform: uppercase; font-size: 9px; margin-top: 12px; }
.callout a,.callout a:visited { display: block; vertical-align: middle; color: #ffffff; padding: 5px; }

.callout_home { background: url(images/button_bkg_alt.gif) 0 0 no-repeat; color: #ffffff; height: 147px; text-align: center; font-size: 16px; font-weight: normal; }
.callout_home .action { text-transform: uppercase; font-size: 9px; margin-top: 12px; }
.callout_home a,.callout_home a:visited { display: block; vertical-align: middle; color: #244E78; padding: 5px; }

.callout_plain { background: color: #ffffff; text-align: center; font-size: 14px; font-weight: normal; }
.callout_plain .action { text-transform: uppercase; font-size: 9px; margin-top: 12px; }
.callout_plain a,.callout_plain a:visited { display: block; vertical-align: middle; color: #ffffff; padding: 5px; }

#left_col_user_block form input { font-size: 12px; }

#left_col_personalization
{
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;

}

#left_col_home_block {

	background: #67C3DD;
	font-size: 10px;
}

.user_form {
	width: 120px;
	text-align: left;
	border: none;
}

#home_table { margin-top: 1px; }

.home_content {
	padding: 0;
	padding-left: 1px;
}

#home_main_content {
	padding: 0px 15px 15px 15px;
}

h3.home { color: #4DB2D0; font-family: Arial,sans-serif; font-size: 18px; font-weight: normal; margin-bottom: 0; }



#home_main_content a { color: #4DB2D0; }

#home_news { margin-top: 10px; }
#home_news td { font-size: 11px; padding-right: 10px; }


form.user_form input { margin: 0; padding: 0; display: inline; 
	font-size: 10px; }
	
form.user_form {  margin: 0; padding: 0; display: inline;  }

div.reference { margin-bottom: 15px; font-size: 10px; }



/* Frequently Asked Questions */

.faq_question {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.faq_a {
	font-size: 14px;
	font-weight: bold;
}

.faq_answer { 
	font-size: 11px;
	line-height: 16px;	
}

.bold { font-weight:bold; }
.normal { font-weight:normal; }

ol.bold { font-size: 14px; }
div.normal { font-size: 11px; }

.pagewidth {
	width: 800px;
}

ul { margin: auto 30px; }


.relative_links a {
	font-size: 12px;
}
.relative_links li {
	list-style: square;
}

a sup { font-size: 10px; font-weight: normal; }

.top_page_link { text-align: right; margin-bottom: 15px; }

/* Newsroom */

.news_article { margin: auto 15px;}
.news_article_header { padding: 2px;}
.news_article_header a { padding-left: 20px; height: 20px; display:block;  background: url(images/pdf_small.gif) 0 0 no-repeat; }
.news_download_link { text-align: right; margin-bottom: 1em; }


.pipeline_item { border: solid 1px #ccc; padding: 5px; margin: auto auto 15px auto; }

.studies_table { border: solid 1px #ccc; }
.studies_table td { padding: 5px; }
.left_label { text-align: right; padding-right: 10px; }

a.notbold { font-weight: normal; }

#left_col_user_block a,.toc a,div.learn_more a { font-weight: bold; }

#printlink { float: right; margin-top: 5px; height: 20px; }
#printlink a { height: 20px; padding: 2px; padding-left: 20px; background: url(images/printer_icon.gif) 0 0 no-repeat; font-size: 10px; }

.linkblock a { font-weight: bold; }
.linkblock { margin-top: 15px; }

.sublist { padding-left: 20px; }

.content2 { padding: 5px; }

.float_right { float: right; width: 160px; padding: 10px 10px 10px 10px; background: #CCE4FF; margin-left: 10px; }

.fig_label { font-size: 10px; font-style: normal; font-weight: bold; text-align: center; padding: 2px; color: #003265; }
.fig_click { text-align: center; font-size: 10px; }
.figure a:hover { color: #006599; }
.figure { text-align: center; }


#popup_closer { margin-top: 15px; }
#popup_closer a { display: block; background: #CCE4FF; padding: 5px; }

div.form_wrapper { margin-bottom: 12px; width: 300px; }
div.error_wrapper { border: solid 1px #ff0000;}

#EmailForm fieldset { border: 0; }

.relative_links td li a { font-size: 10px; }

.form_success {
	background: #fafad2;
	padding: 10px;
	margin-bottom: 12px;
}
