@charset "utf-8";
/* CSS Document */

#itsthetable table a:link {color: #CC6633;}
#itsthetable table a:visited {color: #CC6633;}
#itsthetable table a:hover {color: #999966;}
#itsthetable table a:active {color: #CC6633;}
#itsthetable table a:focus{color: #CC6633;}
#itsthetable table tbody th.link{margin : 10px auto;
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		/*background: #f44848 url(img/corner.jpg) no-repeat right top;*/
		background: #FF0000  ;
	    /*border-bottom:2px solid #369a3d;*/
	    color: #FFF;
	    font-weight: bold;
		text-align: centered;
		/* text-transform: capitalize; */
}

#itsthetable table caption {
        margin : 10px auto;
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		/*background: #f44848 url(img/corner.jpg) no-repeat right top;*/
		background: #FF0000  ;
	    /*border-bottom:2px solid #369a3d;*/
	    color: #FFF;
	    font-weight: bold;
		text-align: centered;
		/* text-transform: capitalize; */

		}

	#itsthetable table{
		 margin : 10px auto;
                 width:100%;
                 border: 0px solid #D9D9D9;    
	}
	#itsthetable table tr td{
		padding: 6px 9px;
		text-align:left;

	}
                 /* nomi intestrazioni colonne*/
	#itsthetable table thead th{
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #eee; text-align:center;
	}
	/* seconda colonna*/
	#itsthetable table tbody tr th{	
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #eee; text-align:center;
	}
	#itsthetable table tbody td{
			border-left: 0px solid #85cd44;
	}
#itsthetable table tbody tr.odd{		
background-color: #eee
	}
	
#itsthetable table tbody td.ris{
text-align:center;		
width:5%;
	}

	#itsthetable table tbody tr th:hoveRRr {
        color: #eee;
	background-color: #585858;
}

#itsthetable table tbody tr.odd:hoveRRr {
        color: #999999;
	background-color: #585858;
}
	
	#itsthetable table tfoot td, #itsthetable table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;text-align: centered;
		
}	