
.dtrHeader {
	border-width: 0;
	background-image: url( ../../../static/images/ui/region/hc.gif );
	background-position: top;
	background-color: #B9C9D8;
	padding: .4em;
}
.dataTableColumnHeaders th {
	background-color: #E0E9F0;
	border-bottom: 1px solid #7F9DB9;
}
.dtr {
	background-image: url( ../../../static/images/ui/dataTable/blueBlindsRecord.gif );
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.dtrEvenActive,
.dtrOddActive {
	background-image: none;
}
.dtr.dtrEmphasized {
	background-image: none;
}
.dtr td,
.dtr td .dtr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFD8E8;
}
.dtr td td {
	/* remove data table styles for tds inside dataTables that are not immediate children of a data table */
	border-bottom-width: 0;
}
