/********************************/
/* Caratteristiche della pagina */
/********************************/
Body		{	background-color:#FFFFFF;
				background-image:none;
				background-repeat:no-repeat;
				margin-top:0px;
				margin-bottom:0px;
				margin-left:0px;
				margin-right:0px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:9px;
				color:#38318A;}
a:link		{text-decoration:none;} 
a:visited	{text-decoration:none;} 
a:hover		{text-decoration:none;} 
a:active	{text-decoration:none;} 

th{cursor:pointer;}
.sort-arrow {width:11px;height:11px;background-position:center;background-repeat:no-repeat;margin:0 2px;}
.sort-arrow.descending {background-image:url("../../stile/downsimple.png");}
.sort-arrow.ascending {background-image:url("../../stile/upsimple.png");}

/***********************/
/* Titolo della pagina */
/***********************/
H1			{	font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:16px;
				color:#40568F;
				background-image:url("../images/titolo.gif");
				background-repeat:no-repeat;}
/***********************/
/* Titolo dei messaggi */
/***********************/
H2			{	font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:12px;
				color:#000066;}
/**********************/
/* Messaggi di errore */
/**********************/
H3			{	font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:12px;
				color:#E50030;}
/***********/
/* TABELLE */
/***********/
.Tabella	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;}
.TabSott	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				border-style:solid;
				border-color:#2C427E;
				border-width:0px 0px 1px 1px;}
.TabQuad	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				border-style:solid;
				border-color:#2C427E;
				border-width:2px;}
/*************/
/* INPUT BOX */
/*************/
Input		{	background-color:transparent;
				border-style:solid;
				border-width:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;}
/*************/
/* TEXT AREA */
/*************/
Textarea	{	background-color:transparent;
				border-style:solid;
				border-width:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;}
/*************/
/* COMBO BOX */
/*************/
Select		{	background-color:transparent;
				border-style:solid;
				border-width:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;}
/*********************/
/* RADIO / CHECK BOX */
/*********************/
.radio		{	background-color:transparent;
				border-style:none;
				border-width:0px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:10px;}
/*********************/
/* Pulsanti dei Form */
/*********************/
.cmd		{	background-color:#738BBB;
				border-color:#38318A;
				border-style:solid;
				border-width:1px;
				color:#FFFFFF;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
/****************/
/* Cella TITOLO */
/****************/
.TDTitolo	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
.TDTit1		{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:14px;}
				.TDTit1 a:link			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDTit1 a:visited		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDTit1 a:hover			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDTit1 a:active		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
/******************/
/* Cella PULSANTI */
/******************/
.TDPulsanti	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
				.TDPulsanti a:link		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDPulsanti a:visited	{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDPulsanti a:hover		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDPulsanti a:active	{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
/**************/
/* Cella DATO */
/**************/
.TDDato		{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:10px;}
				.TDDato a:link			{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDDato a:visited		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDDato a:hover			{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDDato a:active		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
.TDSott		{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				border-style:dotted;
				border-color:#CECFCE;
				border-width:0px 0px 1px 0px;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:10px;}
				.TDSott a:link			{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDSott a:visited		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDSott a:hover			{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDSott a:active		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
/**************/
/* Cella FOTO */
/**************/
.TDImage	{	background-color:transparent;
				background-image:URL(../images/imgSFltl.gif);
				background-repeat:no-repeat;
				background-position:top center;
				padding:20px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:10px;}
.TDFoto		{	background-color:transparent;
				background-image:URL(../images/imgSFbig.gif);
				background-repeat:no-repeat;
				background-position:top center;
				padding:12px;
				color:#FFFFFF;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:10px;}
/******************/
/* Cella MESSAGGI */
/******************/
.TDMesg		{	background-color:#FFFFFF;
				background-image:none;
				background-repeat:no-repeat;
				border-style:solid;
				border-color:#2C427E;
				border-width:1px;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
				.TDMesg a:link			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDMesg a:visited		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDMesg a:hover			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDMesg a:active		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
/****************/
/* Cella STAMPA */
/****************/
.TDStampa	{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				border-style:solid;
				border-color:#2C427E;
				border-width:1px 1px 1px 1px;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
				.TDStampa a:link		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDStampa a:visited		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDStampa a:hover		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDStampa a:active		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
/*******************/
/* Cella Home Page */
/*******************/
.TDHome		{	background-color:transparent;
				background-image:none;
				background-repeat:no-repeat;
				padding:2px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
				.TDHome a:link			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDHome a:visited		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.TDHome a:hover			{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
				.TDHome a:active		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#E50030;	background-color:transparent;} 
.TDHomeTOP	{	background-color:transparent;padding:0px;}
.TDHomeCC	{	background-color:transparent;padding:2px;border-style:solid;border-color:#2C427E;border-width:0px 1px 0px 1px;}
.TDHomeEND	{	background-color:transparent;padding:2px;border-style:solid;border-color:#2C427E;border-width:0px 1px 1px 1px;}
/**********************/
/* Cella INTESTAZIONE */
/**********************/
.TDINT		{	background-color:#719FF5;
				background-image:none;
				background-repeat:no-repeat;
				padding:0px;}
.TDMENU		{	background-color:#396EE3;
				background-image:none;
				background-repeat:no-repeat;
				padding:0px;}
/******************/
/* Pulsanti MENU' */
/******************/
.MenuEst1	{	background-color:#396EE3;
				background-image:none;
				background-repeat:no-repeat;
				border:1px solid #9DBFF5;
				padding:2px;
				text-decoration:none;}
.MenuInt1	{	color:#FFFFFF;				text-decoration:none;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
.MenuEst2	{	background-color:#E50030;
				background-image:none;
				background-repeat:no-repeat;
				border:1px solid #9DBFF5;
				padding:2px;
				text-decoration:none;}
.MenuInt2	{	color:#FFFFFF;				text-decoration:none;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
/**************/
/* SCOLL NEWS */
/**************/
.TDNews		{	background-color:transparent;}
.Back		{	background:transparent;}
.SCRTitolo	{	background-color:transparent;
				padding:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-style:normal;
				font-size:10px;}
				.SCRTitolo a:link		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTitolo a:visited	{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTitolo a:hover		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTitolo a:active		{font-weight:bold;		font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
.SCRData	{	background-color:transparent;
				padding:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:normal;
				font-size:10px;}
				.SCRData a:link			{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRData a:visited		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRData a:hover		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRData a:active		{font-weight:normal;	font-style:normal;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
.SCRTesto	{	background-color:transparent;
				padding:1px;
				color:#38318A;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-style:italic;
				font-size:10px;}
				.SCRTesto a:link		{font-weight:normal;	font-style:italic;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTesto a:visited		{font-weight:normal;	font-style:italic;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTesto a:hover		{font-weight:normal;	font-style:italic;	text-decoration:none;	color:#38318A;	background-color:transparent;} 
				.SCRTesto a:active		{font-weight:normal;	font-style:italic;	text-decoration:none;	color:#38318A;	background-color:transparent;} 


