/*def
 Foglio di stile Biblioteca - Settimo Torinese - basic
******** Modello pagina web ASMTEL ***********
I - Impostazioni elementi XHTML
II - Impostazioni Classi
III - Impostazioni Divisioni
*/

/* I - Impostazioni elementi xhtml */

body, html {
	margin: 0px auto;
	padding: 0;
	background:#ffffff;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	text-align: center;
	font-size: 80%;
}

label {
	color: #008000;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	}
a
	{
	color: #000000;
	text-decoration: none;
	}

a:visited
	{
	color: #000000;
	text-decoration: none;
	}

a:hover
	{
	color: #008000;
	text-decoration: none;
	}

form p{
	padding: 0;
	margin: 0;
	}

p
	{
    padding: 0px 5px 0px 5px;
	}

p.sx
	{
    padding: 0px 0px 0px 0px;
    text-align:center;
    height:auto;
	}

p.titolo
	{
    color: #008000;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	}

ul{
	margin: 0;
	}

li{

}

li.mappagruppo{
	list-style-position: inside;
	list-style-type: disc;
	color: #333333;
	}

li.mappamenu{
	list-style-position: inside;
	list-style-type: disc;
	color: #336699;
	}

h2{
	  font-size: 1.2em;
	  color: #0099cc;
      padding: 5px 5px 5px 0px;
      xline-height:5px;
}

h3{
      font-size: 1.2em;
	  color: #008000;
      padding: 0px 5px 0px 0px;
      xline-height:5px;
}

h4	{
      font-size: 1.0em;
	  color: #707070;
      padding: 5px 5px 5px 5px;
      line-height:5px;
}

h5	{           
	  font-size: 0.9em;
	  color: #707070;
      padding: 5px 5px 5px 5px;
      line-height:5px;
}

h6{
      font-size: 0.8em;
	  color: #707070;
      padding: 5px 5px 5px 5px;
      line-height:5px;
}

hr	{
	color: #008000;
	background-color: #008000;
	height: 1px;
	width: 90%;
	text-align: center;
	}

table.centro
	{
	text-align: center;
	width: auto;
	}
	
table.new
    {
	 border:0;
	 width:100%;
	 align:center; 
	 cellpadding:0; 
	 cellspacing:0;
	 background-color:"#e5ebeb"; 
	 height:"60";
	}
	
	
td.sx
	{
	text-align: left;
	width: 50%;
	vertical-align: top;
	}

td.centro
	{
	text-align: center;
	width: auto;
	}

td.dx
	{
	text-align: right;
	width: 50%;
	vertical-align: top;
	}

td a
{
	text-decoration: none;
	color: #008000;
	}

td a:hover
{
	color: #008000;
	text-decoration: underline;
}

td a:visited
{
	text-decoration: none;
	color: #008000;
}

	
img{
      border:0;
}

img#proporzionale {
      width:30%;
      float:left;
      margin: 5px;
}

img#fissa {
      width:100%;
      xfloat:left;
      margin-right: 15px;
}

img#foot {
      width:88px;
      height:21px;
}

/* II - Impostazione classi */

.modulochiaro{
    float: left;
    background-color: #ffffff;
	width: 100%;
	color:#000000;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 1.1em;
    margin-bottom: 3px;
	border-bottom: 1px solid #008000;
	font-weight: normal;
	line-height: 12pt;
	height: auto ! important;
}

.moduloscuro
	{
    float: left;
    background-color: #ffffff;
	width: 100%;
	color:#000000;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	font-size: 1.1em;
    margin-bottom: 3px;
	border-bottom: 1px solid #008000;
	font-weight: normal;
	line-height: 12pt;
	height: auto ! important;
	}

.modulochiaro img{
      float: left;
	  padding: 5px 5px 5px 0px;
	  border: 0;
	  margin-bottom: 10px;
}

.moduloscuro img{
      float: right;
	  padding: 5px 0px 5px 5px;
	  border: 0;
	  margin-bottom: 10px;
}

.modulochiaro p, .moduloscuro p{
	  padding: 0px 0px 0px 0px;
	  border: 0;
	  width: 100%;
}

.modulochiaro hr{
	  padding: 5px 0px 5px 0px;
	  width: 90%;
}

.modulochiaro ul li {
	list-style-type: disc;
	line-height: 16pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	color: #000000;
	}

.modulochiaro ol li {
	list-style-type: decimal;
	line-height: 16pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
	}

