html{
    background-color:#fff;
    color:#333;
    margin:0;
    padding:0;
    background-color:#718695;
    background-image:url(images/background.png);
    background-repeat:repeat-x;
    background-position:left top;
}

body{
    font-family:verdana,arial,hevetica,sans-serif;
    font-size:0.85em;
    text-align:center;
    padding:0;
    margin:0;
}

a{
    color:#69c;
}
a:hover{
    text-decoration:none;
}

ul{
    list-style-type:square;
    margin:0.6em 0 0.6em 1.5em;
    padding:0;
}

li{
    margin:0.3em 0;
    padding:0;
}

p{
    margin:0.6em 0;
}


#main{
    margin:0 auto;
    text-align:left;
    width:782px;
    background-color:#fff;
    background-image:url(images/main.png);
    background-repeat:repeat-y;
    background-position:left top;
}

#main-top{
    background-image:url(images/main-top.png);
    background-repeat:no-repeat;
    background-position:left top;
    padding-top:7px;
    margin:0;
}

#footer{
    background-color:#718695;
    background-image:url(images/main-bottom.png);
    background-repeat:no-repeat;
    background-position:left top;
    padding:15px 5px 3px 17px;
    position:relative;
    height:20px;
}

#header{
    background-image:url(images/header.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    height:203px;
    margin:0 30px 0 23px;
}
#header h1{
    text-indent:-99999px;
    height:203px;
    background-image:url(images/logo.gif);
    background-repeat:no-repeat;
    background-position:30px center;
    margin:0;
    padding:0;
}
#header h1 a{
    height:203px;
    display:block;
    margin:0;
    padding:0;
    text-decoration:none;
}
#header h1 a:hover{
    text-decoration:none;
}

#page{
    background-image:url(images/page-background.png);
    background-repeat:repeat-y;
    background-position:left top;
    margin:0 11px 0 23px;
    border-top:2px solid #999;
}

#page-side{
    float:left;
    width:190px;
    padding:20px 0 1px;
}

#content{
    padding:1px 5px;
    float:right;
    width:540px;
    font-size:0.9em;
}


#page-bottom{
clear:both;
background-image:url(images/page-bottom.png);
background-repeat:no-repeat;
background-position:left bottom;
height:75px;
}


#auth_login_zone{
    margin:2em auto;
    width:250px;
}


#menu{
    width:210px;
    margin-left:-23px;
    background-image:url(images/submenu.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}

#menuroot{
    background-image:url(images/submenu-top.png);
    background-repeat:no-repeat;
    background-position:left top;
    padding:15px 10px;
    margin:0;
    list-style-type:none;
}

#menuroot ul{
margin:0;
padding:0;
list-style-type:none;
font-size:0.9em;
margin-top:0.8em;
}
#menuroot li{
margin:0 0 0.8em 0;
padding:0;
color:#666;
font-weight:bold;
}
#menuroot a{
color:#666;
text-decoration:none;
}
#menuroot a{
text-decoration:none;
}
#menuroot ul ul{
padding:1px 0 5px 10px;
margin:0;
font-size:0.9em;
}
#menuroot ul ul ul{
padding:1px 0 5px 10px;
margin:0;
font-size:1em;
}
#menuroot ul li{
list-style-type:none;
margin:0.3em 0;
padding:0;
border-bottom:1px solid #fdd6af;
}
#menuroot ul ul li{
border-bottom:none;
margin:0.2em 0;
}
#menuroot ul ul ul li{
margin:0;
}
#menuroot ul span{
display:block;
background-image:url(images/submenu-item.png);
background-repeat:no-repeat;
background-position:left center;
}
#menuroot ul span.selected{
background-image:url(images/submenu-item-active.png);
}
#menuroot ul ul span{
display:block;
background-image:none;
background-repeat:no-repeat;
background-position:left center;
}
#menuroot ul ul span.selected{
background-image:url(images/submenu-sublevel-item-active.png);
}
#menuroot ul a{
display:block;
padding:3px 0 3px 20px;
text-decoration:none;
color:#4d4d4d;
font-weight:bold;
}
#menuroot ul a:hover{
text-decoration:none;
color:#000;
}
#menuroot ul ul a{
padding-left:10px;
font-weight:normal;
color:#666;
}
#menuroot ul ul a:hover{
color:#000;
}
#menuroot ul ul span.selected a{
color:#333;
}
#menuroot ul ul span.selected a:hover{
color:#000;
}



#content h3{
    background-image:url(images/common-title-background.gif);
    background-position:right top;
    background-repeat:no-repeat;
    font-size:1.3em;
    padding:4px 13px 1px 3px;
    color:#fff;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
}

#content h4{
    margin:0.9em 0 0.6em 0;
    font-size:1.1em;
}



.listing-table{
    width:100%;
    border-collapse:collapse;
}

.listing-table tr{
    border-bottom:1px dotted #666;    
}

.listing-table td.iconic{
    background-position:center center;
    background-repeat:no-repeat;
}

.listing-table td.iconic a, .listing-table td.iconic span{
    display:block;
    width:16px;
    height:16px;
    text-indent:-99999px;
    text-decoration:none;
    font-size:0;
    line-height:1px;
    margin:0 auto;
    padding:0;
    background-repeat:no-repeat;
}

