body{
	margin: 0 2em 0 0;
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-family: verdana, sans-serif;
	height: 100%;
}

div{outline-style: none;} /**FF context menu Fix*/

div#container{
  height: 100%;
	width: 100%;
}

div#content{
  position: absolute;
  top: 4em;
  left: 166px;
  right: 0;
  min-width: 30em;
  z-index: 3; 
}

div#foo{
  text-align: center;
  width: 100%;
}

div#titlediv{
  padding: 0 2em;
  overflow: auto;
 }

div#centerblock{
	padding: 1em;
	min-height: 21em;
}

div#footer{
  clear: left;
  padding: 0.5em 0;
	font-size: 0.8em;
	text-align: center;
}


/* 5) Navigation **************************************************************** */


div#navigation{
  text-align: center;
	height: 48px; 
	white-space: nowrap; 
	position: absolute;
	width: 100%;
	z-index: 5; 
}

div#bar{
/*border: 1px solid red;*/
  margin-left: 166px;
	height: 48px;
	position: relative;  
}

/* 6) Sidebar ********************************************************************/

div#sidebar{
	position: fixed;
	top: 0;
  left: 6px;
	background-color: #000;
	color: #fff;
	width: 160px;
	line-height: 120%;
	height: 100%;
	min-height: 600px;
	z-index: 7; 
	background-repeat: no-repeat;
  background-image: url(../images/bkgbarbtm.png);
  background-position: bottom center;
}

/* 8) Pagetools ***************************************************************** */

div#logofiav{
  text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
  background-image: url(../images/bkgbartop.png);
  background-position: top center;
}

div#bottomimage{
  padding: 0;
  width: 160px;
  background-repeat: no-repeat;
  background-image: url(../images/piumabkg.png);
  background-position: 50% 0;
  height: 119px;
  position: absolute;
  top: 75%;
  z-index: 1; 
}

div#stats{display: none;}

/*##########################--LISTE--##########################*/
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.pagetools li{
	margin-left: 0.3em;
	margin-top: 0.3em;
	border-bottom: 1px solid #fff;
 
}

div.pagetools li.lichild{
	border-bottom: 1px solid #fff;
}

/*div.pagetools li.lichild#current{
  border-bottom: 1px solid #fff;
}*/

div#bar ul{margin-top: 0.5em;}

div#bar li{
  margin: 0;
  display: inline;
}

div#footer li{
	display: inline;
	margin-left: 0.5em;
	padding-right: 0.5em;
}

li#updated{/*footer*/
  position: absolute;
  right: 0;
  font-size: 0.8em;
}

ul#razzesoci{
  margin: 0 3em;
  width: 25em;
  text-align: left;
}

ul#razzesoci li{
  font-size: 0.8em;
  list-style-image: url(../images/gallo_lista_3.png);
  list-style-position: outside;
}

table.tablerazze ul{
  list-style-type: square;
  list-style-position: inside;
}

ul.biblio{
  margin-left: 2em;
  list-style-type: square;
  text-align: left;
  font-size: 0.8em;
}

ul.links{
  margin-left: 2em;
  list-style-type: none;
  text-align: center;
  font-size: 0.8em;
}

ul.links p{
	font-size: 0.8em;
	text-align: center;
  margin: 0 0 2em 0;
}

ol{text-align: left;}

ol.lstletters{
  margin-left: 1em;
  font-size: 0.8em;
  list-style-type: lower-alpha;
}

/*##########################--LINKS--##########################*/

a{	
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
/*	color: #3d8229;
	background-color: transparent;*/
}

a:hover{	
	text-decoration: underline;
	color: #f00;
	background-color: transparent;
}


/*--menu colonna sx*/
a.sidemnulnkprev{
  border-left: 1em solid #fff;
	background-color: transparent;
	color: #fff;
	font-size: 0.7em;
	padding-left: 0.3em;
	margin-left: 0.3em;
}

a.sidemnulnk{
  border-left: 1em solid #3d8229;
	background-color: transparent;
	color: #fff;
	font-size: 0.6em;
  padding-left: 0.3em;
  margin-left: 0.3em;
}

