/* workaround for kapowing LHP */
.tblData td p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/* First row, should be a TH, but since we dont have that, we will just color the first TR */
.tblData tbody > tr:first-child {
	border-collapse: collapse;
	line-height: 15px;
	padding: 2px;
	background-color: #D0D0E0;
	border-color: #CaCaDa;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	font-weight: normal;
}
/* end workaround for kapowing LHP */