/*
 * Version: $Revision: 1.22 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2008 BeSite
 */

BODY
{
    background-color: #163650;
    background-image: url(/img/main_back.png);
    background-position: top center;
    background-repeat: repeat-y;
}

DIV#Top
{
    height: 121px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #091316;
    text-align: center;
}

DIV.Header1
{
    background-image: url(/img/head1.png);
}

DIV.Header2
{
    background-image: url(/img/head2.png);
}

IMG#Logo
{
    margin: 20px 560px 0 15px;
}

DIV#Menu
{
    height: 32px;
    background-image: url(/img/menu_back.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #0f1d22;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 32px;
    border-bottom: 1px solid #0e1f25;
}

DIV#Menu A
{
    color: white;
    text-decoration: none;
}

DIV#Menu SPAN
{
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 9px;
    padding-bottom: 8px;
    fontsize: 12px;
}

BODY#Safari DIV#Menu SPAN
{
    padding-bottom: 9px;
}

DIV#Menu SPAN.Selected
{
    background-image: url(/img/menu_selected_back.png);
    background-position: bottom center;
    background-repeat: repeat-x;
}

DIV#Main,
DIV#Bottom,
DIV#MainHomeReport
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

DIV#Main
{
    width: 940px;
    padding: 20px 25px 20px 25px;
}

DIV#Bottom
{
    text-align: center;
    font-size: 9pt;
    margin: 10px auto 15px auto;
    color: #999;
}

DIV#Bottom A
{
    color: #999;
    text-decoration: none;
}

P.Red,
P.Red A
{
    color: #d90000;
}

DIV#HeadProlong
{
    color: #EE1414;
    font-weight: bold;
    border-bottom: 2px solid #EE1414;
    margin-bottom: 10pt;
    padding-bottom: 10pt;
}

DIV#HeadProlong H3
{
    margin-top: 0;
}

DIV#HeadProlong A
{
    color: #EE1414;
}

INPUT.Required,
SELECT.Required,
TEXTAREA.Required
{
    background-image: none;
}

DIV.MsgNotice
{
    background-image: none;
    padding-left: 10px;
}