.modulochiaro table	{
	border: 0px solid #008000;
	width: 90%;
	xbackground-color: #008000;
	margin-top: 0px;
	xfont-size: 0.8em;
	}
	
.modulochiaro td	{
	text-align: left;
	padding: 0px 3px 0px 3px;
	background-color: #ffffff;
	}
		
.modulochiaro a
	{
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	}

.modulochiaro a:visited
	{
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	}

.modulochiaro a:hover
	{
	color: #004000;
	text-decoration: underline;
	font-weight: normal;
	}

.moduloscuro a
	{
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	}

.moduloscuro a:visited
	{
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	}

.moduloscuro a:hover
	{
	color: #004000;
	text-decoration: underline;
	font-weight: normal;
	}

.capolettera 
	{
	width: auto;
	padding: 0px 0px 0px 0px;
	color: #008000;
	font-weight: bold;
	font-size: 1.2em;
	}

.divtitolo
	{
	width: auto;
	margin-bottom: 3px;
	background:   url(immagini/bottoni/document.png) left center no-repeat;
	padding: 0px 0px 0px 20px;
	font-size: 1.1em;
	}
	
.divtitolo a
	{
	color: #008000;
	text-decoration: none;
	margin-left: 0px;
	}

.divtitolo a:visited
	{
	color: #008000;
	text-decoration: none;
	margin-left: 0px;
	}
	
.divtitolo a:hover
	{
	color: #004000;
	text-decoration: underline;
	width: 100%;
	}			

.puntoelenco
	{
	width: 90%;
	padding: 0px 0px 10px 0px;
	xline-height: 14pt;
	font-size: 1.1em;
	height: 16px;
	margin-left: 0px;
	margin-bottom: 5px;
	xlist-style-position: outside;
	}
	
.puntoelenco a
	{
	color: #0033ff;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}

.puntoelenco a:visited
	{
	color: #0033ff;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}
	
.puntoelenco a:hover
	{
	color: #6a88ff;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	}			

.testo
	{
    color: #707070;
    padding: 0px 0px 0px 0px;
	}

.titolo
	{
	font-weight: normal;
	color: #008000;
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	width: 100%;
	}

.titolotesta{
      font-weight: bold;
      color: #707070;
      margin-left: 5px;
}

.alfabeto
{
	margin: 5px;
	color: #008000;
}

.alfabeto a
{
	width: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px;
	color: #ffffff;
	
}

.alfabeto a:hover
{
	color: #000000;
	background-color: #0099CC;
}

.alfabeto a:visited
{
	color: #000000;
}

.eletd
{
	color: #008000;
	margin: 5px 0px 5px 0px;
}

.eletd a
{
	text-decoration: none;
	color: #008000;
}

.eletd a:hover
{
	color: #008000;
	text-decoration: underline;
}

.eletd a:visited
{
	text-decoration: none;
	color: #008000;
}


/* OLD */

.menutitolo
	{
	color: #008000;
	font-weight: bold;
	background: url(../immagini/bottoni/boton.gif) left no-repeat;
	width: 100%;
	border: 0px solid #008000;
	font-size: 1.2em;
	padding: 5px 0px 5px 0px;
	margin-top: 10px;
	margin-bottom:0px;
	text-align: left;
	font-weight: bold;
	text-indent: 3px;
	}

.menuvoce
	{
	background-color:ffffff;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height:auto;
	text-indent: 0pt;
	vertical-align: middle;
	line-height: 12pt;
	}

.menubox
    {
	border-top: 0px solid #008000;
	border-left: 0px solid #008000;
	border-right: 0px solid #008000;
	border-bottom: 1px solid #008000;
	width: 100%;
	background-color: #ffffff;
	 }
  
#menupiede
	{
	display: block;
	width: 100%;
	height: 34px;
	background:   url(immagini/fondo/piedemenu.gif) no-repeat top center;
	margin-top: 0px;
	}
	
.menupiazze	{
	border-top: 0px solid #008000;
	border-left: 0px solid #008000;
	border-right: 0px solid #008000;
	border-bottom: 0px solid #008000;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	}

.menupiazze	img {
	padding: 5px;
	width: 32px;
	}
	
/* III - Impostazione divisioni */

/* 1 - Divisioni figlie Body: sommario, contenitore e note */

#sommario{
      display:none;
}

#contenitore{
	background: #ffffff;
	color: #000000;
	margin: 10px auto 10px auto;
	width: 762px;
   	border: 0px solid #ffff00;
	}
	
#top {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: right;
	border: 1px solid #cc0000;
	xbackground:#2C7E9A url(../immagini/fondo/top.jpg) top center no-repeat;
	}

#note{
      display:none;
}

