/*
	Cardinal Health common stylesheet | For use on all websites and web applications
	
	Table of Contents:
		layout
		typography
		forms and tables
		lists and rules
		tab navigation
*/
	

/* layout
----------------------------------------------- */
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	}
#HeaderAreaFixed {
	width: 768px;
	height: 93px;
	padding-left: 10px;
	}
#HeaderAreaFlexible {
	height: 93px;
	padding-left: 10px;
	}
#Logo {
	position: absolute;
	left:10px;
	top:10px;
	width: 221px;
	}
#NavigationTop {
	width: 169px;
	margin: 10px 0 0 37px !important;
	margin: 8px 0 0 37px;
	height: 20px;
	border-bottom: 1px #CCCCCC solid;
	}
#HeaderContentFixed {
	margin: 0 0 0 221px;
	width: 537px;
	}
#HeaderContentFlexible {
	margin: 0 0 0 221px;
	}
#GlobalUtilities {
	float: right;
	position: relative;
	top: 8px;
	right: 0;
	text-align: right;
	color: #999999;
	}
#GlobalUtilitiesFlexible {
	float: right;
	position: relative;
	top: 8px;
	right: 0;
	text-align: right;
	color: #999999;
	padding: 0 11px 0 0;
	}
#SiteTitle {
	float: left;
	position: relative;
	top: 46px !important;
	top: 43px;
	left: 0;
	width: 200px;
	height: 30px;
	vertical-align: bottom;
	text-align: left;
	clear:right;
	}
#Search {
	float: right;
	position: relative;
	top: 29px !important;
	top: 26px;
	right: 0;
	width: 169px;
	height: 30px;
	vertical-align: bottom;
	text-align: left;
	clear:right;
	}
#SearchFlexible {
	float: right;
	position: relative;
	top: 26px;
	right: 0;
	height: 30px;
	vertical-align: bottom;
	padding-right: 11px;
	text-align: left;
	clear:right;
	}
#CapabilityBand {
	position: relative;
	top: 29px !important;
	top: 27px;
	background-color: #EE0000;
	height: 20px;
	clear: right;
	}
.dropdown{
	position: absolute;
	margin: -76px 0 0 -231px;
	visibility: hidden;
	border: 1px solid #FF7700;
	z-index: 100;
	background-color: #FFFFFF;
	width: 200px;
	}
.dropdown ul, .dropdown li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
li.More {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-top: #FF7700 solid 1px;
	}
.dropdown a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
	}
html>body .dropdown a{ /*Non IE rule*/
	width: auto;
	}
.dropdown a:hover{ /*hover background color*/
	background-color: #FFDD77;
	color: #000000;
	text-decoration: none;
	}
#BodyAreaFixed {
	width: 733px;
	margin: 5px 0 0 35px;
	vertical-align: top;
	}
#BodyAreaFlexible {
	margin: 5px 0 0 35px;
	vertical-align: top;
	}
#Navigation {
	position: absolute;
	left: 35px;
	top: 98px;
	width: 181px;
	margin: 1px 15px 0 0 !important;
	margin: -10px 15px 0 0;
	}
#ContentFixed {
	margin: 0 0 0 196px;
	width: 537px;
	vertical-align: top;
	}
#ContentFlexible {
	margin: 0 0 0 196px;
	vertical-align: top;
	}
#Image {
 	padding: 0 0 15px 0;
	}
#Breadcrumb {
 	margin: 0 0 10px 0;
	color:#CCCCCC;
	}
#FeedbackFixed {
	width: 537px;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	color: #999999;
	border-bottom: 1px #CCCCCC solid;
	clear: both;
	}
#FeedbackFlexible {
	margin: 20px 0 0 0;
	width: 100%;
	padding: 0 0 5px 0;
	color: #999999;
	border-bottom: 1px #CCCCCC solid; 
	}
#FooterAreaFixed {
	width: 768px;
	clear: both;
	}
#FooterAreaFlexible {
	width: 100%;
	clear: both;
	}
#FooterContentFixed {
	color: #CCCCCC;
	padding: 5px 0;
	width: 537px;
	margin: 0 0 0 231px;
	}
#FooterContentFlexible {
	color: #CCCCCC;
	padding-top: 5px 0;
	padding-bottom: 5px;
	margin: 0 0 0 231px;
	}
.twoColL { /* left column for fixed-width page split into two columns */
	margin: 0 15px 15px 0;
	padding: 0;
	width: 261px;
	float: left;
	}
.twoColR { /* right column for fixed-width page split into two columns */
	margin: 0 0 15px 0;
	padding: 0;
	width: 261px;
	float: left;
	}
.BodyFeatureTitle { /* top half of feature box */
	border-top: 1px #FFAA00 solid;
	padding: 5px;
	background-color: #FFDD77;
	color: #000000;
	}
