.clTable
{
	background-color:rgb(255,255,255);
	border-spacing:0px;
	
	
}


.clTable tr
{
    font-size: 12pt;
}

.clTable td
{
    height: 26px;
}


tr.clTableTh
{
	min-height: 6.5mm;
	background-color: rgb(236, 101, 4) !important;
	text-align: center;
	font-size: 12pt;
	color: rgb(255, 255, 255);
	font-weight: normal !important;
}
.clPaginatorTh
{
	min-height: 5mm;
	height: 5mm;
	background-color: rgb(236, 101, 4) !important;
	text-align: center;
	font-size: 12pt;
	color: rgb(255, 255, 255);
}

.clTableEven
{
	background-color: rgb(255,255,255);
	text-align: center;
}
.clTableEven td
{
    height: 24px;
}

.clTableOdd
{
	background-color: rgb(236,236,236);
	text-align: center;
}

.clTableOdd td {
    height: 26px;
}

.warning
{
	background-color: pink;
	text-align: center!important;
}

.clTableSelected
{
	background-color: rgb(236, 101, 4);
	font-size: 12pt;
	text-align: center;
}

.clTd
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12pt;
}

 

.clTableThCopy
{
	min-height: 10mm;
	height: 5mm;
	background-color: rgb(236, 101, 4) !important;
	text-align: center;
    font-size: 12pt;
	color: rgb(255, 255, 255);
	font-weight: normal !important;
	margin-bottom: 5px;
}

 