/* 
    2 - Divisioni figlie del contenitore 
        2.1 - intestazione (menuconfigurazione, testata, menunavigazione)
        2.2 - corpo (menucontenuti, contenuti)
        2.3 - piede 
*/

/* 2.1 Intestazione  (menuconfigurazione, testata, menunavigazione) */

#intestazione{
    float: left;
    width: 100%;
    background:  #ede0a9;
	border-top: 1px solid #008000;
	padding: 0px 0px 0px 0px;
	text-align: left;
}


/* Menuconfigurazione */

#menuconfigurazione{
	width: 100%;
	height:20px !important;
	height: auto;
	background-color:#ffffff;
	color:#000000;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-bottom: 5px;
	vertical-align: top;
	border: 0px solid #00ff00;
		
}

#menuconfigurazione a{
      text-decoration: underline;
      color: #008000;
      font-weight: normal;
	padding: 0px 0px 0px 0px;
}

#menuconfigurazione a:visited{
      text-decoration: underline;
      color: #008000;
      font-weight: normal;
	padding: 0px 0px 0px 0px;
}


#menuconfigurazione a:hover{
      text-decoration:underline;
      color: #004000;
      font-weight: normal;
      padding: 0px 0px 0px 0px;
}

#configsx	{
	float: left;
	width: 70%;
	text-align: left;
	padding: 0px 0px 0px 0px;
	}

#configdx	{
	float: left;
	width: 30%;
	text-align: right;
	padding: 7px 0px 0px 0px;
	}


/* Testata */


#testata{
    background:  url(../immagini/logo/header.jpg) no-repeat top right;
	width: 100%;
	height: 90px;
    test-align:center;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
    }

#testata h1 {
	display: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	color: #336699;
	font-size: 1.7em;
	text-align: center;
	text-indent: 5px;
	}

#testata p {
	display: none;
	width: auto;
	text-align: center;
	color: #bbbbbb;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	text-indent: 5px;
	}

#testata a{
      text-decoration:none;
      color: #ffffff;
      padding: 0px 0px 0px 0px;
}

#testata a:visited{
      text-decoration:none;
      color: #000000;
      xfont-weight: bold;
      padding: 0px 0px 0px 0px;
}


#testata a:hover{
      text-decoration:none;
      color: #008000;
      font-weight: bold;
      padding: 0px 0px 0px 0px;
}
	
/* Menunavigazione */

#menunavigazione{
	clear: both;
	xfloat: right;
    width: 100%;
	background-color: #008000;
	height: auto;
	text-align:center;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	}

.linknavigazione {
	display: inline;
	color: #ffffff;
	border-right: solid 0px #ffffff;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: auto;
	text-transform: lowercase;
	text-align: center;
	}

.linknavigazione ul {	
	list-style: none;
	font-size: 1.0em;
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	}	

.linknavigazione li {
	display: inline;
	text-align: center;
	padding: 0;
	margin: 0;
	}


.linknavigazione a  {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	color: #ffffff;
}

.linknavigazione a:visited {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	color: #ffffff;
}

.linknavigazione a:hover {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
	color: #cccccc;
	}


/*  2.2 corpo (menucontenuti, contenuti) */

#corpo {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align:left;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	height: auto ! important;
	}

/* menucontenuti di SINISTRA */

#menucontenutisx{
	float:left;
	width: 190px;
	margin-left: 0px;
	vertical-align: middle;
	text-align: left;
	border: 0px solid #008000;
}

#menucontenutisx a, #menucontenutisx a:visited {
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	margin-left: 3px;
}

#menucontenutisx a:hover {
	text-decoration:underline;
	color: #000000;
	font-weight: normal;
	margin-left: 3px;
	cursor: hand;
}

/* menucontenuti di DESTRA */

#menucontenutidx{
	float:right;
	width: 190px;
	margin-right: 0px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align: left;
	margin-bottom: 10px;
	border: 0px solid #008000;
}

#menucontenutidx a, #menucontenutidx a:visited {
	font-weight: normal;
	margin-left: 3px;
	color: #000000;
	text-decoration: none;
	width: 150px;
}

#menucontenutidx a:hover {
	text-decoration:underline;
	margin-left: 3px;
	color: #000000;
	font-weight: normal;
	cursor: hand;
}

#contenuti{
	float:left;
    width: 54%;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 15px;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#percorso{
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 2px 0px;
	text-align: left;
	text-indent: 5px;
	color: #008000;
	display: inline;
	list-style-type: disc;
	}

