.DsGeneral
{
	color: White;
	font-family:Verdana,Arial,sans-serif;
	font-size: 11px;
}

.DsHeader
{
	text-align:center;
	background-color: #777777;
}

.DsRow
{
	background-color: #eeeeee;
	color: Black;
}

.DsRowAlternated
{
	background-color: #ffee88;
	color: Black;
}

.DsRowSelected
{
	background-color: #8899cc;
	color: Black;
}

.DsColumnUid
{
}

.DsColumnSelect
{
	width:50px;
	text-align:center;
}

.DsColumnName
{
	width:150px;
	text-align:left;
}

.DsColumnNameCenter
{
	width:150px;
	text-align:center;
}

.DsColumnDescription
{
	width:250px;
	text-align:left;
}

.DsColumnDescriptionLong
{
	width:400px;
	text-align:left;
}

.DsColumnFlag
{
	width:100px;
	text-align:center;
}

.DsColumnDate
{
	width:100px;
	text-align:center;
}

.DsColumnInt
{
	width:75px;
	text-align:right;
}

.DsColumnDelete
{
	width:50px;
	text-align:center;
}

.DsColumnHyperSelect
{
	width:50px;
	text-align:center;
	color:Blue;
}
