/*Telerik RadGrid PinkSkin Skin*/

/*global*/

.RadGrid_PinkSkin
{
	
	/*background:#fff;*/
	color:#27413e;
	padding:1px;
	scrollbar-face-color:#E9E9E9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#E9E9E9;
	scrollbar-3dlight-color:#DBDBDB;
	scrollbar-arrow-color:#787878;
	scrollbar-track-color:#F5F5F5;
	scrollbar-darkshadow-color:#AEAEAE;
}

.RadGrid_PinkSkin,
.MasterTable_PinkSkin,
.DetailTable_PinkSkin,
.GroupPanel_PinkSkin table,
.GridEditForm_PinkSkin table
{
	font:bold 12px Arial, Helvetica, sans-serif; 
}

.MasterTable_PinkSkin,
.DetailTable_PinkSkin
{
    border-collapse:separate !important;
}

.GridRow_PinkSkin td,
.GridAltRow_PinkSkin td,
.GridEditRow_PinkSkin td,
.GridFooter_PinkSkin td,
.GridFilterRow_PinkSkin td,
.GridHeader_PinkSkin,
.ResizeHeader_PinkSkin
{
	padding-left:4px; 
	padding-right:4px;
	
	
}

.RadGrid_PinkSkin .rgAdd,
.RadGrid_PinkSkin .rgRefresh,
.RadGrid_PinkSkin .rgEdit,
.RadGrid_PinkSkin .rgDel,
.RadGrid_PinkSkin .rgFilter,
.RadGrid_PinkSkin .rgPagePrev,
.RadGrid_PinkSkin .rgPageNext,
.RadGrid_PinkSkin .rgExpand,
.RadGrid_PinkSkin .rgCollapse,
.RadGrid_PinkSkin .rgSortAsc,
.RadGrid_PinkSkin .rgSortDesc,
.RadGrid_PinkSkin .rgUpdate,
.RadGrid_PinkSkin .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:top;
	cursor:pointer;
}

.GroupPanelItems_PinkSkin input,
.GridCommandRow_PinkSkin img,
.GridHeader_PinkSkin input,
.GridFilterRow_PinkSkin img,
.GridPager_PinkSkin img
{
	vertical-align:top;
	
}

/*header*/

.GridHeaderDiv_PinkSkin
{
	/*background:url('Grid/sprite.gif') 0 -1616px repeat-x #fafafa;*/background:#fdf3f6;
}

.GridHeader_PinkSkin,
.ResizeHeader_PinkSkin
{
	/*border-left:1px solid #d95a91;border-bottom:2px solid #d95a91;*/
	padding-top:3px;
	padding-bottom:3px;
	background:/*url(Grid/header1.gif) repeat-xcolor:#fff !important;*/; 
	text-align:left;
	vertical-align:top;
	
}

.GridHeader_PinkSkin:first-child,
.ResizeHeader_PinkSkin:first-child
{
	border-left:0;
	padding-left:5px;
	overflow:hidden;
	vertical-align:top;
	width:120px;
	

}

.GridHeader_PinkSkin a
{
	color:#0d5bd9;
	text-decoration:none;
}

/*rows*/
.GridRow_PinkSkin
{
background:#fdf3f6;
}
.GridAltRow_PinkSkin
{
	 
}
.GridFilterRow_PinkSkin td,
.GridRow_PinkSkin td,
.GridAltRow_PinkSkin td,
.GridEditRow_PinkSkin td
{
	/*border:1px #d95a91;
	border-style:none none solid solid;*/ border-top:solid 2px #d95a91; 
	padding-top:4px;
	padding-bottom:6px; 

}
.GridFooter_PinkSkin td
{
	/*border:1px #d95a91;
	border-style:none none solid solid;*/ border-bottom:none;  border-top:none;
	padding-top:4px;
	padding-bottom:4px; 

}
.GridFilterRow_PinkSkin td:first-child,
.GridRow_PinkSkin td:first-child,
.GridAltRow_PinkSkin td:first-child,
.GridEditRow_PinkSkin td:first-child,
.GridFooter_PinkSkin td:first-child
{
	border-left-color:#fff;
	
}

.GridRow_PinkSkin a,
.GridAltRow_PinkSkin a,
.GridEditRow_PinkSkin a,
.GridFooter_PinkSkin a,
.GridEditForm_PinkSkin a
{
	color:#27413e;
}

.GridRow_PinkSkin a:hover,
.GridAltRow_PinkSkin a:hover,
.GridEditRow_PinkSkin a:hover,
.GridFooter_PinkSkin a:hover,
.GridEditForm_PinkSkin a:hover
{
	color:#c72e6f;
}


.SelectedRow_PinkSkin
{
	background:url(Grid/sprite.gif) 0 -800px repeat-x #f1c15f;
}

.SelectedRow_PinkSkin td,
.SelectedRow_PinkSkin td:first-child
{
	border-color:#f29536;
}

.ActiveRow_PinkSkin,
.GridRowOver_PinkSkin
{
	background:#fae9ef;
	color:#c72e6f;
}

