.UserListGrid
{
	border-right: #000066 thin;
	padding-right: 5px;
	border-top: #000066 thin;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #000066 thin;
	padding-top: 5px;
	border-bottom: #000066 thin;
}

.UserListGrid td
{
	padding: 4px;
	font-family: 'Trebuchet MS' , Verdana, Helvetica;
	font-size: 9pt;
}


.UserListGridHeader td, .GridFooter td, .GridPager td
{
	font-weight: bold;
	background-color: gainsboro;
}
.UserListGridItem td
{
}


.UserListGridAltItem td
{
	background-color: whitesmoke;
}

.UserListGridSelected td
{
	background-color: #ffcc66;
}

.UserListDisabledTextBox
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	font-family: 'Trebuchet MS' , Verdana, Helvetica;
	font-size: 8pt;
	background-color: gainsboro;
}
