/* r.a.d.grid Default skin */

.RadGrid_Default1
{
	background: #809e72;
	border: solid 1px #c7cbb6;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
}

.RadGrid_Default th,
.RadGrid_Default th a
{ 
	font: bold 12px arial;
	color:#000;

}

.RadGrid_Default td,
.RadGrid_Default td a
{ 
	font: 12px arial;
	color: #000;

}

.MasterTable_Default
{
	border: 0px !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

th.GridHeader_Default
{
	color:#000000;
	height: 34px;
	background: #c6de70;
	padding:0 0 0 3px;
}
.GridHeader_Default a
{
	color:#fff;
}

.GridRow_Default
{
	background-color: #ffffff;
	height:25px;
	
}

.GridRow_Default td,
.GridAltRow_Default td,
.SelectedRow_Default td,
.ActiveRow_Default td,
.GridEditRow_Default td
{
	border-bottom:0px solid #c7cbb6;
	/*border-right:#c6de70 1px solid;
	border-left:#c6de70 1px solid;*/
	
	padding: 0px 2px;
}

.GridAltRow_Default
{
	background-color: #ffffff;
	height:25px;
}

.SelectedRow_Default
{
	background-color: #ffffff;
	height:20px;
}

.GridEditRow_Default
{
	background-color: #ffffce;
	height:20px;
}

.GridEditRow_Default input
{
	font-size: 11px;
}

.ActiveRow_Default
{
	background-color: #ffffff;
	height:20px;
}

.GridPager_Default
{
	background: #c6de70;
	height: 17px;
}
.GridPager_Default td
{
	border-top: 1px solid #c7cbb6;
	padding-left: 11px;
}
.GridPager_Default a
{
	color: #333;	
}

.GridHeader_Default,
.GroupPanelItems_Default
{
	vertical-align: middle;
}

/* grouping button */
.GroupPanelItems_Default
{
	background: #809e72;
	color: white !important;
	border: solid 1px #d2d5c6;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_Default
{
	background: #c9cfb7;
	font-weight: bold;
	height:20px;
	border-bottom:1px solid #c7cbb6;
}

.GroupPanel_Default
{
	height: 30px;
	width: 100%;
	text-align: left;
	background: #667e5b;
	border-bottom: 1px solid #c7cbb6;
	border-collapse: collapse;
	color: white;
}

.GroupPanel_Default td
{
	color: white;
	padding-left: 4px;
}

