/*TOPNAV AREA*/

#utility_topnav
{
  width: 400px;
	height: 20px;
	padding-left: 15px;
	padding-top: 6px;
}

a.utility_topnav:link, a.utility_topnav:active, a.utility_topnav:visited
{
  font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.utility_topnav:hover
{
  text-decoration: underline;
}

/* Added by Linbu */
.text_overflow
{
  width="90%";  
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.doNotDisplay
{
  display:none;
}

.generic_errors {
  width: 537px;
  margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-color: #FFFFFF;
}
/* Ended added by Linbu */

/*RESOURCE TABS*/
.panel_hidden {
    display:none;
}

/*LEFT NAVIGATION LINK*/
a.leftnav_items:link, a.leftnav_items:active, a.leftnav_items:visited {
    color: #336699;
    text-decoration: none;
}


/* SPECIALTY NAV */
#specialty_leftnav_items_area { display: none; }

#specialty_leftnav_bottom {
	height: 0px;
	font-size: 1px;
}

#specialty_leftnav_bottom_padding { height: 9px; }

.specialty_leftnav_items a, .specialty_leftnav_items a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0054A6;
	text-decoration: none;
	background: url(/rochehcpp/framework/skins/HCPBasicLookAndFeel/images/common/leftnav/other_specialties_bkgd_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 25px;
	width: 169px;
  display: block;
	line-height: 25px;
	text-indent: 12px;
}

.specialty_leftnav_items a:hover, a.specialty_leftnav_items_on:link, a.specialty_leftnav_items_on:visited {
  font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: url(/rochehcpp/framework/skins/HCPBasicLookAndFeel/images/common/leftnav/other_specialties_bkgd_on.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 25px;
	width: 169px;
}

#section_box2_tools,#section_box2_reimbursement,#section_box2_patient,#section_box2_patient,#section_box2_samples {
  border: #CCCCCC 1px solid;
	margin: 0px 0px 20px 0px;
}