/*//////////////////////////////////////////////////

* Main CSS file for McKesson Content Authors
* Filename:  author-style.css
* Author:    Drew Vecchione | Corporate Web Team

//////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////
	Styles
//////////////////////////////////////////////////*/

h1 { 
	font: normal normal bold 20px "Georgia", Times, serif;
	margin: 0 0 14px 0;
	color:#005A8C;
}
h2 { 
	font: normal normal bold 25px "Georgia", Times, serif;
	margin: 0 0 20px 0;
	color:#005A8C;
}
h3 { 
	font: normal normal bold 20px "Georgia", Times, serif;
	margin: 0 0 6px 0;
	color:#005A8C;
}
h4 { 
	font: normal normal bold 15px "Georgia", Times, serif; 
	margin: 0 0 6px 0;
	color:#005A8C;
}
h5 {font: normal normal bold 15px "Arial", Helvetica, sans-serif }
h6 {font: normal normal bold 12px "Arial", Helvetica, sans-serif }

hgroup h2 {margin: 0 0 6px 0;}
p {
	margin: 0 0 16px 0;
	line-height: 16px;
}
/* List Types &  Icons */

/*ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul li {
	margin: 0 0 1px 0;
	display: block;
}*/
/*ul.bulleted li {*/
ul.editorbulleted{

	padding: 0 0 0 8px;
}
ul.editorbulleted li{
	list-style: disc outside none;
	display: list-item;
	margin-left: 1em;

}

ul.eweb{

	padding: 0 0 0 8px;
}
ul.eweb li{
	list-style: disc outside none;
	display: list-item;
	margin-left: 1em;

}
ol.editororderlist{

	padding: 0 0 0 14px;
}
ol.editororderlist li{
	
	display: list-item;
	margin-left: 1em;

}
ul.editorarrow {
	padding: 0;
	list-style-type: none;
}
ul.editorarrow li {
	margin: 0 0 4px 0;
}
/*ul.arrow li,*/
a.editorarrow {
	padding: 0 0 0 12px;
	background: #005A8C url(/images/sprite-dynamic.png) no-repeat -8px -220px;
	width:600px;
}
a.arrow.heroCtaWhite { background: url(/uploadedImages/McKesson/Content/Home/homepageWhiteArrow.png) no-repeat 0px 3px !important;}
/*.arrow time {
	font-size: 10px;
	font-style: italic;
}
.button
{    
    text-decoration: none !important;
    color: #fff !important;
    padding: 5px !important;
    background-color:#005a8c;
}
.blue{ 
	font: normal normal bold 30px "Georgia", Times, serif;
	margin: 0 0 20px 0;
	color:#005A8C;
}
.white{ 
	font: normal normal bold 30px "Georgia", Times, serif;
	margin: 0 0 20px 0;
	color:#EEEEEE;
}*/

a.button:link,
{
    font: normal normal bold 13px “arial”, helvetica, sansserif !important;
    text-decoration: none !important;
    color: #fff !important;
    padding: 5px !important;
    background-color:#005a8c;
}
.time{
	font-size: 10px;
	font-style: italic;
}
span.editorbulleted ul{
	background: transparent url(../images/sprite-common.png) no-repeat 0px -574px;
	padding: 0 0 0 8px;
}
span.editorarrow ul{
	padding: 0 0 0 12px;
	background: #005A8C url(../images/sprite-dynamic.png) no-repeat -8px -220px;
}
.heroTitleBlue, .heroTitleWhite{
	font: normal normal bold 33px/36px "Georgia", Times, serif;
	margin: 0 0 15px 0;
	}
