/* CSS Document */
@import url(/css/funzioni.css);
@import url(/css/iconize.css);
* {margin: 0; padding: 0; outline: none;}
BODY {
	margin: 0px;
	min-width:980px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(/images/sfondo9.gif);
	background-repeat: repeat-x;
	color: #333;
}

#cntwww {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #FFF;
	padding: 2px;
}

#cntwww #pagecontent {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 2px;
}
#cntwww #spallasx {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#mainmenu{
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}

#testata{
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
#foot{
	margin-right: auto;
	margin-left: auto;
	width: 975px;
	color: #FFF;
	background-color: #34586a;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


ul#menu {
	margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	padding:0; 
}
ul#menu li{
	float: left;
	padding: 4px;
	display:block; 
			position:relative;
			z-index:500; 	
}
ul#menu li a {
	display: block;
	color: #34586A;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34586A;
	margin-right: 5px;
	padding: 10px;
}
ul#menu li a:hover {
	color: #FFF;
	background-color: #34586A;
}

ul#menu li a.selected {
	color: #FFF;
	background-color: #34586A;
}
		/* submenu, it's hidden by default */
		ul#menu ul {
	position:absolute;
	left:0;
	display:none;
	padding:0;
	list-style:none;
	background-color: #FFF;
	width: 140px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
		}
		
		ul#menu ul li {
	width:100%;
	float:left;
	border-top:1px solid #fff;
	padding: 1px;
		}
		
		/* display block will make the link fill the whole area of LI */
		ul#menu ul a {
	display:block;
	height:15px;
	color:#666;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
		}
		
		ul#menu ul a:hover {
				
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html ul#menu ul {
			margin:0 0 0 -2px;
		}

/*--IE 6 PNG Fix--*/
img{ border: none;behavior: url(/images/iepngfix.htc) }
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	text-align: justify;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 24px;
	margin: 1px;
	padding: 2px;
	text-transform: capitalize;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 1px;
	text-transform: capitalize;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}



ul {
	margin: 3px;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
li {
	margin: 1px;
	padding: 0px;
	font-size: 12px;
}
	img.incontent{
	border: none;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	}	
#briciole {
	left:0;
	background-image: url(/icons/briciola.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 100%;
	display: block;
	margin-left: 5px;
	font-size: 11px;
	text-transform: capitalize;
	color: #666;
}
#briciole a, #briciole a:visited {
	color: #34586A;

}
#briciole a:hover {
	color: #CC0000;
	text-decoration: none;
}




form {
	margin: 0px;
	padding: 0px;
}

label{
	font-size: 12px;
	color: #333;
	margin: 1px;
	padding: 1px;
	text-transform: capitalize;
	font-weight: bold;
}

label.obb {
	font-size: 11px;
	color: #CC0000;
	margin: 1px;
	padding: 1px;
	text-transform: capitalize;
}
input, textarea {
	background-color: #eeeeee;
	padding: 4px;
	font-size: 12px;
	color: #666666;
	width: auto;
	border: 1px solid #CCC;
	margin: 3px;
}
input.error, textarea.error {
	color: #900;
	border: 1px solid #900;
	background-color: #FCC;
}
select {
	background-color: #eeeeee;
	font-size: 11px;
	color: #666666;
	height: auto;
	width: auto;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #999;
	border-left-color: #FFF;
	padding: 3px;
}

.ER_NOTFOUND{
	text-decoration: none;
	COLOR: #333;
	BACKGROUND-COLOR: #f0f7e8;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(/icons/bg_red.png);
	background-repeat: repeat-x;
	font-size: 12px;
	margin: 5px;
}








