div.header {
    border-top-color:#A3A3A3 !important;
}

div.content-header {
    border-top-color:#A3A3A3;
}

table.table-incut th {
	background-color: #A3A3A3;
}

div.incut-list table th {
	background: #A3A3A3;
	color: #fff;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 2px 0 3px;
	border-bottom: 3px solid #fff;
	}

div.text-incut div.header {
	border-top: 0;
	background: #A3A3A3;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 6px 10px 6px 25px;
	height: auto;
	margin-bottom: 3px;
	}

/* light color */
div.with-multiple-headers div.header h2 {
	border-top-color: #C4C4C4;
}

table.table-incut td.header {
	background-color: #C4C4C4;
}

div.incut-list table td {
	background: #C4C4C4;
}

/* light2 color */
table.table-incut td.description, table.table-incut td.description2 {
    background-color: #F1F0F0;
}