/*stili per il layout fisso*/
html,body{
	margin: 0;padding:0
	}
body{
	font-family: arial,sans-serif;
	text-align: center;
	background-image:url(images/bgd.gif);
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: #1368AA;
}

a:hover {
	text-decoration: underline;
	color: #1368AA;
}

a img {
	border: 0;
}

div#ombra{
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: url(images/ombra.png) repeat-y top right;
}
div#sotto{
	width: 860px;
	height: 30px;
	margin: 0px auto;
	background:url(images/sotto.png) no-repeat;
}

div#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


/*stili generici, su header e footer*/
div#header{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	background-color:#5F6165;
	height:150px;
	color:#FFF;
	text-align:center;
}
div#header a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
	background-color:#5F6165;
	color:#FFF;
	text-align:center;
}
h1,h2{
	margin: 0;
	padding: 0;
}
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.1em;
}

/*stili specifici per il layout*/
div#navigation{
	float: left;
	width: 170px;
	margin-top: 10px;
}
div#content{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color:#231f20;
	margin-left: 175px;
	margin-right: 10px;
	padding: 10px;
	width:590px;
}
div#content p{
	margin-top: 0px;
	margin-bottom: 10px;
}
div#content hr{
	width: 500px; 
	height: 1px;
	margin-left: 10px;
	color: #DDDDDD;
	border: 1px solid #DDDDDD;
}
div#content .sezione{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content .title{
	width:600px;
	height: 25px;
	margin-left: -5px;
	margin-bottom: 5px;
	padding: 4px 0 0 10px;
	background: url(images/titolo.gif) no-repeat;
	color: #ffffff;
	line-height: 1.2em;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
div#content h2{
	width:600px;
	height: 25px;
	margin-left: -5px;
	margin-bottom: 5px;
	padding: 4px 0 0 10px;
	background: url(images/titolo.gif) no-repeat;
	color: #ffffff;
	line-height: 1.2em;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
div#content h2.news{
	width:600px;
	height: 25px;
	margin-left: -5px;
	margin-top: 15px;
	padding: 4px 0 0 10px;
	background: url(images/titolo2.gif) no-repeat;
	color: #ffffff;
	line-height: 1.2em;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
div#content h2.visite{
	width:600px;
	height: 25px;
	margin-left: -5px;
	margin-top: 2px;
	padding: 4px 0 0 10px;
	background: url(images/titolo3.gif) no-repeat;
	color: #ffffff;
	line-height: 1.2em;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
div#content img{
	border: 4px solid #CCCCCC;
}
div#content .testofck p{
	margin-top: 0px;
	margin-bottom: 10px;
}
div#content .testofck ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#content .testofck li{
	margin-top: 0px;
	margin-bottom: 2px;
}
div#footer{
	clear:left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	background-color:#5F6165;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
div#footer a{
	color:#FFF;
	text-decoration:none;
}
div#footer a:hover{
	color:#9F0;
	text-decoration:underline;
}

/*stili per la navigazione*/
div#boxflash{
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	color:#000;
}

div#boxflash a{
	font-size: 0.8em;
	color:#000;
}

div#menu{
	margin-left: 10px;
}
div#menu ul{
	list-style-type:none;
	margin: 0;
  padding: 0;
	background-image:url(img/box2.gif);
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
	color:#231f20;
	width: 170px;
	text-align:left;
}
div#menu li{
	margin: 0;
	padding: 0;
}
div#menu a{
	display: block;
  text-decoration: none;
	color: #231f20;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}
div#menu ul ul a{
	display: block;
  text-decoration: none;
	font-size: 10px;
	color: #231f20;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}
div#menu a:hover{
	text-decoration: none;
	color: #231f20;
	background-image:url(img/box2a.gif);
}
div#menu a#activelink{
	color: #033;
	text-decoration: none;
}
.sottomenu{
	overflow:hidden;
}

/*ALTRI STILI*/

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 780px;
}

#avmenu {
clear: left;
float: left;
text-align: right;
width: 150px;
margin-left: 5px;
padding: 0;
font-family: Georgia;
font-size: 1.0em;
line-height: 1.8em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
}	

#avmenu li.t1 {
height: 24px;
margin: 0px;
padding: 0px;
background: url(images/tasto1.gif) no-repeat;
}

