.grid_Header
{ 
	border-bottom: #cccccc 1px solid;
	FONT-SIZE: 12px; 
	COLOR: #999999; 
	FONT-FAMILY: Arial, Verdana, Sans-Serif; 
	/*POSITION: relative;
	TOP: expression(this.offsetParent.scrollTop+16); */
	BACKGROUND-COLOR: whitesmoke; 
	FONT-VARIANT: small-caps }
	

	
.grid_Pager
{
	FONT-SIZE: 11px; 
	COLOR: #999999; 
	border-bottom: #cccccc 1px solid;
	FONT-FAMILY: Arial, Verdana, Sans-Serif; 
	/*POSITION: relative;
	TOP: expression(this.offsetParent.scrollTop-2); 
	BACKGROUND-COLOR: #E5EBEB; */
	FONT-VARIANT: small-caps;
	background-image:url(../images/glbnav_background.jpg)
	}

.grid_Footer
{
	FONT-SIZE: 11px; 
	CURSOR: default;
	COLOR: #999999; 
	/*border-bottom: whitesmoke 1px solid;*/
	border-bottom: #cccccc 1px solid;
	FONT-FAMILY: Arial, Verdana, Sans-Serif; 
	/*POSITION: relative;
	TOP: expression(this.offsetParent.scrollTop-2); */
	BACKGROUND-COLOR: #fcfcfc;
	/*BACKGROUND-COLOR: #E5EBEB;*/ 
	FONT-VARIANT: small-caps}
	
.grid_Filter	{
	background-image:url(../images/grid/len_datagrid_filter.gif);
	background-color:#f9f9f9;
	background-repeat:no-repeat;
	border-bottom:#ffffff 1px ridge;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px ridge;
	border-top:#ffffff 1px solid;
	color:gray;
	font-size:8px;
	height:20px;
	width:22px;
	padding:0px
	}
	
.grid_NewRecord	{
	background-image:url(../images/neu.gif);
	background-color:#f9f9f9;
	background-repeat:no-repeat;
	border-bottom:#ffffff 1px ridge;
	border-left:#ffffff 1px solid;
	border-right:#ffffff 1px ridge;
	border-top:#ffffff 1px solid;
	color:gray;
	font-size:8px;
	height:20px;
	width:22px;
	padding:0px
	}

.grid_SelectedPager
{
	width:20;
	text-align:center;
	border: #cccccc 1px solid;
	}
	
.grid_Item 
{
	FONT-SIZE: 10px; 
	CURSOR: default;
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	BACKGROUND-COLOR: #fcfcfc;
	border-bottom: whitesmoke 1px solid;
	} 
	
.grid_AlternatingItem
{
	FONT-SIZE: 10px; 
	CURSOR: default;
	FONT-FAMILY: Arial, Verdana, Sans-Serif;
	BACKGROUND-COLOR: #f6f6f6;
	border-bottom: whitesmoke 1px solid;
	} 
	
A:link.grid_LnkHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: dimgray;
}

A:active.grid_LnkHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: dimgray;
}

A:visited.grid_LnkHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: dimgray;
}

A:hover.grid_LnkHeader
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: dimgray;
}

A:link.grid_LnkPager, A:active.grid_LnkPager, A:visited.grid_LnkPager
{
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	width:20px;
	background-color:White;
	text-align:center;
	color: #aaaaaa;
}

A:hover.grid_LnkPager
{
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	width:20px;
	background-color:yellow;
	color: #aaaaaa;
}
UL
{
	list-style-image: url(../images/Freccia.gif);
	padding-top: 0px;
	position:relative;
	left:-20;
}
