
/*-------Tabella-----------*/

table#gamma{
	border-collapse: separate;
	width: 540px;
	color: #0000A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid silver;
	margin: 20px auto 20px auto;
	background-color: #fffef2;
	}


/*Assegnazione delle proprietà da assumere al passaggio del mouse caricate dal java*/
/*nella pagina della gamma*/
table#gamma tr.corrente td{background-color: #caf4e5;}
table#gamma tr.corrente td.giall{background-color: #caf4e5;}
table#gamma tr.corrente td.giallch{background-color: #caf4e5;}
table#gamma tr.corrente td.azz{background-color: #caf4e5;}
table#gamma tr.corrente td.giallsc{background-color: #caf4e5;}
table#gamma tr.corrente td.trasp{background-color: #caf4e5;}

/*--------------------------------------------------------------*/



table#gamma td, table#gamma th{
	border: 1px solid silver;  
}


 
table#gamma th.giall
 {	background-color: #ffee9b;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
 }
 
table#gamma td.azz
 {
  	background-color: #caf4e5;
 }
 
 table#gamma td.giall
 {
  	background-color: #f8fda2;
 }
 
  table#gamma td.giallch
 {
  	background-color: #fff5c8;
 }
 
  table#gamma td.trasp
 {
 	background-color: transparent;
 }
 
  table#gamma td.giallsc
 {
  	background-color: #ffee9b;
	color:#00008b;
	font-weight: bolder;
 }

/*-------Fine--Tabella-----------*/


table#tschede{
	text-align: center;
	border-collapse: separate;
	width: 530px;
	margin: 0px auto;
	color: #0000A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	vertical-align: middle;

	}


table#tschede td{
	height: 95px;
	width: 20%;
	background-image: url(../images/antep_sfondo_tab.png);
	border: 1px solid #d9e6f2;
	}
	
table#tschede td.botton{
	height: 20px;
	width: 20%;
	background-image: url(../images/antep_sfondo1_tab.png);
	border: none;
	padding: 0px;
	}
	
table#tschede td.botton a{
	display: inline-block;
   width: 100%; height: 100%;
		}
		

table#tschede a{
	
	color: blue;
	text-decoration:none;
	font-size:11px;
		}
		
table#tschede a:hover,
table#tschede a:focus,
table#tschede a:active{
					color: #00008b;
					/*text-decoration:underline;*/
					}

table#tschede td.botton:hover,
table#tschede td.botton:focus,
table#tschede td.botton:active{
					background-image: url(../images/antep_sfondo2_tab.png);
					}
					

			
table#tschede img{
	border:0;
	height:80px;
	text-decoration: none;
	}
	
table#tschede img.scor{
	border:0;
	height:80px;
	width: 95px;
	text-decoration: none;
	}
	
	
/* Tabelle per pagina descrizione gru*/	
 
	 table#sintetica{
		margin: 30px auto;
		table-layout: fixed;
		width: 230px; 	
		border-collapse: collapse;
		text-align: center;
		font-size:95%;
		 }
	 
	 table#sintetica td,table#sintetica th{
	 	border: 1px solid #afafaf;
		margin: 0px auto;
		
		}
	 table#sintetica td{
		border-left-style: none;
		}
		table#sintetica th{
		border-right-style: none;
		}
		
	 .rowsint1{
		background-color: #ffee9b;
		
	}
	  .rowsint2{
		background-color: #ffffd5;
	}
	 td.sint{
		width: 80px;
		text-align: center;
		border-style: none solid;
		}
	/* td.sint {
		font-weight: bold;
		text-align: center;
		border-left:none;
		background:transparent;
		}*/
	
	
	table#car{
		border: none;
		margin: 0 auto;
		table-layout: fixed;
		width: 540px;
		border-collapse: separate;
		font-size: 95%;
		padding: 0;
		float: left;
		}
	table#car thead.testata{
		font-size: 120%;
		
		background-color: #fee795;
		/*background-image: url(../images/tab_gru_3.png);
		background-repeat: repeat-y;*/
	}
	table#car .carcol{
		width:540px;
		text-align: left;
		font-size:100%;
	}
	
	
	table#car .dispari{
	background-image: url(../images/tab_gru_1.png);
	background-repeat: repeat-y;
	/*background-color: #d9f4ea;*/
	}
	
	table#car .pari{
	
	background-image: url(../images/tab_gru_2.png);
	/*background-color: #fff5c8;*/
	background-repeat: repeat-y;
	}
	
	table#car td,table#car th{
	 	border: 1px solid #afafaf;
		margin: 0px auto;
		
	 }