﻿/* Telerik RadGrid WebBlue Skin */

/*global*/

.RadGrid_WebBlue
{
	background:#f0f2f4;
	color:#000;
}

.RadGrid_WebBlue,
.MasterTable_WebBlue,
.DetailTable_WebBlue,
.GroupPanel_WebBlue table,
.GridEditForm_WebBlue table
{
	font:11px arial,tahoma,sans-serif;
}

.RadGrid_WebBlue,
.DetailTable_WebBlue
{
	border:1px solid #69798c;
}

.MasterTable_WebBlue,
.DetailTable_WebBlue
{
	border-collapse:separate !important;
}

.GridFilterRow_WebBlue td,
.GridRow_WebBlue td,
.GridAltRow_WebBlue td,
.GridEditRow_WebBlue td,
.GridFooter_WebBlue td,
.GridGroupFooter_WebBlue td
{
	padding-left:2px;
	padding-right:2px;
}

.RadGrid_WebBlue .rgAdd,
.RadGrid_WebBlue .rgRefresh,
.RadGrid_WebBlue .rgEdit,
.RadGrid_WebBlue .rgDel,
.RadGrid_WebBlue .rgFilter,
.RadGrid_WebBlue .rgPagePrev,
.RadGrid_WebBlue .rgPageNext,
.RadGrid_WebBlue .rgExpand,
.RadGrid_WebBlue .rgCollapse,
.RadGrid_WebBlue .rgSortAsc,
.RadGrid_WebBlue .rgSortDesc,
.RadGrid_WebBlue .rgUpdate,
.RadGrid_WebBlue .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtjrSuPv8j-QWzKZ6u0t6c_w2&t=633745683086516250');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_WebBlue input,
.GridCommandRow_WebBlue img,
.GridHeader_WebBlue input,
.GridFilterRow_WebBlue img,
.GridPager_WebBlue img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_WebBlue
{
	background:#d2d6db url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtjrSuPv8j-QWzKZ6u0t6c_w2&t=633745683086516250') 0 -980px repeat-x;
}

.GridHeader_WebBlue,
.ResizeHeader_WebBlue
{
	border-top:1px solid #d8dce0;
	border-bottom:1px solid #90979e;
	padding:6px 3px 5px 2px;
	background:#bbc6d2 url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtjrSuPv8j-QWzKZ6u0t6c_w2&t=633745683086516250') 0 0 repeat-x;
	text-align:left;
}

.GridHeader_WebBlue,
.GridHeader_WebBlue a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridFilterRow_WebBlue td,
.GridRow_WebBlue td,
.GridAltRow_WebBlue td,
.GridEditRow_WebBlue td,
.GridFooter_WebBlue td,
.GridGroupFooter_WebBlue td
{
	border:1px solid;
	border-left:0;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_WebBlue a,
.GridAltRow_WebBlue a,
.GridEditRow_WebBlue a,
.GridFooter_WebBlue a,
.GridGroupFooter_WebBlue a
{
	color:#687a81;
	text-decoration:underline;
}

.GridRow_WebBlue
{
	background:#f0f2f4;
}

.GridRow_WebBlue td
{
	border-color:#f0f2f4 #e9e9e9 #e9e9e9;
}

.GridAltRow_WebBlue
{
	background:#fff;
}

.GridAltRow_WebBlue td
{
	border-color:#fff #e9e9e9 #e9e9e9;
}

.SelectedRow_WebBlue
{
	background:#ffe79c;
}

.GridRowOver_WebBlue,
.ActiveRow_WebBlue
{
	background:#ced8dd;
}

.GridRowOver_WebBlue td,
.ActiveRow_WebBlue td
{
	border-color:#a0aab6 #ced8dd;
}

.SelectedRow_WebBlue td
{
	border-color:#ea9b1f #ffe79c;
}

.GridEditRow_WebBlue
{
	background:#ffffe1;
}

.GridEditRow_WebBlue td
{
	border-color:#ffe79c #ffffe1;
}

/*footer*/


.GridFooterDiv_WebBlue,
.GridFooter_WebBlue,
.GridGroupFooter_WebBlue
{
	background:#e0e3e6;
	color:#333;
}

.GridFooter_WebBlue td,
.GridGroupFooter_WebBlue td
{
	border-color:#e0e3e6 #c7c7c7 #c7c7c7;
}

/*status*/

.GridPager_WebBlue span
{
	color:#929496;
}

/*paging*/

.GridPager_WebBlue
{
	background:#d2d6db;
	line-height:24px;
}

.GridPager_WebBlue td
{
	border-bottom:1px solid #c7c7c7;
	padding:2px;
}

.GridPager_WebBlue div span,
.GridPager_WebBlue a,
.GridPager_WebBlue .sliderPagerLabel_WebBlue
{
	color:#6e7376;
}

.GridPager_WebBlue a:hover
{
	color:#333;
}

.PagerLeft_WebBlue
{
	float:left;
}

.PagerRight_WebBlue
{
	float:right;
}

.PagerCenter_WebBlue
{
	text-align:center;
}

.PagerCenter_WebBlue *
{
	vertical-align:middle;
}

.RadGrid_WebBlue .rgPagePrev
{
	background-position:5px -625px;
}

.RadGrid_WebBlue .rgPageNext
{
	background-position:5px -657px;
}

/*sorting, reordering*/

.GridHeader_WebBlue .rgSortAsc
{
	background-position:-21px -528px;
	height:12px;
}

.GridHeader_WebBlue .rgSortDesc
{
	background-position:4px -528px;
	height:12px;
}

.TopReorderIndicator_WebBlue,
.BottomReorderIndicator_WebBlue
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtjrSuPv8j-QWzKZ6u0t6c_w2&t=633745683086516250') 0 -500px no-repeat;
}

