#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;
}
#DashboardOverview ul li {
    position:relative;
}
#DashboardOverview ul li div {
    position:absolute;
    top: 0;
    left: 0;
    width: 250px;
    text-align:right;
}
#DashboardOverview ul li .offline {
    font-weight:bold;
    color:#7B182E;
}
#DashboardOverview ul li .online {
    font-weight:bold;
    color:#008000;
}
#content div.box.tekst table.messages tr th {
    display:none;
}
#content div.box.tekst table.messages tr td {
    padding:3px 3px 4px;
    height:auto;
}
#content div.box.tekst table.messages tr td.tag {
    text-transform: uppercase;
}
#content table.messages tr.alert td {
    background: #7B182E;
    color: #fff;
    font-weight:bold;
}
#content table.messages tr.row1 td {
    background: #E6EAEC;
}
#content table.messages tr.messagesPager td table {
    width:auto;
    margin:auto;
}
#content table.messages tr.messagesPager td table span
{
    color: #7B182E;
    font-weight: bold;
}
#footer
{
    padding: 10px 10px 30px 50px;
}

