body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html{
    background-color: #292929;
    background-image: url("/images/wild_oliva.png");
    height: 100%;

}

body{
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #334;
    height: 100%;
}
body { position:relative }

a{
    color: #448;
    font-weight: bold;
    text-decoration: none;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
}
a:hover{
    border-left: 2px solid #448;
    border-right: 2px solid #448;
    background-color: rgba(0,0,0,0.1);
}

input{
    box-sizing: border-box;
    width: 150px;
    border: 1px solid #667;
    outline: none;
    padding: 1px 3px;
    margin: 1px;
    background-color: #fff;

}
input:disabled{
    background-color: #eee;
    border: 1px solid #778;
}
label{
    font-size: 12px;

    margin-right:  5px;
}

h1{
    font-size: 15px;
    font-family: inherit;
    text-align: center;
    font-weight: bold;
    background-color: #292929;
    background-image: url("/images/wild_oliva.png");
    border:1px solid black;
    color:#eee;
    margin: 5px;
    padding: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

h2{
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    font-weight: bold;
    color: #292929;
    border:none;
    margin: 3px;
    padding: 2px;
    margin-left:15px;
}


#content{
    box-sizing: border-box;
    padding: 30px;
    height: 100%;

}

#pagediv{
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding: 3px;
    background-color: #fff;
    background-image: url("/images/light_wool.png");
    -moz-box-shadow:    2px 2px 5px 3px #222;
    -webkit-box-shadow: 2px 2px 5px 3px #222;
    box-shadow:         2px 2px 5px 3px #222;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: auto;
}
.pagetable{
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.pagetable>tbody>tr>td{
    width: 1px;
    vertical-align: top;

}
.pagetable>tbody>tr>td:last-child{
    width: 4000px;

}

.pagetable>tbody>tr{
    height: 1px;
}
.pagetable>tbody>tr:last-child{
    height: 100%;
}


.outsidePage{
    color: #bbc;
    text-decoration: none; 
    z-index: 2;
    position: absolute;
    font-size: 12px;
}
.outsidePage  a{
    color: #bbc;
    text-decoration: none; 
}
.outsidePage  a:hover{
    color:#dde;
}


.divcell{
    display: inline-block;
    border: 1px solid black;
}
.containertable {
    width: 100%;
    height: 100%;

}
.containertable>tbody>tr>td{
    width: 1px;
    vertical-align: top;

}
.containertable>tbody>tr>td:last-child{
    width: 4000px;

}

.containertable>tbody>tr{
    height: 1px;
}
.containertable>tbody>tr:last-child{
    height: 100%;
}
.simpletable{

}
.simpletable td{
    vertical-align: top;

}




.box{
    display: inline-block;
    padding: 3px;
    margin: 4px;
    border:none;
    vertical-align: top;
    background-image: url('/images/grey.png');
}

.box>p{
 padding:5px;
}

.shadow{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;
}
.rounded{
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.emarif_form{

    background-color: white; 
    background-image: url("/images/grey.png");
    margin: 5px;
    padding: 5px;
    border:1px solid #334;
}
.emarif_form table td{
    vertical-align: bottom;
    padding: 1px;
    white-space: nowrap;
}
.emarif_form table td img{
    vertical-align: middle;
}
.emarif_form fieldset{
    border: none;
    background-color: transparent;
}

.emarif_form label{
    font-size: 12px;
    vertical-align: top;
    margin-right:  5px;
}

.emarif_form .emarif_form_posterror{
    font-size: 11px;
    color:#a90329;
    vertical-align: top;
}

.emarif_form fieldset legend{
    border: none;
    text-align: center;
    font-size: 16px;
    color: #556;

}

.emarif_form input{
    width: 200px;
    border: 1px solid #667;
    outline: none;
    padding: 2px 4px 0px 4px;
    background-color: #fff;
    cursor: pointer;
}


.emarif_form input:disabled{
    background-color: #eee;
    border: 1px solid #778;
}

.emarif_form select{
    width: 208px;
    border: 1px solid #667;
    outline: none;
    margin: 1px;
    padding: 1px 3px;
    background-color: #fff;
}

.emarif_form input.emarif_form_radio{
    width: auto;
}

.emarif_form textarea{
    width: 200px;
    height: 200px;
    padding: 1px 3px;
    border: 1px solid #667;
    outline: none;
    margin: 1px;
}

.emarif_form textarea.emarif_form_textareabig{
    width: 1200px;
    height: 300px;
}


.emarif_form input.emarif_form_submit{
    min-width:70px;
    width: auto;
    border:none;
    background-color: #ddd;
    -moz-box-shadow:    1px 1px 1px 0px #222;
    -webkit-box-shadow: 1px 1px 1px 0px #222;
    box-shadow:         1px 1px 1px 0px #222;
}

.emarif_form input.emarif_form_submit:hover{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;

}


.emarif_form input.emarif_form_submitok{
    border:none;
    min-width:70px;
    width: auto;
    text-align: center;
    background-color: #659e5f;
    cursor: pointer;
    color:#334;
    -moz-box-shadow:    1px 1px 1px 0px #222;
    -webkit-box-shadow: 1px 1px 1px 0px #222;
    box-shadow:         1px 1px 1px 0px #222;


}
.emarif_form input.emarif_form_submitok:hover{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;

}
.emarif_form input.emarif_form_submitwarn{
    border:none;
    min-width:70px;
    width: auto;
    text-align: center;
    background-color: maroon;
    cursor: pointer;
    color:white;
    font-weight: bold;
    -moz-box-shadow:    1px 1px 1px 0px #222;
    -webkit-box-shadow: 1px 1px 1px 0px #222;
    box-shadow:         1px 1px 1px 0px #222;

}
.emarif_form input.emarif_form_submitwarn:hover{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;

}
.emarif_form input.emarif_form_submitcancel{
    border:none;
    min-width:70px;
    width: auto;
    text-align: center;
    background-color: burlywood;
    cursor: pointer;
    color:#334;
    -moz-box-shadow:    1px 1px 1px 0px #222;
    -webkit-box-shadow: 1px 1px 1px 0px #222;
    box-shadow:         1px 1px 1px 0px #222;


}
.emarif_form input.emarif_form_submitcancel:hover{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;
}


.emarif_table {
    vertical-align: top;
    border-collapse: collapse;
    border: none;
    margin: 5px;
    background-color: white; 
    background-image: url("/images/grey.png");
    display: inline-block;
    font-size: 14px;
}

.emarif_table .emarif_table_title{
    text-align: center;
    background-color: #292929;
    background-image: url("/images/wild_oliva.png");
    border:1px solid black;
    color:#eee;
}
.emarif_table tr{
    text-align: left;

    color: #556;
    white-space: nowrap;
    background-color: white;
}
.emarif_table tr .header{
    display: inline-block;

    padding: 1px 3px;
    cursor: text;   
    margin: 0;
    margin-right: 5px;
    float: left;
    text-align: left;
}


.emarif_table tr th .header{
    display: inline-block;

    padding: 1px 3px;
    cursor: text;   
    margin: 0;
    margin-right: 5px;
    float: left;
    text-align: left;
}

.emarif_table tr  th form{
    text-align: right;

}

.emarif_table tr  td form{
    cursor: pointer;

}

.emarif_table tr  th input{
    display: none;
}
.emarif_table tr th.emarif_table_th_bottom input{
    display: inline-block;
}
.emarif_table th input.search{
    display: none;

    border: none;
    outline: none;
    padding: 1px 3px;
    margin: 0;
    float: left;
    background-color: transparent;
}





.emarif_table form{
    margin: 0px;
}




.emarif_table tr th input.sort{
    display: inline;
    width: 16px;
    border: 0;
    margin: 0;
    padding: 0;
    background:transparent;
}
.emarif_table tr th button.sort{
    display:inline-block;

    right:0px;
width: 16px;
border: 0;
padding: 0;
margin:0;
background: transparent;
outline:none;

}


.emarif_table  td{
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #444;
    padding: 1px 3px;
}
.emarif_table  th{
    background-color: #eee;
    border-collapse: collapse;
    border: 1px solid #444;
    padding: 1px 3px;
}
.emarif_table tr .emarif_table_th_bottom form{
    text-align: left;

}


.emarif_table .emarif_table_th_bottom{
    background-color: #292929;
    background-image: url("/zoof/wild_oliva.png");
    color:#eee;
    border:1px solid black;
}
.emarif_table tr .emarif_table_th_bottom  input{
    width: 200px;
    border: 1px solid #667;
    outline: none;
    padding: 1px 3px;
    background-color: #fff;
}

.emarif_table tr .emarif_table_th_bottom  input:disabled{
    background-color: #ccc;
    border: 1px solid #bbc;
}


.emarif_table tr .emarif_table_th_bottom form input {
    min-width:70px;
    text-align: center;
    width:auto;
    cursor: pointer;
    color:#334;
}

.emarif_table .emarif_table_tf {
    color:#334;
    font-size: small;
}

.emarif_table .emarif_table_tf form{
    display: inline-block;
}

.emarif_table .emarif_table_tf form input{
    width: auto;
    cursor: pointer;
    border: 1px solid #bbb;
    color: #334;

}
.emarif_table .emarif_table_tf form input:hover{
    background-color: #ddd;
}

.emarif_table .emarif_table_tf form.current input{
    background-color: #ddf;
}


.emarif_table_select td:HOVER {
    cursor: pointer;
    background-color: #eee;
}

td.emarif_table_selectspecial {
    background-color: #ddf9dd;
}

td.emarif_table_selectspecial:HOVER {
    cursor: pointer;
    background-color: #aaf9aa;
}

td.emarif_table_url {
    background-color: #99eeff;
}

td.emarif_table_url:HOVER {
    background-color: #aaddff;
}


.emarif_ajaxpop{
    position: absolute;
    display: inline-block;
    border:1px solid black;
    background-color: rgba(240,240,240,0.9);
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}


.emarif_ajaxpop li{
    padding: 1px 5px 0px 1px;
    border-bottom: 1px dotted #eee;
    cursor: pointer;
}

.emarif_ajaxpop li.emarif_ajaxpopsel{
    background-color: #fff;
    border-bottom: 0px;
    font-weight: bold
} 


.emarif_cms_admin_error{
    background:white;
    border: 1px dotted #f00;
    font-size:small;
    font-family:monosapce;
    margin:2px;
    padding:2px;
}

.emarif_cms_admin_error .emarif_cms_admin_xmlerrors{
    max-height:80px;
    display:block;
    overflow:auto;
    background:#eee;
    margin:2px;
    margin-left:20px;
    border:1px solid black;
}

#e2_debug{
    position: fixed;
    display: none;
}



#langselect{
    display: inline-block;
    right:40px;
    top:10px;
}
#langselect img{
    margin-right: 5px;
    cursor: pointer;
    border:1px solid transparent;
}
#langselect img:hover{
    border:1px solid #667;
}

