/* CSS Document */

/* css che gestiscono l'aspetto del search box */



.titolosearchbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A07F3A;
	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: #15316F;
	border-top-color: #15316F;
	border-bottom-color: #15316F;
	border-left-color: #15316F;
	background-color: #EEF1DC;
}
.testosearchbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A07F3A;
	text-align: left;
	padding: 5px;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: dashed;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #DAC38E;
	border-bottom-color: #DAC38E;
	border-left-color: #DAC38E;
	background-color: #DADADA;
}
.datisearchbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A07F3A;
	text-align: left;
	padding: 5px;
	border-right-style: solid;
	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: #DAC38E;
	border-bottom-color: #DAC38E;
	border-left-color: #DAC38E;
	background-color: #FFFCDF;
}
.cellesearchbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFCDF;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-color: #DAC38E;
	border-bottom-color: #DAC38E;
	border-left-color: #DAC38E;
	/*border-top-color: #15316F;*/
	background-color: #BD961F;
	padding:3px;
	font-weight: bold;
}
.classshown{
    font-size: 11px;
    color: #A07F3A;
	font-family: "Times New Roman", Times, serif;
}

.classhidden{
	font-size: 11px;
	color: #A07F3A;
	font-family: "Times New Roman", Times, serif;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: dashed;
	border-top-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-color: #15316F;
	border-bottom-color: #15316F;
	border-left-color: #15316F;
	background-color: #DADADA;
	display: none;
}

.txtsearchbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #A07F3A;
	font-weight: bold;
}
