<style>

.tblMain {
	width:                  573px;
	table-layout:	auto; 
}

.tdMainHeader
{
	font-weight: bold;
	font-size: 18px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 45px;
	background-color: #003399;
}
.tdSecondHeaderPartner
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 25px;
	background-color: <%= application("lv_" & lang & "_txtColorCertPartner") %>;
	width: 570px
}
.tdSecondHeaderSpecialist
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 25px;
	background-color: <%= application("lv_" & lang & "_txtColorCertSpecialist") %>;
	width: 570px
}
.tdSecondHeaderIndustry
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 25px;
	background-color: <%= application("lv_" & lang & "_txtColorCertIndustry") %>;
	width: 570px
}
.tdDescription 
{
	width: 200px;
}
.tdCheckBox 
{
	width: 25px;
	padding-left: 4px;
}
.tdInput 
{
	width: 570px;
}
.tdInnerTblCharge
{
	font-size: 11px
}
	
.tdValidTo
{
	font-family:	    Arial, Verdana, Helvetica, sans-serif;
	font-size:		    10pt;
}
.tdChkBoxHeader {
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-size:		9pt;
}


.tdChkBoxHeaderYears {
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-size:		9pt;
	width: 220px;
	padding-right: 20px;
}

</style>
