@charset "UTF-8";

/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/B/diagnostics.css");*/

/* COLOR THEME -- GREEN 
	.bg-color
	{
		background-color: #c1d5b0;
	}
	.qa-color
	{
		color: #085100;
		font-weight:bold;
	}
	.special_hdr {
   border-bottom: 2px solid #c1d5b0;
   margin: 5px 0 10px;
	}
	.special_hdr_toc {
   border-bottom: 2px solid #c1d5b0;
   margin: 5px 0 10px;
   width: 65%;
	}
*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");
.bg-color
	{
		background-color: #f9c671;
	}
	.qa-color
	{
		color: #612e1f;
		font-weight:bold;
	}
	.special_hdr 
	{
   border-bottom: 2px solid #f9c671;
   margin: 5px 0 10px;
	}
	.special_hdr_toc 
	{
   border-bottom: 2px solid #f9c671;
   margin: 5px 0 10px;
   width: 65%;
	}
*/

/* COLOR THEME -- PURPLE 
@import url("/TemplatePackage/css/B/theme-purple.css");
.bg-color
	{
		background-color: #c5bee1;
	}
	.qa-color
	{
		color: #3d316a;
		font-weight: bold;
	}
	.special_hdr 
	{
   border-bottom: 2px solid #c5bee1;
   margin: 5px 0 10px;
	}
	.special_hdr_toc 
	{
   border-bottom: 2px solid #c5bee1;
   margin: 5px 0 10px;
   width: 65%;
	}

*/

/* */
@import url("/TemplatePackage/css/B/theme-teal.css");
.bg-color
	{
		background-color: #c1ded5;
	}
.qa-color
	{
		color: #084239;
		font-weight:bold;
	}

.special_hdr {
   border-bottom: 2px solid #c1ded5;
   margin: 5px 0 10px;
}
.special_hdr_toc {
	border-bottom: 2px solid #c1ded5;
   	margin: 5px 0 10px;
   	min-width: 64%;
   	max-width: 64%;
}
#content-secondary .roundem {
	background-color: rgb(193, 222, 213);
}

/* COLOR THEME -- TAN 
@import url("/TemplatePackage/css/B/theme-tan.css");
.bg-color
	{
		background-color: #ccba8b;
	}
	.qa-color
	{
		color: #503608;
		font-weight:bold;
	}
	.special_hdr {
   border-bottom: 2px solid #ccba8b;
   margin: 5px 0 10px;
}
	.special_hdr_toc {
   border-bottom: 2px solid #ccba8b;
   margin: 5px 0 10px;
   width: 65%;
}
*/

/* COLOR THEME -- ROSE 
 @import url("/TemplatePackage/css/B/theme-rose.css");
.bg-color
	{
		background-color: #e1b8b8;
	}
	.qa-color
	{
		color: #621919;
		font-weight:bold;
	}
	.special_hdr {
   border-bottom: 2px solid #e1b8b8;
   margin: 5px 0 10px;
}
	.special_hdr_toc {
   border-bottom: 2px solid #e1b8b8;
   margin: 5px 0 10px;
   width: 65%;
}
*/	

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/



/*Home Page Columns*/



/* =================================================================================
	To see examples of styles, please refer
	to http://wwwdev.cdc.gov/vaccines/_DONOTPOST_stylereference.html
================================================================================= */

/
.wording {
	
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:1.2em;
	font-weight:normal;
	padding-left:10px;
	color:#FF0000;
}
#branding span.wording a, #branding span.wording a:visited {
	color:#504d4d;
	font-size:0.9em;
	margin-left:4px;
}
#branding span.wording a:hover {

	text-decoration:underline;
}
/* =================================================
END Second Logo style
================================================= */

/* =================================================
	CALLOUT STYLE
================================================= */
.quotes-wrap
{
	color:#FFFFFF;
	width:340px;
	padding:3px;
	margin: 5px;
}
.quotes-top
{
	background-image: url("/vaccines/images/quote-top.gif");
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    width: 335px;
}

.quotes-top
{
	
}
<!--AT A Glance -->

#aag {
    border: 0 none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    width: 400px;
	float:left;
}

.ataglance {
    background-image: url("/vaccines/images/aag_top.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    width: 300px;
}

#aaga {
    float: left;
    padding-bottom: 4px;
    width: 300px;
}
#aagb {
    float: left;
    margin: 0;
	margin-top:5px;
    padding-bottom: 4px;
    text-align: center;
	width: 100px;
}

.ataglance p {
    font-size: 0.8em;
    margin: 0;
    padding: 25px 5px 0;
}
.ataglance li {
    font-size: 0.8em;
}
<!--End AT A Glance -->


