div.jat-advform-form form{background-color: /*#efefef;*/ none;}
div.jat-advform-form{width: 100%;margin: 0 auto;}
.jat-advform-datepicker{margin-left: 5px;margin-bottom: -3px;}
.jat-advform-lbl-hidden{display:none;margin-left: -5000px;}
/* FORM TABLE */
/* table.jat-advform-table{border-collapse: collapse;}*/
td.jat-advform-td{vertical-align: top;}
/* LABEL */
/*   NORMAL */
span.jat-advform-lbl-normal{font-weight: normal;width: 110px;display: block;text-align:left;}
/*   ERROR */
span .jat-advform-lbl-error{font-weight: bold; color: red;width: 110px;display: block;text-align:left;}
/*   REQUIRED */
span.jat-advform-lbl-required{font-weight:bold;width: 110px;display: block;text-align:left;color:#00215A;}
/* FIELDS */
/*   GENERAL */
span.jat-advform-field{margin: 0;padding: 0;font-weight: normal; 
display: block;text-align:left;}
/*   INPUT */
span.jat-advform-field input{} 
/*   INPUT.RADIO */
span.jat-advform-field input.radio{padding:0;margin:0} 
/*   INPUT.CHECKBOX */
span.jat-advform-field input[type="checkbox"]{margin-left:0;padding-top:0;}
span.jat-advform-field .input.checkbox {padding:0;margin:0;} 
/*   INPUT.TEXT */
span.jat-advform-field input[type="text"]{padding:0;margin:0;}
input.text {padding:0;margin:0;} 
/*   SELECT */
span.jat-advform-field select{} 
/*   TEXTAREA */
span.jat-advform-field textarea{} 
/* FIELDS IN ADMINISTATION */
.jat-field-deleted{background-position: center center;background-image:url(../images/btn_delete.png);background-repeat: no-repeat;	background-attachment: fixed;font-size: smaller;color:silver;	width: 18px;height: 18px;}
.jat-field-notdeleted{background-image: none;font-size:smaller;font-weight: bold;width:18px;height:18px;}
.jat-field-notselected{background-color:none;}
.jat-field-selected{background-color:#006699;color: #FFFFFF;}
