.unreportedData {
	width: 100%;
	border-color: #ffffff;
	border-width: 1px;
	border-style: outset;
	border-collapse: separate;
	border-spacing: 0px;
	/*position: relative;
	top: 150px;
	left: 500px;*/
}

.even {
		color: #ffffff;
		background-color: #1A1819; /*599AD2*/
		/*border-bottom: 1px solid #ffffff;
		text-align: center;*/
}
	
.odd {
	color: #ffffff; /*ff3300*/
	/*background-color: #ffffff; */
	/*text-align: center;*/
}

.tableHeader {
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	/*text-align: center;*/

}

.unreportedData td {
	padding: 3px 3px 3px 3px;
	font-size: 13px;
	border: 1px;
	border-style: inset;
	border-color: #ffffff;
	empty-cells: show
}
