﻿body
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	background-color :#e7f1fb;
}

.hyperlink
{
	font-size: 8pt;
	cursor: hand;
	color: #ff3333;
	font-family: Verdana;
	text-decoration:none ;
}

.label
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
}

.labelhead
{
	font-size:11pt;
	font-family:Palatino Linotype;
	font-weight:bold;
	text-decoration:none;
	color: Navy;
}

.lblMessage
{
	font-size:8pt;
	font-family:Verdana;
	font-weight:normal;
	text-decoration:none;
	color:red ;
}



.labelhead1
{
	font-size:10pt;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	color: Navy;
}

.linkhome
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #000099;
	font-family: Verdana;
	
	text-decoration: none;
}


.textboxNumber
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	text-align:right ;
	font-family :Verdana ;
	font-size :7pt;
}


.radiobutton
{
	font-family :Verdana ;
	font-size :8pt;
}


.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	text-decoration: none;
}


.lblMessHead
{
	font-size: 8pt;
	font-weight :bold;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}



.textbox 
{
	BORDER-RIGHT: black 1px groove; 
	BORDER-TOP: black 1px groove; 
	FONT-SIZE: 8pt; 
	BORDER-LEFT: black 1px groove; 
	BORDER-BOTTOM: black 1px groove; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none;
	
}



.lableDisabledNumber
{
	BORDER-RIGHT: black 1px groove; 
	BORDER-TOP: black 1px groove; 
	FONT-SIZE: 7pt; 
	BORDER-LEFT: black 1px groove; 
	BORDER-BOTTOM: black 1px groove; 
	FONT-FAMILY: Verdana; 
	BACKGROUND-COLOR: #E0E0E0; 
	TEXT-DECORATION: none;
	text-align:right ;
	
}

.tdLabel
{
	font-family:Verdana ;
	font-size :8pt;
	color : Black ;
	text-align :left ;
	height :12px;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; 
	vertical-align:top;
}	

.tdHeaderEntry
{
	font-family:Verdana ;
	font-size :8pt;
	font-weight :bold ;
    color :Navy;
    /*border-bottom :#7a96df1 1px solid;*/
    background:#ffffe1;
    text-align :left;
    height  :10px;
    border-bottom: #7a96df 1px solid;
 }
 
 .tdHeaderEntryMain
{
	font-family:Verdana ;
	font-size :8pt;
	font-weight :bold ;
    color :#000000;
     /*border-bottom :#7a96df1 1px solid;*/
    background:#ccccff;
    text-align :Center;
    height  :10px;
    border-bottom: #7a96df 1px solid;
 }

.tdCommand
{
	background:#f0fff0; 
	text-align:right;
}


.tdLabelChoice
{
	font-family:Verdana ;
	font-size :8pt;
	font-weight :bold ;
	color : Navy ;
	text-align :left ;
	height :12px;
	background-color :#ffffe1;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; 
	
}	

/*For Fixing Header of Datagrid*/

.gridHeader
{ 
POSITION: relative; 
/*IE5+ only*/ 
background-color:#ffffe1;
top: expression(parentNode.parentNode.parentNode.parentNode.scrollTop-2); 
left:expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
border-color:black;
border-width:1px;
vertical-align :top ;

/*top: expression(document.getElementById("divScheme").scrollTop-2); 
left:expression(document.getElementById("divScheme").scrollLeft);*/
z-index: 99; 
}

.labelmaster
{
	font-size:8pt;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
	color: Navy;
}


