/* DHS custom styles */

.bodyText p {
	margin: 0px;
	line-height: normal!important; /* Without the "important", <p>'s within tables that had inline styles were having text resize issues */
}
.bodyText table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000000!important;      /* Without the "important", tables that had inline styles were forcing the text to be the old gray color instead of black */
	line-height: normal!important; /* Without the "important", tables that had inline styles were having text resize issues */
}
.bodyText td {
	font-size: 100%;
}
.bodytext.caption, .bodytext.boxColor2 {
	font-size: 100%; /* There are a couple of pages that were using caption and boxColor2 styles, causing the text to be too small since the font size starts to compound */
	color: #000000!important; /* There were a couple of pages that had the boxColor2 style but also had inline styles that forced the text to be the old gray color instead of black */
}
p.pageTitle {
	/* forcing styles to pageTitle only */
  font-size: 150%!important;
	margin-bottom: auto!important;
	margin-top: auto!important;
	color: #000000!important;
}
p.h2 {
	font-size: 110%;
}
td.h2 {
	font-size: 110%
}
tr.pageTitle {
	font-size: 150%; /* There were a handful of pages that had the "pageTitle" class in a <tr> tag.  This fixes them */
}
.h2white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	/* line-height: normal; */
	font-weight: bold;
	color: #FFFFFF;
	background-position: left center;
	text-indent: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.h2red {
	font-size: 1.2em;
	font-weight: bold;
	color: #7d0000;
	margin: 0 0 12px 0;
}
.redtext {
	color: #CC0000;
}
/* SPD Nursing Tools at /DHS/spd/provtools/nursing/ */

.heading {
	background-color: #800000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 1px;
}
.newsbox {
	background-color: #E3E8F2;
	float: right;
	width: 207px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 5px double #002953;
}
.newshead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #850A0D;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	paddding-top: 3px;
	padding-bottom: 3px;
}
.subscribe {
	float: left;
}
.ddcover {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 55px;
	margin-bottom: 10px;
}
.education {
	float: none;
	width: 395px;
	margin-left: 300px;
	margin-top: 15px;
}
.newstext {
	padding: 3px 5px 5px;
}
.crncover {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 55px;
	margin-bottom: 10px;
}
.img_books {
	float: left;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.compbox {
	float: right;
	width: 240px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #F9FDFF;
	border: thin solid #00254A;
}
.compboxlist {
	margin-left: -15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* SPD STYLES  */
a.spdwht {
	font-weight: bold;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
a.spdwht:hover {
	text-decoration: underline;
}
.spd-menu-hd-bss {
	font-weight: bold;
	font-size: 1.1em;
	color:  #385775;
	margin: 0 0 6px 0;
}
a.spd-nav-a {
	text-decoration: none;
	color: #332f2a;
}
a.spd-nav-a:hover {
	text-decoration: underline;
	color: #000000;
}
h3.spd-bss {
	font-size: 1.2em;
	font-weight: bold;
	color: #961416;
	margin: 0 0 12px 0;
}
h2.red {
	font-size: 1.2em;
	font-weight: bold;
	color: #7d0000;
	margin: 0 0 12px 0;
}
a.spd-bss-red-a {
	display: inline-block;
	float: right;
	margin: 6px 6px 0 0;
	text-decoration: none;
	color: #961416;
	font-weight: bold;
	text-align: right;
}
a.spd-bss-red-a:hover {
	text-decoration: underline;
	color: #6f1f13;
}
a.spd-bss-a {
	text-decoration: none;
	color: #385775;
	font-weight: bold;
}
a.spd-bss-a:hover {
	text-decoration: underline;
	color: #385775;
}
a.spd-bss-nav-a {
	text-decoration: none;
	color: #385775;
}
a.spd-bss-nav-a:hover {
	text-decoration: underline;
	color: #385775;
}
