/* CSS Document */
table#table-with-image {
	margin:0px;
	padding:0px;
	border: 0px;
}

#center-col table {
	text-align: center;

	border:1px solid #C0C0C0; /*#6699ff;*/
	width: 98%;
	float:none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:1.2em;
}

#center-col td, table#table-with-image td {
	background-color:#EAEAEA;
	padding: 8px;		
	/*padding:3px;*/
	border: 0;
	text-align:left;
}

td.img, table#table-with-image td.img {
	width: 92px;
	padding: 0px;
	background-color:#eeeeee;
			
}
.tbimg, table#table-with-image .tbimg {
	width: 80px;
	height: 80px;
	margin: 6px;
	border: 1px solid #c0c0c0;
	padding: 0px;
}	
#center-col table a:link,
#center-col table a:visited,
#center-col table a:hover,
#center-col table a:active {
    color:#ff6600;
	margin: 0px;
	padding: 0px;
}
#center-col table#table-with-image a {
	text-decoration: underline;
}

#center-col table#table-with-image a:link,
#center-col table#table-with-image a:visited,
#center-col table#table-with-image a:hover,
#center-col table#table-with-image a:active {
    color:#ff6600;
	margin: 0px;
	padding: 0px;
}
#center-col table#table-with-image a {
	text-decoration: underline;
}
/* Tabella dei contatti */
#td-contact {
	background: url(images/tb-bkg.png) repeat-x top left;
	
	padding:0px;
	vertical-align:top	;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #747474;
	margin: 0;
	background-color:#FFFFFF;
}
/*
td#tb-contact {
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	border:1px solid #747474;
	width: 98%;
	background-color:#FFFFFF;	
}
*/
.text-gray-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #747474;
	margin-bottom: 10px;

}
.text-gray {

}
.contact-icon {
	vertical-align:middle;
	padding: 0px 10px 0px 0;
	border: 0;
}
a#contact-link,
a#contact-link:link,
a#contact-link:visited,
a#contact-link:hover,
a#contact-link:active {
	color:#747474;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #747474;
	vertical-align:middle;
}