.listing-table td.iconic a:hover{
    text-decoration:none;
}
.listing-table a.view{
    background-image:url(icons/zoom.png);
}
.listing-table a.edit{
    background-image:url(icons/pencil.png);
}
.listing-table a.delete{
    background-image:url(icons/cross.png);
}
.listing-table a.active{
    background-image:url(icons/tick.png);
}
.listing-table a.inactive{
    background-image:url(icons/tick.png);
    opacity:0.5;
}
.listing-table span.checked{
    background-image:url(icons/tick.png);
}

.listing-table a.order-up{
    background-image:url(icons/arrow_up.png);
}
.listing-table a.order-down{
    background-image:url(icons/arrow_down.png);
}



th.center, td.center{
    text-align:center;
}

p.add{
    background-image:url(icons/add.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

p.help{
    background-image:url(icons/help.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

p.edit{
    background-image:url(icons/pencil.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

p.back{
    background-image:url(icons/arrow_left.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}


p.accept{
    background-image:url(icons/accept.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

p.delete{
    background-image:url(icons/cross.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

p.pdf{
    background-image:url(icons/page_white_acrobat.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding:3px 0 3px 20px;
}

ul.confirm-buttons{
    margin:0;
    padding:0;
    list-style-type:none;
    overflow:hidden;
}

ul.confirm-buttons li{
    float:left;
    margin:0 15px 0 0;
    padding:0 0 0 0;
}

ul.confirm-buttons li a{
    display:block;
    padding:5px 7px 5px 20px;
    text-decoration:none;
    border:1px solid #ccc;
    -moz-border-radius:5px;
    background-color:#ddd;
    background-position:2px center;
    background-repeat:no-repeat;
}

ul.confirm-buttons li a:hover{
    text-decoration:none;
    background-color:#666;
    color:#fff;
}

ul.confirm-buttons li.cancel a{
    background-image:url(icons/cancel.png);
}

ul.confirm-buttons li.accept a{
    background-image:url(icons/accept.png);
}


li.locale-fr_FR{
    list-style-image:url(flags/fr.png);
    margin-left:0.5em;
}
li.locale-de_DE{
    list-style-image:url(flags/de.png);
    margin-left:0.5em;
}

h4.locale-fr_FR{
    background-image:url(flags/fr.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding:1px 0 2px 20px;
}
h4.locale-de_DE{
    background-image:url(flags/de.png);
    background-position:left center;
    background-repeat:no-repeat;
    padding:1px 0 2px 20px;
}

.jforms-table th{
    font-weight:normal;
}

.jforms-choice{
    list-style-type:none;
    margin:0;
}

.jforms-choice .jforms-item-controls{
    display:block;
    margin-left:1.8em;
}

.jforms-table-group{
    width:100%;
}
.jforms-table-group td{
width:80%;
}

.jforms-ctrl-menulist, .jforms-ctrl-listbox{
    width:99%;
}


#message{
    margin:0.8em 0;
}

#message .jelix-msg {
    background-color:#eff4f6;
    border: 1px solid #B0C4CB;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    list-style-type:none;
    margin:0;
    padding:0;
}

#message .jelix-msg li {
    padding:3px;
    margin:0;
}

#message  .jelix-msg li.jelix-msg-item-error {
    background-color: #F6B1B1;
}
#message .jelix-msg li.jelix-msg-item-warning {
    background-color: #F6CAB1;
}

#message .jelix-msg li.jelix-msg-item-ok,
#message .jelix-msg li.jelix-msg-item-notice,
#message .jelix-msg li.jelix-msg-item-default {
    background-color: #E5F6D4;
}


.content-zone .content {
    margin:2em 0;
}


.content-zone p.edit{
    background-color:#ccc;
    background-position:2px center;
}

.content-zone p.edit a{
    color:#333;
}


#page-side .content-zone{
    font-size:0.85em;
}

#page-side .content-zone .content{
    margin-left:5px;
    margin-right:5px;
}



#localeSwitcher{
    font-size:0.8em;
    margin:1em 5px;
}
#localeSwitcher h2{
    display:none;
}
#localeSwitcher ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:inside;
}
#localeSwitcher li{
    margin:0.3em 0;
    padding:0;
}
#localeSwitcher a{
    text-decoration:none;
}
#localeSwitcher a:hover{
    text-decoration:underline;
}


ul.pagelinks{
    text-align:center;
}

ul.pagelinks li {
    display: inline;
    padding:0;
    margin:0 3px;
    text-align:center;
}



#recruiter_fullaccess_request, #cv_activation{
    border:1px dotted #f00;
    margin:1.5em 0;
    padding:3px;
}

#authbox{
    width:300px;
    margin:2em auto 0 auto;
}

#authbox h2{
    text-align:center;
    font-size:1.2em;
    margin:0.6em 0;
    padding:0 0 0.1em 0;
    border-bottom:1px dotted #999;
}

#recruiter_subscribe_info{
    margin:4em 15% 2em 15%;
    font-style:italic;
    color:#333;
    text-align:center;
}

