﻿body {
    color: #f1f1f1;
    font-size: 0.8em;
    font-family: Verdana;
    background-color: #f1f1f1;
    margin: 0px;
    background-image: url(../Images/bkg_greyWhiteGradient.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

form {
    padding-top: 20px;
}

.loginContainer {
    width: 642px;
    background-color: #1B3F95;
}

.loginHeader {
    padding-top: 30px;
    font-weight: bold;
    font-size: 11pt;
    background-color: #1B3F95;
    line-height: 25px;
    height: 75px;
}

.loginServer {
    font-weight: bold;
    font-size: 10pt;
    background-color: #1B3F95;
    line-height: 35px;
}

.LoginError {
    background-color: #C8C8C8;
    line-height: 22px;
    padding-left: 5px;
    color: #FF0000;
    font-size: 10pt;
}

.loginForm {
    background-color: #1F47A7;
    background-image: url(../Images/bkg_HiltonLogoTile.gif);
    text-align: center;
    width: 393px;
}

.loginGraphic {
    background-image: url(../Images/LoginGraphic.jpg);
    width: 247px;
    height: 348px;
    float: left;
}

.loginBody {
    background-color: #1B3F95;
    width: 393px;
    height: 348px;
    float: right;
}

.loginFooter {
    background-color: #C8C8C8;
    color: #005592;
    line-height: 20px;
    text-align: center;
    width: 640px;
}

.loginForm a:link, .loginForm a:active, .loginForm a:visited {
    color: #ffffff;
    font-size: 8pt;
    text-decoration: underline;
}

.loginForm a:hover {
    color: #ffffff;
    font-size: 8pt;
    text-decoration: none;
}

#tblFormLogin > tbody > tr {
    height: 24px;
}

.controllerMsgBanner {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: black;

}

    .controllerMsgBanner span p {
        margin: 0;
    }
