.RadGrid1
{
	color: #125197;
	border-width: 1px;
	border-style: outset;
}

.RadGrid1 a
{
	color: #125197;
	text-decoration: none;
}

.RadGrid1 a:hover
{
	color: #125197;
	text-decoration: underline;
}

.MasterTable
{
	color: #125197;
}

.GroupPanel
{
	background-color: #125197;
	width: 100%;
	color: white;
	font-size: small;
}

.GridPager
{
	background-color: ButtonFace;
}

.GridHeader
{
	background-color: #FFFFFF;
	color: #125197;
	font-size:x-small;
	border-style: outset;
	border-right-width: 0px;
	border-right-style: none;
	border-color: ButtonFace;
	text-align: center;
	height: 20px;
}

.GridHeader INPUT
{
	font-size: 11px;
	margin-right:2px;
	vertical-align: middle;
}

.GridHeader IMG
{
	vertical-align: middle;
}

.GridFooter
{
	background-color: ButtonFace;
	color: #125197;
	height: 7px;
}

.GridFooter TD
{
	border: 1px outset ButtonFace;
}

.GroupPanelItems
{
	background-color: ButtonFace;
	color: #125197;
	border-width: 1px;
	border-style: outset;
	white-space:  nowrap;
	font-size: 11px;
}

.GroupHeader
{
	background-color: ButtonFace;
	color: #125197;
	font-weight: bold;
}

.GroupHeader td
{
	border: 0px;
	border-bottom: 1px  outset ButtonFace;
}

.GridRow
{
	color: #125197;
	height: 20px;
	background-color: white;
}

.GridRow TD
{
	border-width: 1px;
	border-style: solid;
	border-color: ButtonFace;
}

.GridRow td input
{
	height: 100%;
	width: 100%;
}

.GridRowAlt
{
	height: 20px;
	background-color:#F3F3F3;
}

.GridRowAlt TD
{
	border-width: 1px;
	border-style: solid;
	border-color: ButtonFace;
}

.GridRowAlt td input
{
	height: 100%;
	width: 100%;
}

.ResizeItem
{
	background-color: #f8f6f0;
	border-top: 1px solid white;
	background-image: none;
}

.SelectedItem
{
	background-color: #ffffe1;
}