/* Telerik RadGrid WebBlue Skin */

/*global*/

.RadGrid_newWebBlue
{
	background:#f0f2f4;
	color:#000;
}

.RadGrid_newWebBlue,
.MasterTable_newWebBlue,
.DetailTable_newWebBlue,
.GroupPanel_newWebBlue table,
.GridEditForm_newWebBlue table,
.GridToolTip_newWebBlue
{
	font:11px arial,tahoma,sans-serif;
}

.RadGrid_newWebBlue,
.DetailTable_newWebBlue
{
	border:1px solid #69798c;
}

.MasterTable_newWebBlue,
.DetailTable_newWebBlue
{
	border-collapse:separate !important;
}

.GridFilterRow_newWebBlue td,
.GridRow_newWebBlue td,
.GridAltRow_newWebBlue td,
.GridEditRow_newWebBlue td,
.GridFooter_newWebBlue td,
.GridGroupFooter_newWebBlue td
{
	padding-left:2px;
	padding-right:3px;
}

.RadGrid_newWebBlue .rgAdd,
.RadGrid_newWebBlue .rgRefresh,
.RadGrid_newWebBlue .rgEdit,
.RadGrid_newWebBlue .rgDel,
.RadGrid_newWebBlue .rgFilter,
.RadGrid_newWebBlue .rgPagePrev,
.RadGrid_newWebBlue .rgPageNext,
.RadGrid_newWebBlue .rgPageFirst,
.RadGrid_newWebBlue .rgPageLast,
.RadGrid_newWebBlue .rgExpand,
.RadGrid_newWebBlue .rgCollapse,
.RadGrid_newWebBlue .rgSortAsc,
.RadGrid_newWebBlue .rgSortDesc,
.RadGrid_newWebBlue .rgUpdate,
.RadGrid_newWebBlue .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_newWebBlue input,
.GridCommandRow_newWebBlue img,
.GridHeader_newWebBlue input,
.GridFilterRow_newWebBlue img,
.GridPager_newWebBlue img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_newWebBlue
{
	background:#d2d6db url('Grid/sprite.gif') 0 -980px repeat-x;
	
}

.GridHeader_newWebBlue,
.ResizeHeader_newWebBlue
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:6px 3px 5px 2px;
	background:#bbc6d2 url('Grid/sprite.gif') 0 0 repeat-x;
	text-align:left;
	
}

.GridHeader_newWebBlue
{
	color:#fff;
}
.GridHeader_newWebBlue a
{
	/*color: #333333;*/
	text-decoration:underline;
}

.GridHeader_newWebBlue a:hover { 
	color: #CCCCCC;
	 text-decoration :underline;
	}


/*rows*/

.GridFilterRow_newWebBlue td,
.GridRow_newWebBlue td,
.GridAltRow_newWebBlue td,
.GridEditRow_newWebBlue td,
.GridFooter_newWebBlue td,
.GridGroupFooter_newWebBlue td
{
	border:1px solid;
	border-left:0;
	border-right:0;
	padding-top:4px;
	padding-bottom:3px;
}

.GridRow_newWebBlue a,
.GridAltRow_newWebBlue a,
.GridEditRow_newWebBlue a,
.GridFooter_newWebBlue a,
.GridGroupFooter_newWebBlue a
{
	color:#687a81;
	text-decoration:underline;
}

.GridRow_newWebBlue
{
	background:#f0f2f4;
}

.GridRow_newWebBlue td
{
	border-color:#f0f2f4 #f0f2f4 #e9e9e9;
}

.GridAltRow_newWebBlue
{
	background:#fff;
}

.GridAltRow_newWebBlue td
{
	border-color:#fff #fff #e9e9e9;
}

.SelectedRow_newWebBlue
{
	background:#ffe79c;
}

.GridRowOver_newWebBlue,
.ActiveRow_newWebBlue
{
	background:#ced8dd;
}

.GridRowOver_newWebBlue td,
.ActiveRow_newWebBlue td
{
	border-color:#a0aab6 #ced8dd;
}

.SelectedRow_newWebBlue td
{
	border-color:#ea9b1f #ffe79c;
}

.GridEditRow_newWebBlue
{
	background:#ffffe1;
}

.GridEditRow_newWebBlue td
{
	border-color:#ffe79c #ffffe1;
}

/*footer*/


.GridFooterDiv_newWebBlue,
.GridFooter_newWebBlue,
.GridGroupFooter_newWebBlue
{
	background:#e0e3e6;
	color:#333;
}

.GridFooter_newWebBlue td,
.GridGroupFooter_newWebBlue td
{
	border-color:#c7c7c7 #e0e3e6;
}

/*status*/

.GridPager_newWebBlue span
{
	color:#929496;
}

/*paging*/

.GridPager_newWebBlue
{
	background:#d2d6db;
	line-height:22px;
}

.GridPager_newWebBlue td
{
	border-bottom:1px solid #c7c7c7;
	padding:0 2px;
}

.GridPager_newWebBlue,
.GridPager_newWebBlue div span,
.GridPager_newWebBlue a,
.GridPager_newWebBlue .sliderPagerLabel_newWebBlue
{
	color:#6e7376;
}

