html {
    width: 100%;
}
body {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}
div.centeringContainer {
    width: 990px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: #000000 1px solid;
    background-color: #ACB3B9;
    position: relative;
}
a {
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
    color: #004181;
}
a:hover {
    text-decoration: underline;
}
div#TopContainer {
    background-color: #FFFFFF;
}
div#MenuContainer {
    border-top: 1px solid #CCCCCC;
    position: relative;
}
div.MainMenuItem {
    white-space: nowrap;
    cursor: hand;
    cursor: pointer;
    padding-top: 12px;
    padding-right: 35px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
}
div.MainMenuItemPassive {
    color: #444444;
    background-image: url('/static/img/2008theme/MainMenuBackground.png');
}
div.MainMenuItemHover {
    color: #EEEEEE;
    background-image: url('/static/img/2008theme/MainMenuBackgroundHover.png');
}
div.SubMenuContainer {
    position: absolute;
    top: 36px;
    border: solid 1px #444444;
    color: #444444;
    display: none;
    left: 0px;
    cursor: pointer;
    cursor: hand;
}
div.SubMenuItem {
    width: 150px;
    padding: 2px;
    background-color: #B8BCBF;
}
div.SubMenuItemHover {
    color: #FFFFFF;
    background-color: #D1D2D2;
}
div#ContentContainer {
    padding: 10px;
    padding-right: 0px;
}
div#PreloadContainer {
    display: none;
}
input.btn, input.std, select.std, textarea.std {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
}
input.std, select.std {
    border: 1px solid #666666;
}
textarea.std{
    border: 1px solid #666666;
}
input.stdErrorInputField {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial;
    border: 1px solid #990000;
}
fieldset {
    border: 1px solid #666666;
}
