@charset "UTF-8";


/* Meningitis Outbreak */
#moreInfo {
    background-color: #deeee9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 5px;
}

#return-link {
	width: 100%;
}

#right-rail-campaign {
	margin: 10px auto;
	padding: 10px auto;
	text-align: center;
}

#table-by-state {
	background-color: #d4eeb6; 
	border: 1px solid #6aad29; 
	border-collapse: collapse; 
	margin: 0 auto !important;
	width: 70%; 
}

#table-by-state thead th {
	background-color: #609c25; 
	border: 1px solid #6aad29; 
	padding: 0 5px 0 5px;
	text-align: center;
	color:#FFF;
	height: 40px;
}

#table-by-state tfoot {
	background: #AEDE7B;
	font-weight: bold;
}

#table-by-state tfoot th {
	border: 1px solid #6aad29;
	padding: 0 5px 0 5px;
	text-align: left;
	height: 30px;
}

#table-by-state tfoot td {
	border: 1px solid #6aad29;
	padding: 0;
	text-align: center;
}

#table-by-state tbody th {
	border: 1px solid #6aad29;
	font-weight: normal;
	height: 0;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
}

#table-by-state tbody td {
	border: 1px solid #6aad29; 
	padding: 5px;
	text-align: center; 
}

.content-stamp { /*this is used as the date stamp for content*/
	color: #CC0000; 
	font-size: 0.8em;
	text-transform: uppercase;
}

.currentTitle h3{
	clear:both;
	color:#084239;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; 
	line-height: 1; 
	margin: 0; 
	padding: 0.5em 5px;
}

.borderHAI{
	border:#000 solid thin;
}

.displayInline, .displayInline a {
	display: inline;
}

.gallery345 .cdc-caption {
	height: 345px !important;
}

.marginTop20 {
	margin-top: 20px;
}

.nudgeUp {
	margin:-12px 0 0 0;
}

.smallgraydate {
	font-size: 0.8em;
	color: #666666;
	text-transform: uppercase;
}

.smallgraytext {
	font-size: 0.8em;
	color: #666666;
}

.standardbox {
	border: 1px solid #cecece;
	background-color: #deeee9;
	padding: 8px;
}

.standardboxright {
	border: 1px solid #cecece;
	background-color: #deeee9;
	padding: 8px;
	float: right;
	margin: 0 0 10px 8px;
	width: 150px;
}

.standardboxright li {
	position: relative;
	left: -10px;
}

.widePage #breadBox {
    float: left;
    width: 50%;
}

.facilities table {
	border-collapse:collapse;
	border: 1px solid #6288d4;
}

.facilities th {
	background-color: #acbddd;
	border: 1px solid #6288d4;
	height: 20px;
}

.facilities th.state {
	background-color: #caddff;
	border: 1px solid #6288d4;
	font-size: 1.2em;
	color: #00095b;
	height: 30px;
}

.facilities td {
	border: 1px solid #6288d4;
}

/* there exists a style for the table #table-by-state (see above); gmo3
table, th, td
{
border: 1px solid black;

border-collapse:collapse;
}
table,th, td
{
border: 1px solid black;
width:100%;
}

th
{
height:50px;
}

td
{
height:50px;
vertical-align:bottom;
}

table, td, th
{
border:1px solid green;
}
th
{
background-color:green;
color:white;
}

#content .module li span.cdc-decorated, #content .rounders li span.cdc-decorated {
    display: inline-block;
}

#content .module li a, #content .rounders li a, #content div[id^="onthispage"] li a {
    display: inline-block;
}
*/