.select {
	width: 100px; /* With the padding included, the width is 108 pixels: the actual width of the image. */
	height: 22px;
	padding:0 4px 0 4px;
	color: rgb(3,104,33);
	font: 12px Arial;
	background:url('../Immagini/select.png') no-repeat center;
	overflow: hidden;
}

option{
	text-align:left;
}

.table{
	color:rgb(3,104,33);
	font-size:12px;
	font-weight:normal;
	border:1px #d7d59c solid;
	margin-top:5px;
}

.table thead tr{
	vertical-align:middle;
}

.table thead th{
	height:45px;
	background-color:#ede9c4;
	text-align:left;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}

.table tbody tr {
	background-color:#ede9c4;
	color:#137a35;
}

.table tbody tr.odd td{
	background-color:#d9d49c;
}

.table .prima_colonna{
	background-color:#d9d49c;
	width:80px;
	min-width:30px;
	border:none;
}

.table tbody td{
	min-width:110px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	border-left:1px #cac58b solid;
	border-collapse:collapse;
}

/* imposto dimensione testo combo box di sinistra */
.rcbScroll li
{
    font-size:11px;
}
