/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background: #424242;
	}
	
/* --- elementi univoci ----------------------------------- */
#global {
	text-align: center;
	}
	
#head1 {
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: white url(../img/bg-head1.jpg) repeat-x;
	}
	
#head2 {
	height: 130px;
	background: white url(../img/bg-head2.jpg) repeat-x;
	}
	
#head2-content {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	}
	
#head2-content-top {
	margin: 0;
	padding: 10px 0 0 0;
	height: 34px;
	text-align: right;
	}
	
#top-links {
	margin: 0;
	padding: 5px 0;
}
	
#head2-logo {
	padding: 0;
	float: left;
	}
	
#head2-logo a {
	text-decoration: none;
	}
	
#searchbox {
	float: right;
	padding: 30px 0 0 0;
	}
	
#middle {
	background: white;
	}
	
#middle-padding {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	}
	
#menu {
	width: 195px;
	float: left;
	background: transparent url(../img/bg-menu.jpg) no-repeat;
	}
	
#menu-padding {
	padding: 0 10px 10px 10px;
	}
	
#content {
	float: right;
	width: 570px;
}

#content-padding {
	padding: 0 10px 10px 10px;
	}
	
#footer {
	background: transparent url(../img/bg-footer.jpg) repeat-x;
	height: 150px;
	color: #EBD8D8;
	}
	
#footer-padding {
	width: 770px;
	margin: 0 auto;
	padding: 45px 10px 0 40px;
	text-align: left;
	}
	
#langdiv {
	margin: 0;
	padding: 0;
	float: right;
	}
	
/* --- default behaviour ---------------------------------- */
strong {
	font-weight: bold;
	}
	
a {
	color:#f0f0f0;
	text-decoration: none;
	}
	
a:link {
	color:#f0f0f0;
	}

a:visited {
	color:#d0d0d0;
	}
	
a:hover {
	color:#FF6600;
	text-decoration: underline;
	}
	
a:active {
	color:#FF9900;
	}
	
th {
	font-weight: bold;
	}
	
td {
	vertical-align: top;
	}
	
ul {
	list-style-position:outside;
	list-style-type:square;
	margin: 5px 5px 5px 15px;
	}
	
li {
	margin: 3px;
	}
	
p {
	margin: 0.5em 0 0.3em 0;
	padding: 0;
	text-align:justify;
	}
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	border-bottom: 1px dotted #888888;
	margin: 4px 0 10px 0;
	}
	
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	border-bottom: 1px dotted #888888;
	margin: 4px 0 10px 0;
	}
	
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
	margin: 5px 0 6px 0;
	font-style: italic;
	}

h3.paratitle {
    margin: 1em 0 0.5em 0;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px dotted #e0e0e0;
    color: gray;
    font-weight: bold;
} 
	
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin: 7px 0 6px 0;
	padding: 2px 0 2px 0;
	text-align: center;
	}

h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
    margin: 1em 0 0.5em 0;
    padding: 0; 
    font-size: 12px;
    border-bottom: 1px dotted #e0e0e0;
    color: #006666;
    font-weight: bold;
	font-style: italic;
	}
	
	
/* --- varie -------------------------------------------- */
div.clearboth {
	clear: both;
	}
	
img.print {
	display: none;
	}

div.categoria {
	background: silver;
	color: white;
	padding: 3px;
	text-align: center;
}
	
/* --- forms -------------------------------------------- */
input.inp-text {
	border: 1px solid silver;
	background: white;
	color: gray;
	}
	
input.inp-submit {
	border: 1px solid silver;
	background: #fefefe;
	color: gray;
	font-weight: bold;
	}

select.inp-select {
	border: 1px solid silver;
	background: #fefefe;
	color: gray;
}

textarea.inp-textarea {
	width: 300px;
	height: 120px;
	border: 1px solid silver;
	background: #fefefe;
	color: gray;
	font-size: 11px;
}

table.form {
	width: 100%;
	}
	
table.form td.label {
	padding: 5px;
	}
	
table.form td.icon {
	padding: 5px;
	}
	
table.form td.field {
	padding: 5px;
	}
	
/* --- menu --------------------------------------------- */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
}

ul.menu li {
	border-bottom: 1px solid #f0f0f0;
	margin: 0;
	padding: 5px 0 5px 0;
}

ul.menu li a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	width: 160px;
	height:18px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 18px;
	vertical-align: middle;
	background: transparent url(../img/arrow-verde.gif) no-repeat left 50%;
}

ul.menu li a:link {
}

ul.menu li a:visited {
	color: #AAAAAA;
}

ul.menu li a:hover {
	color:black;
	background: #f0f0f0 url(../img/arrow-verde.gif) no-repeat left 50%;
	text-decoration: none;
}

ul.menu li a:active {
	color:#FF3366;
}


ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.submenu li {
	margin: 0;
	padding: 5px 0 5px 0;
}

ul.submenu li a {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	display: block;
	width: 145px;
	height: 18px;
	margin: 0;
	padding: 0 0 0 30px;
	background: transparent url(../img/bullet-verde.gif) no-repeat 20px 50%;
}

ul.submenu li a:link {
}

ul.submenu li a:visited {
}

ul.submenu li a:hover {
	background: #f0f0f0 url(../img/bullet-verde.gif) no-repeat 20px 50%;
}

ul.submenu li a:active {
}

ul.submenu li.last {
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
}


