.navFirst_on {
	background: url(../images/pagenav_first_on.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navFirst_off {
	background: url(../images/pagenav_first_off.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navPrevious_on {
	background: url(../images/pagenav_previous_on.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navPrevious_off {
	background: url(../images/pagenav_previous_off.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navNext_on {
	background: url(../images/pagenav_next_on.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navNext_off {
	background: url(../images/pagenav_next_off.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navLast_on {
	background: url(../images/pagenav_last_on.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.navLast_off {
	background: url(../images/pagenav_last_off.gif) no-repeat;
	border: 0 auto;
	width: 24px;
	height: 18px;
	cursor: pointer;
}
.formStyle {
	border: 1px solid #616F45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 100%;
}
.gridHeader 
{
	background-color:#D4E1D5;
	font-weight:bold;
	height: 20px;
}
#dlGrid_dgData a
{
	text-decoration:none;
}
.gridItemStyle 
{
	background-color: White;
	height: 18px;
	padding: 5px 5px 5px 5px;
}
.gridAltItemStyle 
{
	background-color: #ECECEC;
	height: 18px;
}
.gridSelectedItemStyle
{
	background-color:Red;
}

/*.editButton 
{
	background: url(../images/editicon.gif) no-repeat;
	border: 0 auto;
	width: 19px;
	height: 13px;
	cursor: pointer;
}

.deleteButton 
{
	background: url(../images/deleteicon.gif) no-repeat;
	border: 0 auto;
	width: 19px;
	height: 13px;
	text-align: center;

	cursor: pointer;
}
*/
/*#dlGrid_dgData */
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
