html, body
{
    background: #e7f6df url(Images/Background.jpg) center top repeat-x;
    color: #2a557c;
}

body, input, textarea, select { font-family: Verdana, Helvetica, Arial; }
h1, h2, h3, dt { font-family: Georgia, Verdana, Helvetica, Arial; font-weight: normal; }
a { color: #2A557C; }
a:hover { text-decoration: none; color: #1c34e8; }



/* System overrides */

.Attention
{
    border: 0;
    background: #c4f2ab;
    color: #3b6923;
    padding: .5em 1em;
}



/* Layout */

.FrameBottomContainer
{
    background: transparent url(Images/FrameShadowBottom.jpg) center top repeat-y;
    margin-left: 1px;
    min-width: 988px;
}

    .FrameTopContainer
    {
        background: transparent url(Images/FrameShadowTop.jpg) center top no-repeat;
        min-height: 538px;
    }

        .Frame, .Footer
        {
            width: 988px;
            margin: 0 auto;
            text-align: left;
        }

        .Frame
        {
        }

            .Frame .Servicemenu
            {
                height: 26px;
                background: url(Images/Servicemenu.png) left top no-repeat;
                overflow: hidden;
            }

                .Frame .Servicemenu ul
                {
                    float: left;
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                    .Frame .Servicemenu ul li
                    {
                        display: inline;
                        padding: 0;
                        margin: 0;
                    }

                        .Frame .Servicemenu ul li a
                        {
                            display: block;
                            float: left;
                            margin: 1px 1px 1px 0;
                            padding: 5px 12px;
                            text-decoration: none;
                            background: #d2f8d1;
                            color: #0c3254;
                            text-transform: lowercase;
                        }

                        .Frame .Servicemenu ul li a:hover,
                        .Frame .Servicemenu ul li.Selected a
                        {
                            background: #ebf9ea url(Images/Servicemenu.SelectedItem.gif) left top repeat-x;
                            color: #006cff;
                            border: 1px solid #9db6cc;
                            padding: 4px 11px;
                        }

            .Frame .Visual
            {
                height: 93px;
                background: url(Images/Visual.png) center top no-repeat;
                position: relative;
                overflow: hidden;
            }

                .Frame .Visual .Banner
                {
                    position: absolute;
                    right: 16px;
                    top: 17px;
                }

                .Frame .Visual .Logo a
                {
                    height: 93px;
                    width: 269px;
                    display: block;
                    text-indent: -600px;
                    overflow: hidden;
                }

            .Frame .Mainmenu
            {
                height: 31px;
                background: url(Images/Mainmenu.jpg) left top no-repeat;
                border-bottom: 1px solid #FFF;
                overflow: hidden;
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .Frame .Mainmenu li
                {
                    float: left;
                    display: block;
                    padding: 0;
                    margin: 0;
                }

                    .Frame .Mainmenu li a
                    {
                        display: block;
                        float: left;
                        margin: 1px 0 0;
                        padding: 8px 12px 9px 12px;
                        color: #052b07;
                        text-decoration: none;
                    }

                    .Frame .Mainmenu li a:hover
                    {
                        text-decoration: underline;
                    }

                    .Frame .Mainmenu li.Selected a
                    {
                        text-decoration: none;
                        font-weight: bold;
                        background-color: #e3f5d9;
                    }

                    .Frame .Mainmenu li.PreviousSelected a,
                    .Frame .Mainmenu li.Selected a
                    {
                        border-bottom: 2px solid #7cb5e4;
                        padding-bottom: 6px;
                    }

                .Frame .Mainmenu li.Selected
                {
                    background: url(Images/Mainmenu.SelectedItem.gif) right bottom no-repeat;
                    padding-right: 6px;
                    margin-right: -6px;
                    position: relative;
                    z-index: 2;
                }

            .Frame .Content
            {
                border-top: 1px solid #bdc5cb;
                background: url(Images/Content.jpg) left top repeat-y;
                min-height: 410px;
            }

                                .Frame .SearchForm
                                {
                                    float: right;
                                    width: 708px;
                                    background: #CCF url(Images/SearchForm.png) 1px 1px no-repeat;
                                    margin: 1px 0;
                                    text-align: right;
                                    padding: 6px;
                                }

                                    .Frame .SearchForm input
                                    {
                                        padding: 4px;
                                        font-size: 1.2em;
                                        vertical-align: middle;
                                    }

                                    .Frame .SearchForm .TextField
                                    {
                                        width: 230px;
                                        border: 1px solid #999;
                                    }

                                    .Frame .SearchForm .SubmitButton
                                    {
                                        padding: 3px 8px;
                                        font-size: 1.1em;
                                    }

                .Frame ::-moz-selection
                {
                    background: #3B6486;
                    color: #fff;
                }

                .Frame ::selection
                {
                    background: #3B6486;
                    color: #fff;
                }

                .Frame .Content .LeftColumn
                {
                    float: left;
                    width: 268px;
                    background: url(Images/Content.Top.jpg) left top no-repeat;
                    line-height: 200%;
                    font-size: .9em;
                }

                    .Frame .Content .LeftColumn ul
                    {
                        margin: 1.5em 0 1em .9em;
                        list-style: none;
                    }

                    .Frame .Content .LeftColumn ul ul
                    {
                        margin: 0 2px .5em -1.1em;
                        padding-left: 2em;
                        background: #e4f2ff;
                        font-size: .9em;
                    }

                        .Frame .Content .LeftColumn a
                        {
                            color: #0c3254;
                        }

                        .Frame .Content .LeftColumn li a
                        {
                            display: block;
                            margin-right: 1em;
                            margin-bottom: .5em;
                            text-decoration: none;
                        }

                        .Frame .Content .LeftColumn li li a
                        {
                            margin-bottom: 0;
                        }

                        .Frame .Content .LeftColumn li a:hover
                        {
                            text-decoration: underline !important;
                        }

                        .Frame .Content .LeftColumn li.Selected li a
                        {
                            font-weight: normal;
                            text-decoration: none;
                        }

                        .Frame .Content .LeftColumn li.Selected a,
                        .Frame .Content .LeftColumn li.Selected li.Selected a
                        {
                            font-weight: bold;
                            text-decoration: underline;
                        }

                        .Frame .Content .LeftColumn li.Visited a
                        {
                            background: url(Images/Icon.Checked.gif) right 5px no-repeat;
                            padding-right: 14px;
                        }

                        .Frame .Content .LeftColumn li.Visited li a
                        {
                            background-image: none;
                        }

                        .Frame .Content .LeftColumn li.Visited li.Visited a
                        {
                            background-image: url(Images/Icon.Checked.Green.gif);
                        }

                        .Frame .Content .LeftColumn a:hover
                        {
                            color: #1c34e8;
                        }

                .Frame .Content .Main
                {
                    width: 690px;
                    float: right;
                    padding: 1.5em 15px;
                    line-height: 180%;
                    overflow: hidden;
                    background: url(Images/Content.Top.jpg) -268px top no-repeat;
                }

                .Frame .Content .Main.Highlighted
                {
                    border-top: 1px solid #bdc5cb;
                }

                    .Frame .Content .Main h1,
                    .Frame .Content .Main dt
                    {
                        margin-bottom: 16px;
                        font-size: 2.2em;
                        color: #0c3254;
                    }

                    .Frame .Content .Main ul,
                    .Frame .Content .Main ol
                    {
                        margin-left: 1.2em;
                    }

                    .Frame .Content .Main table
                    {
                        background: #2a557c;
                        border-spacing: 1px;
                    }

                        .Frame .Content .Main table td
                        {
                            background: #FFF;
                            padding: 2px 6px;
                        }

                            .Frame .Content .Main table td hr
                            {
                                background: #000;
                                color: #000;
                            }

    .FooterContainer
    {
        background: transparent url(Images/FrameShadowFooter.jpg) center bottom no-repeat;
        padding: 0 1px 30px;
    }

        .Footer
        {
            background: #69a844;
            color: #FFF;
            font-weight: bold;
            font-size: 0.85em;
        }

            .Footer ::-moz-selection
            {
                background: #fff;
                color: #3B6486;
            }

            .Footer ::selection
            {
                background: #fff;
                color: #3B6486;
            }

            .Footer a
            {
                color: #FFF !important;
            }

            .Footer img
            {
                margin-left: .5em;
                margin-bottom: -8px;
            }

            .Footer ul
            {
                list-style: none;
                margin: 0;
                padding: 0;
                height: 2.5em;
            }

            .Footer li
            {
                margin: 0 0 0 2em;
                padding: 0;
                display: inline;
            }



/* Lists */

.List
{
    margin-top: 0;
}

    .List dt
    {
        margin-bottom: 4px !important;
    }

    .List dd
    {
        padding: 0 0 1.5em;
        margin: 0 0 1.5em 0;
        width: 46%;
    }

    .List dd.Even
    {
        margin-right: 2%;
        float: left;
        clear: both;
    }

    .List dd.Odd
    {
        margin-left: 2%;
        float: right;
    }

    .List dd.First
    {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

        .List dd h3
        {
            font-size: 2.2em;
            padding-bottom: .3em;
            line-height: 1.3em;
        }

    .List dd.Basic
    {
        width: auto;
        padding: 0;
        margin: 0;
        border-bottom: 0;
        clear: both;
    }

    .List dd.Basic.Last
    {
    }



/* Misc */

.Details
{
    font-size: .9em;
}

.Source
{
    font-size: .9em;
    text-align: right;
}



/* Tabs */

.Tabbar
{
    padding-top: 3px;
    border-bottom: 1px solid #b4b4b4;
    margin-top: 1em;
    background: url(Images/Tabbar.jpg) left bottom repeat-x;
}

    .Tabbar ul
    {
        margin: 0 !important;
        padding: 0;
        list-style: none;
        background: #e3e3e3;
    }

        .Tabbar li
        {
            float: left;
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .Tabbar a
            {
                display: inline-block;
                background: url(Images/Tab.jpg) left -26px no-repeat;
                color: #0c3254;
                text-decoration: none;
                margin-top: -2px;
                cursor: pointer;
            }

            .Tabbar a:hover
            {
                background-position: left -52px;
            }

                .Tabbar a span
                {
                    display: block;
                    height: 26px;
                    line-height: 26px;
                    margin-left: 2px;
                    padding: 0 8px 0 6px;
                    background: url(Images/Tab.jpg) right -26px no-repeat;
                }

                .Tabbar a:hover span
                {
                    background-position: right -52px;
                }

            .Tabbar li.Active a
            {
                background-position: left top !important;
                font-weight: bold;
            }

                .Tabbar li.Active a span
                {
                    background-position: right top !important;
                }

.TabContent
{
    padding: 1em 8px;
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 1em;
    background: #EEE;
}



/* Search results */

.SearchResult div
{
    font-size: .9em;
    line-height: 140%;
}

.SearchResult h3
{
    font-size: 1.3em;
}

.SearchResult a.ResultUrl
{
    font-size: .9em;
    color: #090;
    text-decoration: none;
}

.SearchResult a.ResultUrl:hover
{
    text-decoration: underline;
}



/* Paging */

.Paging
{
}

    .Paging .Number
    {
    }

    .Paging .Selected
    {
        font-weight: bold;
    }



/* Form module */

.FrontofficeForm .FormLabel
{
    font-size: 1.2em;
    font-weight: bold;
}

.FrontofficeFormResults .CorrectAnswer,
.FrontofficeFormResults .WrongAnswer
{
    font-size: 1em;
    padding-bottom: 1.5em;
}

.FrontofficeFormResults .CorrectAnswer
{
    color: green;
}

.FrontofficeFormResults .WrongAnswer
{
    color: red;
}

.FrontofficeForm .FormField
{
}



/* 'Doe de test' form specific */

#FrontofficeForm123 .FormLabel,
#FrontofficeForm379 .FormLabel
{
    width: 38%;
}

#FrontofficeForm123 .ValidationIcon,
#FrontofficeForm379 .ValidationIcon
{
    visibility: hidden;
}



/* Misc elements */

.SubmitButton
{
    font-weight: bold;
    padding: 5px 20px;
    font-size: 1.2em;
    cursor: pointer;
}
