/* CSS Tabs */
#container {
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #ccc;
		background-color: #fffff0;
		color: #000080;
		width: 696px;
		display: compact ;

}

table.dati th{
	background-color: #804040;
	color: #fffff0;
	font-size: 10pt;
	height: 20px;
}

table.dati td{
	line-height: 20px;
	border-bottom: 1px dashed #a0a0a0;
	cursor: pointer;
	font-size: 9pt;

}

table.info_ufficio{
	border-bottom: 1px dashed #808080; 
	width: 100%;
}

a.link_settore:link , a.link_settore:visited{
	color: #000080;
}