.hide {
    display:none; 
}

.show {
    display:block;
}

.clearFloat {clear:both;}

.none {
    display: none;
}


#rptA2ZData h2, .a2zLetter {
    text-transform: uppercase;
    color: #084B8A;
    font-size: 175%;
}

#sitecues-badge {
    position: absolute;
    top: 0px;
    /*right:380px;*/
    right: 5%;
    padding: 6px;
    z-index: 100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    width: 104px;
    height: 16px;
    background-color: #ddd;
    color: #222;
    border: solid 1px #34638f;
    border-top: 0px;
}