#content {
    margin: 0 auto;
    width: 100%;
}

div.countbox {
    /* background: #456; */
    /* border: 1px #000 solid; */
    /* color: #fff; */
    /* height: 16px; */
    /* padding: 2px; */
    /* white-space: nowrap; */
    /* width: 38px; */
    text-align: center;
}

#score {
    /* color: #000; */
    position: absolute;
    text-align: center;
    width: 240px;
}

#score,
#rating,
#standards {
    font-weight: bold;
}

div.exceed {
    background-image: url(/sitec/themes/C563/calc/pswd/images/img_status_exceed.png);
}

div.fail {
    background-image: url(/sitec/themes/C563/calc/pswd/images/img_status_fail.png);
}

div.pass {
    background-image: url(/sitec/themes/C563/calc/pswd/images/img_status_pass.png);
}

div.warn {
    background-image: url(/sitec/themes/C563/calc/pswd/images/img_status_warn.png);
}

#scorebar {
    background-image: url(/sitec/themes/C563/calc/pswd/images/bg_strength_gradient.jpg);
    border-image-width: 100%;
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* background-position: 0 0; */
    /* position:absolute; */
    width: 100%;
    /* z-index: 0; */
}

#scorebarBorder {
    /* background: #333; */
    /* border: 1px #000 solid; */
    /* height: 16px; */
    /* margin-bottom: 2px; */
    /* width: 100px; */
}

#password {
    border: 1px #000 solid;
    font-size: 85%;
    width: 100px;
}

#listLegend li {
    list-style: none;
    padding-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}

#listLegend {
    margin-left: 0;
    padding-left: 0;
}

div.fail,
div.pass,
div.exceed,
div.warn {
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}

td.exceed,
td.fail,
td.pass,
td.warn {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

td.exceed {
    background: #1C60A4;
}

td.fail {
    background: #C00;
}

td.pass {
    background: #093;
}

td.warn {
    background: #f60;
}

div.box {}

div.boxMinus,
div.boxPlus {
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    white-space: nowrap;
    direction: ltr;
}

td.footnote {
    background: #ddd;
    font-size: 70%;
}

.bold {
    font-weight: bold;
}

.clearNone {
    clear: none;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.hide {
    display: none;
}

.imgLegend {
    clear: left !important;
    float: left !important;
    position: relative !important;
    margin-bottom: -3px !important;
    margin-right: 5px !important;
}

.inline {
    display: inline;
}

.italic {
    font-style: italic;
    text-align: center;
    direction: ltr;
}

.noPad {
    padding: 0;
}

.show {
    display: inline !important;
}

.txtLg {
    font-size: 125%;
}

.txtSmall {
    font-size: 75%;
}

.txtCenter {
    text-align: center !important;
}

.txtRight {
    text-align: right;
}