/******************************************************************/
/*                                         Definizione style LINK                                        */
/******************************************************************/

/************ default ************/
a {
	background-color: transparent;
	color : #990000;
}

a:visited {
	color: #CC6600;
}

a:hover {
	text-decoration : none;
}

/**************** link sito accessibile ****************/
a.sitoAccessibile {
	background-color: transparent;
	color : #CBD1D8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}

a.sitoAccessibile:visited {
	background-color: transparent;
	color : #98A2AF;
}

a.sitoAccessibile:hover {
	color : #98A2AF;
	text-decoration : underline;
}




/******************************************************************/
/*                                                ELEMENT                                                   */
/******************************************************************/

body {
	background-image: url(/public/_img/bkg/body.gif);
	background-repeat: repeat-x;
	background-color: #E3E7E8;
	margin : 0px;
	color: #000000;
}

td {
	color : #000000;
	background-color: transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

h2 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

h3 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

h4 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

h5 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;;
}

h6 {
	color : #3C515B;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/******************************************************************/
/*                                     ALLINEAMENTO dei slto                                          */
/******************************************************************/

DIV.allineamentoSito {
	text-align : center;
}


/******************************************************************/
/*                                                  HEADER                                                  */
/******************************************************************/

TD.headerSX {
	background: transparent;
}

TD.headerDX {
	background: transparent;
}


/******************************************************************/
/*                                                  UTILITY                                                  */
/******************************************************************/

a.utility {
	background-color: transparent;
	color : #CBD1D8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}

a.utility:visited {
	background-color: transparent;
	color : #98A2AF;
}

a.utility:hover {
	color : #98A2AF;
	text-decoration : underline;
}

TD.utilitySX {
	background-image : url(/public/_img/bkg/utilitySX.jpg);
	color: #FFFFFF;
	height: 36px;
}

TD.utilityDX {
	background-image : url(/public/_img/bkg/utilityDX.jpg);
	color : #ffffff;
	height: 36px;
}




/******************************************************************/
/*                                               CONTENTS                                                  */
/******************************************************************/

/************ TD contenitore ************/
.boxContent {
	background-image: url(/public/_img/bkg/content.gif);
	background-repeat: no-repeat;
}

/************ TD a sinistra (VUOTO) dei contenuti per dare la spaziatura dal del menu di navigazione ************/
TD.spaceSXboxContent {
	padding-left : 0px;
}

/************ TD a destra (VUOTO) dei contenuti ************/
TD.spaceDXboxContent {
	padding-right : 0px;
}




/******************************************************************/
/*                                                  FOOTER                                                  */
/******************************************************************/

TD.footerBox {
	background-image: url(/public/_img/bkg/bottom.gif);
	padding-bottom: 3px;
}

TD.footerSX {
	background-image : url(/public/_img/bkg/footerSX.gif);
	height: 95px;
}

TD.footerDX {
	background-image : url(/public/_img/bkg/footerDX.gif);
	height: 95px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}




/******************************************************************/
/*                                                   ALTRO                                                    */
/******************************************************************/

/************ Didascalia della foto della news ************/
.newsDidascalia {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.txtThanks {
	font-weight: bold;
}

.txtMinuscolo {
	text-transform: none !important;
}