@charset "UTF-8";

.riga-pari {
	background-color: #D5E7D8;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.riga-dispari {
	background-color: #B8DAC4;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
	height: 25px;
	cursor: pointer;
}

.bordosotto {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.riga-hover  {
	background-color: #E4E5DB;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	padding: 1px;
	height: 25px;
	cursor: pointer;
}

.riga-select {
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding: 1px;
	height: 25px;
	cursor: pointer;
}

#promozioni-tabella {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