a.sidemnulnk:hover{border-color: #f00;}

a.sidemnulnk#currentlnk{border-color: #f00;}

a.sidemnulnkprev:hover{border-color: #f00;}

/*--menu top pagina*/
a.topmnulnk{
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 0.5em solid #3d8229;
  text-decoration: underline;
  font-size: 0.8em;
  color: #000;
  background: #fff;
  text-transform: lowercase;
}

a.topmnulnk:hover{
  border-color: #f00;
  color: #000;
  background-color: #ddd;
}

/*--menu footer pagina*/
a.footlnk{
  display: inline;
	background-color: transparent;
	color: #000;
	font-size: 0.8em;
}


/*--menu boxati*/
a.boxedlnk{
  display: block;
  min-height: 1.8em;
  padding-top: 0.5em;
	background-color: #ffc2c2;
	color: #000;
	font-size: 0.8em;
	width: 95%;
	float: right;
	outline-style: none;
}

a.boxedlnk:hover{
  background-color: #f00;
  color: #fff;
	text-decoration: underline;	
}

table#tabsoci a{	
	font-size: 1.3em;
	font-family: tahoma, sans-serif;
	text-decoration: underline;	
	background-color: transparent;
	color: #000;
  font-variant: small-caps;
}

table#tabsoci a:hover{
	background-color: transparent;
	color: #f00;
}

table#tabsoci a:visited{
	background-color: transparent;
	color: #666;
}

/* link razze pagina socio*/
ul#razzesoci a{
  border-bottom: 1px solid #000;
  font-size: 1.4em;
  font-weight: normal;
  text-decoration: none;
}

/*##########################--TABELLE--##########################*/

/*------tabella links a fondo pagina*/
table.lnktable{
  width: 80%;
  margin: 0 auto;
  border-spacing: 0 0.3em; /*H-spacing V-spacing*/
  empty-cells: show;
}

table.lnktable caption{
  font-weight: bold;
  margin: 0.5em auto;
  border: 1px solid #ddd;
  text-align: left;
}

td.tdlink{
	width: 35%;
	height: 2.2em;
	text-align: center;
	border-bottom: 1px solid #000;
}

td.tddesc{
	width: 50%;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	border-bottom: 1px solid #000;
}

td.tdinfo{
	width: 15%;  
	border-bottom: 1px solid #000;
	padding-right: 0.9em;
	font-size: 0.7em;
}

td.tdinfo span{
  display: block;
  color: #000;
	background-color: #ddd;
	height: 2.2em;
  text-align: center;
  padding-top: 0.4em;
}
/*END---tabella links a fondo pagina*/


/*------tabsoci*/
table#tabsoci{
  width: 70%;
  margin: auto;
  empty-cells: show;
  border: 1px solid #999;
  border-spacing: 0 10px; /*H-spacing V-spacing*/
  background-image: url(../images/bkgsoci.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

table#tabsoci td{
  font-size: 0.6em;
  border-style: solid;
  border-color: #999;
  border-width: 1px 0;
}

table#tabsoci caption{
  font-weight: bold;
  margin: 0.3em auto;
  border: 1px solid #999;
  padding: 0.3em 0;
}


table#tabsoci td.tdqual{
  font-size: 0.6em;
  background-color: #ddd;
}
/*END---tabsoci*/



table.tableimg{margin: 0 2em;}

/*(st)*/
table.tableimg p.dida01{
	font-size: 0.6em;
	text-align: center;
  margin: 0 0 2em 0;
}


table.tablerazze{
  border-collapse: collapse;
  border: 1px solid #999;
  margin: 1em auto;
  text-align:left;
  font-size: 0.8em;
  border-spacing: 0; /*H-spacing V-spacing*/
  width: 80%
}

table.tablerazze caption{
  font-weight: bold;
  margin: 0.5em auto;
  border: 1px solid #ccc;
}

table.tablerazze td{
  border-bottom: 1px solid #999;
  padding-top: 0.5em;
  padding-left: 0.5em;
}

td.tdcar{
  font-weight: bold;
  width: 13em;
  background-color: #eee;
}


/*------tablestd4col, tablestd3col, tblstd2col*/
table.tblstd4col, table.tblstd3col, table.tblstd2col{
  border-collapse: collapse;
  border: 1px solid #999;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
}

