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%;
}

