.centerBody
{
    width:1024px;
    margin-left:auto;
    margin-right:auto;
}


.innerBody
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.text-high-light {
    color: #004a73;
    font-weight :bold;
}

.text-error {
    color: #8a0000;
    font-weight :bold;
}

.numberStat {
    font-size: 30pt;
}

.extenderTitle {
    font-size: 16pt;
    color: #ffffff;
    font-weight :bold;
}

.extenderBody {
    font-size: 25pt;
    color: #004A73;
    font-weight :bold;
}

.padding10 {
    padding: 10px 10px 0px 10px;
}

.dialogOverlay {
    background-color:rgba(128,128,128,0.5);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:999    
}