table.tblstd4col caption, table.tblstd3col caption, table.tblstd2col caption{
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #999;
  color: #000;
  background-color: #ffc2c2;
  padding: 0.3em 0;
}

table.tblstd4col th, table.tblstd3col th, table.tblstd2col th{
  color: #000;
  background-color: #abd1ab;
  font-size: 0.8em;
}

table.tblstd4col td{
  font-size: 0.8em;
  border-bottom: 1px solid #999;
  padding-top: 0.5em;
  width: 12%;
}


/*classe tdnote da eliminare???*/
table.tblstd3col td, table.tblstd3col td.tdnote{
  width: 30%;
  font-size: 0.7em;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding-top: 0.5em;
  padding-left: 0.5em;
  text-align: left;
}

table.tblstd2col td{
  font-size: 0.8em;
  border-bottom: 1px solid #999;
  padding-top: 0.5em;
  border-left: 1px solid #999;
  width: 50%;
}

/*
table.tblstd3col td.tdnote{
  font-size: 0.6em;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  padding-top: 0.5em;
  width: 30%;
}*/

table.tblstd3col td.tddenom{
  width: 40%;
  text-align: left;
  font-weight: bold;
  font-size: 0.8em; 
  padding-left: 0.5em;
  color: #000;
  background-color: #ddd;
}


table.tblstd4col td.tddenom{
  width: 36%;
  text-align: left;
  font-weight: bold;
  font-size: 0.8em; 
  padding-left: 0.5em;
  color: #000;
  background-color: #ddd;
}

table.tblstd4col td.tdcolors{
  text-align: justify;
  font-size: 0.6em;
  width: 40%;
}
/*END---tablestd4col, tablestd3col, tblstd2col*/



/*#########tablegen______#######*/

table.tablegen{
  border-collapse: collapse;
  border: 1px solid #999;
  width: 80%;
  margin: auto;
  margin-bottom: 2em;
  text-align: left;
  font-size: 0.8em;
  border-spacing: 0 2px; /*H-spacing V-spacing*/
}

table.tablegen caption{
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #999;
  background-color: #ddd;
}

table.tablegen td{
  border-bottom: 1px solid #999;
  padding-top: 0.5em;
  padding-left: 0.5em;
}

table.tablegen td.tdcell01{font-weight: bold; background-color: #ddd;}

table.tablegen td.tdtitolo{
  padding: 0.3em 0.3em;
  background-color: #ddd;
  font-weight: bold;
  border-bottom: 1px solid #000;
  width: 100%;
}
/*#########tablegen______#######*/


/*##########################--HEADINGS--##########################*/

div#titlediv h1{margin-left: 170px;}

div#titlediv h2{
  font-family: tahoma, sans-serif;
  font-size: 1.2em;
  margin-left: 170px;
}

div#titlediv h5{
  display: block;
  font-family: tahoma, sans-serif;
  font-size: 0.8em;
  margin-left: 170px;
}

h1{  /*div#titlenl */
  margin-top: 0.5em;
  font-family: tahoma, sans-serif;
  font-size: 1.5em;
}

h2{
  font-family: tahoma, sans-serif;
  font-size: 1.2em;
}

h4.listtitle{
  margin: 0.5em 3em;
  text-align: left;
}


/*##########################--Ps--##########################*/
p.pagetext, table.tableimg p{
	font-size: 0.8em;
	text-align: justify;
	padding: 0 2em;
}

p.dida01{
	font-size: 0.6em;
	text-align: center;
  margin: 0 0 2em 0;
}

blockquote p{
  font-size: 0.8em;
	text-align: justify;
	font-style: italic;
}

p.firma{
  font-size: 0.8em;
  font-weight: bold;
  width: 18em;
  margin-left: 65%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/*##########################--VARIE--##########################*/
img{border: 0;}

img.floatleft{ 
  float: left;
  margin: 0 4px;
  clear: left;
}

img.floatright{
  float: right;
  margin: 0 4px;
  clear: right;
}

span.utext{text-decoration: underline;}
span.corsivo{font-style: italic;}
acronym{cursor: help;}
abbr{cursor: help;}

