BODY {
	font: 11px Tahoma, Verdana, Arial, Helvetica;
}

H1 {
	font: bold 13px Tahoma, Verdana, Arial, Helvetica;
	margin : 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
H2 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica;
	margin : 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	padding-left: 5px;
	background-color: #444B6F;
}

select {
	font: 11px Tahoma, Verdana, Arial, Helvetica;
}

div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;
    -moz-user-select: none;
	 background-color: #F8F8F8;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}

div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

FORM.dataForm {
	margin:0;
}
IFRAME.dataFrame {
	border: none;
	visibility: hidden;
}



#lgNasc {
	width:312px;	
}

#formTable TD{
	font-size:11px;	
}

.label {	
	border:1px solid #CCC;	
}
.label:focus {
	border:1px solid #3333CC	
}
.datePart {
	background-color: White;
	border:none;
	border-bottom:1px solid #CCC;	
	width:35px;
}
.datePart:focus {
	background-color: #FFFFDD;
	border-color: #3333CC	
}

/*	contenitore checkbox*/
SPAN.rightCheck {
	vertical-align: center; 
	text-align : right; 
	position: relative;	
	padding: 2px;
	margin-left:10px;
}
SPAN.rightCheck INPUT {
	position: relative;
	top:2px;
}
SPAN.rightCheck LABEL {
	position: relative;
	
}
TD.evid {
	background: #FFFF33;
	font-weight: bolder; 
}

.buttonsBox {
	padding: 3px;
	padding-top: 10px; 	
}
#panel1 {
	border:1px solid #CCC;	
	padding: 3px;
	padding-top: 5px; 
	width: 340px;		
}
#result {
/*	position: absolute;
	width: 666px;
	top:200px;	
	left: 0px;
*/
	border: 1px solid #CCC;
	
}

#resultTable TH {
	background-color: #666;	
	color: #666;
	border:1px solid #FFF;	
	background-image: url(../Styles/fill_small_gray.png);
	background-repeat: repeat-x;
	background-position: 0px -4px;
}
#resultTable {
	margin-bottom: 10px;
}

#wait {
	background-color: #EEE;	
	border:1px solid #CCC;	
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	font: 11px Tahoma, Verdana, Arial, Helvetica;
/*	text-align: center; */
	padding-top: 10px;
	color: #666;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	vertical-align: middle;
	height: 25px;
	padding-left: 40px;
}