/* --------------------------------------------	*/
/* DataGridPlus stylesheet						*/
/* --------------------------------------------	*/

/* Table enclosing the whole control */
.DataGrid
{	
	font: .8em;
}

/* Grid Column headers (containing column names) */
.DataGridHeader
{
	background: #EEE4B0;
	font: bold 1.1em;
	color: #000000;	
}

.DataGridHeader a 
{
	font-weight: bold;
}

.DataGridHeader td 
{
	border-bottom: 1px solid #E7D98D;
	border-top: 1px solid #E7D98D;	
}

.DataGridHeaderColumn
{
	padding:10px;
	border-bottom: #000 1px solid;
}
.DataGridItem
{
	font: 1.0em;
}

.DataGridAltItem
{
	font: 1.0em;
}

.DataGridEditItem
{
	background-color: #FFFBE8;
}

.DataGridFooter
{
	font: 90%;
}

.EditForm
{
	border: #002d96 1px solid;
	background-color: #ebeadb;
	width: 95%;
}

.noimage img { display: none; }