#container
{
    background: url(../gfx/EuroFormLogo.gif) no-repeat;
    background-position: 0px 22px;
    margin: 0;
    width: 100%;
    min-width: 100%;
    display: table;
}
#usermenu
{
    width: 900px;
    margin: 10px 10px 0px 50px;
    text-align: right;
    font-size: 10px;
}
#navmenu
{
    min-width: 900px;
    background: #dddddd;
    background: url(../gfx/menuBg.gif) repeat-x;
    height: 50px;
    margin: 0px 0px 0px 50px;
}
#content
{
    padding: 0px 10px 10px 50px;
    display: table;
    position: relative;
    top: -4px;
}
#content #Messages .message
{
    height: 52px;
    padding: 5px 10px 5px 0;
    overflow: hidden;
}
#content #Messages .priority1, #content #Messages .priority2, #content #Messages .priority3, #content #Messages .priority4, #content #Messages .priority5
{
    background-position: 10px 10px;
    background-repeat: no-repeat;
}
#content #Messages .priority1, #content #Messages .priority2
{
    background-image: url(../gfx/star_empty.png);
}
#content #Messages .priority3
{
    background-image: url(../gfx/star_half.png);
}
#content #Messages .priority4, #content #Messages .priority5
{
    background-image: url(../gfx/star_full.png);
}
#content #Messages .priority
{
    float: left;
    width: 52px;
    height: 52px;
    line-height: 85px;
    text-align: center;
    color: #8B9EB3;
}
#content #Messages .alt0
{
}
#content #Messages .alt1
{
    background-color: #f2f7ff;
}
#content #Messages .header
{
    font-size: 12px;
    font-weight: bold;
    color: #003365;
}
#content #Messages .datetime
{
    float: left;
    color: #8B9EB3;
    padding: 0 5px 0 0;
}
#content #Messages .contentSnippet
{
}
#content #Messages .messageType
{
    display: none;
    color: #7B182E;
}
#content #Messages .showMessage
{
    font-weight: bold;
    color: #7B182E;
    cursor: pointer;
    display: inline-block;
    width: 85px;
    text-align: center;
}
#content #Messages .showMessage:hover
{
    text-decoration: underline;
}
#content #Messages .contentContainer
{
    display: none;
    float: left;
}
#content #Messages .hideMessage
{
    font-weight: bold;
    color: #7B182E;
    cursor: pointer;
}
#content #Messages .hideMessage:hover
{
    text-decoration: underline;
}
#content #Messages .content
{
    padding: 10px 0 0;
    margin: 0 0 10px 10px;
    border-top: 1px solid #8B9EB3;
    border-bottom: 1px solid #8B9EB3;
}
#content #Messages #MessagesPager
{
    margin:10px 0;
    text-align:center;
    font-size:12px;
}
#content #Messages #MessagesPager > span > span
{
    /*display: none;*/
}
#content #Messages #MessagesPager > span > span.current
{
    display: inline-block;
    color: #7B182E;
    font-weight: bold;
}
#footer
{
    padding: 10px 10px 30px 50px;
}
