.cls_defaultTable thead tr
{
	font-weight: bold;
	background:#CCCCCC;
	height:20px;
	margin-top: 4px;
	padding-top: 4px;
}
.cls_defaultTable thead td
{
	border: 1px solid #BBBBBB;
}
.cls_defaultTable tbody td
{
	border: 1px solid #BBBBBB;
}
.cls_defaultTable tbody tr
{
	height:20px;
	margin-top: 4px;
	padding-top: 4px;
}
.cls_defaultTable
{
	border: 1px solid #BBBBBB;
	text-align: center;
	border-collapse: separate;
	margin-left: 1px;
	margin-top: 1px;
}
.gentbl_emptydatacell
{
	text-align: center;
}