.GridPager_newWebBlue a:hover
{
	color:#333;
}

.PagerLeft_newWebBlue
{
	float:left;
}

.PagerRight_newWebBlue
{
	float:right;
}

.PagerCenter_newWebBlue
{
	text-align:center;
}

.PagerCenter_newWebBlue *
{
	vertical-align:middle;
}

.RadGrid_newWebBlue .rgPagePrev
{
	background-position:5px -625px;
}

.RadGrid_newWebBlue .rgPageNext
{
	background-position:6px -657px;
}

.RadGrid_newWebBlue .rgPageFirst
{
	background-position:4px -561px;
}

.RadGrid_newWebBlue .rgPageLast
{
	background-position:4px -593px;
}

/*sorting, reordering*/

.GridHeader_newWebBlue .rgSortAsc
{
	background-position:-21px -528px;
	height:12px;
}

.GridHeader_newWebBlue .rgSortDesc
{
	background-position:4px -528px;
	height:12px;
}

.TopReorderIndicator_newWebBlue,
.BottomReorderIndicator_newWebBlue
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -500px no-repeat;
}

.BottomReorderIndicator_newWebBlue
{
	background-position:-21px -500px;
}

/*filtering*/

.GridFilterRow_newWebBlue
{
	background:#e0e3e6;
}

.GridFilterRow_newWebBlue td
{
	border-color:#e0e3e6 #c7c7c7 #c7c7c7;
	padding-top:3px;
	padding-bottom:4px;
}

.RadGrid_newWebBlue .rgFilter
{
	background-position:2px -689px;
}

.GridFilterRow_newWebBlue input[type="text"]
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_newWebBlue
{
	background:#b7bfc7 url('Grid/sprite.gif') 0 -300px repeat-x;
	border-bottom:1px solid #8d9092;
}

.GroupPanelItems_newWebBlue
{
	border:1px solid;
	border-color:#fff #8d9092 #8d9092 #fff;
	padding:1px 4px;
	background:#f0f2f4;
	color:#999;
	white-space:nowrap;
}

.GroupPanel_newWebBlue .rgSortAsc
{
	background-position:-21px -526px;
}

.GroupPanel_newWebBlue .rgSortDesc
{
	background-position:4px -526px;
}

.GroupPanel_newWebBlue td
{
	padding:3px 2px 2px;
}

.GroupPanel_newWebBlue td td
{
	padding:0;
}

.GroupHeader_newWebBlue
{
	background:#dfeeff;
}

.GroupHeader_newWebBlue td
{
	border-bottom:1px solid #b4cbe7;
	padding:3px 3px 3px 2px;
}

.RadGrid_newWebBlue .rgExpand
{
	background-position:2px -722px;
}

.RadGrid_newWebBlue .rgCollapse
{
	background-position:2px -754px;
}

.GroupHeader_newWebBlue td div
{
	top:-0.6em;
}

.GroupHeader_newWebBlue td div div
{
	top:0;
}

/*editing*/

.GridEditForm_newWebBlue input[type="text"],
.GridEditForm_newWebBlue input[type="password"],
.GridEditForm_newWebBlue textarea
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
}

.RadGrid_newWebBlue .rgUpdate
{
	background-position:2px -882px;
}

.RadGrid_newWebBlue .rgCancel
{
	background-position:2px -914px;
}

/*hierarchy*/

.DetailTable_newWebBlue
{
	border-right:0;
}

/*command row*/

.GridCommandRow_newWebBlue
{
	background:#f0f2f4;
}

.GridCommandRow_newWebBlue td
{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #8d9092;
	padding:1px 2px 2px;
}

.GridCommandRow_newWebBlue td td
{
	border:0;
	padding:0;
}

.GridCommandRow_newWebBlue a
{
	color:#333;
}

.GridCommandRow_newWebBlue a img
{
	vertical-align:middle;
}

.RadGrid_newWebBlue .rgAdd
{
	background-position:2px -947px;
}

.RadGrid_newWebBlue .rgRefresh
{
	background-position:4px -785px;
}

.RadGrid_newWebBlue .rgEdit
{
	background-position:2px -818px;
}

.RadGrid_newWebBlue .rgDel
{
	background-position:2px -851px;
}

/*loading*/

.LoadingPanel_newWebBlue
{
	background:#fff url('Grid/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_newWebBlue
{
	background:#003;
}

/*row drag n drop*/

.GridItemDropIndicator_newWebBlue
{
    border-top:1px dashed #444;
}

/*tooltip*/

.GridToolTip_newWebBlue
{
	border:1px solid #e3d7c0;
	padding:3px;
	background:#f9f6dd;
	color:#333;
}

/*rtl*/

.RadGridRTL_newWebBlue .GridHeader_newWebBlue,
.RadGridRTL_newWebBlue .ResizeHeader_newWebBlue
{
	text-align:right;
}

.RadGridRTL_newWebBlue .PagerLeft_newWebBlue,
.RadGridRTL_newWebBlue .GridPager_newWebBlue .radslider
{
	float:right;
}

.RadGridRTL_newWebBlue .PagerRight_newWebBlue
{
	float:left;
}
