/* CSS Arix 2006 */


/* ---------- basic elements ---------- */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font: 70%/1.5em verdana, arial, sans-serif; 
	color: #3F3F3F;
	min-height: 100%;
	height: 100%;
}

hr {
    border: 4px double #eee;
    width: 100%;
    color: #eee;
    background-color: #eee;
    height: 4px; 
}

/* ---------- structure id ---------- */


#container {
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 779px;
	min-height: 100%;
    height: auto !important;
	height: 100%;
}

	/* printheader */		
	
	#printheader {
		display: none;
		}
	

	/* main */

	#main {
		margin: 0;
		text-align:left;
		padding: 0 30px;
	}
	

	/* bottom */
	
	#bottom {
		margin: 0;
		padding: 0;
	}
	
	#bottom a {
		margin: 0;
		padding:0;
	}
	
	#printbottom {
		display: none;		
	}

/* ---------- table module ---------- */

table.homepage {
	background: url(../img/hp_bg.gif) no-repeat top right;
	height:524px;
}

table.afilladder {
	background: url(../img/bg_shadow.jpg) no-repeat top center;
	width: 189px;
	padding: 20px;
	margin-right: 10px;
}

table.afilladder td {
	font: bold 11px verdana, arial, sans-serif;
	color: #2175C9;
	padding: 6px 16px;
}

table.afilladder td a:link, table.afilladder td a:active, table.afilladder td a:visited {
	color: #2175C9;
	text-decoration:none;
}

table.afilladder td a:hover {
	color: #fff; 
}



/* ---------- hypertext module ---------- */


a { 
	text-decoration: underline;
	color: #0363AF;
}

a:hover { 
	color: #8CB1FF;
	text-decoration: none;
}

/* ---------- text module ---------- */


h1 { /* titolo sezioni */
	color: #CC3811;
	font: 20px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	padding:0;
	margin:0;
}

/* ---------- image module ---------- */

img {
	border: 0;
}

img.left {
	float:left;
	margin-right: 4px;
}

img.right {
	float:right;
	margin-left: 4px;
}

/* ---------- class module ---------- */


.left {
	float:left;
}

.right {
	float:right;
}

/* tabelle dati */

table.ruler {
	margin: 0;
}

table.ruler th {
	border-bottom: #fff 1px solid; 
	border-collapse: collapse;
	padding: 5px;
}

tr.ruled {
	background: #fff;
}

table.ruler td {
	border-bottom: #fff 1px solid; 
	border-collapse: collapse;
	padding: 2px;
}

table.ruler td a {
	text-decoration:none;
}