#avmenu li.t2 {
height: 24px;
margin: 0px;
padding: 0px;
background: url(images/tasto2.gif) no-repeat;
}

#avmenu li.t3 {
height: 24px;
margin: 0px;
padding: 0px;
background: url(images/tasto3.gif) no-repeat;
}

#avmenu li.t4 {
height: 24px;
margin: 0px;
padding: 0px;
background: url(images/tasto4.gif) no-repeat;
}

#avmenu li a {
height: 24px;
padding-right: 6px;
font-weight: bold;
text-decoration: none;
vertical-align: text-top;
color: #505050;
display: block;
}	
	
#avmenu li a.privato {
height: 24px;
padding-right: 6px;
font-weight: bold;
text-decoration: none;
vertical-align: text-top;
color: #ff0088;
display: block;
}	
	
#avmenu li a:hover {
height: 24px;
text-decoration: underline;
color: #ff5500;
}

#avmenu li a.privato:hover {
height: 24px;
text-decoration: underline;
color: #aa3300;
}

#arearis {
text-align: center;
margin-left: 15px;
margin-bottom: 10px;
padding: 0px 10px;
width: 130px;
height: 180px;
color: #505050;
background: url(images/login.gif) no-repeat;
line-height: 9pt;
font-size: 0.8em;
}

#arearis h2{
text-align: center;
padding: 8px 0 10px 0;
color: #FFF;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
font-size: 1.2em;
}

#arearis a{
	color: #C06;
}

#visit h3{
width: 144px;
margin: 6px 0 7px 0;
padding: 3px;
font-size: 1.1em;
line-height: 1.2em;
color: #33aa33;
border: 1px solid #cccccc;
background-color: #eaffea;
}

#arearis form{
padding: 4px 0px;
margin: 0;
}

#arearis .testo{
	color: #300;
}

#arearis form input{
width: 70px;
margin-right:10px;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 2px;
}

#arearis form .button{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #C06;
	padding: 0;
	margin: 10px 0 2px 0;
}

span#form_info{
color: #660044;
float: right;
padding: 1px;
}


#arearis p{
padding: 2px;
margin: 2px;

}

#menuarearis a{
font-weight: bold;
text-decoration: none;
color: #224466;
font-size: 1.0em;
line-height: 0.8em;
}

#menuarearis a img{
text-decoration: none;
}

#menuarearis a:hover{
color: #3399EE;
}


#reg1{
width: 100%;
}


#extras {
float: right;
width: 100px;
margin-right: 5px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras .sezione {
color: #155535;
padding: 0px;
margin: 0 0 5px 0;
}

#extras .sezione h2 {
margin: 0 0 0 0px;
padding: 0 0 0 5px;
background: url(images/extras.gif) no-repeat;
color: #ffffff;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
}

#extras .sezione p {
margin: 2px;
padding: 0 0 0 0px;
text-align: left;
line-height: 1.2em;
}

#extras .sezione tr.visite {
font-size: 0.95em;
line-height: 1.2em;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.95em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.pagine {
text-decoration: none;
font-weight: bold;
color: #024;
}

.paginacorrente {
text-decoration: none;
font-weight: bold;
color: #36F;
}

.etichetta
{
	font-size: 1.2em; 
	line-height: 1.5em; 
	color: #1368AA;
	border-top: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	background-color:#FFFFFF;
}

.tabella
{
	border: 1px solid #99CCFF; 
	background-color:#FFFFFF;
}


#elenco {
float: left; margin-right: 10px; margin-bottom: 5px;
}

#stats{
border: 1px solid #cccccc;
background: #ddeeff;
width: 350px;
margin: 10px;
}

#titolo{
margin: 2px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.3em;
font: Arial, Sans Serif;
color: #1111aa;
}

#contenuto{
line-height: 1.1em;
font-size: 1.1em; color: #2222cc;
}

#sub1{
font-weight: bold;
width: 70%; padding-left: 15px;
}

#sub2{
width: 70%; padding-left: 30px;
}

#sub11{
width: 15%; text-align: right;
}

#foto{
width: 100%;
margin: 0px;
padding: 0px;
font-size: 1.0em;
}

#foto img{
border-color: #6699cc;
border-width: 3px;
border-style: solid;
margin: 5px 2px 5px 2px;
padding: 0px;
vertical-align: middle;
}

