/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #c7d5dd;
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	text-align:left;
	width:900px;
	margin:0 auto;
	}
	
#pagecell{
	position:absolute;
	top: 90px;
	left: auto;
	right:auto;
	width:900px;
	background-color: #FFFFFF;
}

#tl {
	position:absolute;
	top: -1px;
	left: 2px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	width:900px;
	height:90px;
	background-image: url(../images/background/hd_bggray.png);
}


#imageBox{
	float: right;
	border-top:0px solid #cccccc;
	width:250px;
	margin:0px;
	padding:10px 30px 0px 0px;
	}
	
#imageBox ul{
	list-style:none;
	margin-top:0px;
	font: small Verdana,sans-serif;
	border-left: 0px solid #cccccc;
	}
	
.early{
	font: 150% "Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	margin-top:20px;
	}
	
.early img{
	padding:10px;
	margin-right:30px;
	}
	
#secondaryNav{
	float:left;
	border-right:0px solid #CCCCCC;
	}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#masthead h1{
	position: relative;
	margin: 10px 0px 10px 10px;
	font:bold 155%  "Times New Roman", Times, serif;
	color: #008daf;
	font-style:italic;
	letter-spacing:1px;
	line-height:1.5em;
	}
	
#masthead em{
	font:bold 160% "Times New Roman", Times, serif;
	font-style:italic;
	}
	
#masthead p{
	position:relative;
	margin:-10px 0px 0px 200px;
	font: bold 100% Geneva, Arial, Helvetica, san-serif;
	color: #3366CC;
	letter-spacing:1px;
	}
#masthead img{
	padding:0px 9px 0px 0px;
	}
#masthead ul{
	display:inline;
	list-style:none;
	}
	
#logo {
	float:left;
	}
	
#heart{
	float:right;
	position: relative;
	margin: 40px 10px 0px 0px;
	}	

#tagline{
	font: 75% Verdana,sans-serif;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:1px;
	position: absolute;
	top: 60px;
	right: 90px;
	color: #0033FF;
	}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 9px;
	right: 7px;
	color:#FFFF33;
}

#utility a{
	color: #666666;
	padding:5px;
	
}

#utility a:hover{
	text-decoration: underline;
}

.style1 {color: #666666}
.style2 {color: #999999}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	border-top:1px solid #ccd2d2;
	background-image: url(../images/background/pagename_product.png);
	background-repeat:no-repeat;
	height:120px;
}

#breadcrumb {
  	font: 100% "Times New Roman", Times, serif;
	color:#FF6600;
	margin:0px;
	letter-spacing:1px;
	line-height:1.5em;
	font-style:italic;
	width:auto;
	border-bottom:1px solid #CCCCCC;
	background: #CCCCCC;
	padding:0px 0px 0px 10px;
	}
	
#breadcrumb a{
	color: #333399;
	}

#clock{
	position:absolute;
	top:166px;
	right:auto;
	z-index:101;
	left: 600px;
	width: 300px;
	color:#ff3300;
	}
	
#search{
	position:absolute;
	top:1px;
	right:3px;
	z-index:101;
	width: 256px;
	}
/************* breadCrumb styles ***************/

#mainnav{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #000099;
	border-bottom:0px solid #cccccc;
	background: #666666;
}

#mainnav a{
	color: #CCCCCC;
	padding:0px 10px 0px 10px;
	border-right:1px solid #ffffff;
	font-weight:bold;
}

#mainnav a:hover{
	color: #33CCFF;
	text-decoration: underline;
}

/************* content styles ***************/

#main{
	margin:0px 270px 0px 202px;
	padding:10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:0px solid #cccccc;
}

#main p{
	padding: 0px 0px 0px 15px;
	}
	
.image{
	border:1px solid #CCCCCC;
	text-align:center;
	padding:5px;
	width:110px;
	background:#CCFFFF;
	}

.Heart{
	display:block;
	width:120px;
	padding-right:5px;
	float:left;
	text-align:right;
	color:#999999;
	text-align:center;
	
	}
	
.Cancers{
	display:block;
	width:120px;
	padding-right:5px;
	float:left;
	color:#999999;
	text-align:center;
	}
	
.Drug{
	display:block;
	width:120px;
	padding-right:5px;
	float:left;
	text-align:right;
	color:#999999;
	text-align:center;
	}
	
.blank{
	clear:both;
	}
	
#main h2{
	font-style:italic;
	font: bold "Times New Roman", Times, serif;
	font-size:110%;
	padding:0px 0px 10px 0px;
	}
	
#main li{
	font:bold "Times New Roman", Times, serif;
	
	}
	
/************* early detection styles ***************/

#early h2{
	margin:0px 260px 0px 0px;
	width:250px;
	text-align:center;
	font-size:140%;
	color:#009999;
	letter-spacing:2px;
	line-height:1.5em;
	float:right;
	}
	
/************** siteInfo styles ****************/

#siteInfo{
	clear:both;
	border-top: 1px solid #CCCCCC;
	font-size: small;
	color: #999999;
	padding: 10px 25% 10px 25%;
	margin-top: 0px;
	text-align:center;
	background:#CCCCCC;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
	border-bottom: 0px solid #cccccc;
	border-top:0px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background: #ffffff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #006699;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks img{
	float:left;
	border:none;
	padding: 0px 5px 0px 0px;
	}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	width:192px;
	padding: 0px 0px 10px 10px;
	border-top: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

/********************* end **********************/

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 0px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.8em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 10px 0px 5px 15px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #003366;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}

