
/*Telerik RadGrid Vista Skin*/

/*global*/

.RadGrid_ElbertGubbels
{
    color:#333;
}

.RadGrid_ElbertGubbels,
.MasterTable_ElbertGubbels,
.DetailTable_ElbertGubbels,
.GroupPanel_ElbertGubbels table,
.GridEditForm_ElbertGubbels table
{
    font:11px/14px "segoe ui",arial,sans-serif;
}

.MasterTable_ElbertGubbels,
.DetailTable_ElbertGubbels
{
    border-collapse:separate !important;
}

.GridRow_ElbertGubbels td,
.GridAltRow_ElbertGubbels td,
.GridEditRow_ElbertGubbels td,
.GridFooter_ElbertGubbels td,
.GridGroupFooter_ElbertGubbels td,
.GridFilterRow_ElbertGubbels td,
.GridHeader_ElbertGubbels,
.ResizeHeader_ElbertGubbels,
.GroupHeader_ElbertGubbels td
{
	padding-left:7px;
	padding-right:7px;
	vertical-align:top;
}

.RadGrid_ElbertGubbels .rgAdd,
.RadGrid_ElbertGubbels .rgRefresh,
.RadGrid_ElbertGubbels .rgEdit,
.RadGrid_ElbertGubbels .rgDel,
.RadGrid_ElbertGubbels .rgFilter,
.RadGrid_ElbertGubbels .rgPagePrev,
.RadGrid_ElbertGubbels .rgPageNext,
.RadGrid_ElbertGubbels .rgExpand,
.RadGrid_ElbertGubbels .rgCollapse,
.RadGrid_ElbertGubbels .rgSortAsc,
.RadGrid_ElbertGubbels .rgSortDesc,
.RadGrid_ElbertGubbels .rgUpdate,
.RadGrid_ElbertGubbels .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_ElbertGubbels input,
.GridCommandRow_ElbertGubbels img,
.GridHeader_ElbertGubbels input,
.GridFilterRow_ElbertGubbels img,
.GridPager_ElbertGubbels img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_ElbertGubbels
{
	background:url('Grid/sprite.gif') 0 -2016px repeat-x;
}

.GridHeader_ElbertGubbels,
.ResizeHeader_ElbertGubbels
{
	border:1px solid;
	border-color:#fff #fcfcfd #d5d5d5 #e7e8ea;
	padding-top:3px;
	padding-bottom:4px;
	background:url('Grid/sprite.gif') 0 -400px repeat-x #f1f2f4;
	text-align:left;
	font-weight:normal;
}

.GridHeader_ElbertGubbels,
.GridHeader_ElbertGubbels a
{
    color:#333;
    text-decoration:none;
}

/*rows*/

.GridRow_ElbertGubbels td,
.GridAltRow_ElbertGubbels td,
.GridEditRow_ElbertGubbels td,
.GridFooter_ElbertGubbels td,
.GridGroupFooter_ElbertGubbels td
{
	border:0px solid;
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_ElbertGubbels td,
.GridAltRow_ElbertGubbels td
{
	border-color:#fcfcfc #fff #fcfcfc #ededed;
	font-weight: normal;
	font-size: 8pt;
	color: #000;
	font-family: Arial;
	text-decoration: none;
}

.GridRow_ElbertGubbels>td:first-child,
.GridAltRow_ElbertGubbels>td:first-child,
.GridEditRow_ElbertGubbels>td:first-child,
.GridFooter_ElbertGubbels>td:first-child,
.GridGroupFooter_ElbertGubbels>td:first-child
{
	border-left-color:#fcfcfc;
}

.GridRow_ElbertGubbels a,
.GridAltRow_ElbertGubbels a,
.GridEditRow_ElbertGubbels a,
.GridFooter_ElbertGubbels a,
.GridGroupFooter_ElbertGubbels a,
.GridEditForm_ElbertGubbels a
{
	color:#333;
}

.SelectedRow_ElbertGubbels
{
    background:0 -800px repeat-x #e8f5fd;
}

.ActiveRow_ElbertGubbels,
.GridRowOver_ElbertGubbels
{
    background:url('Grid/sprite.gif') 0 -1100px repeat-x #e8f5fd;
}

.SelectedRow_ElbertGubbels td,
.ActiveRow_ElbertGubbels td,
.GridRowOver_ElbertGubbels td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.ActiveRow_ElbertGubbels td,
.GridRowOver_ElbertGubbels td
{
	border-top-color:#d8f0fa;
	border-bottom-color:#d8f0fa;
}

.SelectedRow_ElbertGubbels td
{
	border-top-color:#99defd;
	border-bottom-color:#99defd;
}

.GridEditRow_ElbertGubbels
{
    background:#caeefe;
}

.GridEditRow_ElbertGubbels td
{
	border-color:#caeefe;
}

/*footer*/

.GridFooter_ElbertGubbels,
.GridGroupFooter_ElbertGubbels
{
	color:#999;
}

.GridFooter_ElbertGubbels td,
.GridGroupFooter_ElbertGubbels td
{
	border-color:#dbe4e9 #fff #fcfcfc #ededed;
}

/*status*/

.GridPager_ElbertGubbels span
{
	color:#999;
}

/*pager*/

.GridPager_ElbertGubbels
{
    background:url('Grid/sprite.gif') 0 -600px repeat-x #f1fbfe;
    line-height:20px;
}

.GridPager_ElbertGubbels td
{
    border-top:1px solid #9db6c5;
    padding:1px 7px 2px;
}

.GridPager_ElbertGubbels div span,
.GridPager_ElbertGubbels a,
.GridPager_ElbertGubbels .sliderPagerLabel_ElbertGubbels
{
	color:#333;
}

.PagerLeft_ElbertGubbels
{
	float:left;
}

.PagerRight_ElbertGubbels
{
	float:right;
}

.PagerCenter_ElbertGubbels
{
	text-align:center;
}

.PagerCenter_ElbertGubbels span
{
	vertical-align:middle;
}

.RadGrid_ElbertGubbels .rgPagePrev
{
	background-position:5px -1789px;
}

.RadGrid_ElbertGubbels .rgPageNext
{
	background-position:-21px -1789px;
}

/*sorting, reordering*/

.GridHeader_ElbertGubbels .rgSortAsc
{
	background-position:-20px -1693px;
	height:10px;
}

.GridHeader_ElbertGubbels .rgSortDesc
{
	background-position:4px -1693px;
	height:10px;
}

.TopReorderIndicator_ElbertGubbels,
.BottomReorderIndicator_ElbertGubbels
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -1664px no-repeat;
}