#foto_elenco{
border-color: #6699cc;
border-width: 0 0 1px 0;
border-style: solid;
line-height: 1.5em;
padding: 5px 5px 5px 5px;
}

#foto_did{
font-family: Georgia;
font-size: 1.2em;
font-weight: bold;
line-height: 1.2em;
color: #006699;
}

#canti{
width: 100%;
margin: 0px;
padding: 0px;
line-height: 1.1em;
font-size: 0.8em;
}

#canti2{
border-color: #6699cc;
border-width: 0 1px 1px 1px;
border-style: solid;
width: 100%;
margin: 0px;
padding: 0px;
line-height: 1.1em;
font-size: 0.8em;
}

#canti2 img{
border:0px;
}

#canti_cont{
border-color: #6699cc;
border-width: 0 0 1px 0;
border-style: solid;
vertical-align: top;
}

#canti_cont2{
border-color: #6699cc;
border-width: 0 0 1px 0;
border-style: solid;
margin: 0px;
padding: 0px;
background-color: #eefaff;
vertical-align: top;
}

#canti_titolo{
border-color: #6699cc;
border-width: 1px 0 0 0;
border-style: solid;
width: 60%;
padding: 5px 5px 5px 5px;
}

#canti_info{
width: 26%;
}

#canti_cat{
width: 16%;
}

#canti_file{
border-color: #ccddff;
border-width: 1px 0 0 0;
border-style: solid;
background-color: #ffffff;
margin: 0;
padding: 0 5px 0 10px;
text-align: left;
}

#canti_file a{
text-decoration: none;
}

#canti_file img{
border-width: 0;
margin: 0;
padding: 0;
}

#canti_file table{
border-width: 0;
margin: 0;
padding: 0;
}

#canti_file td.dl{
padding:  0 12px 0 0;
}

#canti_file td.sez{
font-size: 6pt;
font-weight: bold;
line-height: 5pt;
text-decoration: none;
padding-right: 10px;
color: #336699;
}

#canti_file td.dim{
font-size: 7pt;
line-height: 5pt;
text-decoration: none;
padding-right: 3px;
color: #003366;
}

table.news {
width: 100%;
border-width: 0px;
padding: 0px;
line-height: 12px;
border-collapse: collapse;
}
table.news tr.row1 {
margin: 2px;
font-size: 0.85em;
border-top: 1px solid #D9A884;
border-bottom: 1px solid #D9A884;
background-color: #FDA;
}
table.news tr.row2 {
margin: 2px;
font-size: 0.85em;
border-top: 1px solid #D9A884;
border-bottom: 1px solid #D9A884;
background-color: #FFC;
}
table.news tr td.data{
padding: 6px;
width: 10%;
text-align: left;
vertical-align: top;
}
table.news tr td.sez{
padding: 6px;
width: 10%;
text-align: right;
vertical-align: top;
font-style: italic;
}
table.news tr td.testo{
padding: 6px;
width: 90%;
vertical-align: top;
color: #930;
}


table.visite {
width: 100%;
border-width: 0px;
margin:0px 0px 10px 0px;
padding: 0px;
line-height: 11px;
border-collapse: collapse;
}
table.visite tr.row1 {
margin: 0px;
border-top: 1px solid #88C585;
border-bottom: 1px solid #88C585;
background-color: #BFB;
}
table.visite tr.row2 {
margin: 0px;
border-top: 1px solid #88C585;
border-bottom: 1px solid #88C585;
background-color: #DFD;
}
table.visite tr td.data{
padding: 4px;
vertical-align: top;
font-size: 0.85em;
line-height: 1.2em;
text-align: right;
font-style: italic;
width: 30%;
}
table.visite tr td.user{
padding: 4px;
vertical-align: top;
font-size: 0.85em;
line-height: 1.2em;
text-align: left;
width: 70%;
}
table.visite tr td.testo{
vertical-align: top;
padding: 4px 8px 4px 5px;
width: 90%;
color: #1368AA;
}

#stats2{
width: 460px;
border-width: 0px;
margin: 0px;
padding: 0px;
line-height: 1.1em;
border-collapse: collapse;
}
#stats2_riga{
margin: 0px;
border-width: 0px;
font-size: 0.8em;
}
#stats2_col_nome{
padding: 2px;
width: 32%;
}
#stats2_col_numero{
text-align: right;
padding: 2px;
width: 12%;
}
