/* CSS Arix 2005 */

/* ---------- structure id ---------- */

body { 
	margin: 0;
	padding: 0;
	font: 11pt/1.4em Verdana, arial, sans-serif;
 	color: #000; 
}

hr {
    border: 0;
    width: 90%;
    color: #ccc;
    background-color: #ccc;
    height: 1px; 
}

#container { 
	padding: 0; 
	margin: 0;
	width: 760px; 
}

	/* printheader */		
	
	#printheader {
		padding: 0px;
		margin-bottom: 20px;
		height: 97px;
		border-bottom: 2px solid #666;
		}
	
	/* top */
	
	#top { 
		display: none
	}

	/* flash */

	#flashLayer {
		display: none
		}
	
	#imagesLayer {
		display: none
		}

	#flash {
		display: none
		}

	/* main */

	#topblu {
		display: none
	}


	#main {
		width: 600px;
		background: #fff;
	}

			#manage { 
				display: none
			}

			#footer { 
				display: none
			}
		

	/* bottom */
	
	#bottom {
		display: none;
	}

	#printbottom {
		font: 10pt Tahoma, arial, verdana, sans-serif;
		text-transform: lowercase; 
		padding: 0;
		margin-top: 20px;
		height:50px;
		width: 600px;
		border-top: 2px solid #666;
		text-align: right;
	}


/* ---------- image module ---------- */

img {
	border: 0;
}

/* ---------- hypertext module ---------- */


a { 
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


/* ---------- text module ---------- */


p {
	font: 10pt verdana, arial, sans-serif;
}

h1 { /* titolo sezioni */
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 14pt;
}

h2 { /* elenchi */
	display: none;
}


/* ---------- table module ---------- */

table {
	font: 10pt arial, sans-serif;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	width: 600px;
}

table.dots { 
	background: none;
}

table.dot { 
	background: none;
}

td.menu {
	display: none;
}

td.news {
	width: 140px;
}

.left {
	float: left;
}

table.elenco td {
	border-bottom: 1px dotted #ccc;
}

table.ruler {
	border: 1px solid #ccc;
	border-collapse: collapse
	}
	
table.ruler th{
	background-color: #eee;
	width: 150px;
	text-align: left;
	}
	
table.ruler th, table.ruler td{
	padding: 2px 5px;
	border: 1px solid #ccc;
	}
	
table.ruler tr.ruled { /* cella ruled al mouseover */
	background: #efefef;
	color: #003370;
}
