.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 #336699;
}
.item_header_caz {
	background-color: #93B1CE; /*#E67171;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.item_header_detalii_caz {
	background-color: #E4ECF3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #336699;
}

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

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

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

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

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


