.ValidationSummary ul
{
    /* these attributes are used in order to hide the Validation Summary list items,      * only the HeaderText will be displayed      */
    list-style: none;
    display: none;
    visibility: hidden;
    background-color: Red;
    height: 1px !important;
    margin: 0px;
}

.ValidationSummary li
{
    /* these attributes are used in order to hide the Validation Summary list items,      * only the HeaderText will be displayed      */
    visibility: hidden;
    background-color: Blue;
}

.GMDatePicker span
{
    font-family: Arial;
    font-size: 11px;
    color: #666;
    padding-left: 5px;
    border: solid 1px #999;
}

#language
{
    border-bottom: #CCCCCC 1px solid;
    text-align: right;
    color: #666666;
    font-size: 11px;
    padding: 4px 0 4px 0;
}

#footer
{
    margin-top: 30px;
    background: url(/images/footerBack.jpg) repeat-x;
    height: 77px;
    color: #999999;
    clear: both;
}

.Hermes
{
    width: 100%;
}

.Hermes img
{
    display: block;
    float: right;
    padding-top: 15px;
}

.Hermes span
{
    display: inline-block;
    padding-top: 10px;
    font-size: 11px;
}

.UsernameLabel
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #303577;
    padding-right: 10px;
}

.HeaderDiv
{
    display: block;
    height: auto;
}

.MainContentPlaceDiv
{
}

.TopMenu
{
    display: inline-block;
}