/* 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;
}
.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;
}