.BottomReorderIndicator_WebBlue
{
	background-position:-21px -500px;
}

/*filtering*/

.GridFilterRow_WebBlue
{
	background:#e0e3e6;
}

.GridFilterRow_WebBlue td
{
	border-color:#e0e3e6 #c7c7c7 #c7c7c7;
}

.RadGrid_WebBlue .rgFilter
{
	background-position:2px -689px;
}

.GridFilterRow_WebBlue input[type="text"]
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_WebBlue
{
	background:#b7bfc7 url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtjrSuPv8j-QWzKZ6u0t6c_w2&t=633745683086516250') 0 -300px repeat-x;
	border-bottom:1px solid #8d9092;
}

.GroupPanelItems_WebBlue
{
	border:1px solid;
	border-color:#fff #8d9092 #8d9092 #fff;
	padding:1px 4px;
	background:#f0f2f4;
	color:#999;
	white-space:nowrap;
}

.GroupPanel_WebBlue .rgSortAsc
{
	background-position:-21px -526px;
}

.GroupPanel_WebBlue .rgSortDesc
{
	background-position:4px -526px;
}

.GroupPanel_WebBlue td
{
	padding:3px 2px 2px;
}

.GroupPanel_WebBlue td td
{
	padding:0;
}

.GroupHeader_WebBlue
{
	background:#dfeeff;
}

.GroupHeader_WebBlue td
{
	border-bottom:1px solid #b4cbe7;
	padding:3px 3px 3px 2px;
}

.RadGrid_WebBlue .rgExpand
{
	background-position:2px -722px;
}

.RadGrid_WebBlue .rgCollapse
{
	background-position:2px -754px;
}

.GroupHeader_WebBlue td div
{
	top:-0.6em;
}

.GroupHeader_WebBlue td div div
{
	top:0;
}

/*editing*/

.GridEditForm_WebBlue input[type="text"],
.GridEditForm_WebBlue input[type="password"],
.GridEditForm_WebBlue textarea
{
	border:1px solid #8b9cac;
	font:11px arial,tahoma,sans-serif;
	background:#fff;
	color:#333;
}

.RadGrid_WebBlue .rgUpdate
{
	background-position:2px -882px;
}

.RadGrid_WebBlue .rgCancel
{
	background-position:2px -914px;
}

/*hierarchy*/

.DetailTable_WebBlue
{
	border-right:0;
}

/*command row*/

.GridCommandRow_WebBlue
{
	background:#f0f2f4;
}

.GridCommandRow_WebBlue td
{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #8d9092;
	padding:1px 2px 2px;
}

.GridCommandRow_WebBlue td td
{
	border:0;
	padding:0;
}

.GridCommandRow_WebBlue a
{
	color:#333;
}

.GridCommandRow_WebBlue a img
{
	vertical-align:middle;
}

.RadGrid_WebBlue .rgAdd
{
	background-position:2px -947px;
}

.RadGrid_WebBlue .rgRefresh
{
	background-position:4px -785px;
}

.RadGrid_WebBlue .rgEdit
{
	background-position:2px -818px;
}

.RadGrid_WebBlue .rgDel
{
	background-position:2px -851px;
}

/*loading*/

.LoadingPanel_WebBlue
{
	background:#fff url('WebResource.axd?d=znrCSmaKuIGlUb8sjenpuz2pNRvuEhlSIfX8A-XPB6lumvkk-vqivdQMaiwdLcbtK6vL1hT_SEByYmoMJM4KJg2&t=633745683086516250') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_WebBlue
{
	background:#003 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_WebBlue
{
    border-top:1px dashed #444;
}

/*rtl*/

.RadGridRTL_WebBlue .GridHeader_WebBlue,
.RadGridRTL_WebBlue .ResizeHeader_WebBlue
{
	text-align:right;
}

.RadGridRTL_WebBlue .PagerLeft_WebBlue,
.RadGridRTL_WebBlue .GridPager_WebBlue .radslider
{
	float:right;
}

.RadGridRTL_WebBlue .PagerRight_WebBlue
{
	float:left;
}
