﻿html, body, form
{
    margin: 0px;
    padding: 0px;
}

div, p
{
    margin: 0;
    border: 0;
    padding: 0;
}

.img-circle
{
    border-radius:50%;
    -webkit-border-radius: 50%;
-khtml-border-radius: 50%;	
-moz-border-radius: 50%;
}

body
{
    font-size: .80em;
    font-family: Verdana,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-color: #b6b7bc;
}

.page
{
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    background-color: #fff;
    padding: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
}

.main .container
{
    overflow: hidden;
}
.main .container .column
{
    position: relative;
    float: left;
    padding: 1px;
    padding-bottom: 20003px; /* X + padding-bottom */
    margin-bottom: -20000px; /* X */
}
.main .container .column.left
{
}

.leftdivshow
{
    width: 18%;
    margin-left: 3px;
}
.rightdivshow
{
    width: 21%;
    margin-left: 3px;
}
.rightdivhide, .leftdivhide
{
    display: none;
}
.centerdivfull
{
    width: 99%;
}
.centerdivpart
{
    width: 81%;
}
.centerdivMid
{
    width: 60%;
}
.footer
{
    position: fixed;
    width: 100%;
    display: block;
    text-align: center;
    clear: both;
    z-index: 3;
    background-color: White;
    left: 0;
    bottom: 0;
}
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    width: 100%;
}

div.menu
{
    z-index: 999;
    position: absolute;
}

div.menu ul
{
    z-index: 999;
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}


.level1
{
    font-weight: bold;
    font-size: 0.95em;
}

.level2
{
    font-weight: normal;
    font-size: 0.95em;
}

div.menu ul li a, div.menu ul li a:visited
{
    z-index: 999;
    display: block;
    line-height: 1.35em;
    padding: 4px 8px;
    white-space: nowrap;
     
     /*  }    font-weight: normal;     border: 1px solid #77d5f7; color: #ffffff;  */
}

.loginDisplay
{
    font-size: 1.1em;
    text-align: right;
    background-color: #E8FFFF;
    height: 30px;
    width: 100%;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}


#HeaderPanelDiv
{
    width: 100%;
    height: 30px;
    background-image: url('../images/degrede-en-css.png');
    background-repeat: repeat;
    background-position: center;
}

ul#menu, ul#menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15em;
    width:100%;
}

ul#menu a
{
    display: block;
    text-decoration: none;
}

ul#menu li
{
    margin-top: 1px;
    list-style-type:circle;

}

ul#menu li a
{
    /*background-color: #2175BC; */
     background-color: #215C76;
    color: white;
    padding: 0.5em;
    border-bottom: 1px solid #90bade;

}

ul#menu li a:hover
{
    /*background-color: #2586d7; */
     background-color: #49A4CB;

}

ul#menu li ul li a
{
    background-color: #A9D5E7; 
    color: #000;
    padding-left: 25px;
    background: #A9D5E7 url('../Images/arrow1.png') no-repeat center  left; 
}

ul#menu li ul li a:hover, ul#menu li ul .current a
{
     background-color:ThreeDLighShadow;
}

.code
{
    border: 1px solid #ccc;
    list-style-type: decimal-leading-zero;
    padding: 5px;
    margin: 0;
}
.code code
{
    display: block;
    padding: 3px;
    margin-bottom: 0;
}
.code li
{
    background: #ddd;
    border: 1px solid #ccc;
    margin: 0 0 2px 2.2em;
}
.indent1
{
    padding-left: 1em;
}
.indent2
{
    padding-left: 2em;
}
