/************************************ TABLE GALLERY   *************************************/
.alternate-table{
	width: 100%;
}	
.testata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#009900;
	background:#abe39e;
	width: auto;
        border:1px solid #E3E2E2;
  	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	
	}
	
	A.testata:VISITED,  A.testata:LINK{
	font-weight: bold;
	background-color :inherit;
	color: red;
	}

	A.testata :ACTIVE, A.testata :FOCUS, A.testata:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color:  red;
	}
	
.testata1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#abe39e;
	background:#009900;
	width: auto;
        border:1px solid #E3E2E2;
 	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	

	}
	
	A.testata1:VISITED, A.testata1:LINK{
	text-decoration : none;
	font-weight : bold;
	color:  #3399CC;
	/*background-color: #cde0ea;*/
}

A.testata1:ACTIVE, A.testata1:FOCUS, A.testata1:HOVER {
	font-weight : bold;	
	color:  #3399CC;
	text-decoration : underline;
}
	
.sottotestata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*background:green;*/
	background: #edffdb;
	color:#009900;
	width: auto; 
        border:1px solid #E3E2E2;
        padding: 15px 5px 15px 5px;
	margin: 0px 0px 0px 0px;
	}
	
A.sottotestata:VISITED, A.sottotestata:LINK{
	text-decoration : none;
	font-weight : bold;
	color:  black;
/*	background-color: #e4eef3; */
}

A.sottotestata :ACTIVE, A.sottotestata:FOCUS, A.sottotestata:HOVER {
	font-weight : bold;	
	color:  black;
	text-decoration : underline;
}

.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   	background: #ffffff;
	color: black;
  	text-align: left;
	width: auto;
	border:1px solid #E3E2E2;
  	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
	
A.corpo:VISITED, A.corpo:LINK{
	text-decoration : none;
	font-weight : bold;
	color:  #959595;
/*	background-color: #f3f3f3;*/
        background-image: url(../resources/sfondo_corpo_tabella.gif);
        background-repeat: repeat-x;

}

A.corpo:ACTIVE, A.corpo:FOCUS, A.corpo:HOVER {
	font-weight : bold;	
	color:  #959595;
	text-decoration : underline;
/*	background-color: #f3f3f3;*/
	background-image: url(../resources/sfondo_corpo_tabella.gif);
        background-repeat: repeat-x;
}
	
.corpo1 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
        background-image: url(../resources/sfondo_corpo_tabella.gif);
        background-repeat: repeat-x;
/*	background-color: #e0dfdf;*/
/*	background: #F1F6F6;*/
	color: #959595;
        text-align: left;
	width: auto;
        border:1px solid #E3E2E2;
        padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
	A.corpo1:VISITED, A.corpo1:LINK{
	text-decoration : none;
	font-weight : bold;
	color:  #959595;
/*	background-color: #e0dfdf;*/
}

A.corpo1 :ACTIVE, A.corpo1 :FOCUS, A.corpo1:HOVER {
	font-weight : bold;	
	color:  #959595;
	text-decoration : underline;
/*	background-color: #e0dfdf;*/
        background-image: url(../resources/sfondo_corpo_tabella.gif);
        background-repeat: repeat;

}
	
	
/****************************** fine table gallery *************************************/
