html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    /*background:#3B5998;*/
    background-color: white;

    /*font-family: Verdana, Arial, Helvetica, sans-serif, monospace;*/
    font-family: Verdana, sans-serif;
    font-size:14px;

}

#iDebug{
    /*background-color: #efefef;*/
    margin: 0px;
    padding: 0px;

    height: 90px;
    max-height: 90px;
    overflow: auto;
    /*border: 1px dashed black;*/

    /*height: 0px;
    display: none;*/
}

#iAjax, #iAjax2{
    overflow: auto;
    width: 100%;
    max-height: 500px;
    height: 500px;
}

#container{
    height: 100%;
    margin: 0px 10px 0px 10px;
}

#headers{
    height: 32px;
    background-color: yellow;
    margin-bottom: 0px;
    border: 1px solid #D8DFEA;
    border-top: 0px;
}

#sub-headers{
    background-color: #627AAD;
    /*border-bottom: 5px solid yellow;
    border-top: 0px;*/
    padding-left: 5px;
    height: 30px;
    color: white;
}

#sub-headers .title a{
    margin: 5px;
    float: left;
    font-weight: bold;
    /*font-family: sans-serif;*/
}

#auth{
    float: right;
    margin-right: 10px;
}

#sub-headers a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#sub-headers a:hover{
    text-decoration: underline;
}

#content{
}

#footers{
    margin-top: 15px;
    height: 30px;
    background-color: #627AAD;
    color: white;
    display: none;
    height: 0px;
}
#footers .title a{
    margin: 5px;
    float: left;
    font-weight: bold;
    font-family: sans-serif;
}

#footers a{
    color: white;
    text-decoration: none;
}

#footers a:hover{
    text-decoration: underline;
}

#ping{
    font-size: 80%;
}

#tabs {
    /*padding-top: .1em;*/
}

#tabs li span.ui-icon-close{
    float: left;
    /*margin: 0.6em 0.2em 0 0;*/
    margin: 3px 0.2em 0 0;
    cursor: pointer;
}

div.bigbox{
    width: 450px;
    border: 1px solid black;
    margin: 0px auto 20px auto;
    background-color: white;
    color: black;
    padding: 5px;

    border: 1px solid #D8DFEA;
    background-color: #EDEFF4;
}

div.bigbox div.title{
    font-size: 40px;
    font-weight: bold;
    color: #627AAD;
    border-bottom: 1px dashed #627AAD;
}

div.bigbox div.infos{
    text-align:center;
    font-weight: bold;
    color: black;
    border-bottom: 1px dashed #627AAD;
}

div.bigbox table.main-table-login{
    border: 0px;
    border-collapse: collapse;
    margin: 30px 0px 10px 0px;
    padding: 0px 10px 10px 0px;
    width:100%;
}

div.bigbox td.icons{
    min-width: 100px;
    width: 100px;
    text-align: center;
    border-right: 1px dashed #949494;
}

div.bigbox td.gap{
    text-align: center;
    border-left: 1px dashed #949494;
}


div.bigbox td.label{
    padding-left: 10px;
    text-align: right;
    width: 110px;
}

div.bigbox td.input{
    width: 100px;
    color: black;
    text-align: center;
    padding-right: 10px;
}

div.bigbox td.link{
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #627AAD;
}

div.bigbox td.link a{
    color: #627AAD;
}
