@CHARSET "ISO-8859-1";
/* 	colors, fonts, colored backgrounds
	1. general element settings		
	2. sections and areas			*/

/*##################################*/
/* 1. general element settings		*/

body {
    color: #333333;
    font-family: Arial;
    font-size: 100%;
}

a {
    color: #008080;
}
a:visited {
    color: #008080;
}

hr {
    height: 1px;
    color: #cccccc;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 0px;
}

/*##################################*/
/*	2. sections and areas			*/

#mainContainer {
    /* font-size: 0.75em; */
}

#bodyContainer ul {
    margin-top: 0px;
    margin-left: 16px;
    padding-top: 0px;
    padding-left: 0px;
}

#bodyContainer li ul {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    list-style-type: square;
    list-style-image: url(../site_images/list_bullet.gif);
}

div.contentArea p {
    margin-top: 0px;
    margin-bottom: 15px;
}

div.bodyContent p {
    margin-top: 0px;
    margin-bottom: 15px;
}

div.bodySectionDisclaimer div.bodyContent p {
    margin-top: 4px;
    margin-bottom: 2px;
}

img.siteImgChevron, 
div.sidebarContent img.siteImgChevron {
    margin: 0px;
    margin-right: 6px;
}

div.sidebarSection div.readMore {
    margin-bottom: -3px;
}

div.readMore a {
    text-decoration: none;
}
div.readMore a:hover {
    text-decoration: underline;
}

#pageHeading {
    background-image: url(../site_images/page_heading_background.jpg);
    background-repeat: repeat-x;
    height: 58px;
	margin: 0px;
    margin-bottom: 15px;
}

#pageHeading h1.pageTitle {
    background: #009999;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    font-family: verdana;
    margin: 30px 0 0 15px;
    padding: 0px 7px;
}

.sectionHeading, .sectionHeadingSidebar, .sectionHeadingRichText {
    background-image: url(../site_images/section_heading_bg.gif);
    background-repeat: repeat-x;
    border-top: #5eafb2 1px solid; 
    border-bottom: #cccccc 1px solid; 
    color: #333333;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 3px 9px 3px 6px;
    text-transform: uppercase;
}

.sectionHeadingSidebar {
    background-image: url(../site_images/section_heading_bg_sidebar.gif);
    color: #666666;
    line-height: 1.4em;
    margin-bottom: 4px;
    padding-top: 2px;
}

div.sidebarSection div.bodyContent {
    /*clear: both;
    float:left;*/
    width: 225px;
    position:relative;
    color: #333333;
    padding-left: 6px;
}

div.sidebarContent img {
    margin: 2px 6px 8px 0px;
}

div.sidebarContent p {
    margin-top: 0px;
    margin-bottom: 7px;
}

FIELDSET {
  border: 0px solid #ffffff;
  margin: 0px;
  padding: 0px;
}

LEGEND {
  display: none;
}

/* added for info top nav */
#topNav {
	font-size:9pt;
}

/* added for info footer */
#footer {
	font-size:9pt;
}

/*
#footer {
	margin-top: 9px; 
	border-top: 1px solid #CE3131;
	width: 770px;
	clear: both; 
	line-height: 1px;
}

#footerText {
	padding-top: 10px; 
	float: left;
}

#footerImage {
	float: right;
}
*/

/*****************************
*	FAQ accordion
******************************/
.merckFAQ h3.FAQuestion {
	color:#0000FF;
	text-decoration:underline;
	margin:3px;
	padding:3px;
	cursor: pointer;
	font-size: 120%;
}
.merckFAQ * {
	margin:3px 5px;
	padding:0;
}
.merckFAQ div.FAQopen{
	height:auto;
	overflow:auto;
}

.merckFAQ div.FAQclosed {
	height:0px;
	overflow:hidden;
}

.merckFAQ h3.FAQuestion:hover {
	cursor: pointer;
}


/******************************
* Merck forms
*******************************/
#forms {

}

#formElement {
  background-color: #EEEEEE;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
}

#formElement select {
	font-family: Arial;
	font-size: 8pt;
	margin-top: 6px;
	margin-bottom: 5px;
}

#formElement input {
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 7px;
	color: #008080;
	height: 20px;
	width: auto; 
	font-size: 0.8em;
	font-weight: bold; 
	letter-spacing: -0.2em; 
	background-image: url(../site_images/btn_back.jpg);
	background-repeat: repeat-x;
}

/*************
 Images + tables
**************/
.cls_cl_cell {	
	border-top: 1px solid #cccccc;
	padding: 3px 0 3px 6px;
}
.cls_cl_cell_first a, .cls_cl_cell a {
	font-weight: bold;	
	color: #008080;
}
.cls_cl_table td, .cls_cl_table th {	
	font-family: Arial;	/*font-size: 11px;*/
	font-size: 0.7em;	
	text-align: left;
}
.sectionHead, .bgSectionHeading {
	font-family: Arial;	/*font-size: 11px;*/
	font-size: 0.7em;	
	font-weight: bold;	
	color: #333333;	
	background: url('../site_images/section_heading_bg.gif');
	border-top: #5eafb2 1px solid; 
	border-bottom: #cccccc 1px solid; 
	margin-top: 6px;
	padding-left: 6px;	
	text-align: left;	
	text-transform: uppercase;
}
dl.cls_list {	
	font-family: Arial;	/*font-size: 11px;*/
	font-size: 0.7em;	
	margin: 4px 0 20px 0;	
	padding: 0;
}
dl.cls_list dt {	
	background: url('../site_images/chevron.gif') center left no-repeat;	
	margin: 0;	
	padding: 0 0 0 12px;	
	color: #008080;
}
dl.cls_list dd {	
	margin: 0;	
	padding: 0 0 1em 0;
}
.legalText {
	font-family: Arial, Helvetica, sans-serif;	font-size: .6em; color: #666666;
}
.pageTitle, .pageHeader {
	font-family: Arial;
	font-size: 1.1em;
	font-weight: lighter;
	color: #333333;
	margin: 9px 0 2px 0;
}
.pageTitleParagraph, .pageSubHeader {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 0.75em;
	color: #999999;
	margin-top: 27px;
}