body {
    font-size: 13px;
    color: #000000;
    font-family: "Trebuchet MS",sans-serif;
    background-color: #F6F6F6;
}

a {
    color: #1C3D84;
    text-decoration: none;
}

.tableTitle a {
    color: #FFFFFF;
}

a:hover {
    border-bottom: 1px dashed;
}

.centredTable {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DDDDDD;
}

    .centredTable td {
        padding: 2em 0.75em 0.2em 0.75em;
    }

.greenCell {
    background-color: rgb(0, 48, 118);
}

.greenBigCell {
    padding: 0.5em;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    background-color: rgb(0, 48, 118);
}

.tableTitle {
    font-weight: bold;
    background-color: rgb(0, 48, 118);
    color: #FFFFFF;
    text-align: center;
}

.labelTitle {
    font-weight: bold;
}

.errorMessage {
    font-weight: bold;
    color: #FF353C;
}

.title {
    padding-top: 35px;
    color: rgb(23, 70, 132);
    text-align: right;
    font-size: 25px;
    float: right;
}

h2 {
    margin: 1em 0 0.7em 0;
    background-color: #9DBDBC;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
}

.h2Groups {
    margin: 1em 0 0.7em 0;
    padding: 0.3em;
    background-color: #3F647F;
    color: #AFCBE0;
    text-align: center;
    font-size: 1.5em;
}

    .h2Groups a {
        color: #AFCBE0;
        text-decoration: none;
    }

        .h2Groups a:hover {
            color: #AFCBE0;
            text-decoration: none;
        }

.h2Password {
    margin: 1em 0 0.7em 0;
    padding: 0.3em;
    background-color: rgb(0, 48, 118);
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
}

    .h2Password a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .h2Password a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

.h2Search {
    margin: 1em 0 0.7em 0;
    padding: 0.3em;
    background-color: rgb(0, 48, 118);
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
}

    .h2Search a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .h2Search a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

.h2List {
    margin: 1em 0 0.7em 0;
    padding: 0.3em;
    background-color: rgb(0, 48, 118);
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
}

    .h2List a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .h2List a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

h3 {
    background-color: rgb(0, 48, 118);
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
}

h4 {
    background-color: #C5EAE9;
    color: #545267;
    text-align: center;
    font-size: 1em;
}

#page {
    width: 1280px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#header,
#topmenu,
#maincontent,
#footer {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

#header {
    margin-top: 0.5em;
    padding-bottom: 40px;
}

#topmenu {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #DDDDDD;
}

#connectionBox {
    width: 250px;
    margin-left: auto;
    font-size: 10px;
    text-align: right;
    color: #999999;
}

#langBox {
    width: 150px;
    margin-left: auto;
    font-size: 10px;
    text-align: right;
    color: #999999;
}

#menuContent {
    font-size: 11px;
    float: left;
    margin-left: 0;
    text-align: left;
    color: #999999;
}

    #menuContent a {
        float: left;
        text-align: right;
        color: #999999;
        text-decoration: none;
        padding: 0 0.3em 0 0.3em;
    }

        #menuContent a:hover {
            color: #555555;
        }

#maincontent {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #DDDDDD;
}

#footer {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font-size: 10px;
    text-align: center;
}

    #footer a {
        color: #666666;
    }

input {
    border: 1px solid #9DBDBC;
}

.smalltext {
    font-size: 10px;
}

.warning {
    padding: 1em;
    color: #DD0000;
    border: 1px dotted #DD0000;
}

.ligne {
    margin: 10px 0;
}

#AlertDiv {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#AlertContent {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