/* PER impaginazion SQL server side */
	.flash_load
	{
	margin-top:3px;
	width: 50%;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(/icons/load.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 45px;
	background-position: 5px;
	display:none;
	}
.barrapaginazione {
	padding: 10px;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
.barrapaginazione a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;

}
.barrapaginazione a:hover {

}
/* FINE impaginazion SQL server side */	
	#searchword
	{
	text-align:left;
	display:none;
	padding: 5px;
	margin-top: 20px;
	}
	.searchword
	{
	font-weight:bold;
	color:#006699;	
	}
	

/*OUTPUT */
	
	ol.listarecord
	{
	list-style:none;
	}
	
	ol.listarecord li{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	ol.listarecord li:hover{
	background-color: #FFC;
}
	ol.listarecord li:last-child{
	text-align:left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

	ol.listarecord li p a:link, ol.listarecord li p a:visited{
	text-decoration: none;
	color: #006699;
	text-transform: capitalize;
	background-image: url(/icons/document.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

	ol.listarecord li p a:hover{
	text-decoration: underline;
	color: #CC0000;
}
/*FINE OUTPUT */
.impagina {
	FONT-SIZE: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.impagina SPAN {
	text-decoration: none;
	COLOR: #003399;
	BACKGROUND-COLOR: #f0f7e8;
	border: 1px solid #83bc46;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.impagina A:link, .impagina A:visited {
	text-decoration: none;
	border: 1px solid #999999;
	color: #003399;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.impagina A:hover {
	text-decoration: none;
	COLOR: #003399;
	BACKGROUND-COLOR: #f0f7e8;
	border: 1px solid #83bc46;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

a.impaginanav:link, a.impaginanav:visited {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	color: #003399;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
a.impaginanav:hover {
	text-decoration: none;
	COLOR: #003399;
	BACKGROUND-COLOR: #f0f7e8;
	border: 1px solid #CC0000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/*IMPAGINAZIONE - ricerca record*/
	#flash
	{
	margin-top:3px;
	width: 50%;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-image: url(/icons/load.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 45px;
	background-position: 5px;
	display:none;
	}


/*link a comparsa - ICONE */
a.visualizza {background-image: url(/icons/visualizza.png);background-repeat: no-repeat;}
a.modifica {background-image: url(/icons/edit.png);background-repeat: no-repeat;}
a.elimina {background-image: url(/icons/delete_x.gif);background-repeat: no-repeat;}
a.elimina:hover {background-position: left bottom;width: 13px; height: 14px;}

.BOX_RS {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 2px;
	padding: 2px;
}
.BOX_RS_ATTACH {
	padding: 2px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.BOX_RS .titolo, .BOX_RS .titolo a{font-weight: bold;color: #C00;padding: 2px;text-decoration: none;}
.BOX_RS .titolo a:hover{text-decoration: underline;}
.BOX_RS .testo{
	font-size: 12px;

}
/*FINE link a comparsa - ICONE */

a.attachdoc{
	padding-left: 20px;
	color: #C00;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 1px;
}

.BOX_RS:hover {
	background-color: #FFC;
}
.calendario {
	background-image: url(/images/calendar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

.calendario .mese {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 50px;
	text-align: center;
	float: left;
	padding-top: 3px;

}

.calendario .giorno {
	font-size: 24px;
	color: #666;
	font-weight: bold;
	height: 30px;
	width: 50px;
	float: left;
	padding: 1px;
	text-align: center;

}

.share {padding: 5px;}
.share a, .share a:hover {font-size: 12px;color: #666;text-decoration: none;}

/*BOX IMMAGINI */
.BOX_IMAGE {
	padding: 2px;
	border: 1px solid #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 120px;
	float: left;
	height: 105px;
	margin: 3px;
}

.BOX_IMAGE .imgcnt{
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.BOX_IMAGE .imgcnt img {
	padding: 1px;
	border: none;
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}
/*FINE BOX IMMAGINI */

.banner {
	padding: 2px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	text-align: center;
}

#spallamenu{
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#spallamenu .vxt {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34586a;
}
#spallamenu .vxt a {
	font-weight: bold;
	color: #34586a;
	text-decoration: none;
	padding-left: 3px;
}
#spallamenu .vxt a.select{
}
#spallamenu .vxt a:hover {
	color: #C33;
	text-decoration: none;
}

#spallamenu .boxmm{
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#spallamenu .boxmm a {
	color: #666;
	text-decoration: none;
	background-image: url(/icons/bg_sidebar_folder.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#spallamenu .boxmm a:hover {
	color: #C33;
}

.galleryimg {
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
}

.galleryimg img {
	border: none;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 4px;
}


.BOX_comeraggiungerci {
	margin: 1px;
	padding: 1px;
}
.BOX_comeraggiungerci .title {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding: 3px;

}
.BOX_comeraggiungerci .logo {
	text-align: center;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.BOX_comeraggiungerci .description{
	width: 98%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto; display:none;
}
.boxtag {
	width: 90%;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.boxtag div {
	float:left;
	padding: 1px;
	margin-right: 2px;
	margin-left: 2px;
}
.boxtag  a{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 3px;
}
.boxtag  a:hover{
	color: #900;
	text-decoration: underline;
}
.boxtag div.a1{
	font-size: 24px;
}
.boxtag div.a2{
	font-size: 18px;
}
.boxtag div.a3{
	font-size: 14px;
}



