body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#mainTitle {
    height:40px;
    background-color:#FFFFFF;
    border-bottom:7px solid #389F00;
    line-height:46px;
    padding:0 7px;
}

#menu{
    width: 100%;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #232323;
    background-color: #F28227;
}

#menu > ul{
    position:relative;
    margin:0;
    padding:0;
    height: 26px;
    line-height: 24px;
}
/* menu items */
#menu > ul > li{
    position:relative;
    display:inline-block;

    list-style-type: none;

    padding: 1px 9px;
    color:#ffffff;
    font-size: 14px;
    font-weight: bold;
}
/* submenu items */
#menu > ul > li li{
    width:150px;
    padding:0;
}
#menu > ul > li:first-child{
    border-right: 2px solid #F8BC8B;
}

#menu > ul ul{
    position:absolute;
    display:none;
    z-index: 1;
    top:100%;
    left: 0;
    margin:-1px 0 0 -1px;
    padding:0;
    border: 1px solid #000000;
    border-top: none;
    background-color: #FEF3EB;
}
#menu > ul ul.ul2menu-on {
    display: block;
}

#menu > ul li a{
    padding:0 10px;
    display:block;
    font-size: 12px;
    font-weight:normal;
    color: #4F2604;
}
#menu > ul li a:hover{
    color: #FFFFFF;
    background-color: #F28227;
}


#deconnexion {
    position:absolute;
    right:5px;
    top:49px;
    width:26px;
    height:26px;
    background-image:url(/medias/clients/deconnexion.png);
}


#pageTitle {
    height:35px;
    line-height:35px;
    padding:0 14px;
    background-color:#274123;
    border-bottom:1px solid #000000;
    box-shadow:0px 3px 3px rgba(0,0,0,0.5);
}


#panel, #scroll, #main , #editFrame {
    position:absolute;
    bottom:33px;
    top:112px;
    padding:5px;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    overflow:auto;
}

#panel {
    left:7px;
    padding-top:10px;
    width:233px;
    background-color: #F4EFDF;
}
/*
#panelFrame {
    position:absolute;
    top:-1px;
    width:1px;
    height:1px;
}
*/


table.filters{
    width:100%;
}

table.filters thead td{
    border-bottom: 1px solid #DBD3B7;
    text-align: center;
}

table.filters tbody td {
    padding: 2px 3px 2px 7px;
    white-space: nowrap;
    vertical-align: bottom;
}
table.filters tbody td:nth-child(1) {
    text-align: right;
}
table.filters tbody td input{
    margin:0;
}

#panel button{
    display:block;
    border:1px solid;
    border-left-color:#FFFFFF;
    border-top-color:#FFFFFF;
    border-right-color:#5C5C5C;
    border-bottom-color:#5C5C5C;
    padding:1px 2px 1px 3px;
    margin-bottom:1px;
    min-height:18px;
    line-height:18px;
    overflow:hidden;
    white-space:nowrap;
}

#panel button.icon {
    text-align:left !important;
    padding-left:23px;
    background-position:3px center;
    background-repeat:no-repeat;
}




table#client td:nth-child(6){
    white-space:normal;
}
table#client td:nth-child(7){
    text-align: right;
}

#panel label[for=noFilter]{
    display:inline-block;
    border:0;
    padding:0;
    margin:0;
    overflow:auto;
    vertical-align:top;

}

label.icon.print {
    background-image:url(/medias/clients/icon_print.gif);
}







/* ---------- */

#main {
    left:256px;
    right:7px; /*<-- MG0 */
    padding-top:10px;
    background-color:#FFFCF2;
    overflow:auto;
}
/* ---------- */


#status {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:23px; /*<-- DS1 */
    padding:5px; /*<-- DS2 */
    padding-left:10px;
    border-top:1px solid #000000;
    background-color:#274123;
    box-shadow:0px -3px 3px rgba(0,0,0,0.3);
}

/* ---------- */

table.planning {
    margin:2px 0;
}
table.planning th {
    background-color:#7A775C;
    color:#FFFFFF;
    text-align:center;
    padding:0px 7px !important;
}
table.planning td.on {
    background-color:#B9DB53;
}

/* ---------- */
#panel form .buttons a {

    height:15px;
    margin-left:3px;
    clear:right;
}

#panel fieldset.buttons a {
    display:block;
    margin-bottom:3px;
}
/* ---------- */


#xboardaccess td:first-child + td {
    text-align: right !important;
}

#xboardaccess td:first-child + td + th + td {
    width: 100%;
}

#xboardaccess td:first-child + td + th + td + td + td {
    text-align: right !important;
}

/* ---------- */
a.help{
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #000000;
    border: 1px solid #295774;
    background-color: #FFFFFF;
    cursor: help;
}
/* ---------- */


#clienttype td:first-child + td + th {
    width: 100%;
}

/* ---------- */



/* ---------- */