.tabel1 {
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.titlu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* TYPE 1 **************************************************** */
.item_border_caz {
	border: 1px solid #690000;
}
.item_header_caz {
	background-color: #E67171; /*#E35F5F;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.item_header_detalii_caz {
	background-color: #F8D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #690000;
}

.item_detalii_caz {
	background-color: #F8D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.item_total_caz {
	background-color: #F8D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top: 2px solid #690000;
}
/* END TYPE ************************************************** */

/* TYPE 2 **************************************************** */
.item_border_tr {
	border: 1px solid #042C7D;
}
.item_header_tr {
	background-color: #88A4DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.item_header_detalii_tr {
	background-color: #DAE6FE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #042C7D;
}

.item_detalii_tr {
	background-color: #DAE6FE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.item_total_tr {
	background-color: #DAE6FE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top: 2px solid #042C7D;
}
/* END TYPE ************************************************** */