.BodyFeature { /* bottom half of feature box */
	border-bottom: 1px #FFAA00 solid;
	padding: 5px;
	background-color: #FFEEBB;
	color: #000000;
	}
.EmergencyAlertTitle {
	border-top: 1px #FF0000 solid;
	padding: 5px;
	background-color: #EE0000;
	color: #FFFFFF;
	}
.EmergencyAlertBody {
	border-bottom: 1px #FF0000 solid;
	padding: 5px;
	background-color: #FBCED0;
	color: #000000;
	}
	
	
/* typography
----------------------------------------------- */
	
.LinkCarat {
	font-size: 11px;
	color: #3366CC;
	text-decoration: none;
	}
a, 
.linkblue {  
	color: #3366CC;
    text-decoration: none;
	}
a:visited, 
.linkblue:visited {  
	color: #AA00AA; 
	text-decoration: none;
	}
a:hover, 
.linkblue:hover {  
	text-decoration: underline;
	}
a:active, 
.linkblue:active {  
	text-decoration: underline;
	}	
a.CapabilityBand, 
a.CapabilityBand:visited {  
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold; 
	background-color: #EE0000;
	line-height: 20px;
	height: 20px;
	text-align: center;
    text-decoration: none;
	padding: 2px 6px;
	}
a.CapabilityBand:hover,
a.CapabilityBand:active {  
	background-color: #FF7700;
	}
a.CapabilityBandNew,
a.CapabilityBandNew:visited {  
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	text-align: center;
    text-decoration: none;
	padding: 1px 6px;
	}
a.CapabilityBandNew:hover,
a.CapabilityBandNew:active {  
	background-color: #FF7700;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#FF7700',EndColorStr='#FFAA00');
	text-decoration: none;
	}
a.CapabilityBandNewOver, 
a.CapabilityBandNewOver:visited, 
a.CapabilityBandNewOver:hover, 
a.CapabilityBandNewOver:active {  
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF7700;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#FF7700',EndColorStr='#FFAA00');
	line-height: 18px;
	height: 18px;
	text-align: center;
    text-decoration: none;
	padding: 1px 6px;
	}
.Body {
	font: 11px;
	color: #000000;
	text-decoration: none;
	}
.WarningOrError {
	font-size: 11px;
	font-weight: bold;
	color: #EE0000;
	text-decoration: none;
	}
h1, 
.PageTitle {
	font-size: 20px;
	font-weight: normal;
	color: #FF7700;
	text-decoration: none;
	margin: 0 0 8px 0;
	}
h2, 
.Subhead1 { 
    font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 0 6px 0;
	}	
h3, 
.Subhead2 { 
    font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0 0 4px 0;
	}	
p {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
sup {
	font-size: 7px;
	}
h1 sup {
	font-size: 11px;
	}
h2 sup {
	font-size: 9px;
	}
.Emphasis {
    font-size: 11px;
	font-weight: bold;
	color: #000000;  
	text-decoration: none;
	}
.FinePrint, 
.Footer {    
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
.Separator {  /* Also known as a "Pipe" */
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	}
	

/* forms and tables
----------------------------------------------- */

form {
	padding:0;
	margin:0;
	}
fieldset {
	background-color: #FFEEBB;
	border: none;
	border-bottom: 1px #FFAA00 solid;
	margin: 25px 0 0 0;
	padding: 5px;
	position: relative;
	display: block;
	}
legend {
	background-color: #FFDD77;
	border-top: 1px #FFAA00 solid;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px;
	margin: -10px -5px 0 !important;
	margin: -10px -12px 0;
	width: 100%;
	display: block;
	position: relative;
	top: -12px;
	}
input,
select {
	font-size: 11px;
	}
.PrimaryButton {
	font-size: 10px;
	font-weight: bold;
	background-color: #EE0000;
	border: 1px #000000 solid;
	color: #FFFFFF;
	height: 18px;
    width: auto;
	text-align: center;
	vertical-align: middle;
	}
.StandardButton {
	font-size: 10px;
	font-weight: bold;
	background-color: #FFDD77;
	border: 1px #FF7700 solid;
	color: #000000;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	}
table {
	font-size: 11px;
	color: #000000;
	}
td {
	text-align:left;
	vertical-align:top;
	}
.DataTable {
	font-size: 10px;
	}
table.Display th {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: #FFDD77;
	padding: 2px 5px;
	border-right: 2px #FFFFFF solid; 
	}
tr.border td {
	background: #FFAA00;
	padding: 0;
	height: 1px;
	border-right: 2px #FFFFFF solid; 
	}
tr.odd td {
	background: #FFFFFF;
	padding: 2px 5px;
	border-right: 2px #FFFFFF solid; 
	}
tr.even td {
	background: #FFEEBB;
	padding: 2px 5px;
	border-right: 2px #FFFFFF solid; 
	}

	

/* lists and rules
----------------------------------------------- */
	
ul {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
ul.homepage {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(/images/layout/bullet.gif);
	margin-left: 16px;
	}
ul.product {
	margin: 0;
	padding: 0;
	}
ul.product li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	}
ul.noscript {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0 12px;
	}
.noscript ul, 
.noscript ul ul, 
.noscript ul ul ul {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0 0 12px;
	}
ul.noscript li, 
.noscript li {
	margin-top: 0 0 5px 0;
	padding: 0;
	}
ol {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: decimal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
hr { 
	color: #CCCCCC;
    height: 1px;
	width: 100%;
	border: 0;
	background-color: #CCCCCC;
	}
hr.RightColumn { 
	margin: 9px 0 !important;
	margin: 2px 0;
	clear: both;
	display: block;
	}
hr.LeftColumn { 
	width: 169px;
	margin: 9px 0 9px 12px !important;
	margin: 2px 0 2px 12px;
	clear: both;
	display: block;
	}
	
	
/* tab navigation
----------------------------------------------- */

#contents {
	min-height: 50px;
	}
#header {
	height: 24px;
	position: relative;
	text-align: left;
	width: 537px;
	}
#header ul#primary {
	bottom: -1px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 537px;
	}
#header ul#primary a {
	background: #FFEEBB;
	border: 1px solid #FFAA00;
	}
