/* Telerik RadGrid Monochrome skin */
td {height: 30px !important}
.RadGrid_Monochrome
{
	font-size:  12px;
	line-height: 25px;
	text-align: left;
	padding: 3px;
	

}

.RadGrid_Monochrome th,
.RadGrid_Monochrome th a
{ 
	font: bold 12px Tahoma;
	color: #fff;
	
}

.RadGrid_Monochrome td,
.RadGrid_Monochrome td a
{ 
	font: 12px tahoma;
	color: #000;
}

.MasterTable_Monochrome
{
	border: 0px !important;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
	width: 800px;
}

.GridHeader_Monochrome,
.ResizeHeader_Monochrome
{
	color: white;
	height: 34px;
	background: #494949;
	display: none;
}

.GridHeader_Monochrome a
{
	color: #fff;
}

.GridRow_Monochrome,
.GridAltRow_Monochrome,
.SelectedRow_Monochrome,
.GridEditRow_Monochrome,
.ActiveRow_Monochrome
{
	height:80px;
}

.GridRow_Monochrome td,
.GridAltRow_Monochrome td,
.SelectedRow_Monochrome td,
.ActiveRow_Monochrome td,
.GridEditRow_Monochrome td
{
	line-height:21px;
	border-top:1px solid #eee;
	margin: 20px 0px 20px 0px;
}

.GridRow_Monochrome
{
	background-color: #ffffff;
	margin: 20px 0px 20px 0px;
}
.GridAltRow_Monochrome
{
	background-color: #ffffff;
}
.SelectedRow_Monochrome
{
    background-color: #fff;
	border-bottom:1px solid #d3d3d3;
	margin: 20px 0px 20px 0px;
}
.GridEditRow_Monochrome
{
	background-color: #ffffe1;
	border-bottom:1px solid #d3d3d3;
}


.ActiveRow_Monochrome
{
	background-color: #d3d3d3 !important;
}

.GridPager_Monochrome tfoot
{
	background: #fff;
	height: 27px;
}


.GridHeader_Monochrome img,
.GroupPanelItems_Monochrome input
{
	vertical-align: middle;
}

/* grouping button */
.GroupPanelItems_Monochrome
{
	background: #686868;
	color: white !important;
	border: solid 1px #bababa;
	white-space:  nowrap;
	font-size: 12px;
}

tr.GroupHeader_Monochrome
{
	background: #999;
	font-weight: bold;
	height:30px;
	border-bottom:1px solid #d3d3d3;
	margin: 20px 0px 20px 0px;
}

.GroupPanel_Monochrome
{
	height: 30px;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #d3d3d3;
	border-collapse: collapse;
}


