@charset "iso-8859-1";
/* CSS contenuti */
/* author: Stefano Tulini, Akensoft, www.akensoft.it */
/* Creation date: 20/11/2006 */

BODY {font-size: 11px; font-family: Verdana, Arial, Tahoma, sans-serif; color:#000066;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a.menu_foo {color:#092656;}
a.menu_foo:hover {color:#cc0000;}

div {font-family:Verdana,Arial,Helvetica, sans-serif; font-size:11px; color:#000066; line-height:130%;}
.menu_foo{font-size:10px; color:#CC0000;font-weight:bold;}

.text_lnk{font-family:Verdana,Arial,Helvetica;font-size:11px;color:#D40F14;font-weight:bold;}
.text_lnk:hover{font-family:Verdana,Arial,Helvetica;font-size:11px;color:#A00000;font-weight:bold;}

.titolo{
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;
  font-weight: bold;
  color:#660000;
}

table.galleria {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 2px;
}

td.galleria {
  background: #eeeeee;
  border: 1px solid #999999;
  line-height: 110%;
  /*vertical-align: baseline;*/
}

FIELDSET {
    padding: 0.5em;
    margin: 0.5em 0em 20px 0em;
    border: 1px solid #bbbbbb;
    /*background: #eeeeee;*/
}
LEGEND {
    font-size:12px;
    font-weight: bold;
    padding: 0.3em;
    color: #660000;
}
input {
    /* width: 290px; */
    /* height: 15px; */
    border: 1px solid black;
	padding:2px;
	font-family:Verdana,Arial,Helvetica;
	font-size:11px;
}

input:focus {
    background-color: #EBEDF3;
    border: 1px solid #e10b17;
}

textarea {
    width: 290px;
    height: 300px;
    border: 1px solid black;
	background-color: #ffffff;
	padding:2px;
}

textarea:focus {
    background-color: #EBEDF3;
    border: 1px solid #e10b17;
}
.select {
  font-family:Verdana,Arial,Helvetica;
  font-size:11px;
  color:#000000;
}

a.opacity img{
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  border: 1px solid #333333;
}

a.opacity:hover img{
  filter: alpha(opacity=50);  /*IE*/
  -moz-opacity: 0.50;         /*mozilla ff*/
  -khtml-opacity: 0.50;       /*konqueror*/
  opacity: 0.50;              /*w3c*/
  border: 1px solid #ff0000;
}

