﻿/* This CSS completely replaces mckesson.css.
Therefor, mckesson.css has been moved out of
the css loading path and into the root for
reference. See mckesson.css for more info. */

/* This CSS aims to set styles using a
hierarchal method rather than providing
a class/id for every tag on the page.

A bit of organization and grouping should
be done when this file is complete.
*/

body, input
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

sup
{
	font-size: xx-small;
}

a
{
	color: #0052A5;
	text-decoration: none;
}

a:hover
{
	color: #0052A5;
	text-decoration: underline;
}

a:visited
{
	color: #0052A5;
	text-decoration: none;
}


a.btnlink:hover
{
	color: #3366CC;
	text-decoration: none;
	text-transform: uppercase;
}
a.btnlink
{
	color: #4F4F4F;
	letter-spacing: 1px;
	margin-left: 19px;
	margin-right: 19px;
	text-transform: uppercase;
	word-spacing: 1px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
	margin-top: 14px;
	padding: 0px;
}

div#adnmincontainer
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;
	margin-top: 14px;
	padding: 0px;
}

div#logo
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 17px;
}

div#topnav
{
	float: right;
	top: 0px;
	color: #B4B4B4;
	text-align: center;
	font-weight: bold;
}

div#topnav a
{
	color: #0052A5;
	font-size: 10px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
}

div#topnav a:hover
{
	color: #0052A5;
	text-decoration: underline;
}

div#navbarcontainer
{
	clear: both; /* Borders need to be in this order to override */
	border: #999 1px solid;
	border-top: #205ca7 1px solid;
}

div#navbarcontainer .stripe
{
	background-color: #f58936;
	border-bottom: #999 1px solid;
	height: 5px;
	overflow: hidden;
}

div#navbarcontainer .navbar
{
	background-image: url( "images/button_on.gif" );
	background-repeat: repeat-x;
	height: 24px;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
}

div#navbarcontainer .navbar .btntable
{
	margin-left: auto;
	margin-right: auto;
	height: 24px;
}

div#navbarcontainer .navbar td.btn
{
	text-align: center;
	border-left: 1px solid #999;
}

div#navbarcontainer .navbar td.btn a
{
	margin-left: 19px;
	margin-right: 19px;
	color: #4F4F4F;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-transform: uppercase;
}

/* A good example of how specific the
hierarchical structure can be. Changing any
one of the class/tag names will break it. */

div#navbarcontainer .navbar td.btn a:hover
{
	color: #36C;
	text-decoration: none;
	text-transform: uppercase;
}


.topnav
{
	text-align: center;
	font-size: 7pt;
	font-family: Verdana,Helvetica,sans-serif;
}

.topnav a
{
	color: #333333;
	font-size: 7pt;
	text-transform: uppercase;
	font-family: Verdana,Helvetica,sans-serif;
}

.topnav a:hover
{
	color: #3366CC;
	text-decoration: none;
}

.topnavsub
{
	text-align: left;	
}

.topnavsub a:hover
{
	color: #3366CC;
}

.topnavsub a
{
	color: #FFFFFF;
	background-color: #FA742B;
	padding: 5px;
}

.topnavselected a
{
	color: #FA742B;
}

.subnavselected a
{
	color: black;
}

div#content
{
	background-color: #ffffff;
	padding: 0px 0px 20px 0px;
	vertical-align: top;
}

/* Browser not respecting vertical-align: middle;
for footer (or at all for that matter.)
Need to find a good way to vertically center
the text without using tables or more divs. */

div#footer
{
	background-color: #ffffff;
	border: #999 0px solid;
	/*height: 29px;*/
	color: #666666;
	text-align: center;
	padding-top: 2px;
}

/* Hack to make text appear vertically centered.
I'm not happy about this and I'm probably missing
something obvious and doing it the hard way

See above comment. */

div#footer .vcenter
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 25%;
}

div#footer .vcenter a
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: normal;
}

div#footer .vcenter a:hover
{
	color: #fff;
}

DIV.boxtop
{
	width: 192px;
	background-image: url(images/line_top.gif);
	background-repeat: no-repeat;
}