#header ul#primary a, 
#header ul#primary span, 
#header ul#primary a.current {
	display: block;
	float: left;
	height: 16px;
	margin: 4px -1px 0 0;
	padding: 2px 4px 0;
	text-align: left;
	}
#header ul#primary a:hover {
	background: #FFEEBB;
	border-color: #FFAA00;
	margin: 2px -1px 0 0;
	padding: 2px 4px 2px;
	}
#header ul#primary li {
	display: inline;
	list-style: none;
	}
#header ul#primary span, 
#header ul#primary a.current, 
#header ul#primary a.current:hover {
	background: #FFFFFF;
	border: 1px solid #FFAA00;
	border-bottom: none;
	height: 18px;
	margin: 2px -1px 0 0;
	padding: 3px 4px 0;
	}
#main {
	background: #FFFFFF;
	border-top: 1px solid #FFAA00;
	clear: both;
	}
.BananaBox {
	border: #FFAA00 solid 1px; 
	background-color: #FFEEBB; 
	padding: 15px; 
	margin-bottom: 15px;
	}
.BananaBox hr.RightColumn {
	color: #FFAA00;
	}
.BananaBoxHeader {
	padding: 10px 15px; 
	margin: -15px -15px 15px -15px; 
	background-color:#FFAA00;
	}
.BananaBoxHeader h2 {
	color: #FFFFFF; 
	margin: 0; 
	padding: 0;
	}
	
.GrayBox {
	width: 137px; 
	padding: 15px; 
	border: #cccccc solid 1px; 
	background-color: #F7F7F7; 
	color:#808080;
	}
.GrayBox h2 {
	font-weight: normal;
	}
.GreenBox {
	border: #009922 solid 1px; 
	background-color: #ddeebb; 
	padding: 15px; 
	margin-bottom: 15px;
	}
.GreenBox hr.RightColumn {
	color: #009922;
	}
.GreenBoxHeader {
	padding: 10px 15px; 
	margin: -15px -15px 15px -15px; 
	background-color:#009922;
	}
.GreenBoxHeader h2 {
	color: #FFFFFF; 
	margin: 0; 
	padding: 0;
	}
	#RightColumn {
	margin: 10px 0 15px 15px; 
	width: 169px;
	float: right;
	}
	h2, 
.Subhead1 {
	color: #000000;
	font-size: 1.182em;
	font-weight: bold;
	line-height: 1.364em;
	margin: 0 0 8px 0;
	text-decoration: none;
	}
	/* moodalbox CSS */
div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #333;
cursor: pointer;
}
div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #FFEEBB;
}
div#mb_center {
background-color: #FFF;
}
div#mb_contents {
width: 400px;
height: 400px;
border: 1px solid #FA0;
padding: 10px;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}
.mb_loading {
background: #FA0 url(/images/graphics/loading.gif) no-repeat center center;
}
#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}
#mb_error em {
font-size: 0.8em;
}
div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
padding: 0 10px;
line-height: 1.4em;
text-align: left;
border: 1px solid #FA0;
border-top-style: none;
}
a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(/images/graphics/closelabel.gif) no-repeat center;
margin: 5px 0;
}
div#mb_caption {
margin-right: 71px;
}