/* CSS Document */

/* css che gestiscono l'aspetto del search box */



.titolo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #292929;
	border-top-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
	background-color: #EEF1DC;
}
.testo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #292929;
	text-align: left;
	padding: 5px;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
	background-color: #DADADA;
}
.dati {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: left;
	padding: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
	background-color: #3F3F3F;
}
.celle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-color: #292929;
	border-bottom-color: #292929;
	border-left-color: #292929;
	/*border-top-color: #15316F;*/
	background-color: #292929;
	padding:3px;
	font-weight: normal;
}
.classshown{
	font-size: 11px;
	color: #CCC;
	font-family :  Tahoma, Geneva, sans-serif;
}

.classhidden{
	font-size: 11px;
	color: #C36;
	font-family :  Tahoma, Geneva, sans-serif;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-color: #15316F;
	border-bottom-color: #292929;
	border-left-color: #15316F;
	background-color: #FA7D13;
	display: none;
}

.txtsearchbox {
	font-size: 11px;
	color: #0E3F5B;
	font-family :  Tahoma, Geneva, sans-serif;
	font-weight: normal;
	background-color: #999;
}

.txtprenota {
	font-size: 11px;
	color: #FA7D13;
	font-family :  Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