DIV.boxbot
{
	width: 192px;
	background-image: url(images/line_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

DIV.boxcopy
{
	padding: 8px 10px 10px 10px;
	font-size: 12px;
	width: 170px;
	white-space: normal;
}

DIV.boxleft
{
	background-image: url(images/line_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}

DIV.boxright
{
	width: 192px;
	background-image: url(images/line_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}



.breadcrumb
{
	font-size: 10px;
	height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

.delim
{
	font-weight: bold;
	margin-left: 14px;
	margin-right: 14px;
	text-align: center;
}
.footer
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 10px;
	height: 29px;
}


.footersmall
{
	background-color: #FF6600;
	height: 1px;
}
.headtitle, .segmentheadtitle
{
	background-color: #FF6600;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px;
	height: 146px;
}
.segmentheadtitle
{
	height: 125px;
}
.subtitle
{
	background-color: #FF6600;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 1px;
	height: 124px;
}

a.breadlink
{
	color: #4F4F4F;
}
a.breadlink:hover
{
	color: #FF6600;
}
a.btnlink
{
	color: #4F4F4F;
	letter-spacing: 1px;
	margin-left: 19px;
	margin-right: 19px;
	text-transform: uppercase;
	word-spacing: 1px;
}
a.btnlink:hover
{
	color: #3366CC;
	text-decoration: none;
	text-transform: uppercase;
}
a.bluelink
{
	color: #0052A5;
	font-size: 10px;
	text-decoration: none;
}
a.orangelink
{
	color: #FF6600;
	font-size: 10px;
	text-decoration: none;
}
a.bluelink:hover
{
	color: #0052A5;
	text-decoration: underline;
}
a.smlblue
{
	color: #0066CC;
	text-decoration: none;
}
a.smlblue:hover
{
	color: #FF6600;
	text-decoration: underline;
}
a.whitelink
{
	color: #FFFFFF;
}
a.whitelink:hover
{
	color: #FFFFFF;
}
a.linkgrey
{
	color: #666666;
	font-size: 10px;
}
a.linkgrey:hover
{
	color: #0052A5;
}
a.pagenate
{
	color: #0052A5;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
a.pagenate:hover
{
	color: #FF6600;
	text-decoration: underline;
}
a.navlink
{
	color: #0052A5;
	font-size: 11px;
	text-decoration: none;
}
a.navlinkon
{
	color: #FF6600;
	font-size: 11px;
	text-decoration: none;
}
a.navlink:hover
{
	text-decoration: none;
}
a.subnavactive
{
	color: #FF6600;
}
.cphMain
{
}


div.whitebg
{
	background-color: #FFFFFF;
}
div.boxtop
{
	background-image: url(images/line_top.gif);
	background-repeat: no-repeat;
	width: 192px;
}
div.boxbot
{
	background-image: url(images/line_bot.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 192px;
}
div.boxcopy
{
	font-size: 11px;
	padding: 8px 10px 10px;
	white-space: normal;
	width: 170px;
}
div.boxleft
{
	background-image: url(images/line_left.gif);
	background-repeat: repeat-y;
	width: 5px;
}
div.boxright
{
	background-image: url(images/line_right.gif);
	background-position: right center;
	background-repeat: repeat-y;
	width: 192px;
}


ul.content
{
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
ul.eweb
{
	list-style-image: url(images/icn_link.gif);
	margin-bottom: 0in;
}
ul.header
{
	height: 14px;
	list-style-type: none;
	padding: 7px 5px 5px;
	width: 100%;
}
ul.head
{
	list-style-type: none;
	margin: 0pt;
	padding: 0pt 0pt 10px;
}
ul.padding
{
	list-style-type: none;
	margin: 8px;
}
ul.list
{
	color: #FF6600;
	list-style-type: disc;
	margin: 8px;
	padding-left: 18px;
}
ul.more
{
	list-style-type: none;
	margin: 0pt;
	padding: 0pt 0pt 6px;
	text-align: right;
}
li.list
{
	background-image: url(/images/icn_list.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
	padding-bottom: 16px;
	padding-left: 22px;
}
li.link
{
	background-image: url(/images/icn_link.gif);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-left: 12px;
}
li.news
{
	background-image: url(/images/icn_link.gif);
	background-repeat: no-repeat;
	display: inline;
	padding-left: 12px;
}
li.navglobal
{
	background-image: url(/images/pl.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
}
td.navglobal
{
	cursor: pointer;
}
li.navglobalon
{
	background-image: url(/images/pm.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 14px;
}
li.more
{
	background-image: url(/images/icn_more.gif);
	background-position: 100% 4px;
	background-repeat: no-repeat;
	padding-right: 14px;
}
li.headercopy
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 32px;
	margin: 0pt 12px 0pt 18px;
}
li.detailcopy
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 28px;
	margin: 0pt 12px 0pt 18px;
}
li.subcopy
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 30px;
	margin: 0pt 12px 0pt 18px;
}
li.tricopy
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 26px;
	font-style: normal;
	margin: 0pt 12px 0pt 18px;
}
li.submit
{
	background-image: url(/images/btn_submit_small.gif);
	background-position: 100% 4px;
	background-repeat: no-repeat;
	padding-right: 18px;
}
select
{
	font-size: 11px;
}


h1
{
	color: #666666;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	color: #666666;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3
{
	color: #333333;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4
{
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4.orange
{
	color: #FF6600;
}
h5
{
	color: #666666;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 0px;
}
h6
{
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 4px;
}
