/* For body */
body
{
	margin:0 0 0 0;
	font-family:verdana,arial;
	font-size:12px;
}

.UAGenTableMain
{
	position:absolute;
	left:10px;
	top:0px;	
	width:984px;
	font-size:13px;
}

/* For DIV Main tag */ 
.UAGenDIVMain
{
	left:0Px; width: 984Px; top: 0px;
	position: relative; 
}

/* For BreadCrumbs */
.UAgenBreadCrumbs
{
	left: 0Px; width: 984Px; top: 0px;
	position: absolute; 
	font-family: verdana, Arial;
		
}

/* For Dark Red Label*/
.UAgenLBLdarkred1
{
	color: red;	
	font-size:13px;
	font-weight:bold;
}


/* For Dark Orange Label*/
.UAgenLBLdarkOrange1
{
	color: #E87817;	
	font-size:13px;
	font-weight:bold;
}
.UAgenLBLLightOrange1
{
	color: #E87817;	
	font-size:13px;
	font-weight:normal;
}

.UAgenLBLLightGreen1
{
	color: green;	
	font-size:13px;
	font-weight:normal; 
}


A.UAgenBreadCrumbsLNK, A.UAgenBreadCrumbsLNK:link, A.UAgenBreadCrumbsLNK:visited
{
	text-decoration:underline;
	font-size:11px;	
	color:#2F3188;
}

.UAgenBreadCrumbsLBL
{
	font-size:11px;	
	color:#2F3188;
	font-weight:bold;
}

/* For Error */
.UAGenErrorClass
{
	position:absolute;
	top:25px;
	left:300px;
	width:684px;
	Text-align:center;
	font-size:14px;
	font-weight:bold;
	color:Red;
}

/* For Page Item in Datagrid */
.UADGPageItem1
{
	font-size:13px;
	background-color:#DFDFDF;	
	text-align:Left;
}

.UAgenBorderleft
{
	Border-left:1px solid #384393; 
	
}
.UAgenBorderright
{
	Border-right:1px solid #384393; 
	
}
.UAgenBordertop
{
	Border-top:1px solid #384393; 
	
}
.UAgenBorderBottom
{
	Border-Bottom:1px solid #384393; 
	
}
.UAgenLBLDarkWhite1
{
	color: White;	
	font-size:13px;
	font-weight:bold;
}

/* For Textbox */
.UAgenTXTBOX1
{
	font-family:verdana,arial;
	font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#98C4DB;
}

/* For Textbox With Background Yellow */

.UAgenTXTBOX2
{
	font-family:verdana,arial;
	font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#98C4DB;
	background-color:#ECD888;
}

.UAgenBorder1
{
	border:solid 1px Gray;
}

/* For Disabling the control */
.UAgenDisable
{
	text-decoration:none;
	font-size:16px;	
	color:Silver;
}

/* For DropDown List */
.UAGendrlClass1
{
	font-family:verdana,arial;
	font-size:13px;
}

/* For Legend */
.UAgenLegend1
{
	font-weight:bold;
	color:#31526B;
	font-size:13px;
}

/* For Dark Blue Label*/
.UAgenLBLdarkblue1
{
	font-weight:bold;
	color:#31526B;	
	font-size:13px;
}

.UAgenLBLdarkNavy1
{
	font-weight:bold;
	color:Navy;	
	font-size:13px;
}

.UAgenLBLLightNavy1
{
	font-weight:normal;
	color:Navy;	
	font-size:11px;
}

/* For Dark Black Label*/
.UAgenLBLdarkblack1
{
	font-weight:bold;
	color:#000000;	
	font-size:13px;
}
.UAgenLBLLightblack1
{
	
	color:#000000;	
	font-size:13px;
}


/* For Light Blue Label */
.UAgenLBLLightblue1
{
	font-weight:normal;
	color:#31526B;	
	font-size:13px;
}

/* For Radio Button */
.UAgenRB1
{
	font-size:13px;
}

/* For Light Grey Label */
.UAgenLBLLightGrey1
{
	color:Gray;	
	font-size:11px;
}

/* For Dark Grey Label */
.UAgenLBLDarkGrey1
{
	color:Gray;
	font-weight:bold;
	font-size:13px;
}

/* For Light Black Label*/
.UAgenLBLLightBlack1
{
	color:Black;
	font-size:13px;
	font-weight:normal;
}

/* For Dark Green Label */
.UAgenLBLDarkGreen1
{
	color:Green;
	font-size:13px;
	font-weight:bold;
}

/* For Simple Black Label */
.UAgenLBLSimple
{
	color:Black;
	font-size:12px;
		
}

/* For Bold Black Label */
.UAgenLBLBoldBlack1
{
	color:Black;
	font-weight :bold; 
	
}

/* For Button */
.UAgenBTNclass1
{
	border:solid 1px white;	
	cursor:hand;
}

.UAgenBTNclass2
{
	border:solid 1px white;	
	cursor:hand;
	background-color:#F4A985;
}
/*for Yellow button*/
.UAgenBTNclass3
{
	border:solid 1px white;	
	cursor:hand;
	background-color:#ECD888;
}

/* For Error */
.UAgenERRstyle1
{
	color:Red;
	font-size:12px;
	font-weight:bold;
}