/* --- contenuto sito -------------------------------------------- */

#content a {
	color:#DF6F6F;
	text-decoration: none;
	}
	
#content a:link {
	color:#DF6F6F;
	}

#content a:visited {
	color:#DF6F6F;
	}
	
#content a:hover {
	color:#509ED4;
	text-decoration: underline;
	}
	
ul.numbered {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 30px;
}
ul.numbered li {
	margin: 10px 0 0 0;
	padding: 0;
}

dl {
	margin: 0 1em 1em 1em;
	padding: 0;
	}
	
dt {
	margin: 1em 0 0 0;
	padding: 0 0 0 10px;
	background: transparent url(../img/bullet-verde.gif) left 50% no-repeat;
	font-weight: bold;
	color: #006666;
	}
	
dd {
	margin: 0;
	padding: 0 0 0 10px;
	}
	
p.didascalia {
	position: relative;
	margin: 3px auto;
	width: 80%;
	padding: 2px 10px 5px 10px;
}

td.didascalia {
	margin: 0;
	padding: 0.5em;
	}

/* --- tabelle --------------------------------------------------------- */
table.table1 {
	margin: 0;
	padding: 0;
	width: 100%;
}
table.table1 caption {
	color: #DD0000;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 0;
}
table.table1 th {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: middle;
	background: #fafafa;
	}
	
table.table1 th.thtop {
	border: none;
	border-top: 1px solid silver;
	padding: 2px 5px 0 5px;
	}
	
table.table1 th.thmid {
	padding: 0 5px 0 5px;
	font-weight: normal;
	font-size: 10px;
	}
	
table.table1 th.thbottom {
	border: none;
	border-bottom: 1px solid silver;
	padding: 0 5px 2px 5px;
	font-weight: normal;
	font-size: 10px;
	}
	
table.table1 td {
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: center;
	vertical-align: top;
	}
	

table.table1 th.left {
	text-align: left;
	}
	
table.table1 th.right {
	text-align: right;
	}
	
table.table1 th.center {
	text-align: center;
	}
	
table.table1 td.left {
	text-align: left;
	}
	
table.table1 td.right {
	text-align: right;
	}
	
table.table1 td.center {
	text-align: center;
	}
	
table.reflist {
	width: 100%;
}

table.reflist td {
	margin: 0;
	padding: 3px;

	}

.bordered {
	margin: 0;
	padding: 5px;
	border: 1px dotted #d0d0d0;
	}

/* --- tabelle tecniche inizio -------------------------------------------- */

table.table2 {
	width: 98%;
	margin: 0;
	padding: 0;
	border: 1px solid silver;
	font-weight: normal;
	font-size: 10px;
	border-collapse: collapse;
	}
	
table.table2 th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid silver;
	padding: 2px;
	}
	
table.table2 td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid silver;
	padding: 2px;
	}
	
table.table2 td.label {
	text-align: left;
	width: 40%;
	}
	
table.table2 td.dark {
	background: #f0f0f0;
	}
	
table.table2 h1.tt-title {
	color: red;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

table.table2 div.tt-title {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	border-right: 1px solid silver;
	text-align: left;
	}
	
table.table2 span.it {
	font-weight: bold;
	font-size: 10px;
	}
	
table.table2 span.fo {
	font-weight: normal;
	font-size: 9px;
	font-style: italic;
	}
	

/* --- tabelle tecniche fine ----------------------------------------------- */

	
/* --- alfabeto nella pagina glossario ----------------------------------- */
#navlist {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	height: 18px;
	border-bottom: 1px dotted silver;
	border-top: 1px dotted silver;
}

#navlist li div {
	float:left;
	font-weight: normal;
	width: 14px;
	height: 14px;
	margin: 1px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	border: 1px solid white;
	color: #bbb;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float:left;
	font-weight: bold;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	color: #DD0000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	margin: 0;
	padding: 0;
	background: #444;
	color: #fff;
}

#navlist a:hover { color: white; }

div.attention-container {
	background:#fcfcfc;
	margin:0;
	padding:5px;
	border:3px solid #e4e4e4;
}

div.attention-box {
	margin:0 0 5px 0;
	padding:5px;
	background:#e4e4e4 url(../img/eye-small-grigio.jpg) top right no-repeat;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

div.downpdf {
	background:#f0f0f0;
	margin:0;
	padding:5px;
	}
	
div.downpdf-padding {
	margin:0;
	padding:5px;
	border:3px solid white;
	}

/* --- breadcrumb --------------------------------- */ 
#breadcrumb {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px dotted silver;
	display: block;
	clear: both;
}
#breadcrumb-padding {
	margin: 0;
	padding: 0 0 15px 0;
}
#breadcrumb ul {
	margin: 0;
	padding: 0;
	border: none;
	color: gray;
	font-size: 11px;
}
#breadcrumb ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#breadcrumb ul li a, #breadcrumb ul li a:link {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/arrow-verde.gif) right no-repeat;
	padding: 0 13px 0 0;
	margin: 0 4px 0 0;
}
#breadcrumb ul li a:visited {
	color: gray;
}
#breadcrumb ul li a:hover {
	color: black;
}
#breadcrumb ul li a:active {
	color: red;
}

	
/* --- contenuto del footer -------------------------------------------- */
ul.footer-ul {
	list-style-image:url(../img/bullet-orange.gif);
	text-align: left;
	}

