body {
    background-color: #E7E7E7;
    font-family: Verdana,Arial,Helvetica;
    padding:0px;
    margin:0px;
    color: #333;
}

A:link, A:active {
    color: #336699;
    text-decoration: none;
}
A:visited, A:hover {
    color: #698FB4;
    text-decoration: none;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 13px;
}

dt {
    font-weight: 800;
    font-size: 13px;
}

dd {
    font-size: 13px;
    margin:0px;
    padding:0px 0px 20px 0px;
}
li {
    font-size: 13px;
    padding-bottom: 9px;
}

p {
    padding:0px 0px 7px 0px;
    margin:0px;
    font-size: 13px;
}

.subcontent {
    padding-left: 20px;
    padding-right: 20px;
}

td {
    font-size: 13px;
}

.report table {
    margin-bottom: 20px;
    border-collapse:collapse;
}   

.report thead th {
    background-color: #C0C0C0;
    border: 1px solid #A0A0A0;
    padding: 3px;
    font-size: 10px;
    font-weight: 800;
    vertical-align: bottom;
}

.report thead td {
    font-size: 10px; 
    background-color: #C0C0C0;
    border: 1px solid #A0A0A0;
    padding: 3px;
    vertical-align: bottom;
}

.report tbody td {
    border: 1px solid #A0A0A0;
    padding: 3px;
    font-size: 13px;
}



.report .hcahpslo {
    background-color:#F8F8F8;
}

.report .hcahpsmed {
    background-color:#DDDDDD;
}

.report .hcahpshi {
    background-color:#B2B2B2;
}

.legal {
    font-size:9px;
}

.reportnotes,
.reportnotes li,
.report .reportnotes
{
    font-size: 10px;
    list-style: none;
    margin:0px;
    padding:0px;
}

.alert {
    font-weight: bold;
    color: #BB002D;
}

#popupoptions {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

th.vertical {
    text-align: left;
    vertical-align: top;
}

abbr {
    border-bottom: 1px dotted #333;
}

.superscript {
    vertical-align: super;
    font-size: 80%;
}

#footer {
    padding-top: 20px;
    font-size:10px;
}


.list_button {
    margin:0px;
    padding:0px;
}

.list_button li {
    display: inline;
    margin:0px;
    padding:0px;
}

.list_button .na {
	font-size:8px;
	color:#CCCCCC;
	background-color:#999999;
	font-weight:800;
	border-width:2px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 2px solid #888888;
	border-right: 2px solid #888888;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
}
.list_button A:LINK,
.list_button A:VISITED	{
	color:#CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	background-color:#336699;
	font-weight:800;
	font-size:8px;
	text-decoration:none;
	border-bottom: 2px solid #224467;
	border-right: 2px solid #224467;
	border-top: 2px solid #7195B8;
	border-left: 2px solid #7195B8;
}
.list_button .selected,
.list_button .selected A:LINK,
.list_button .selected A:VISITED,
.list_button A:HOVER,
.list_button A:VISITED:HOVER {
	font-weight:800;
	text-decoration:none;
	color:#FFFFFF;
	font-size:8px;
}

.b, .b td {
    background-color: #D0D0D0;
}