<!--AT A Glance LONG -->
#aag-long { float:left; font-family: Verdana, Arial, Helvetica, sans-serif;}
#aaga-long { float: left; padding-bottom: 4px; width: 470px; }
.ataglance-long { background-image:  url("../../../images/aag_top_long.jpg"); background-position: top left; background-repeat: no-repeat; display: block; width: 460px; }
#aagb-long { float: left; padding-bottom: 4px; width: 125px; margin: 0; }
.ataglance-long p { font-size: 0.8em; padding: 25px 5px 0 5px; margin: 0; }
.ataglance-long li { font-size: 0.8em}

.clear
		{
		clear:both;
		position:
		}	
<!--End AT A Glance Long -->	
	
/* =================================================
	BEGIN CALLOUTS
================================================= */
.callout {
    background-color:#FFFFFF;
    margin: 0 0 3px;
    padding: 0 0 7px;
}
.callout > div {
    background-color: #FFFFFF;
    margin: 0;
    padding: 3px;
}

.callout h3 {
    background-color: #EEF7E3;
}
.callout h5 {
    display: block;
    position: relative;
}
.callout > div > h3 + h5 {
    margin-top: 0.75em;
}

.callout > div, .double-rule > div, .noBorder > div {
    background-color: #FFFFFF;
    overflow: hidden;
}

.inner-subColumns {
    overflow: hidden;
    width: auto;
}
.wrap .inner-wrap .subc {
    margin: 0 1%;
    overflow: hidden;
    padding: 0;
}
:first-child + html .module .inner .subc {
    max-width: none;
    padding: 0 3px;
}
.callout .topquote
{
	background: url("/vaccines/images/quote-top.gif") no-repeat 3px -2px; 
	display:block;
	width:auto;
	padding:5px 5px 30px 5px;
}

.callout .bottomquote
{
	background: url("/vaccines/images/quote-bottom.gif") no-repeat right 5px; 
	display:block;
	width:auto;
	padding:5px 5px 30px 5px;
}

.callout .topquote-wide
{
	background: url("/vaccines/images/quote-top-wide.gif") no-repeat 1px -2px; 
	display:block;
	width:auto;
	padding:5px 5px 30px 5px;
}

.callout .bottomquote-wide
{
	background: url("/vaccines/images/quote-bottom-wide.gif") no-repeat 1px 5px; 
	display:block;
	width:auto;
	padding:5px 5px 30px 5px;
}


.callout p {
    line-height: 1.33em;
    margin: 0 3em 1em 1.2em;
    text-align: left;
	color:#000099;
}	


.callout .wide p {
    line-height: 1.33em;
    margin: 0 2.5em 0 1.5em;
    text-align: left;
	color:#000099;
}	
/* =================================================
	END CALLOUTS
================================================= */		

/* =================================================
	BEGIN ABBREVIATIONS
================================================= */
#content-secondary .roundem {
	background-color: rgb(193, 222, 213);
}
/* =================================================
	END ABBREVIATIONS
================================================= */

/* =================================================
	BEGIN IMAGES
================================================= */		
.imageResize {
	width: 100%;
	height : auto;
}

/* =================================================
	END IMAGES
================================================= */

.c33-factsheets
{
	float:right;
	
}
.c33-factsheets
{
	width:33%;
	margin-left:17px;
}

#abbreviations 
{
	margin:15px 0 15px 0;
	padding: 5px 0 5px 0;
	border-top:dotted #c1ded5 2px;
	border-bottom:dotted #c1ded5 2px;
}

#abbreviations h4
{
	color:#084239;
	font-size:1.2em;
	
	
}
#abbreviations li
{
	color:#545151;
	font-size:97%;
}

/* =================================================
Gov delivery style
================================================= */
div.gov-wrap	{	
	
	float:left;
	font-size:95%;
	margin: .4em;
	padding:0 0 1em;
	position:relative;
	width:220px;
	 }

.gov-left {			
	clear:left;
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	width: 20%;
	/* padding-right: 15px; */
	}

.gov-right {		
	clear:right;
	float:right;
	margin:0;
	position:relative;
	text-align:left;
	padding-top:20px;
	width: 75%;
	}
	
	
#toc-tabs {
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 7px;
}	
#toc-tabs p {
    margin: 0 0 3px;
    padding: 0;
}
#toc-tabs ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
}
#toc-tabs ul li {
    display: inline;
    margin-left: 0;
}
#toc-tabs ul li a {
    border-left: 1px solid #000000;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 5px;
}
#toc-tabs ul li a.first {
    border-left:none;
    display: inline-block;
    margin-bottom: 3px;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 5px;
}

#toc-tabs hr {
    text-align: left;
    width: 40%;
}



.special_hdr65 {
   border-bottom: 2px solid #c1ded5;
   margin: 5px 0 10px;
   width: 65%;
}


.factsheet-border
{
	border-bottom: dotted #c1ded5 2px;
	padding-bottom:5px;
	
}


.bulleted-links li li{
    background: url("/TemplatePackage/images/blue_bullet.png") no-repeat scroll 0.3em 0.65em transparent;
    border-bottom: 1px solid transparent;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 3px 1.25em;
    position: relative;
}
.ordered-list li {
    background:none;
    display: list-item;
    list-style: decimal outside none;
   padding: 3px 0 3px 1em;
	margin-left: 2em;
}


