@charset "ISO-8859-1";
/* CSS Document */

* {
	
	font-family:Verdana, Geneva, sans-serif;
}


body {
	
	font-size:12px;
	background-color:#333333;
	color:#cccccc;
	margin:0;
	padding:0;
}


/* Gestione Pagina */


.header {
	height: 80px;
	background-color:#1A1A1A;
	border-bottom: 1px solid #999999;
	text-align:center;
	vertical-align:middle;
	}
.menuSX {
	width: 200px;
	height: 100%;
	background-color:#1A1A1A;
	border-right: 1px solid #999999;
	vertical-align:top;
	text-align:right;
	margin-top: 50px;
}
.destra {
	width: 200px;
	height: 100%;
	padding-right: 5px;
	background-color:#1A1A1A;
	border-left: 1px solid #999999;
	text-align:right;
	vertical-align:top;
	font-size: 10px;
}
.centro{
	width:100%;
	margin: 0px;
	padding: 0px;
	text-align:left;
}


/* MENU AREA PUBBLICA*/

.cellaMenu {
	background:url(img/grigio.jpg) no-repeat left;
	background-color:#1A1A1A;
	text-align:right;
	font-size:9px;
}
.cellaMenu2 {
	background-color:#1A1A1A;
	background-image: url(img/verde.jpg);
	background-repeat: repeat-x;
	font-size:9px;
}
.cellaMenu3 {
	text-align:right;
	font-size:9px;
}

.cellaMenu4 {
	background-color:#1A1A1A;
	background-image: url(img/grigio.jpg);
	background-repeat: repeat-x;
	font-size:9px;
}

a.menu {
	color:#CCCCCC;
	text-decoration:none;
	padding-right:10px;
	vertical-align:middle;
	text-align:right;
	font-size:11px;
}
a.menu:hover {
	color:#00FF00;
	text-decoration:underline;
}

a.Collegamenti{
	
	color: #CCCCCC;
	text-decoration: none;

}
a.Collegamenti:hover{
	color: #0fdb38;
	text-decoration: underline;
}
.gallery {
	font-size:10px;
	padding:5px;
	text-align:center;
	vertical-align:top;
}
.immagini {
	border: 5px solid #999999;
	padding: 5px;
}
.immagini:hover {
	border: 5px solid #00FF00;
	padding: 5px;
}



/* Gestione stili vari*/

.informazioni{
	padding:3px 100px 3px 3px;
	line-height:30px;
	background-color:#999999;
	color:#ffffff;
}
.testoPiccolo {
	font-size:9px;
	color:#CCCCCC;
}

td {
	font-size:12px;
	padding: 0px;
	margin: 0px;

}

.titolo {
	height:50px;
	border-bottom: 1px #999999 solid;
	font-size:12px;
	padding:10px;
	background-color:#4b4b4b;
}

.tabellaPagina {
	background-color: #000000;
	height: 100%;
	width: 886px;
}
.cellaStandard {
	line-height: 20px;
	margin: 3px;
	padding: 5px;
	text-align: justify;
}
.cellaStandard2 {
	line-height: 20px;
	margin: 3px;
	padding: 5px;
	color:#333;
}
.cellaTesto {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 25px;
	margin: 5px;
	padding: 5px;
	text-align: justify;
}
.menuAmm {
	
	color: #000000;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2D2926;
	border-right-color: #2D2926;
	border-bottom-color: #2D2926;
	border-left-color: #2D2926;
	background-color: #ececec;
}
.menuTitolo{
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	background-color: #ececec;
	color: #333333;
}
.cellaNERA {
	background-color:#000000;

}
.riga1 {
	background-color: #dddddd;
	margin: 3px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #333333;
}
.riga2 {
	background-color: #CCCCCC;
	margin: 3px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #333333;
}


.bottoni {
	color: #CCCCCC;
	background-color: #4B4B4B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.campi200{
	
	width: 200px;
	border: 1px solid #999999;
}
.campi200P{
	
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC6B9;
}
.campi{
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabellaLogin {
	height: 150px;
	width: 300px;
	border: 1px solid #666666;
	padding: 0;
	margin: 0;
	background-color: #ECECEC;
}
.testoRosso{
	
	color: #FF0000;
}
.testoVerde{
	font-size: 12px;
	color: #00FF33;
}
a.fcfweb:hover{
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	margin: 3px;
	padding: 3px;
}
.footer {
	height: 30px;
	background-color:#1A1A1A;
	border-top: 1px solid #999999;
	text-align:right;
	vertical-align:middle;
}
a.fcfweb:link{
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
}

a.fcfweb:visited{
	font-size: 9px;
	color:#464646;
	text-decoration: none;
	margin: 3px;
	padding: 3px;
}
.pagina {
	height: 100%;
	width: 100%;
}
a.fcfweb {
	font-size:9PX;
	color:#666666;
	text-decoration:none;
}
a.fcfweb:hover {
	text-decoration:underline;
}