.BottomReorderIndicator_ElbertGubbels
{
	background-position:-21px -1664px;
}

/*filtering*/

.GridFilterRow_ElbertGubbels td
{
    padding-top:4px;
    padding-bottom:4px;
    border-left:1px solid #ededed;
    border-right:1px solid #fff;
    border-bottom:1px solid #ededed;
}

.RadGrid_ElbertGubbels .rgFilter
{
	background-position:2px -1597px;
}

.GridFilterRow_ElbertGubbels input[type="text"]
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_ElbertGubbels
{
	border:1px solid #66707c;
	background:url('Grid/sprite.gif') 0 0 repeat-x #4b92aa;
	color:#fff;
}

.GroupPanel_ElbertGubbels .rgSortAsc
{
	background-position:-21px -1627px;
}

.GroupPanel_ElbertGubbels .rgSortDesc
{
	background-position:4px -1626px;
}

.GroupPanel_ElbertGubbels td
{
	border:1px solid;
	border-color:#b1c9d8 #83a9c1 #94c1ce;
	padding:7px;
}

.GroupPanel_ElbertGubbels td td
{
	border:0;
	padding:0;
}

.GroupHeader_ElbertGubbels
{
    background:url('Grid/sprite.gif') 0 -1385px repeat-x;
    font-size:1.27em;
    font-weight:bold;
	color:#039;
}

.GroupHeader_ElbertGubbels td
{
    padding:6px 8px;
}

.RadGrid_ElbertGubbels .rgExpand
{
	background-position:-21px -1723px;
}

.RadGrid_ElbertGubbels .rgCollapse
{
	background-position:4px -1721px;
}

.GroupHeader_ElbertGubbels .rgExpand,
.GroupHeader_ElbertGubbels .rgCollapse
{
	background-color:#fcfcfc;
}

.GroupHeader_ElbertGubbels td p
{
    display:inline;
    padding:0 10px;
    background:#fcfcfc;
}

.GroupHeader_ElbertGubbels td div div
{
	top:-0.5em;
	padding:0 10px;
	background:#fcfcfc;
}

.GroupHeader_ElbertGubbels td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.GridEditForm_ElbertGubbels
{
	border-bottom:1px solid #ededed;
}

.GridEditForm_ElbertGubbels input[type="text"],
.GridEditForm_ElbertGubbels input[type="password"],
.GridEditForm_ElbertGubbels textarea
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadGrid_ElbertGubbels .rgUpdate
{
	background-position:3px -1949px;
}

.RadGrid_ElbertGubbels .rgCancel
{
	background-position:3px -1981px;
}

/*hierarchy*/

.DetailTable_ElbertGubbels
{
	border:1px solid #ededed;
	border-right:0;
}

/*command row*/

.GridCommandRow_ElbertGubbels
{
}

.GridCommandRow_ElbertGubbels td
{
	padding:0;
}

.GridCommandRow_ElbertGubbels td td
{
	border:0;
	padding:3px 7px 4px;
}

.GridCommandRow_ElbertGubbels td td td
{
	padding:1px;
}

.GridCommandRow_ElbertGubbels table
{
	border:1px solid;
	border-color:#c2d5e1 #83a9c1 #a8cfd9;
}

.GridCommandRow_ElbertGubbels table table
{
	border:0;
}

.GridCommandRow_ElbertGubbels a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_ElbertGubbels .rgAdd
{
	background-position:0 -1856px;
}

.RadGrid_ElbertGubbels .rgRefresh
{
	background-position:0 -1824px;
}

.RadGrid_ElbertGubbels .rgEdit
{
	background-position:0 -1888px;
}

.RadGrid_ElbertGubbels .rgDel
{
	background-position:0 -1920px;
}

/*loading*/

.LoadingPanel_ElbertGubbels
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_ElbertGubbels
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_ElbertGubbels
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_ElbertGubbels .GridHeader_ElbertGubbels,
.RadGridRTL_ElbertGubbels .ResizeHeader_ElbertGubbels
{
	text-align:right;
}

.RadGridRTL_ElbertGubbels .PagerLeft_ElbertGubbels,
.RadGridRTL_ElbertGubbels .GridPager_ElbertGubbels .radslider
{
	float:right;
}

.RadGridRTL_ElbertGubbels .PagerRight_ElbertGubbels
{
	float:left;
}
