/* ------------------ tooltip ------------------------- */

#tt {position:absolute; display:block; background:url(tooltip/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(tooltip/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(tooltip/tt_bottom.gif) top right no-repeat; overflow:hidden}

object {
   outline           : none 
}

/* ----------------- submodal ------------------- */
#popupMask { display:none; position:absolute;top:0;left:0;width:100%;height:100%;z-index:200;background-color:#000;-moz-opacity: 0.7;opacity:.70;filter: alpha(opacity=70);}
#popupContainer {position: absolute;z-index: 201;top: 0px;left: 0px;display:none;padding: 0px;}
#popupInner { padding:12px;padding-top:0px;background-color: #FFFFFF;}
#popupFrame {margin: 0px;width: 100%;height: 100%;position: relative;z-index: 202;}
#popupTitleBar {background-color: #fff;color: #FFFFFF;font-weight: bold;height: 20px;padding: 0px; padding-top:8px;position: relative;z-index: 203;}
#popupTitle {float:left;font-size: 1.1em; display:none}
#popupControls {float: right;cursor: pointer;cursor: hand;}
#popupControls a span {display: block;height: 20px;width: 20px; margin-right:0px; margin-top:0px; text-indent: -9000px;background: url('submodal_base/submodal_close.gif') no-repeat;}
.popupBody  {margin:5px; margin-top:0px;margin-left:10px;background-color:#FFFFFF; }

/* ----------------- CSS WEBSITE ------------------- */
body
{
	margin					: 0;
	padding					: 0;
	border					: 0;
	background-color		: #E0DFDC;
	font-size:13px;
}

body,
select,
input,
textarea {
	font-family		: Arial, sans-serif;
	font-size		: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited {
	color                : #C00;
	text-decoration		: none;
	font-weight            : bold;
	text-decoration        : underline;
}

a:hover
{
	text-decoration		: underline;
}



input,
select,
textarea
{
	padding			: 2px;
	background-color	: #EEE;
	border			: 1px solid #999;
}

textarea {
	
}


html>body div.clear { display: none; }
head:first-child+body div.clear { display: block; }
.clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .clear { display: none; } /* */

div {
	background		: transparent;
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

form {
   margin         : 0;
   padding        : 0;
}

.centrato {
	text-align		: center;
}

.padding_10 {
	padding			: 10px;
}

.padding_body {
	padding				: 10px 20px;
}

.stile_indi
{
	display				: none;
}

div.div_header_bg {
	background-image			: url(../_pics/struttura/bg_header.jpg);
	background-repeat			: no-repeat;
	background-position		: center top;
}

div.div_body_bg {
	background-image			: url(../_pics/struttura/bg_body.jpg);
	background-repeat			: repeat-y;
	background-position		: center;
}

div.div_footer_bg {
	background-image			: url(../_pics/struttura/bg_footer.jpg);
	background-repeat			: no-repeat;
	background-position		: center;
	height						: 98px;	
}

div.div_container {
	margin						: auto;
	width							: 990px;
	overflow						: hidden;
}


div.div_container div.div_sx {
	width							: 265px;
	float							: left;
	font-family					: Verdana, sans-serif;
}

div.div_container div.div_dx {
	width							: 674px;
	float							: right;
	margin-right				: 30px;
	color							: #555;
}

div.div_container div.div_dx div.div_header_photos {
	height						: 314px;
	position						: relative;
}

div.div_container div.div_dx div.div_header_photos div.div_header_pp {
	position						: absolute;
	width							: 674px;
	height						: 239px;
	bottom						: 0;
	right							: 0;
}

div.div_container div.div_dx div.div_header_photos div.div_titolo h1 {
	font-size					: 15px;
	font-weight					: normal;
	position						: absolute;
	right							: 0;
	top							: 30px;
	text-align					: right;	
}

div.div_container div.div_dx div.div_header_photos div.div_titolo h1 a:link,
div.div_container div.div_dx div.div_header_photos div.div_titolo h1 a:visited {
	color							: #444;
	text-decoration			: none;
	font-weight					: normal;
}

div.div_container div.div_dx div.div_body_content {
	min-height					: 500px;
	height						: auto !important;
	height						: 500px;
}

div.div_footer_content {
	margin						: auto;
	width							: 980px;
}

div.div_footer_content p {
	float							: right;
	text-align					: center;
	width							: 670px;
	margin-right				: 10px;
	margin-top					: 5px;
	line-height					: 20px;
	
}

p.logo {
	margin-top					: 47px;
	margin-bottom				: 50px;
}

p.testo {
	text-align					: justify;
	line-height					: 16px;
}

p.sottotitolo_pagina {
	font-size					: 18px;
	letter-spacing				: -1px;
	color							: #222;
	padding						: 10px 0;
}

p.titolo_pagina {
	font-size					: 37px;
	letter-spacing				: -2px;
	color						: #C53536;
	padding-bottom				: 10px;
}

ul.square {
	list-style-type			: square;
}

ol.alpha {
	list-style-type: upper-alpha;
}

ol.testo,
ul.testo {
	width							: 95%;
	margin						: auto;
	margin-top					: 10px;
	margin-bottom				: 10px;
}

ol.testo li,
ul.testo li {
	padding						: 4px 0;
	line-height					: 18px;
}

ol.decimal{
   list-style-type: decimal;
}



table.tab_files {
	margin					: auto;
	width						: 95%;
}

table.tab_files th,
table.tab_files td {
	padding					: 10px;
	text-align				: left;
}

table.tab_files th {
	font-size				: 13px;
	background-color		: #CCC;
}

table.tab_files td {
	border-bottom			: 1px solid #CCC;
}

table.tab_files td.td_nome {
	width						: 40%;
	font-size				: 12px;
}

table.tab_files td.td_dimensione {
	width						: 10%;
}

table.tab_files td.td_descrizione {
	width						: 40%;
}

table.tab_files td.td_data {
	width						: 10%;
}

table.tab_files td.bordo_dx {
	border-right			: 1px solid #CCC;
}


table.tab_news {
	width						: 96%;
	margin					: auto;
}

table.tab_news td {
	vertical-align			: top;
	padding					: 10px;
}

table.tab_news td.td_lista {
	width						: 30%;
	background-color		: #EEE;
}

table.tab_news td.td_lista a:link,
table.tab_news td.td_lista a:visited {
	font-weight				: bold;
	text-decoration		: none;
	color						: #444;
}

table.tab_news td.td_lista a:hover {
	text-decoration		: underline;
	color						: #AAA;
}

table.tab_news td.td_dettaglio {
	width						: 70%;
}

table.tab_news td.td_lista div.div_voce_menu {
	padding					: 10px;
	margin-bottom			: 2px;
	line-height				: 14px;
}

table.tab_news td.td_lista div.selected {
	padding					: 10px;
	background-color		: #FFF;
	margin-bottom			: 2px;
	font-weight				: bold;
	color						: #1A8EF9;
}

