.verdanasmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.verdananormal {
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.textverdananormal {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	border-style:solid ;
	border-width:1pt;
	text-decoration: none;
	border-color:LightGrey;
}
.verdanagrey {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: red;
	text-decoration: none;
}


.verdananormallbl {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-color:LightGrey;
	border-style:solid ;
	border-width:1pt;
	background-color:whitesmoke;
	text-decoration: none;
	
	}
.verdanaorange {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: red;
	text-decoration: none;
}
.verdanarequired
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	background-color: grey;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 18pt;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
}

.DataGrid{color: DimGray;  text-align: left;   }
.PlaneGrid{color: DimGray;  text-align: left; }
.DataGridItem{color: DimGray; background-color: #ececec;  border:solid 1pt LightGrey; text-align: left; font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 8pt; }
.DataGridAlternateItem{color: DimGray; background-color: White;  border:solid 1pt LightGrey;font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 8pt; height:18pt; text-align: left; }
.DataGridHeader{vertical-align:middle; color: #666666;font-family: Tahoma, Arial, Helvetica, sans-serif;font-size: 8pt; font-weight: bold; border-color: LightGrey;height:25pt; text-align: left }
.HyperLinkColumn{vertical-align:top; color:  #5A5A5A; font-weight: bold;  border:none 0pt LightGrey; text-align: left; text-decoration: underline; }
.DataGridHeader a:hover{color: #065556; background-color: #C6DAAB; font-weight: bold; border-color: LightGrey; text-align: center; text-decoration: underline; }
.DataGridStillHeader{position: relative; top: expression(this.offsetParent.scrollTop-2); left: expression(this.offsetParent.scrollLeft-2); width:100%; White; background-color: #C6DAAB; font-weight: bold; color:#5A5A5A; border-color: LightGrey; text-align: center; }
.DataGridFooter{color: #5A5A5A; background-color: #0B8C8E; font-weight: bold; border-color: LightGrey; border: solid 1pt LightGrey; text-align: left; }
.DataGridPager{color:  #5A5A5A; background-color: #095553; font-weight: bold; border-color: LightGrey; border: solid 1pt LightGrey; text-align: left; }
.DataGridSelectedRow{color: Green; background-color:InfoBackground; text-align: left; }
.DataGridNoData{color: #C0C0C0; height:95%; width:95%; font-weight:bold; text-align:center; }