﻿/*Telerik RadGrid NESA Skin*/

/*global*/

.RadGrid_BuddyList
{
	background:#f7f9fb;
	color:#000000;
	scrollbar-face-color:#d1d4d8;
	scrollbar-highlight-color:#8f969d;
	scrollbar-shadow-color:#8f969d;
	scrollbar-3dlight-color:#f1f1f3;
	scrollbar-arrow-color:#8f969d;
	scrollbar-track-color:#d1d4d8;
	scrollbar-darkshadow-color:#8f969d;
}

.RadGrid_BuddyList,
.MasterTable_BuddyList,
.DetailTable_BuddyList,
.GroupPanel_BuddyList table,
.GridEditForm_BuddyList table
{
	/*font:11px tahoma,verdana,arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000;
}

.MasterTable_BuddyList,
.DetailTable_BuddyList
{
    border-collapse:separate !important;
}

.GridRow_BuddyList td
{
     background-color:#eef1f3;
   
}

.GridRow_BuddyList td,
.GridAltRow_BuddyList td,
.GridEditRow_BuddyList td,
.GridFooter_BuddyList td,
.GridGroupFooter_BuddyList td,
.GridFilterRow_BuddyList td,
.GridHeader_BuddyList,
.ResizeHeader_BuddyList
{
	padding-left:4px;
	padding-right:4px;
}
/*
.GridRow_BuddyList td,
.GridAltRow_BuddyList td
{	
    cursor:pointer;
}*/

.RadGrid_BuddyList .rgAdd,
.RadGrid_BuddyList .rgRefresh,
.RadGrid_BuddyList .rgEdit,
.RadGrid_BuddyList .rgDel,
.RadGrid_BuddyList .rgFilter,
.RadGrid_BuddyList .rgPagePrev,
.RadGrid_BuddyList .rgPageNext,
.RadGrid_BuddyList .rgExpand,
.RadGrid_BuddyList .rgCollapse,
.RadGrid_BuddyList .rgSortAsc,
.RadGrid_BuddyList .rgSortDesc,
.RadGrid_BuddyList .rgUpdate,
.RadGrid_BuddyList .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_BuddyList input,
.GridCommandRow_BuddyList img,
.GridHeader_BuddyList input,
.GridFilterRow_BuddyList img,
.GridPager_BuddyList img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_BuddyList
{
	background-color:#8f969d;
	/*background:url('Grid/sprite.gif') 0 -1616px repeat-x #fafafa;*/
}

.GridHeader_BuddyList,
.ResizeHeader_BuddyList
{
	background-color:#8f969d;
	padding-top:3px;
	padding-bottom:2px;
	/*background:url('Grid/sprite.gif') 0 -200px repeat-x #d3dbe9;*/
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#e8ecf0;
}

.GridHeader_BuddyList:first-child,
.ResizeHeader_BuddyList:first-child
{
	border-left:0;
	padding-left:5px;
}

.GridHeader_BuddyList a
{
	color:#000000;
	text-decoration:none;
}

/*rows*/

.GridAltRow_BuddyList td
{
	border:1px #000000;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#f7f9fb;
}

.GridFilterRow_BuddyList td,
.GridRow_BuddyList td,
.GridEditRow_BuddyList td,
.GridFooter_BuddyList td,
.GridGroupFooter_BuddyList td
{
	border:1px #000000;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
}

.GridFilterRow_BuddyList>td:first-child,
.GridRow_BuddyList>td:first-child,
.GridAltRow_BuddyList>td:first-child,
.GridEditRow_BuddyList>td:first-child,
.GridFooter_BuddyList>td:first-child,
.GridGroupFooter_BuddyList>td:first-child
{
	/*border-left-color:#597ea8;*/
	border-left:0;
}

.GridRow_BuddyList a,
.GridAltRow_BuddyList a,
.GridEditRow_BuddyList a,
.GridFooter_BuddyList a,
.GridGroupFooter_BuddyList a,
.GridEditForm_BuddyList a
{
	color:#000000;
}

.SelectedRow_BuddyList
{
	color:#000000;
}

.SelectedRow_BuddyList td,
.SelectedRow_BuddyList>td:first-child
{
	background:url('Grid/sprite.gif') 0 -800px repeat-x #f1c15f;
	border-color:#f29536;
}

.ActiveRow_BuddyList,
.GridRowOver_BuddyList
{
	background:none #8f969d;
	border-color:#000000;
	color:#e8ecf0;
}

.ActiveRow_BuddyList td,
.ActiveRow_BuddyList>td:first-child,
.GridRowOver_BuddyList td,
.GridRowOver_BuddyList>td:first-child
{
	border-left-color:#000000;
	border-right-color:#000000;
	background:none #8f969d;
}

.GridEditRow_BuddyList
{
	background:#ffffe1;
}

.GridEditRow_BuddyList td,
.GridEditRow_BuddyList>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;
}

