/* Telerik RadGrid Playdough Skin */

/*global*/

.RadGrid_Playdough
{
	background:#bbc1c9;
	color:#000;
	
	scrollbar-face-color:#bbc1c9; 
	scrollbar-highlight-color:#bbc1c9; 
	scrollbar-shadow-color:#bbc1c9; 
	scrollbar-3dlight-color:#d2d6db; 
	scrollbar-arrow-color:#333; 
	scrollbar-track-color:#d2d6db;
	scrollbar-darkshadow-color:#d2d6db; 
}

.RadGrid_Playdough,
.MasterTable_Playdough,
.DetailTable_Playdough,
.GroupPanel_Playdough table,
.GridEditForm_Playdough table
{
	font:11px arial,tahoma,sans-serif;
}

.RadGrid_Playdough,
.DetailTable_Playdough
{
	border:1px solid #898d8f;
	border-top:0;
}

.MasterTable_Playdough,
.DetailTable_Playdough
{
	border-collapse:separate !important;
}

.GridFilterRow_Playdough td,
.GridRow_Playdough td,
.GridAltRow_Playdough td,
.GridEditRow_Playdough td,
.GridFooter_Playdough td,
.GridGroupFooter_Playdough td
{
	padding-left:2px;
	padding-right:2px;
}

.RadGrid_Playdough .rgAdd,
.RadGrid_Playdough .rgRefresh,
.RadGrid_Playdough .rgEdit,
.RadGrid_Playdough .rgDel,
.RadGrid_Playdough .rgFilter,
.RadGrid_Playdough .rgPagePrev,
.RadGrid_Playdough .rgPageNext,
.RadGrid_Playdough .rgExpand,
.RadGrid_Playdough .rgCollapse,
.RadGrid_Playdough .rgSortAsc,
.RadGrid_Playdough .rgSortDesc,
.RadGrid_Playdough .rgUpdate,
.RadGrid_Playdough .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Playdough input,
.GridCommandRow_Playdough img,
.GridHeader_Playdough input,
.GridFilterRow_Playdough img,
.GridPager_Playdough img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Playdough
{
	background:#d2d6db url('Grid/sprite.gif') 0 -980px repeat-x;
}

.GridHeader_Playdough,
.ResizeHeader_Playdough
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:5px 3px 5px 2px;
	background:#bbc6d2 url('Grid/sprite.gif') 0 0 repeat-x;
	text-align:left;
}

.GridHeader_Playdough,
.GridHeader_Playdough a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridFilterRow_Playdough td,
.GridRow_Playdough td,
.GridAltRow_Playdough td,
.GridEditRow_Playdough td,
.GridFooter_Playdough td,
.GridGroupFooter_Playdough td
{
	border:1px solid;
	border-color:#d2d8db #dadfe1 #fff;
	border-left:0;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_Playdough a,
.GridAltRow_Playdough a,
.GridEditRow_Playdough a,
.GridFooter_Playdough a,
.GridGroupFooter_Playdough a
{
	color:#687a81;
	text-decoration:underline;
}

.GridRow_Playdough
{
	background:#f0f2f4;
}

.GridAltRow_Playdough
{
	background:#fff;
}

.SelectedRow_Playdough
{
	background:#f9f6dd;
}

.GridRowOver_Playdough,
.ActiveRow_Playdough
{
	background:#e0e3e6;
}

.GridRowOver_Playdough td,
.ActiveRow_Playdough td
{
	border-top-color:#abb4b9;
}

.SelectedRow_Playdough td
{
	border-top-color:#e3d7c0;
	border-bottom-color:#f9f6dd;
}

.GridEditRow_Playdough
{
	background:#ffffe1;
}

/*footer*/


.GridFooterDiv_Playdough,
.GridFooter_Playdough,
.GridGroupFooter_Playdough
{
	background:#e0e3e6;
	color:#333;
}

.GridFooter_Playdough td,
.GridGroupFooter_Playdough td
{
	border-right-color:#bcc5ca;
	border-bottom-color:#f0f2f4;
}

/*status*/

.GridPager_Playdough span
{
	color:#929496;
}

/*paging*/

.GridPager_Playdough
{
	background:#d2d6db;
	line-height:24px;
}

.GridPager_Playdough td
{
	border-top:1px solid #bcc5ca;
	padding:2px;
}

.GridPager_Playdough div span,
.GridPager_Playdough a,
.GridPager_Playdough .sliderPagerLabel_Playdough
{
	color:#687a81;
}

.GridPager_Playdough a:hover
{
	color:#333;
}

.PagerLeft_Playdough
{
	float:left;
}

.PagerRight_Playdough
{
	float:right;
}

.PagerCenter_Playdough
{
	text-align:center;
}

.PagerCenter_Playdough *
{
	vertical-align:middle;
}

.RadGrid_Playdough .rgPagePrev
{
	background-position:5px -625px;
}

.RadGrid_Playdough .rgPageNext
{
	background-position:5px -657px;
}

/*sorting, reordering*/

.GridHeader_Playdough .rgSortAsc
{
	background-position:-21px -528px;
	height:12px;
}

.GridHeader_Playdough .rgSortDesc
{
	background-position:4px -528px;
	height:12px;
}

.TopReorderIndicator_Playdough,
.BottomReorderIndicator_Playdough
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -500px no-repeat;
}

