/* r.a.d.grid Monochrome skin */

.RadGrid_iMod_Monochrome
{
	border: solid 1px #d3d3d3;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
}

.RadGrid_iMod_Monochrome th,
.RadGrid_iMod_Monochrome th a
{ 
	font: bold 11px Tahoma;
	color: #fff;
}

.RadGrid_iMod_Monochrome td,
.RadGrid_iMod_Monochrome td a
{ 
	font: 11px tahoma;
	color: #000;
}

.MasterTable_iMod_Monochrome
{
	border: 0px !important;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeader_iMod_Monochrome,
.ResizeHeader_iMod_Monochrome
{
	color: white;
	height: 34px;
	background: #494949;
}

.GridHeader_iMod_Monochrome a
{
	color: #fff;
}

.GridRow_iMod_Monochrome,
.GridAltRow_iMod_Monochrome,
.SelectedRow_iMod_Monochrome,
.GridEditRow_iMod_Monochrome,
.ActiveRow_iMod_Monochrome
{
	height:20px;
}

.GridRow_iMod_Monochrome td,
.GridAltRow_iMod_Monochrome td,
.SelectedRow_iMod_Monochrome td,
.ActiveRow_iMod_Monochrome td,
.GridEditRow_iMod_Monochrome td
{
	border-bottom:1px solid #d3d3d3;
	min-height:20px;
}

.GridRow_iMod_Monochrome
{
	background-color: #f7f7f7;
	min-height:20px;
	text-align: left;
}
.GridAltRow_iMod_Monochrome
{
	background-color: #eeeeee;
	min-height:20px;
	text-align: left;
}
.SelectedRow_iMod_Monochrome
{
    background-color: #fff;
	border-bottom:1px solid #d3d3d3;
}
.GridEditRow_iMod_Monochrome
{
	background-color: #ffffe1;
	border-bottom:1px solid #d3d3d3;
}

.GridEditRow_iMod_Monochrome input
{
	font-size: 11px;
	height:20px;
}
.ActiveRow_iMod_Monochrome
{
	background-color: #d3d3d3 !important;
}

.GridPager_iMod_Monochrome
{
	background: #d8d8d8;
	height: 17px;
}
.GridPager_iMod_Monochrome td
{
	border-top: 1px solid #d3d3d3;
	padding-left: 11px;
}
.GridPager_iMod_Monochrome a
{
	color: #333;	
}

.GridHeader_iMod_Monochrome img,
.GroupPanelItems_iMod_Monochrome input
{
	vertical-align: middle;
}

/* grouping button */
.GroupPanelItems_iMod_Monochrome
{
	background: #686868;
	color: white !important;
	border: solid 1px #bababa;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_iMod_Monochrome
{
	background: #d8d8d8;
	font-weight: bold;
	height:20px;
	border-bottom:1px solid #d3d3d3;
}

.GroupPanel_iMod_Monochrome
{
	height: 30px;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #d3d3d3;
	border-collapse: collapse;
}

.GroupPanel_iMod_Monochrome td
{
	color: #fff;
}
