@charset "UTF-8";
body {
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
h1, h2, h3 {
	font-family:"AvantGarde-Book Bold", Arial, Helvetica, sans-serif;
	color:#CC0000;
	margin: 0px;
}
h1 {margin-bottom: 6px;}
h2 {margin-top: 6px;}
h1 {font-size:14px;}
h2 {font-size:12px; margin-left: 10px; }
h3 {font-size:11px; margin-left: 20px;}

#testa {
	height: 127px;
	border: 12px solid #FFFFFF;
	border-bottom: 0px;
	background-color: #4876B4;
	background-image:url(Immagini/sfondo_head.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#testa table {
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	text-align:center;
	background-color: #D10A0F;
	background-image:url(Immagini/sfondo_menu_h.png);
	background-repeat:repeat-x;
	background-position:top;
	height: 60px;
	width: 100%;
}
#menu table {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:50px;
	margin: 5px auto;
	border-left: white 1px solid;
	/*
	border-right: white 1px solid;
	*/
}
#menu table td {
	/* border-left: white 1px solid; */
	border-right: white 1px solid;
}
#bigpage { 
	background-image:url(Immagini/ombraH.png);
	background-position:top;
	background-repeat:repeat-x;
}
#page, #footer {
	width: 736px;
	margin:0px auto;
}
#page {
	text-align: left;
}
#footer {
	color:#fdd; margin-top: 10px;
	text-align:center;
	background-color: #D20A0F;
}
td#leftmenu {
/*
	height:100%;
	background-color: #003399;
  */
	background-image:url(Immagini/sfondoMenu.png);
	background-position:top;
	background-repeat:repeat-x;
}
#leftmenu ul {
	list-style:none;
	padding:10px;
	margin: 0px;
	font-size:10px;
	color:#FFFFFF;
}
#leftmenu ul a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftmenu ul a:hover {
	text-decoration:underline;
}
#leftmenu ul li {
	margin-bottom:10px;
}
#contentFrame {
  background-image:url(Immagini/ombraV.png);
	background-position:top left;
  	background-repeat:repeat-y;
	margin-top:0px;
	border-right: 1px #fcc dotted;
	border-bottom: 1px #ccf dotted;
}
#content {
	height:360px;
	margin-top:10px;
	margin-left:16px;
	overflow:auto;
}

/** LISTE DOCUMENTI **/
ul.default { 
	list-style-type:none;
	margin-left: 6px;
}
dl dd, ul.default li { margin-bottom: 16px; }
.defaultListDate {}
.defaultListTitle { color:#003399; }
.defaultListText { font-style:italic; }
.defaultListLink a { color:#999; }
.defaultListLink a:hover { color:#000; }