.heroTitleBlue {color: #005a8c;}
.heroTitleWhite {color: #fff;}
.heroSubtitleBlue, .heroSubtitleWhite {
	font: normal normal normal 16px/20px "Arial", Helvetica, sans-serif;
	margin: 0 0 15px 0;
	}
.heroSubtitleBlue {color: #005a8c;}
.heroSubtitleWhite {color: #fff;}
.heroCtaBlue, .heroCtaWhite {
	font: normal normal bold 16px "Arial", Helvetica, sans-serif;}
.heroCtaBlue {color: #005a8c;}
.heroCtaWhite {color: #fff!important;}
.bannerTitleBlue, .bannerTitleWhite {
	font: normal normal bold 30px/32px "Georgia", Times, serif;
	margin: 0 0 15px 0;}
.bannerTitleBlue {color: #005a8c;}
.bannerTitleWhite {color: #fff!important;}
.bannerSubtitleBlue, .bannerSubtitleWhite {
	font: normal normal bold 14px/18px "Georgia", Times, serif;
	margin: 0 0 15px 0;}
.bannerSubtitleBlue {color: #005a8c;}
.bannerSubtitleWhite {color: #fff!important;}
.bannerCtaBlue, .bannerCtaWhite {
	font: normal normal bold 12px "Arial", Helvetica, sans-serif;}
.bannerCtaBlue {color: #005a8c;}
.bannerCtaWhite {color: #fff!important}
.bannerTestRed, .bannerTestGreen {
	font: normal normal bold 14px "Arial", Helvetica, sans-serif;}
.bannerTestRed {color: #d81417;}
.bannerTestGreen {color: #5bac26;}
/*Edited 8/14/2013 - SH - for Meaningful Use page*/
dl.faq { }
dl.faq dt { font-weight: bold; margin-bottom: 13px; }
dl.faq dt span.status { color: #666; font-weight: normal; font-family: monospace, sans-serif; }
dl.faq dt:hover { }
dl.faq dt:hover span.status { text-decoration: normal; }
dl.faq dd dl dt { font-weight: normal; }
dl.faq dd { display: block; margin: 0 0 13px 20px; }
dd li ol li {margin:0 0 0 18px;padding:0 0 2px 0 !important;background:none !important;}
dd li ol{margin:8px 0 0 0 !important;}
.footnote {font-size:10px;line-height:12px;font-style:italic;}

/*Edited 2/14/2014 - SH - for Blog Tables*/
table.blog {width:100%;border-collapse:collapse;margin-bottom:16px;}
table.blog, table.blog th, table.blog td {border: 1px solid white;}
table.blog td {text-align:left;vertical-align:top;padding:10px;background-color:#e3ecf2;color:black;}
table.blog th {background-color:#e3ecf2;color:#005a8c;padding:10px;font:normal normal bold 16px "Georgia", Times, serif;}
table.blog thead th, table.blog tfoot th {background-color:#005a8c;color:#fff;text-align: center;}

/*fix featured video close icon - Sathish */
.ui-widget-header .ui-icon{
margin-left:-7px!important;
}

/*Edited 7/22/2014 - SH - for Pop Health*/
ul.editorbulleted ul {margin-top:10px;}
ul.editorbulleted li li {list-style: circle outside none;}
ol.editornumbered {padding-left:20px;list-style: decimal;margin-bottom:10px;}
.paraBullets > li {margin-bottom:10px;}

figure {padding: 10px;border-bottom: 1px dotted #005A8C;border-top: 1px dotted #005A8C;}
figure.wide {width:423px;}
figure.full {width:643px;padding:10px 0;margin:15px 0;text-align:center;}
figure.narrow {width:204px;}
figure.fltright {float: right;margin: 0 0 10px 10px;}
figure.fltleft {float: left;margin: 0 10px 10px 0;}
figure.noBorder {border:none;}
figcaption {font-size: 12px;text-align:left;color: rgb(102,102,102);}

blockquote {font-size: 12px;font-style: italic;width: 550px;margin: 0.25em 0;padding: 0.25em 40px;line-height: 1.45;position: relative;color: #383838;}
blockquote:before {font-family: Georgia, serif;display: block;content: "\201C" !important;font-size: 80px;position: absolute;left: 0;top: -20px;color: #7a7a7a;}
blockquote.noQuote:before {font-family: Georgia, serif;display: block;content: "" !important;font-size: 80px;position: absolute;left: 0;top: -20px;color: #7a7a7a;}
blockquote cite {color: rgb(102,102,102);font-size: 14px;display: block;margin-top: 5px;}
blockquote cite:before {content: "\2014 \2009";}

img.fltlft {float:left;margin:0 15px 10px 0;}
img.fltrht {float:right;margin:0 0 10px 10px;}