#acronym_wrapper {
    border: 0 none;
    width: 100%;
	
}
.acronyma {
    float: left;
    font-weight: bold;
    padding-bottom: 4px;
    width: 80px;
	border-bottom:#CCCCCC solid 1px;
	height:12px;
	padding-top:5px;
}
.acronymb {
    float: left;
    padding-bottom: 4px;
    width: 520px;
	border-bottom:#CCCCCC solid 1px;
	height:12px;
	padding-top:5px;
	
}
.acronymb a
{
text-decoration:none;
	
}
#content .acronymb a span.tp-label {
    
    text-decoration: none;
}

.acronymvaca {
    float: left;
    font-weight: bold;
    width:200px;
	border-bottom:#CCCCCC solid 1px;
	height:50px;
	padding:5px;
	clear:left;
}


.acronymvacb {
    float: left;
   	width:430px;
	border-bottom:#CCCCCC solid 1px;
	height:50px;
	padding:5px;

}

.pink-small
{
	color: #F8258A;
   	font-size: 0.8em;
    font-weight: bold;
}


/* =================================================
Second Logo for Vaccines subsites
================================================= */
.topic-title-wrapper
{
	float:left;
	margin:0px;
	padding:2px;
	width:100%;	
}
.logo-wrapper
{
	margin:10px 5px 0px 5px;
	padding-right:.5em;
	position:relative;
	float:right;
	width:15%;
}
.topic-wrapper
{
	float:left;
	width:70%;	
}
.wrapper-vacunas
{
	margin:10px 20px 0px 20px;
	padding-right:3em;
	position:relative;
	float:right;
}


.wrapper
{
	margin:10px 20px 0px 20px;
	padding-right:.5em;
	position:relative;
	float:right;
}
h4.border-line {
    background-color: #dad5eb;
    border-bottom: 2px solid #3d316a;
    font: bold 1.1em Arial;
    margin: 5px 0 10px;
}

#size { 
min-height: 2800px; /* Set to a minimum height as per your needs */ 
} 


/* =================================================
Medscape video style
===================================================== */

#mscp {
font-family:arial,sans-serif;
margin:0;
padding: 5px 5px 0px; 
verflow: hidden;
width: 168;
height: 370px; 
background-image: url(http://images.medscape.com/pi/global/ornaments/icon-widget-cdc-back.gif);
background-position: center center; background-repeat: no-repeat;
}
#mscp p {
font-size:0.75em;
font-weight:bold;
margin:0;
text-transform:uppercase;
padding: 5px 0px 0px 5px;
}
#mscp a {
color:#006699;
text-decoration:none;
}
#mscp ul {
font-size:0.9em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px 10px 0 0px;
}
#mscp ul li {
font-family:arial,sans-serif;
}
#mscp ul li a {
display:block;
font-family:Georgia,serif;
}
#mscp ul li a:link {
color:#000000;
font-family:verdana,sans-serif;
font-weight:bold;
text-decoration:none;
font-size:0.91em;
}
#mscp ul li a:visited {
color:#000000;
font-family:verdana,sans-serif;
font-weight:bold;
text-decoration:none;
}
#mscp ul li a:hover {
color:#000000;
font-family:verdana,sans-serif;
font-weight:bold;
text-decoration:underline;
}
#mscp ul li a:active {
color:#000000;
font-family:verdana,sans-serif;
font-weight:bold;
text-decoration:none;
}
#mscp img.featimg {
margin-left:8px;
margin-right:17px;
margin-bottom:0px;
padding-bottom:0px;
position:relative;
width:100px;
}
#mscp .teaser {
display:block;
margin:0 0 -1px;
padding:0;
color:#000000;
}
#mscp .video {
display:none;
}

.abbreviation
{
	font-size:.85em;
}

.background-dk-green
{
	background-color:c1ded5;
	
	
}

/* START manual breadcrumb style */
#bread{
    border: medium none;
    margin: 10px 175px 1em 179px;
    min-height: 28px;
    padding: 0 0 0 10px;
}

#bread #breadcrumbs {
    margin: 0;
    overflow: hidden;
    padding: 3px 0;
    position: relative;
    width: auto;
}

#bread, #breadcrumbs ul {
    background-color: #f6fcfb;
/*o	Green - f7fbef
o	Orange - fff7e7
o	Purple - f7f3ff
o	Rose - fff7f7
o	Tan - fff7ef
o	Teal - f6fcfb
*/
}
#bread ul li {
    border: medium none;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
/* END manual breadcrumb style */

div.title-wrap
{
	border:none;
	border-bottom:1px dotted #999999;
	margin-bottom:5px;
	padding-bottom:5px;
}

.cmid {
   
    float: left;
    margin: 0px 0px 0px 2%;
    width: 32%;
}