#percorso a{
	margin: 10px 0px 5px 10px;
	text-align: left;
	font-weight: normal;
	color: #008000;
	text-decoration: underline;
	display: inline;
	list-style-type: disc;
	}

#percorso a:visited{
	text-align: left;
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	list-style-type: disc;
	margin: 10px 0px 5px 10px;
	}

#percorso a:hover{
	text-align: left;
	color: #008000;
	font-weight: normal;
	text-decoration: underline;
	list-style-type: disc;
	display: inline;
	margin: 10px 0px 5px 10px;
	}

/* contenuti CON menù di destra */

#contenuticentrale{
	float:left;
	width: 370px;
	height: auto !important;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	border-right: 0px solid #999999;
	margin-bottom: 10px;
	border: 0px solid #ff0000;
	}


/* III Piede */

#piede{
	clear: both;
	width: 760px;
	height: 40px !important;
	height:auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
    background-color: #008000;
	color: #ffffff;
	font-style: italic;
	margin: 0px auto 0px auto;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
}
#piede a, #piede a:visited
	{
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
			}

#piede a:hover
	{
	color: #ffff00;
	font-weight: normal;
	text-decoration: underline;
		}

#bottom {
	width: 800px;
	height: 10px;
	margin: 0px auto 0px auto;
	xpadding:0 0 0 0;
	background:#ffffff url(immagini/fondo/bottom.gif) top center no-repeat;
}


/***********************  Contenuti di personalizzazione ************* */

#news
	{
	color: #663333;
	background-color: #ffffff;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	height: 80px;
	padding: 5px 3px 5px 3px;
	}

#news a
	{
	color: #CC3300;
	xbackground-color: #D1F1D9;
	cursor: hand;
	}

#news a:visited
	{
	color: #CC3300;
	}

#news a:hover
	{
	color: #008000;
	text-decoration: underline;
	}
	
.cerca 
	{
	padding: 5px 5px 5px 5px;
	margin: 0;
	width: 97%;
	text-align: left;
	xborder: 2px solid #008000;
	border-top: 0px solid #008000;
	border-left: 0px solid #008000;
	border-right: 0px solid #008000;
	border-bottom: 0px solid #008000;
	background-color: #ffffff;
	}

.cerca_av 
	{
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	xwidth: 140px;
	text-align: left;
	border: 1px solid #008000;
	xbackground-color: #ffe88c;
	}

.cercatop 
	{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	vertical-align: top;
	border: 0px solid #ff0000;
	}

form {
	margin: 0;
	padding: 0;
}
.bottone 
	{
	font-size: 1.2em;
	color: #008000;
	margin-left: 3px;
	}

.bottonetop 
	{
	font-size: 1.2em;
	color: #666666;
	background-color: #008000;
	}

.campo 
	{
	font-size: 1.0em;
	width: auto;
	margin-right: 10px;
	}

.camporicerca 
	{
	font-size: 1.0em;
	width: 100px;
	border: 1px dashed #cccccc;
	}

/* Update 09-03-06 */

.elencofaccette, ul, li{
	list-style-type: square;
	color: #00509F;
}

.elencofaccette{
	list-style: none;
	padding-left: 0px;
	color: #00509F;
	font-size: 1.2em;
	border: 0px dashed #cccccc;
	margin-bottom: 10px;
	}

.elencofaccette a{
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	background:  url(immagini/bottoni/enter_key.jpg) left center no-repeat;
	color: #00509F;
}

.elencofaccette a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00509F;
}

.elencofaccette a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #00509F;
}

.separatore {
	display: none;
}

.calendario {
	color: #008000;
	text-align: center;
	xborder: 2px solid #008000;
	border-top: 0px solid #008000;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	xbackground: url(../immagini/bottoni/botong.jpg);
	font-size: 0.9em;
	width: 99%;
}

td.cal
	{
	xcolor: #008000;
	color:#000000;
	font-weight: normal;
	width: auto;
	text-align: center;
	}

td.calday
	{
	color: #008000;
	font-weight: normal;
	}

.stampa
	{
	background:   url(../immagini/bottoni/print.gif) no-repeat right bottom;
	padding: 0px 20px 0px 0px;
	text-align: right;
	margin-top: 0px;
	height: auto;
}

.tornasu
	{
	background:   url(../immagini/bottoni/su.gif) no-repeat right bottom;
	height: auto;
	padding: 0px 20px 0px 0px;
	text-align: right;
	margin-top: 20px;
}