/* CSS Document */

body {
	background-color: #e7d28f;
	margin: 0px;
	padding: 0px;

	scrollbar-face-color: #e7d28f;
	scrollbar-arrow-color: #fff1c3;
	scrollbar-track-color: #fff1c3;
	scrollbar-highlight-color: #fff1c3;
	scrollbar-shadow-color: #fff1c3;
	scrollbar-3dlight-color: #fff1c3;
	scrollbar-darkshadow-color: #fff1c3;
}

table.sfondo {
	background-color: #fff1c3;
}
td.colonnasx {
	background-color: #a68946;
}
.tci {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.Nero12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.Grigio14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
.Grigio10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
}
.Rosso14 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	/*color: #cf003d;*/
	color: #A90230;
}
.Rosso10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	/*color: #cf003d;*/
	color: #A90230;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #A90230;
}

.lh28 {
	line-height: 28px;
}
.lh22 {
	line-height: 22px;
}

#titoli {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #A90230;
	border-bottom-color:  #A90230;
	border-bottom-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	padding: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input.pcalendar {
	border: none;
	background-image:url(../images/calendar.gif);
	width: 20px;
	height: 22px;
}

input.pcalendar_hover {
	border: none;
	background-image:url(../images/calendar_hover.gif);
	width: 20px;
	height: 22px;
	cursor: pointer;
}

