body
{
	font-size: 8pt;
	margin: 0px;
	color: black;
	font-family: Verdana;
	background-color:#EFE7E7;
}

/* Hyperlink */
A
{
	font-size: 8pt;
	color: black;
	text-decoration:none;
	font-family: Verdana, Arial;
}
A:active
{
	font-size: 8pt;
	color: black;
	text-decoration:none;
	font-family: Verdana, Arial;
}
A:hover
{
	font-size: 8pt;
	color:navy;
	font-family: Verdana, Arial;
}

A:link
{
	font-size: 8pt;
	color:black;
	text-decoration:none;
	font-family: Verdana, Arial;
}



/* button */
.buttonStyle
{
	border-style:groove;
	font-family:Verdana, arial;
	font-size:8pt;
}

/* textbox */
.textboxStyle
{
	color:Black;
	font-family: Verdana, arial narrow;
	border-style:groove;
}


/* Label used to display englist word */
.EnglishLabel
{
	font-style:italic;
}


HR
{
 color:	white;
 height:2px;
 position:relative;
 width:100%;
}

/* Label used to display data */
.DataLabel
{
	font-weight:bold;
}

/* table */
TD
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

/* DataGrid */
.dgStyle
{
	border-color:navy;	
	border:1;
}
.dgHeaderInPnl
{
	background-color:navy;
	font-weight:bold;
	color:White;
}
.dgHeader
{
	background-color: #BDBABD;
	font-weight:bold;
	color:Black;
}
.dgAlternatingItem
{  
  background-color: #FFFFFF;
}
.dgAlternatingItemInItem
{
  background-color:White;
}
.dgPager
{
	
	background-color:#BDBABD;
	text-align:right;
	
}

/* calendar */
.calDayHeader
{
	
background-color: #B0C4DE;
	font-weight:bold;
}
.calWeekend
{
	background-color:#FFF5EE;
 
}
.calWeekDay
{
	background-color:#FAFAD2;
}
.calOtherMonthDay
{
	background-color:#D3D3D3;
}




/* Panel */
.panelStyle
{
	background-color:#EFE7E7;
	padding-left: 10;
	padding-right: 10;
	padding-bottom:10;
	padding-top:10;
}

.subhdrTitle
{
	color:#003399;
	font-size:12pt;
	font-family:Verdana;
	font-weight:bold;
}

.subhdrSubTitle
{
	padding-left:50;
	color:#336699;
	font-size:10pt;
	font-family:Verdana;
	font-weight:bold;
}


TH
{
	 font-size:8pt;
	 background-color:#D4BBBB;
}

.SectionTitleBG
{
	background-color:#D4BBBB;
}



/* Top Menu Background */
.MenuBg
{
	background-color:#010066;
}


/* Hyperlink style for Top Menu user control */
.HeaderTextLink:active
{
	font-size: 8pt;
	color: white;
	text-decoration:none;
	font-family: Verdana, Arial;
}

.HeaderTextLink:hover
{
	font-size: 8pt;
	color:yellow;
	text-decoration:none;
	font-family: Verdana, Arial;
}

.HeaderTextLink:link
{
	font-size:8pt;
	color:white;
	text-decoration:none;
	font-family: Verdana, Arial;
}

.HeaderTextLink
{
	color:white;
	font-weight:bold;
}


/* Top Hyperlink Separator*/
.menuSprt
{
	color: white;
	font-weight:bold;
}


.PanelbgColor
{
	background-color:#EFE7E7;
}

.PanelbgColorTxt
{
	background-color:#B0C4DE;
	border-style:none;

	 
}


.dtlItemBG
{
	background-color:#FDF3E7;
}


.dtlAltItemBG
{
	background-color:#FFFFFF;
}
