﻿
/*	content container TBL's */

/* .contentcontainerTBL
{
	/*background-color:Green;
	margin-right:auto;
    margin-left:auto;
	width:98%; 
} 
*/
/*	header TBL's 
.headerTBL
{*/
	/*background-color:Aqua;
	width:100%;
	color:Black;
	background-color:White;
}
*/
/*	header TBL's ends */

/*	UI container TBL's 

.uicontainerTBL
{*/
	/*background-color:Yellow ;
	margin-right:auto;
    margin-left:auto;
	width:95%; 
	position:relative ; 
}
.uirowcontainerTBL
{*/
	/*background-color:Lime;
	margin-right:auto;
    margin-left:auto;
	width:95%; 
	float:left; 
}*/
/*	Data item row TBL's */
.captionTBLN
{
	/*float: left;*/
	width: 30%;
	text-align: left;
	line-height:20px;
	/*background-color:Red;*/
	
	
}

.captionTBL
{
	/*float: left;*/
	width: 25%;
	text-align: left;
	line-height:20px;
	/*background-color:Red;*/
	
	
}
.spacerTBL
{
	/*float: left;*/
	width: 5%;
	text-align: left;
	line-height:20px;
}
.datafieldTBL
{
	/*float: left;*/
	width: 70%;
	text-align: left;
	line-height:20px;
	/*background-color:Blue;*/
	
}

/*	Data item row TBL's ends */
.captionTBLD
{
	/*float: left;*/
	width: 20%;
	text-align: left;
	line-height:20px;
	/*background-color:Red;*/
	
	
}
.captionTBLDd
{
	/*float: left;*/
	width: 25%;
	text-align: left;
	line-height:20px;
	/*background-color:Red;*/
	
	
}
.spacerTBLD
{
	/*float: left;*/
	width: 5%;
	text-align: left;
	line-height:20px;
}
.datafieldTBLD
{
	/*float: left;*/
	width: 30%;
	text-align: left;
	line-height:20px;
	/*background-color:Blue;*/
	
}
/* spacer row TBL's
.spacerrowTBL
{
	height:10px;
	margin-right:auto;
    margin-left:auto;
	width:95%; 
	float:left;  */
	/*background-color:Aqua;
}*/
/* spacer row TBL's ends*/

/* data command TBL's*/
.dataCommandTBL
{
	
	/*background-color:Black;
}

.printCommandTBL
{
	text-align:right;
	width:100%;
	color:Black;
	/*background-color:Fuchsia;*/
}*/

/* others */

.messageTBL
{ 
 color:Blue;
 font-weight:bold;
}
.requiredLabelTBL
{
 color:Red;	
 text-align:right;
 
}

.requiredLabelTBL span
{	
	
	text-align:right;
}
.requiredLabelCaptionTBL
{
 float:left;
 color:Red;	
}

/* others end*/
TR
{
	width:570px;
	
}
/*.profileTBL
{
	
	width: 45%;
	text-align: left;
	
} */
.errorMessageTitle
{
	text-decoration:underline;
	font-size:3;
	color:Red;
}
.errorMessage
{
	font-size:2;
}
.SpecialFont
{
	 font-family:Verdana;
}
.tblHeaderTitleSize
{
	font-size:24px;
}