/*Telerik RadGrid Greenchoice Skin*/

/*global*/

.RadGrid_Greenchoice
{
    background:#edf5e4;
	/*background:#f3f3e2;
	color:#272722;*/
	color:Black;
}

.RadGrid_Greenchoice,
.MasterTable_Greenchoice,
.DetailTable_Greenchoice,
.GroupPanel_Greenchoice table,
.GridEditForm_Greenchoice table
{
	font:11px verdana,sans-serif;
}

.RadGrid_Greenchoice,
.DetailTable_Greenchoice
{
	border:1px solid #78b24c;
	border-top-color:#78b24c;
}

.MasterTable_Greenchoice,
.DetailTable_Greenchoice
{
	border-collapse:separate !important;
}

.GridRow_Greenchoice td,
.GridAltRow_Greenchoice td,
.GridEditRow_Greenchoice td,
.GridFooter_Greenchoice td,
.GridGroupFooter_Greenchoice td,
.GridFilterRow_Greenchoice td,
.GridHeader_Greenchoice,
.ResizeHeader_Greenchoice,
.GroupHeader_Greenchoice td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_Greenchoice .rgAdd,
.RadGrid_Greenchoice .rgRefresh,
.RadGrid_Greenchoice .rgEdit,
.RadGrid_Greenchoice .rgDel,
.RadGrid_Greenchoice .rgFilter,
.RadGrid_Greenchoice .rgPagePrev,
.RadGrid_Greenchoice .rgPageNext,
.RadGrid_Greenchoice .rgExpand,
.RadGrid_Greenchoice .rgCollapse,
.RadGrid_Greenchoice .rgSortAsc,
.RadGrid_Greenchoice .rgSortDesc,
.RadGrid_Greenchoice .rgUpdate,
.RadGrid_Greenchoice .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('../images/Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Greenchoice input,
.GridCommandRow_Greenchoice img,
.GridHeader_Greenchoice input,
.GridFilterRow_Greenchoice img,
.GridPager_Greenchoice img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Greenchoice
{
	background:url('../images/Grid/sprite.gif') 0 0 repeat-x;
}

.GridHeader_Greenchoice,
.ResizeHeader_Greenchoice
{
	border-bottom:1px solid #41a901;
	padding-top:8px;
	padding-bottom:8px;
	background:url('../images/Grid/sprite.gif') 0 0 repeat-x #78b24c;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.GridHeader_Greenchoice,
.GridHeader_Greenchoice a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_Greenchoice
{
	background:#dce8d2;
}

.GridRow_Greenchoice td,
.GridAltRow_Greenchoice td,
.GridEditRow_Greenchoice td,
.GridFooter_Greenchoice td,
.GridGroupFooter_Greenchoice td
{
	padding-top:4px;
	padding-bottom:4px;
}

.GridRow_Greenchoice a,
.GridAltRow_Greenchoice a,
.GridEditRow_Greenchoice a,
.GridFooter_Greenchoice a,
.GridGroupFooter_Greenchoice a,
.GridEditForm_Greenchoice a
{
	color:#272722;
}

.GridRow_Greenchoice td
{
	border-top:1px solid #c6dab7;
	border-bottom:1px solid #c6dab7;
}

.GridAltRow_Greenchoice td
{
	border-top:1px solid #f3f3e2;
	border-bottom:1px solid #f3f3e2;
}

.SelectedRow_Greenchoice
{
	background:url('../images/Grid/sprite.gif') 0 -200px repeat-x #d6faba;
}

.SelectedRow_Greenchoice td
{
	border-top:1px solid #99cb58;
	border-bottom:1px solid #99cb58;
}

.ActiveRow_Greenchoice,
.GridRowOver_Greenchoice
{
	background:#fff;
}

.GridEditRow_Greenchoice
{
	background:#ecfed8;
}

.GridEditRow_Greenchoice td
{
	border-top:1px solid #99cb58;
	border-bottom:1px solid #99cb58;
}

/*footer*/

.GridFooter_Greenchoice td,
.GridGroupFooter_Greenchoice td
{
	border-top:1px solid #c6dab7;
}

/*status*/

.GridPager_Greenchoice span
{
	color:#78b24c;
}

/*paging*/

.GridPager_Greenchoice
{
	background:#78b24c;
	line-height:20px;
	color:#ffffff;
}

.GridPager_Greenchoice td
{
	border-top:1px solid #c6dab7;
	border-bottom:1px solid #c6dab7;
	padding:0 5px;
	color:#ffffff;
}

.GridPager_Greenchoice div span,
.GridPager_Greenchoice a,
.GridPager_Greenchoice .sliderPagerLabel_Greenchoice
{
	color:#ffffff;
}

.PagerLeft_Greenchoice
{
	float:left;
}

.PagerRight_Greenchoice
{
	float:right;
}

.PagerCenter_Greenchoice
{
	text-align:center;
}

.PagerCenter_Greenchoice span
{
	vertical-align:middle;
}

.RadGrid_Greenchoice .rgPagePrev
{
	background-position:5px -717px;
}

.RadGrid_Greenchoice .rgPageNext
{
	background-position:-21px -717px;
}

/*sorting, reordering*/

.GridHeader_Greenchoice .rgSortAsc
{
	background-position:-18px -598px;
	height:12px;
}

.GridHeader_Greenchoice .rgSortDesc
{
	background-position:3px -597px;
	height:12px;
}

.TopReorderIndicator_Greenchoice,
.BottomReorderIndicator_Greenchoice
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('../images/Grid/sprite.gif') 0 -751px no-repeat;
}

.BottomReorderIndicator_Greenchoice
{
	background-position:-21px -751px;
}

/*filtering*/

.GridFilterRow_Greenchoice td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_Greenchoice .rgFilter
{
	background-position:2px -656px;
}

.GridFilterRow_Greenchoice input[type="text"]
{
	border:1px solid #bbb894;
	font:12px arial,sans-serif;
	color:#272722;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Greenchoice
{
	border-top:1px solid #bfbeb3;
	border-bottom:1px solid #696856;
	background:#979584 url('../images/Grid/sprite.gif') 0 -997px repeat-x;
	color:#fff;
}

.GroupPanel_Greenchoice .rgSortAsc
{
	background-position:-21px -776px;
}

.GroupPanel_Greenchoice .rgSortDesc
{
	background-position:4px -775px;
}

.GroupPanel_Greenchoice td
{
	border-bottom:1px solid #a2a190;
	padding:6px 5px;
}

.GroupPanel_Greenchoice td td
{
	border:0;
	padding:0;
}

.GroupHeader_Greenchoice
{
	background:#f9f9e9;
	color:#47b100;
	font-size:13px;
}

.GroupHeader_Greenchoice td
{
	border-bottom:1px solid #c3c2a4;
	padding-top:3px;
	padding-bottom:3px;
}

.RadGrid_Greenchoice .rgExpand
{
	background-position:-21px -627px;
}

.RadGrid_Greenchoice .rgCollapse
{
	background-position:3px -626px;
}

.GroupHeader_Greenchoice td div
{
	top:-0.6em;
}

.GroupHeader_Greenchoice td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Greenchoice
{
	border-bottom:1px solid #cac8ab;
}

.GridEditForm_Greenchoice input[type="text"],
.GridEditForm_Greenchoice input[type="password"],
.GridEditForm_Greenchoice textarea
{
	border:1px solid #bbb894;
	font:12px arial,sans-serif;
	color:#272722;
}

.RadGrid_Greenchoice .rgUpdate
{
	background-position:3px -930px;
}

.RadGrid_Greenchoice .rgCancel
{
	background-position:3px -962px;
}

/*hierarchy*/

.DetailTable_Greenchoice
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Greenchoice
{
	background:#737262 url('../images/Grid/sprite.gif') 0 -1197px repeat-x;
	color:#fff;
}

.GridCommandRow_Greenchoice td
{
	border:0;
	border-top:1px solid #9f9e91;
	border-bottom:1px solid #4c4b3d;
	padding:0;
}

.GridCommandRow_Greenchoice td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_Greenchoice td td td
{
	padding:1px;
}

.GridCommandRow_Greenchoice table
{
	border:0;
	border-bottom:1px solid #7e7d6d;
}

.GridCommandRow_Greenchoice table table
{
	border:0;
}

.GridCommandRow_Greenchoice a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Greenchoice .rgAdd
{
	background-position:0 -841px;
}

.RadGrid_Greenchoice .rgRefresh
{
	background-position:0 -901px;
}

.RadGrid_Greenchoice .rgEdit
{
	background-position:0 -810px;
}

.RadGrid_Greenchoice .rgDel
{
	background-position:0 -871px;
}

/*loading*/

.LoadingPanel_Greenchoice
{
	background:url('../images/Grid/loading.gif') center center no-repeat #f3f3e2;
}

/*multirow select*/

.GridRowSelector_Greenchoice
{
	background:#555 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_Greenchoice
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_Greenchoice .GridHeader_Greenchoice,
.RadGridRTL_Greenchoice .ResizeHeader_Greenchoice
{
	text-align:right;
}

.RadGridRTL_Greenchoice .PagerLeft_Greenchoice,
.RadGridRTL_Greenchoice .GridPager_Greenchoice .radslider
{
	float:right;
}

.RadGridRTL_Greenchoice .PagerRight_Greenchoice
{
	float:left;
}
