/* CSS for Pharmacotherapy Update */
table.article { border: 1px solid #ccc;}
.article th { padding: 3px 0 3px 10px; background-color: #91aa95; font: bold Arial, Helvetica, sans-serif; text-align: left; color: #fff;}
.article tr td { vertical-align:top; padding: 6px 10px;}
.article tr.even td { background-color: #e9eeea;}

/* section id's */
#nav-masthead { padding: 0; margin-left: 12px; width: 212px; background: #ded9dd; font-size: .78em;}
#nav-masthead ul { display: block; list-style: none; margin: 0; padding: 30px;}
#nav-masthead ul li { display: inline; margin: 0; font-weight: bold; color: #434241; padding: 0; }
#nav-masthead ul li ul { padding: 0; border: none;}
#nav-masthead ul li ul li { display: list-item; padding-bottom: 12px; font-weight: normal;}
.mastheadTitle { margin: 0; padding: 0; font: bold 1.3em Arial, Helvetica, sans-serif; color: #434241;}

/* anchor tag content links */
a.backtop_links { font-size: .9em;}
a.more { font-weight: bold; padding-right: 1.5em; background: url("/images/elements/grayarrow.jpg") no-repeat 100% .05em;}	
a:hover.more { background-image: url("/images/elements/grayarrow_down.jpg");}

/* one minute */
.grayborder { border-top: solid 1pt #CCCCCC;}
#content p.blockquote { margin: 0 0 .1em 0; padding: .1em 0 0 0; font: 1.1em Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; color: #683f5c;} 
#content .tableRef { font: .78em "News Gothic Std", Arial, Helvetica, Sans-serif; margin: 0; padding: 0; line-height: 1.4em;}

/* (4) - Basic Layout Classes */
.cleared_both { clear:both;}
.cleared_left { clear:left;}
.cleared_right { clear:right;}
.float_none { float:none;}
.float_left { float:left; padding-right: .5em;}
.float_right { float:right; margin-left: 1em;}	
.center { margin:0 auto;}
img.img-left { float:left; margin:.25em .625em .25em 0;}
img.img-right { /*float:right;*/ margin:.25em 0 .25em .625em; padding: 10px; border: solid 1pt #ccc;}
.img-print { float:right; margin:.15em 0 .15em .45em; padding: 10px; border: 0;}

.printImage { display: none;}
div.dmpimage-right { float: right; margin-bottom: .5em;}
div.dmpimage-left { float: left; margin-bottom: .5em;}
div.dmpimagecaption { font-size: .75em; text-align: center;}

div.callout_right {/* For a right-aligned sidebar within content */
	width:33%;
	height:auto;
	float:right;
	margin:0 .9375em .9375em .9375em;
	padding:.625em .25em;
	border:1px solid #CCC;
	}
	
div.callout_left {/* Left-aligned sidebar within content */
	width:33%;
	height:auto;
	float:left;
	margin:0 .9375em .9375em .9375em;
	padding:.625em .25em;
	border:1px solid #CCC;
	}
	
div.centerbox {/* Just a centered box in the middle of the page; formerly called news_centerbox */
	width:66%;
	margin:10px auto;
	border:1px solid #CCC;
	text-align:center;
}

/* CSS3 version of alternating table row color
tr:nth-child(odd) { background-color: #fff;}
tr:nth-child(even) { background-color: #e9eeea;}*/