#copyright{
    left: 40px;
    top:6px;
}

.loginform{
    padding: 10px;
    position: fixed;
    top:50%;
    left:50%;
    vertical-align: central;
    text-align: right;
    width: auto;
    margin-top: -50px;
    margin-left: -120px;
}
.loginform .simpletable td{
    vertical-align: bottom;
}
.loginform input{
    width: 150px;


}
.loginform .btn{
    min-width:70px;
    width: auto;
    border:none;
    margin-right: 2px;
    background-color: #ddd;
    -moz-box-shadow:    1px 1px 1px 0px #222;
    -webkit-box-shadow: 1px 1px 1px 0px #222;
    box-shadow:         1px 1px 1px 0px #222;
}

.loginform .btn:hover{
    -moz-box-shadow:    1px 1px 2px 1px #222;
    -webkit-box-shadow: 1px 1px 2px 1px #222;
    box-shadow:         1px 1px 2px 1px #222;

}

.pagetable td.foot{
    vertical-align: bottom;
}

.pagetable td.foot ul{
    text-align: center;
    background-color: #292929;
    background-image: url("/images/wild_oliva.png");
    border:1px solid black;
    color:#eee;
    margin: 5px;
    padding: 3px;
      -webkit-border-radius: 4px;
    border-radius: 4px;
}