.ActiveRow_PinkSkin td:first-child,
.GridRowOver_PinkSkin td:first-child
{
	border-left-color:#fff;
	color:#c72e6f;
}

.GridEditRow_PinkSkin

{
	background:#e9ebf2;
}

.GridEditRow_PinkSkin td,
.GridEditRow_PinkSkin td:first-child
{
	/*border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;*/
}

/*footer*/

.GridFooter_PinkSkin td,
.GridFooter_PinkSkin a
{
	color:#666;
}

/*status*/

.GridPager_PinkSkin span
{
	color:#193d65;
}

/*pager*/

.GridPager_PinkSkin
{
    background:/*url('Grid/sprite.gif') 0 -600px repeat-x #d7e5f7*/ #f6e5ea;
    line-height:20px;
}

.GridPager_PinkSkin td
{
	/*border-top:1px solid #567db0;
	border-bottom:1px solid #fff;*/
	padding:1px 4px 2px;
}

.GridPager_PinkSkin div span,
.GridPager_PinkSkin a,
.GridPager_PinkSkin .sliderPagerLabel_PinkSkin
{
	color:#01285c;
}

.PagerLeft_PinkSkin
{
	float:left;
}

.PagerRight_PinkSkin
{
	float:right;
}

.PagerCenter_PinkSkin
{
	text-align:center;
}

.PagerCenter_PinkSkin span
{
	vertical-align:middle;
}

.RadGrid_PinkSkin .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_PinkSkin .rgPageNext
{
	background-position:-22px -1388px;
}

/*sorting, reordering*/

.GridHeader_PinkSkin .rgSortAsc
{
	background-position:-21px -1259px;
	
}

.GridHeader_PinkSkin .rgSortDesc
{
	background-position:4px -1259px;
	
}

.TopReorderIndicator_PinkSkin,
.BottomReorderIndicator_PinkSkin
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Grid/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_PinkSkin
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_PinkSkin
{
	background:#fafafa;
}

.RadGrid_PinkSkin .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_PinkSkin input[type="text"]
{
	/*border:1px solid #7f9db9;*/
	font:11px Arial, Helvetica, sans-serif;
	color:#27413e;
}

/*grouping*/

.GroupPanel_PinkSkin
{
	/*border-bottom:1px solid #688caf;*/
	/*background:url(Grid/sprite.gif) repeat-x #9ebde5;*/
	color:#fff;
}

.GroupPanel_PinkSkin td
{
	padding:2px 4px;
}

.GroupPanel_PinkSkin td td
{
	padding:0;
}

.GroupPanelItems_PinkSkin
{
	/*border:1px solid #325373;*/
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_PinkSkin .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_PinkSkin .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_PinkSkin
{
	background:#e4ecf7;
	color:#567db0;
	font:bold 11px verdana,sans-serif;
}

.GroupHeader_PinkSkin td
{
	/*border-bottom:1px solid #d0d7e5;*/
	padding:1px 4px 1px 5px; 
}

.GroupHeader_PinkSkin p
{
	padding:0;
	margin:0;
}

.RadGrid_PinkSkin .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_PinkSkin .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_PinkSkin td div
{
	top:-0.6em;
}

.GroupHeader_PinkSkin td div div
{
	top:0;
}

/*editing*/

.GridEditForm_PinkSkin
{
	/*border-bottom:1px solid #d0d7e5;*/
}

.GridEditForm_PinkSkin input[type="text"],
.GridEditForm_PinkSkin textarea
{
	/*border:1px solid #7f9db9;*/
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#27413e;
}

.RadGrid_PinkSkin .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_PinkSkin .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_PinkSkin
{
	/*border:1px solid #9eb6ce;*/
	border-right:0;
}
.DetailTable_PinkSkin .GridHeader_PinkSkin
{
	/*border:1px solid #9eb6ce;*/
	border-right:0; background:#0d5bd9; color:#fff !important
}
.DetailTable_PinkSkin .GridRow_PinkSkin
{
	background:#e9ebf2; border:0 !important;
}
.DetailTable_PinkSkin .GridRow_PinkSkin td,
.DetailTable_PinkSkin .GridAltRow_PinkSkin td
{
	 border:0 !important;
}
/*command row*/

.GridCommandRow_PinkSkin
{
	background:#fafafa;
}

.GridCommandRow_PinkSkin td
{
	/*border-bottom:1px solid #688caf;*/
	padding:2px 4px;
}

.GridCommandRow_PinkSkin td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_PinkSkin a
{
	color:#c62e6f;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
}
.GridCommandRow_PinkSkin a:hover
{
	color:#0c5bda;
}


.RadGrid_PinkSkin .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_PinkSkin .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_PinkSkin .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_PinkSkin .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_PinkSkin
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_PinkSkin .GridHeader_PinkSkin,
.RadGridRTL_PinkSkin .ResizeHeader_PinkSkin
{
	text-align:right;
}

.RadGridRTL_PinkSkin .PagerLeft_PinkSkin,
.RadGridRTL_PinkSkin .GridPager_PinkSkin .radslider
{
	float:right;
}

.RadGridRTL_PinkSkin .PagerRight_PinkSkin
{
	float:left;
}
