@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.testata {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 40%;
	width: 100%;
}
.corpo {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top: 1px dashed #ccc;
}
.corpoSX {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #BCDCE6;
	width: 220px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right: 1px dashed #ccc;
}
.corpoCENTRO {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}
.corpoDX {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	width: 260px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-left: 1px dashed #ccc;
}
.coda {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top: 1px dashed #ccc;
}
/*
 * Arcio001 - Personalizzazione LULE (inizio)
 */
table#logoarea {
	border-spacing: 0px;
	height: 0px;
}
.logo {
	margin: 0px 0px 0 0;
	border: 0;
}
.searchbox {
	height: 35px;
/*	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-bottom: 0;
	border-left: 1px dashed #ccc;*/
	width: 200px;
	margin: 0;
	padding: 0;
}
.titleoverlay {
	margin-top: 0px;
	margin-left: 0px;
}
.opacityleft {
	background-color: #BCDCE6;
	height: 280px;
	width: 220px;
	filter: alpha(opacity=85);
	-moz-opacity:.65;
	opacity:.65;
	float: left;
	text-align: center;
}
.opacityright {
	background-color: #FFFFFF;
	height: 280px;
	width: 260px;
	filter: alpha(opacity=85);
	-moz-opacity:.90;
	opacity:.90;
	position: relative;
	top: 0px;
	right: 0px;
	overflow: scroll;
	float: right;
	text-align: center;
}
.TabbedPanelsContentTestata {
	height: 280px;
	padding: 0px;
	border-top: 1px dashed #ccc;
}
.TabbedPanelsContentTestata#Home {
	background: url(../images/home.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Tratta {
	background: url(../images/tratta.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Adulti {
	background: url(../images/adulti.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Minori {
	background: url(../images/minori.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Disabili {
	background: url(../images/disabilità.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Scuola {
	background: url(../images/scuola.jpg) top center no-repeat;
}
.TabbedPanelsContentTestata#Contatti {
	background: url(../images/contatti.jpg) top center no-repeat;
}
/*
 * Arcio001 - Personalizzazione LULE (fine)
 */
