@charset "UTF-8";
/* CSS Document */

#total_tab {
	width: 450px;
	margin-left: auto;
	margin-right: auto;}

table {
	border-collapse: collapse;
	font-size: 1.1em;
	margin-bottom: 2em;}

caption {
	font-size: 1.1em;
	color: #444;
	margin: 0;
	padding: 0.3em;}

td, th {
	text-align: left;
	padding: .5em .4em;
	vertical-align: top;}

#storico thead th {
	padding: .1em .4em;
	font-size: 0.7em;}

#storico thead th,
#storico tfoot th, 
#storico tfoot td {
	border: 1px solid #361;
	border-width: 1px 0;
	color: #444;
	font-weight: bold;
	background-color: #e0e5cf;
	background-image: url(_images/pattern1.jpg);
	background-repeat: repeat;
	background-position: left top;}

tfoot th {
	height: 0.5em;
	margin: 0;
	padding: 0;}

tbody tr { background: #fcfcff;}

tbody tr.odd { background: #fffcfc;}

tbody tr:hover {
	background: #f0f0fe url(i/shadow.png) bottom left repeat-x;}

tbody tr.odd:hover {
	background-color: #fef0f0;}

tbody td, tbody th {
	border-bottom: 1px solid #779;}

tbody tr.odd td, tbody tr.odd th {
	border-color: #977;}

tbody tr:last-child td, tbody tr:last-child th {
	border: none;}

tbody tr a {
	color: #449;
	text-decoration: none;}

tbody tr a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #009;}

tbody td + td + td + td a { /* image replacement */
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	margin: 0 auto;}

tbody td + td + td + td a:hover {
	border: none;}

td.prezzi_tab {
	background-color: #FFCC66;}
	
.grande {font-size: 1.6em;}	

.evidente {
	background-color: #ff0000;
	color: #FFFFFF;	}
	
.bgazzurro {
	background-color: #e8ecf1;}

.intestazione {
	font-size: 0.3em;
	margin: 0;
	padding: 0;
	color: #FFF;}
	
.tab_important {
	text-align: center;}
	
.visibile {display: block;}

.nascosta {display: none;}

.h5_close {
	font-size: 1.4em;
	text-align: center;
	color: #361;
	margin: 15px auto 3px;
	padding: 5px 0;
	background-color: transparent;
	font-weight: normal;
	background-image: url(_images/bg_tabella.jpg);
	border: 1px solid #DDD;}
	
.h5_close:hover { 
	cursor: pointer;
	margin: 15px auto 3px;
	padding: 5px 0;
	color: #ff0000;
	background: transparent;
	font-weight: normal;
	background-image: url(_images/bg_tabella_over.gif);
	border: 1px solid #DDD;
	background-repeat: repeat-x;
	background-position: top;}

.h5_open {
	cursor: pointer;
	font-size: 1.4em;
	text-align: center;
	color: #361;
	margin: 15px auto 3px;
	padding: 5px 0;
	font-weight: normal;
	background-image: url(_images/bg_tabella_over.gif);
	border: 1px solid #DDD;
	background-repeat: repeat-x;
	background-position: top;}
	
.h5_open:hover {
	cursor: pointer;
	color: #ff0000;
	background: transparent;
	font-weight: normal;
	background-image: url(_images/bg_tabella_over.gif);
	border: 1px solid #DDD;
	background-repeat: repeat-x;
	background-position: top;}