/*footer*/

.GridFooter_BuddyList,
.GridGroupFooter_BuddyList,
.GridFooter_BuddyList a,
.GridGroupFooter_BuddyList a
{
	color:#666;
}

/*status*/

.GridPager_BuddyList span
{
	color:#193d65;
}

/*pager*/

.GridPager_BuddyList
{
    background:url('Grid/sprite.gif') 0 -600px repeat-x #d7e5f7;
    line-height:20px;
}

.GridPager_BuddyList td
{
	border-top:1px solid #567db0;
	border-bottom:1px solid #fff;
	padding:1px 4px 2px;
}

.GridPager_BuddyList div span,
.GridPager_BuddyList a,
.GridPager_BuddyList .sliderPagerLabel_BuddyList
{
	color:#01285c;
}

.PagerLeft_BuddyList
{
	float:left;
}

.PagerRight_BuddyList
{
	float:right;
}

.PagerCenter_BuddyList
{
	text-align:center;
}

.PagerCenter_BuddyList span
{
	vertical-align:middle;
}

.RadGrid_BuddyList .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_BuddyList .rgPageNext
{
	background-position:-22px -1388px;
}

/*sorting, reordering*/

.GridHeader_BuddyList .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_BuddyList .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_BuddyList,
.BottomReorderIndicator_BuddyList
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Grid/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_BuddyList
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_BuddyList
{
	background:#fafafa;
}

.RadGrid_BuddyList .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_BuddyList input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_BuddyList
{
	border-bottom:1px solid #688caf;
	background:url('Grid/sprite.gif') repeat-x #9ebde5;
	color:#fff;
}

.GroupPanel_BuddyList td
{
	padding:2px 4px;
}

.GroupPanel_BuddyList td td
{
	padding:0;
}

.GroupPanelItems_BuddyList
{
	border:1px solid #325373;
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_BuddyList .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_BuddyList .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_BuddyList
{
	background:#e4ecf7;
	color:#567db0;
	font:bold 11px verdana,sans-serif;
}

.GroupHeader_BuddyList td
{
	border-bottom:1px solid #d0d7e5;
	padding:1px 4px 2px 5px;
}

.GroupHeader_BuddyList p
{
	padding:0;
	margin:0;
}

.RadGrid_BuddyList .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_BuddyList .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_BuddyList td div
{
	top:-0.6em;
}

.GroupHeader_BuddyList td div div
{
	top:0;
}

/*editing*/

.GridEditForm_BuddyList
{
	border-bottom:1px solid #d0d7e5;
}

.GridEditForm_BuddyList input[type="text"],
.GridEditForm_BuddyList input[type="password"],
.GridEditForm_BuddyList textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_BuddyList .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_BuddyList .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_BuddyList
{
	border:1px solid #9eb6ce;
	border-right:0;
}

/*command row*/

.GridCommandRow_BuddyList
{
	background:#fafafa;
}

.GridCommandRow_BuddyList td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_BuddyList td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_BuddyList a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_BuddyList .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_BuddyList .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_BuddyList .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_BuddyList .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_BuddyList
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_BuddyList
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_BuddyList
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_BuddyList .GridHeader_BuddyList,
.RadGridRTL_BuddyList .ResizeHeader_BuddyList
{
	text-align:right;
}

.RadGridRTL_BuddyList .PagerLeft_BuddyList,
.RadGridRTL_BuddyList .GridPager_BuddyList .radslider
{
	float:right;
}

.RadGridRTL_BuddyList .PagerRight_BuddyList
{
	float:left;
}

.RadGridRTL_BuddyList .GridHeader_BuddyList:first-child,
.RadGridRTL_BuddyList .ResizeHeader_BuddyList:first-child
{
	border-left:1px solid #9eb6ce;
	padding-left:4px;
}

.RadGridRTL_BuddyList .GridFilterRow_BuddyList>td:first-child,
.RadGridRTL_BuddyList .GridRow_BuddyList>td:first-child,
.RadGridRTL_BuddyList .GridAltRow_BuddyList>td:first-child,
.RadGridRTL_BuddyList .GridEditRow_BuddyList>td:first-child,
.RadGridRTL_BuddyList .GridFooter_BuddyList>td:first-child,
.RadGridRTL_BuddyList .GridGroupFooter_BuddyList>td:first-child
{
	border-left-color:#d0d7e5;
}