body {
}

.RiquadroTitolo
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    background-color: #F7F0A0;
}

.Finestra
{
    border-top-style: solid;
    border-top-color: #4189dd;
    border-top-width: 2px;
    margin-bottom: 10px;
}

.RiquadroContenuto
{
    padding: 3px;
    text-align: justify;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.SfondoCir
{
    margin-top: 5px;
    text-align: center;
    background-image: url( images/sfondocir.jpg );
    background-attachment: fixed;
}

.TabellaPrinc
{
    width: 800px;
    border: 1px solid #4189dd;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

.Logo
{
    background-position: center center;
    background-image: url( images/Logo.jpg );
    background-repeat: no-repeat;
}


.Logo1
{
    background-position: center top;
    background-image: url( images/testata3.jpg );
    background-repeat: no-repeat;
}

.SfondoTop
{
    padding: 5px;
    border: 1px solid #d8b587;
    background-position: left top;
    background-image: url( images/sfondotop.jpg );
    background-repeat: repeat-x;
    margin-bottom: 5px;
}

.TestataDx
{
    background-color: #E3E1C1;
}


.BarraLatSin
{
    width: 120px;
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
}

.BarraLatDes
{
    width: 120px;
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

.ServEvid
{
	background-color: #FFE0C0;
}

.ServNonEvid
{
	
}

.EventiLeft
{
	background-image: url(images/schermo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link       { text-decoration:none }
a:visited    { text-decoration:none }
a:hover      { text-decoration:none }

#Contenuto
{
}

#Contenuto a:link
{
	text-decoration: none;
	color: blue;
	font-family: Arial;
}
#Contenuto a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-family: Arial;
}
#Contenuto a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: Red;
	font-family: Arial;
}


