﻿body
{
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-image: url(img/fondo.jpg);
    margin: 0px;
}
.pnSito
{
    width: 990px;
    margin: 0px auto 0px auto;
}
.pnHeader
{ 
    width: 990px;
    height: 41px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-image: url(img/barMenu.jpg);
}
.pnDati
{ 
    width: 990px;
    height: 55px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-image: url(img/barDati.jpg);
}
.pnDatiMaster
{
    position: absolute;
    bottom: 8px;
    width: 950px;
}
.pnFooter
{ 
    width: 990px;
    height: 25px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-image: url(img/barFooter.jpg);
    text-align: center;
    color: White;
    font-size: 60%;
    line-height: 270%;
}
.pnContenuto
{ 
    width: 990px;
    min-height: 500px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-image: url(img/barDati2.jpg);
    position: relative;
}
.pnTesto
{
    margin: 30px 20px auto 20px;
    padding-bottom: 90px;
    font-family: Arial, Tahoma, Verdana;
    color: #04273d;
    font-size: 70%;
    text-align: justify;
    line-height: 150%;
}
.pnTestoNoIden
{
    margin: 30px 20px auto 20px;
    padding-bottom: 90px;
    font-family: Arial, Tahoma, Verdana;
    color: #04273d;
   text-align:left;
    line-height: 150%;
}

/* CONTROLLI */
.pnMenu
{
    margin-left: 10px;
}

/* LINK */
a:link, a:visited
{
    color: #0066cc;
    text-decoration: underline;
}

a:hover
{
    color: #ff9933;
    text-decoration: none;
}

a:link.menu, a:visited.menu
{
    color: #eeeeee;
    text-decoration: none;
}

a:hover.menu
{
    color: #50bfec;
    text-decoration: none;
}

a:link.lFooter, a:visited.lFooter
{
	
	font-family: Tahoma, Arial;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:hover.lFooter
{
	font-weight: normal;
	text-decoration: none;
	color: #dddddd;
}

/* ELENCHI */
.ImgGallery
{
    border:0px;
}
.boxTesto
{
     padding:10px;
}
.tdTitolo
{
    background-color: Black;
}
.lbDTitolo
{
   color: White;
   vertical-align: bottom;
   font-family: Arial, Tahoma, Verdana;
   font-weight: bold;
   font-size:200%; 
   text-transform: uppercase;
  
}
.lbETitolo
{
   color: #093d5e;
   vertical-align: bottom;
   font-family: Arial, Tahoma, Verdana;
   font-weight: bold;
   font-size: 120%; 
}
.lbECategoria
{
     color: #f68b1f;
}
.rigaElenco
{
    
    height: 1px;
    background-color:  #75b4d3;
}
.itemMenu
{
   color: #eeeeee;
   vertical-align: bottom;
   font-family: Arial, Tahoma, Verdana;
   font-weight: bold;
   font-size: 70%; 
}

.tdDati
{
   color: #001a2b;
   font-family: Arial, Tahoma, Verdana;
   font-size: 70%; 
   text-align: center;
   padding-top: 5px;
   padding-left: 0px;
}

/* IMMAGINI */
.imgMargRight
{
    margin-right: 30px;
    margin-bottom: 30px;
}
.imgMargLeft
{
    margin-left: 30px;
    margin-bottom: 20px;
}

/* INPUT */
.colorato
{
    border: solid 1px #4398bf;
    background-color: #e8eff2;
    width: 500px;
    color: #04273d;
    font-size: 100%;
}
