/* CSS Document */

<!--
a:link {
	color: #333333;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

a:visited {
	color: #333333;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

.header_contenitore {
	background:url(images/bg_header.gif);
}

.header_titolo {
	font-size:14px;
	font-weight:bold;
}

.tbl_titoli {
	font-weight:bold;
}

.tbl_stitoli {
	color:#006699;
}

.tbl_navigation {
	border:#CCCCCC solid 1px;
}

.tbl_main {
	border:#CCCCCC solid 1px;
	border-top:0px;
	border-bottom:0px;
}

.tbl_main_all {
	border:#CCCCCC solid 1px;
}

.links_paging {
	padding-left:4px;
	padding-right:4px;
	border-right:#999999 solid 1px;
	margin-right:2px;
	margin-bottom:2px;
}

.links_paging_attivi {
	padding-left:4px;
	padding-right:4px;
	margin-right:2px;
	border-right:#999999 solid 1px;
	margin-bottom:2px;
	font-weight:bold;
	text-decoration:underline;
}

input {
	border:#CCCCCC solid 1px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
}

.modello {
	border:#CCCCCC solid 1px;
	width:667px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
}

select {
	border:#CCCCCC solid 1px;
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
}

.prezzo {
	color:#FF0000;
	font-weight:bold;
}
-->
