/*-------------------------------------------------------*/
/* Pagina																	*/
/*-------------------------------------------------------*/
BODY
{
	background-image: url(../img/bg_logo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	scrollbar-face-color: #FBF6F9;
	scrollbar-arrow-color: #CC0066;
	scrollbar-darkshadow-color: #CC0066;
	scrollbar-3dlight-color: #FBF6F9;
	scrollbar-base-color: #660033;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FBF6F9;
	scrollbar-track-color: #CC0066;
	table-layout: auto;
	text-align: center;
	margin: 0px;	
}
p {
	/*text-align: justify;*/
	line-height: 130%;
}
table {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
}
/*td {
	vertical-align: top;
}*/
a, a:active, a:focus, a:link {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color : #464646;
}
h1, h2, h3 {
	color: #CC0066;
	margin-top: 0%;
	font-family : Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 130%;
	text-transform: uppercase;
	border-bottom: 1px solid #CC0066;
	margin-bottom: 20px;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #CECECE;
}
h3 {
	font-size: 120%;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	color: #CC0066;
	font-size: 130%;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
hr {
	color: #CC0066;
	height: 1px;
}
.errore {
	color: #FF0000;
}

/*-------------------------------------------------------*/
/* Testi																	*/
/*-------------------------------------------------------*/
.areatesto {
	text-align: justify;
	width: 430px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 160%
	/*font-family: "Times New Roman", Times, serif;
	font-style: italic; */
}
.areanews {
	/*border: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	width: 230px;
	padding: 3px;
	vertical-align: top;
	border: 5px solid #CC0066;	
}
.arearighe {
	background-image: url(../img/bg_righe.gif);
}
.sottotitoli {
	font-size: 130%;
	letter-spacing: 1px;
	color: #777777;
	font-weight: bold;
}

/*-------------------------------------------------------*/
/* Link																	*/
/*-------------------------------------------------------*/

a:link.small {
	color: #000000;
	font-size: 90%;
}
a:hover.small {
	color: #0000FF;
}
a:visited.small {
	color: #000000;
}
a.BtnGrandi {
	font-family: "Trebuchet MS", serif;
	font-size: 110%;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #CC0066;
}
a:hover.BtnGrandi {
	color: #CC0000;
	text-decoration: none;
	font-size: 110%;
}
.menutesta {
	background-color: #464646;
	text-align: right;
}
a.menutesta {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
a:visited.menutesta {
	color: #FFFFFF;
}

a:hover.menutesta {
	color: #CC0066;
	text-decoration: none;
}

a.siios {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
}
 a:hover.siios {
	color: #0000FF;
	text-decoration: underline;
}

/*-------------------------------------------------------*/
/* Form																*/
/*-------------------------------------------------------*/
.input {
	border-bottom-color: #CC0066;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CC0066;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 17px;
	border-right-color: #FF0099;
	border-top-color: #FF0099;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.button {
	color: #CC0066;
	text-transform: uppercase;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 93%;
	height: 18px;
}


/*-------------------------------------------------------*/
/* Tabelle																*/
/*-------------------------------------------------------*/

.contenitore {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 555px;
	border: 0px;
}
.intestazione {
	background-image: url(../img/bg_intestazioni.jpg);
	height: 18px;
	padding: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #CC0066;
}
a.intestazione {
	font-family: Arial, Helvetica, sans-serif;
	color : #CC0066;
	text-decoration: none;
}
a:hover.intestazione {
	color : #777777;
}
a:link.intestazione {
	color : #CC0066;
}

.td1 {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	vertical-align: top;
}
.td2 {
	background-color : #FBF6F9;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	vertical-align: top;
}
.td3 {
	background-color : #F7D9E8;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
/*-------------------------------------------------------*/
/* Livelli																*/
/*-------------------------------------------------------*/

div#intestazione {
	position: relative; /*height: 95%; */
	/*border: 1px solid Blue;*/
	z-index: 2;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

div#corpo {
	/*position: relative;*/
	/*border: 1px solid #FF0000;*/
	z-index: 3;
	width: 690px;
	margin: 0 auto;
	text-align: left;
	padding: 5px;
}

div#footer {
	position: relative;
	/*border: 1px solid #000000;*/
	/*margin-top: 50px;*/
	text-align: center;
	width: 690px;
}

div#righe {
	/*border: 1px solid #000000;*/
	position: static !important;
	position /**/ : absolute;
	background-image: url(../img/bg_div_righe.gif);
	background-position: center;
	background-repeat: repeat-y;	
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 98% !important;
	width: 99% !important;
	height /**/ : 100%;
	width /**/ : 100%;
	padding: 0px;
	margin: 0px;
}
div#flash {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border-top: 1px solid #CC0066;
	border-bottom: 1px solid #CC0066;
}