.BottomReorderIndicator_Playdough
{
	background-position:-21px -500px;
}

/*filtering*/

.GridFilterRow_Playdough
{
	background:#d2d6db;
}

.GridFilterRow_Playdough td
{
	border-bottom-color:#abb4b9;
	border-right-color:#abb4b9;
}

.RadGrid_Playdough .rgFilter
{
	background-position:2px -689px;
}

.GridFilterRow_Playdough input[type="text"]
{
	border:1px solid #afbec5;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Playdough
{
	background:#bbc2c9 url('Grid/sprite.gif') 0 -300px repeat-x;
	border-top:1px solid #898d8f;
	border-bottom:1px solid #8d9092;
}

.GroupPanelItems_Playdough
{
	border:1px solid;
	border-color:#fff #8d9092 #8d9092 #fff;
	padding:1px 4px;
	background:#f0f2f4;
	color:#999;
	white-space:nowrap;
}

.GroupPanel_Playdough .rgSortAsc
{
	background-position:-21px -526px;
}

.GroupPanel_Playdough .rgSortDesc
{
	background-position:4px -526px;
}

.GroupPanel_Playdough td
{
	padding:3px 2px;
}

.GroupPanel_Playdough td td
{
	padding:0;
}

.GroupHeader_Playdough
{
	background:#c7d0d9;
}

.GroupHeader_Playdough td
{
	border-bottom:1px solid #d8dee4;
	padding:3px 3px 3px 2px;
}

.RadGrid_Playdough .rgExpand
{
	background-position:2px -722px;
}

.RadGrid_Playdough .rgCollapse
{
	background-position:2px -754px;
}

.GroupHeader_Playdough td div
{
	top:-0.6em;
}

.GroupHeader_Playdough td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Playdough input[type="text"],
.GridEditForm_Playdough textarea
{
	border:1px solid #afbec5;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#000;
}

.RadGrid_Playdough .rgUpdate
{
	background-position:2px -882px;
}

.RadGrid_Playdough .rgCancel
{
	background-position:2px -914px;
}

/*hierarchy*/

.DetailTable_Playdough
{
	border-right:0;
}

/*command row*/

.GridCommandRow_Playdough
{
	background:#f0f2f4;
}

.GridCommandRow_Playdough td
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:1px 2px 2px;
}

.GridCommandRow_Playdough td td
{
	border:0;
	padding:0;
}

.GridCommandRow_Playdough a
{
	color:#333;
}

.GridCommandRow_Playdough a img
{
	vertical-align:middle;
}

.RadGrid_Playdough .rgAdd
{
	background-position:2px -947px;
}

.RadGrid_Playdough .rgRefresh
{
	background-position:4px -785px;
}

.RadGrid_Playdough .rgEdit
{
	background-position:2px -818px;
}

.RadGrid_Playdough .rgDel
{
	background-position:2px -851px;
}

/*loading*/

.LoadingPanel_Playdough
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_Playdough .GridHeader_Playdough,
.RadGridRTL_Playdough .ResizeHeader_Playdough
{
	text-align:right;
}

.RadGridRTL_Playdough .PagerLeft_Playdough,
.RadGridRTL_Playdough .GridPager_Playdough .radslider
{
	float:right;
}

.RadGridRTL_Playdough .PagerRight_Playdough
{
	float:left;
}
