/*
definizioni CSS per grafica old
*/

table.ip-list { 
	background-color: #8CD6F6;
	width: auto;
	font-size: 12px;
}
table.ip-list table { width: auto; }

table.ip-list > thead{
	background-color: #A0D8EF;
}
table.ip-list > thead > tr > td,
table.ip-list > thead > tr > th { 
	height: 22px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
table.ip-list > tbody > tr.odd > td { 
	background-color: #CEFFE7; 
}
table.ip-list > tbody > tr.even > td {
	background-color: #FFFFD9;
}

table tr.subtotal {
	background-color: #FAFAFA;
	font-weight: bold;
	text-align: right;
}
table tr.total {
	background-color: #F0F0F0;
	font-weight: bold;
	text-align: right;
}

table.ip-list2 {

}

table.ip-list2 > tbody > tr.odd{
	background-color: #FFF !important;
}
table.ip-list2 > tbody > tr.even{
	background-color: #CCDDFF;
}
table.ip-list2 > tbody > tr:hover{
	background-color: #CCFF99 !important;
}