/*
 * ICCM 2006 STYLE SHEET 
 * (C) 2004, Andrea Stocco
 * 
 *
 */

/* LINKS **********************************/

a:link {
	font-family:sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#6699cc;
	text-decoration: none;
}

a:active {
	font-family:sans-serif;
	text-decoration: none;
}

a:visited {
	font-family:sans-serif;
	color:#6699cc;
	text-decoration: none; 
}

a:hover	{
	text-decoration: underline;
}

a.mail-footer {
	font-family: sans-serif;
	font-weight:bold;
	font-size: 10;
	color:white;
	text-decoration: none;
}

a.menu-disattivo {
	font-family:Verdana;
	font-weight:bold;
	font-size: 12px;
	color:black;
	text-decoration: none;
}

/* BODY ***********************************/

h1 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #3333CC;
}

h2 {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #6699cc;
}

body {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	background-color:white;
	margin-bottom : 50;
	margin-left : 50;
	margin-right : 50;
	margin-top : 50;
	margin : 50;
}

/* IMG ************************************/

img.logo {
	border:0;
}

/* DIV ************************************/

div.sezione {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}

div.ruolo {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#999999;
}

div.menu {
	width : 77;
	background-color : Aqua;
	font-family : sans-serif;
	color:#999999;
}

/* TABLE **********************************/

table.sub-menu {
	border: 2;
	background-color : inherit;
	font-family : sans-serif;
	font-size : 12;
	font-weight : bold;
	color : White;
}

table.page {
	border : 1;
	font-family : sans-serif;
	font-size : 12;
	font-style : normal;
	text-align : justify;
	width : 100%;
}

table.footer {
	background-color : #BDC6CE;
	border : 0;
	font : bold 10 sans-serif;
}


/* TD *************************************/

td.maintitle {
	background-color: #6699cc;
	font-family : sans-serif;
	font-size : 24;
	font-weight : bold;
	color : black;
}


td.firsttitle {
	background-color: white;
	font-family : sans-serif;
	font-size : 18;
	font-weight : bold;
	color : #6699cc;
	padding-top : 10;
}
td.title {
	background-color: white;
	font-family : sans-serif;
	font-size : 14;
	font-weight : bold;
	color : #6699cc;
	padding-top : 10;
}

td.text {
	background-color: White;
	font-family : sans-serif;
	font-size : 12;
	padding-bottom : 15;
	padding-left : 15;
	padding-right : 0;
	padding-top : 8;
}

td.voidspace {
	height:10pt;
}

td.ruler {
	height : 1;
	background-color : Black;
}

td.menu-disattivo {
	text-align:center;
	
	width:77;
}

td.menu-disattivo-large {
	text-align:center;
	height:21;
	width:79;
}

td.testo {
	background-color:#CCCCCC;
}

td.gruppo {
	background-color:#6699cc;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:white;
}

td.voce {
	background-color:white;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-bottom:5px;
}

td.voce-over {
	background-color:#ccccff;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:black;
	padding-bottom:5px;
}