.ModalPopupBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

#divHeader {
    background-image: url(../../Areas/Common/Images/header.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #41708B;
    text-align: left;
    height: 90px;
}

#divUserInfo {
    text-align: left;
    vertical-align: bottom;
    color: white;
    padding-left: 0px;
    font-weight: normal;
    font-size: 80%;
    color: gainsboro;
}

.site-name {
    width: 360px;
    /*height: 90px;*/
    top: 30px;
    position: absolute;
    z-index: 4;
    overflow: hidden;
    margin: 0px;
    padding-left: 35px;
    color: white;
    font-weight: bold;
    font-size: 150%;
}

/*.tableHeader {
    background-color: #3679B6;
    color: white;
}*/

.site-name p.title {
    margin: 0px;
    padding: 0px;
    font-family: "trebuchet ms", arial, sans serif;
    font-weight: bold;
    font-size: 150%;
    color: white;
}

.site-name p.subtitle {
    clear: both;
    width: 260px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: "trebuchet ms", arial, sans serif;
    font-size: 57%;
    color: white;
}