/* For Link */ 
A.UAgenLNK1, A.UAgenLNK1:link, A.UAgenLNK1:visited
{
	text-decoration:none;
	font-size:12px;	
	color:#000080;
}

A.UAgenLNK2, A.UAgenLNK2:link, A.UAgenLNK2:visited
{
	text-decoration:underline;
	font-size:12px;	
	color:#000080;
	background-color:LightGrey;
}
A.UAgenLNK3, A.UAgenLNK3:link, A.UAgenLNK3:visited
{
	text-decoration:none;
	font-size:12px;	
	color:blue;
}
A.UAgenLNK3:hover
{
	text-decoration:underline;
	font-size:12px;	
	color:blue;
}
A.UAgenLNK4, A.UAgenLNK4:link, A.UAgenLNK4:visited
{
	text-decoration:underline;
	font-size:12px;	
	color:Black;
	background-color:Orange;
}
A.UAgenLNK5, A.UAgenLNK5:link, A.UAgenLNK5:visited
{
	text-decoration:none;
	font-size:12px;	
	color:Navy;
}
A.UAgenLNK5:hover
{
	text-decoration:underline;
	font-size:12px;	
	color:Navy;
}
A.UAgenLNK9, A.UAgenLNK9:link, A.UAgenLNK9:visited
{
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;	
	color:blue;
	
}
A.UAgenLNK9:hover
{
	background-color:LightGrey;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;	
	color:blue;
}

/* For Header in Datagrid */
.UAgenDGheader1
{
	font-size:12px;
	font-weight:bold;
	background-color:#DFDFDF;	
	text-align:center; 
}

/* For Item in Datagrid */
.UAgenDGitem1 
{
	background-color:#F7F7F7;
	font-size:12px;
	text-align:center;
} 

.UAgenDGitem2
{
	background-color:#F7F7F7;
	font-size:11px;
	text-align:left;

}

.UAgenDGAlteritem1
{
	background-color:#EBEBEB;
	font-size:12px;
	text-align:center;
} 

/* For Page Item in Datagrid */
.UAgenDGPageItem1
{
	font-size:13px;
	background-color:#DFDFDF;	
	text-align:Right;
}

/* For Numbered Page Item in Datagrid */
.UAgenDGPageItem2
{
	font-size:13px;
	background-color:#DFDFDF;	
	text-align:Left;
	color:Maroon;
}

/* For Border of table data*/
.UAgenTDborder1
{
	border-bottom:solid 1px gray;	
}

/* For Light Red Label */
.UAgenLBLlightred1
{
	color:red;	
	font-size:13px;
	 
}

/* For Dark Red Label*/
.UAgenLBLdarkred1
{
	color: red;	
	font-size:13px;
	font-weight:bold 
}


/* For Level1 in Tree */
.UATreeLevel1
{
	color:Black;	
	font-weight:bold;
}

/* For Level2 in Tree */
.UATreeLevel2
{
	color:Red;	
}

/* For Level3 in Tree */
.UATreeLevel3
{
	color:Blue;	
}

/* For Level4 in Tree */
.UATreeLevel4
{
	color:Orange;	
}

/* For Level5 in Tree */
.UATreeLevel5
{
	color:Green;	
}
.UAgenLBLLightGrey1
{
	color:Gray;	
	font-size:13px;

}

.UAGenDGHeader2_SaldProm
{
	font-size:12px;
	font-weight:bold;
	background-color:Orange;	
	text-align:center; 
}

.UAGenDGHeader3_ClientesSaldma
{
	font-size:12px;
	font-weight:bold;
	background-color:#99ccff;	
	text-align:center; 
}

.UAGenDGHeader4_UsusTransition
{
	font-size:12px;
	font-weight:bold;
	background-color:LightYellow;	
	text-align:center; 
}

.UAGenDGHeader5_Instalaciones
{
	font-size:12px;
	font-weight:bold;
	background-color:#99cc33;	
	text-align:center; 
}

/* For Link */ 
A.UAgenLNK6
{
	text-decoration:none;
	font-size:11px;	
	color:darkblue;
}
A.UAgenLNK6:Hover
{
	text-decoration:underline;
	font-size:11px;	
	color:#6699cc;
}

/* For Link */ 
A.UAgenLNK7
{
	vertical-align:middle;
	text-decoration:none;
	font-size:12px;	
	color:Navy;
	font-weight:normal;
}
A.UAgenLNK7:Hover
{
	vertical-align:middle;
	text-decoration:underline;
	font-size:12px;	
	color:#6699cc;
	background-color:#E6E6E6;
}


/* For Link */ 
A.UAgenLNK8
{
	text-decoration:none;
	font-size:12px;	
	font-weight:normal;
	color:Navy;
}

A.UAgenLNK8:Hover
{
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
	color:#6699cc;
}

.UATDBottom
{
	border-bottom:1px solid black;
}
.UATDTop
{
	border-Top:1px solid black;
}
.UATDLeft
{
	border-Left:1px solid black;
}
.UATDRight
{
	border-right:1px solid black;
}

.UATDLeftBlue
{
	border-Left:5px solid #6699CC;
}

.UATDRightBlue
{
	border-Right:5px solid #6699CC;
}

.UATDBottomBlue
{
	border-bottom:5px solid #6699CC;
}
