

.FONT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.FONT2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.IN_BREVE_TXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}

.FONT3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.FONTCAT {
	font-family: Georgia;
	font-size: 14px;
	color: #645035;
	font-weight: bold;
}

.FONTLINKUTILI {
	font-family: Georgia;
	font-size: 14px;
	color: #444444;
}

.ORARIO {
	font-family: Georgia;
	font-size: 17px;
	color: #BAAA8E;
	font-weight: bold;
	font-style: italic;
}
.IN_BREVE {
	font-family: Georgia;
	font-size: 11px;
	color: #BAAA8E;
	font-weight: bold;
	font-style: italic;
}
.IN_BREVE_NERO {
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.MENU {
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;	
}

.MENU2 {
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

.TITOLOMENU {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #BAAA8E;
}

.TITOLOATTCOM {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 22px;
	color: #5A5A5A;
}

.TITOLO1 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}

.TITOLO2 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
}

.TITOLO3 {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
}

.SOTTOTITOLO {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
}

.INPUT {
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #000000;
	background-color: #e9e9e9;
	background-image: url(immagini/sf_form.jpg);
	font-family: Tahoma;
	font-size: 11px;
}

SELECT {
    border-right: #2a4b9c 1px solid;
    border-top: #2a4b9c 1px solid;
	border-bottom: #2a4b9c 1px solid;
	border-left: #2a4b9c 1px solid;
    font-size: 12px;    
    color: black;    
    font-family: Tahoma;
    background-color: #e9e9e9;
}

.NOBORDO {
	border-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.PULSANTE2{
	border-top: white 1px solid;
	border-right: #2a4b9c 1px solid;
	border-left: 1px solid white;
	border-bottom: 1px solid #2a4b9c;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color : #baaa8e;
	color: white;
}

.BORDOTBL{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid
}

.BORDOTBL2{
    border-right: #baaa8e 4px solid;
    border-top: #baaa8e 4px solid;
    border-left: #baaa8e 4px solid;
    border-bottom: #baaa8e 4px solid
}

.ALERT {
	border: 3px solid red;
	background-color: #FFAAAA;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: 14px;
}

.BORDOIMG {
    border-right: #baaa8e 1px solid;
    border-top: #baaa8e 1px solid;
    border-left: #baaa8e 1px solid;
    border-bottom: #baaa8e 1px solid
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 77px;
	background-color: transparent;
	z-index: 100;
	color: #BBAA8E;
}

#content a img {
	border:0;
}

#content a.tumb, #content a.tumb:visited {
	display: block;
	width: 100px; 
	height: 60px;
	text-decoration: none;
	background-color: #ffffff;
	color: #ffffff;
}

#content a.tumb:hover, #content a.tumb:active {
	text-decoration: none; 
	background-color: transparent;
	color: #ffffff;
}

#content a .grande, #content a .grande:visited{
	display: block;
	position: absolute; 
	width: 1px; 
	height: 1px; 
	top: -1px;
	left: -1px;
	color: #ffffff;
	background-color: transparent;
}

#content a.tumb:hover .grande, #content a.tumb:active .grande{
	display: block;
	position: absolute;
	top: -300px;
	left: -10px;
	width: 400px;
	height: 280px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}

#overlay
{
	position: absolute;
	font-size: 10px;
	font-family: Verdana;
	top: 280px;
	left: 75px;
	width: 223px;
	height: 310px;
	border: solid 1px #000000;
	background-color: #b9a88a;
	z-index: 10;
}

#overlay2
{
	position: absolute;
	font-size: 10px;
	font-family: Verdana;
	top: 280px;
	left: 180px;
	width: 223px;
	height: 310px;
	border: solid 1px #000000;
	background-color: #b9a88a;
	z-index: 10;
}

a.overlay{
	color: #000000;
	text-decoration: none;
}

a.overlay:hover{
    color: #000000;
    text-decoration: none;
}

.PERIODI {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	cursor: pointer;	
}
.TITOLOALLEGATI {
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
}

#tagCloud {
	font-family: verdana;
	width: 480px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	line-height: 20px;
}
.tag1 {
	font-size: 12px;
}
.tag2 {
	font-size: 18px;
}
.tag3 {
	font-size: 24px;
}
.CORNICE_FOTOLOG{
    border-right: #baaa8e 1px solid;
    border-top: #baaa8e 1px solid;
    border-left: #baaa8e 1px solid;
    border-bottom: #baaa8e 1px solid
}
