#MainContentArea {
    position: relative;
    float: right;
    display: inline;
    background: #fafafa;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    padding: 5px 5px 5px 5px;
    color: #222;
    -moz-border-radius: 7px; /* gecko */
    -webkit-border-radius: 7px; /* webkit */
    border-radius: 7px; /* w3 */
    overflow: visible;
    width:730px;
}

#FooterContent {
    background: #0F1923;
    border: 1px solid #0F1923;
    padding: 5px 5px 5px 5px;
    color: #DDDDDD;
    -moz-border-radius: 7px; /* gecko */
    -webkit-border-radius: 7px; /* webkit */
    border-radius: 7px; /* w3 */
    overflow: visible;
    width:944px;
    font-size: 10pt;
    text-align: center;
}

.ApacheError {
    font-size: 12pt;
}

.ApacheErrorPageName {
    color: RGB(255,0,0);
    font-weight: bold;
}

.LoginText {
    color:#DDDDDD;
    font-size:7pt;
}

.LoginBoxEmpty {
    font-size: 8pt;
    width:100px;
    color:#999999;
}
.LoginBoxFull {
    font-size: 8pt;
    width:100px;
    color:#000000;
}

.PopupWindow {
    background-color: #FFFFFF;
    color: #000000;
    position: absolute;
    position: fixed;
    z-index: 5;
    padding: 10px;
    overflow: hidden;
}

.HideElement {
    display: none;
}

#MessageBillboardPlaceholder.MessageHolder {
    z-index: 9999;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
}
#MessageBillboardPlaceholder.ErrorMessage {
    background-color: #F7E5E5;
    border-top: 2px solid #DB9F9F;
    border-bottom: 2px solid #DB9F9F;
    padding: 10px 10px 10px 40px;
    color: #551111;
}
#MessageBillboardPlaceholder.NotificationMessage {
    background-color: #e5eef7;
    border-top: 2px solid #8db1d4;
    border-bottom: 2px solid #8db1d4;
    padding: 10px 10px 10px 40px;
    color: #385c7f;
    font-weight: normal;
}