﻿/*Telerik RadGrid NESASearch Skin*/

/*global*/

.RadGrid_FAQ
{
	/*border-left:1px solid #d1d4d8;
	border-right:1px solid #d1d4d8;
	border-bottom:1px solid #d1d4d8;*/
	background:#d1d4d8;
	color:#000;
	scrollbar-face-color:#b4bda8;
	scrollbar-highlight-color:#4c5542;
	scrollbar-shadow-color:#4c5542;
	scrollbar-3dlight-color:#cdd7c2;
	scrollbar-arrow-color:#4c5542;
	scrollbar-track-color:#b4bda8;
	scrollbar-darkshadow-color:#000000;
}

.RadGrid_FAQ,
.MasterTable_FAQ,
.DetailTable_FAQ,
.GroupPanel_FAQ table,
.GridEditForm_FAQ table
{
	/*font:11px tahoma,verdana,arial,sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000;
}

.MasterTable_FAQ,
.DetailTable_FAQ
{
    border-collapse:separate !important;
}

.GridRow_FAQ td,
.GridAltRow_FAQ td,
.GridEditRow_FAQ td,
.GridFooter_FAQ td,
.GridGroupFooter_FAQ td,
.GridFilterRow_FAQ td,
.GridHeader_FAQ,
.ResizeHeader_FAQ
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_FAQ .rgAdd,
.RadGrid_FAQ .rgRefresh,
.RadGrid_FAQ .rgEdit,
.RadGrid_FAQ .rgDel,
.RadGrid_FAQ .rgFilter,
.RadGrid_FAQ .rgPagePrev,
.RadGrid_FAQ .rgPageNext,
.RadGrid_FAQ .rgExpand,
.RadGrid_FAQ .rgCollapse,
.RadGrid_FAQ .rgSortAsc,
.RadGrid_FAQ .rgSortDesc,
.RadGrid_FAQ .rgUpdate,
.RadGrid_FAQ .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('images/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_FAQ input,
.GridCommandRow_FAQ img,
.GridHeader_FAQ input,
.GridFilterRow_FAQ img,
.GridPager_FAQ img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_FAQ
{
	background-color:#4c5542;
	border-top: solid 1px #aeb7a2;
	border-bottom: solid 1px #aeb7a2;
	/*background:url('Grid/sprite.gif') 0 -1616px repeat-x #fafafa;*/
}

.GridHeader_FAQ,
.ResizeHeader_FAQ
{
	border-left:1px solid #aeb7a2;
	background-color:#4c5542;
	padding-top:3px;
	padding-bottom:2px;
	/*background:url('Grid/sprite.gif') 0 -200px repeat-x #d3dbe9;*/
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
}

.GridHeader_FAQ:first-child,
.ResizeHeader_FAQ:first-child
{
	border-left:0;
	padding-left:5px;
}

.GridHeader_FAQ a
{
	color:#000;
	text-decoration:none;
}

/*rows*/

.GridAltRow_FAQ td
{
	/*border:1px #555e49;*/
	border-left:solid 1px #dce0e3;
	border-top: solid 1px #dce0e3;
	border-bottom: solid 1px #b2b7bc;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#d1d4d8;
}

.GridFilterRow_FAQ td,
.GridRow_FAQ td,
.GridEditRow_FAQ td,
.GridFooter_FAQ td,
.GridGroupFooter_FAQ td
{
	/*border:1px #555e49;*/
	border-left:solid 1px #dce0e3;
	border-top: solid 1px #dce0e3;
	border-bottom: solid 1px #b2b7bc;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#d1d4d8;
}

.GridFilterRow_FAQ>td:first-child,
.GridRow_FAQ>td:first-child,
.GridAltRow_FAQ>td:first-child,
.GridEditRow_FAQ>td:first-child,
.GridFooter_FAQ>td:first-child,
.GridGroupFooter_FAQ>td:first-child
{
	/*border-left-color:#597ea8;*/
	border-top: solid 1px #dce0e3;
	border-bottom: solid 1px #b2b7bc;
	border-right: solid 1px #b2b7bc;
}

.GridRow_FAQ a,
.GridAltRow_FAQ a,
.GridEditRow_FAQ a,
.GridFooter_FAQ a,
.GridGroupFooter_FAQ a,
.GridEditForm_FAQ a
{
	color:#000;
}

.SelectedRow_FAQ
{
	color:#000000;
}

.SelectedRow_FAQ td,
.SelectedRow_FAQ>td:first-child
{
	background:url('images/sprite.gif') 0 -800px repeat-x #f1c15f;
	border-color:#f29536;
}

.ActiveRow_FAQ,
.GridRowOver_FAQ
{
	background:none #4c5542;
	border-color:#cdd7c2;
	color:#cdd7c2;
}

.ActiveRow_FAQ td,
.ActiveRow_FAQ>td:first-child,
.GridRowOver_FAQ td,
.GridRowOver_FAQ>td:first-child
{
	border-left-color:#cdd7c2;
	border-right-color:#cdd7c2;
	background:none #4c5542;
}

.GridEditRow_FAQ
{
	background:#ffffe1;
}

.GridEditRow_FAQ td,
.GridEditRow_FAQ>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;
}

/*footer*/

.GridFooter_FAQ,
.GridGroupFooter_FAQ,
.GridFooter_FAQ a,
.GridGroupFooter_FAQ a
{
	color:#666;
}

/*status*/

.GridPager_FAQ span
{
	color:#193d65;
}

/*pager*/

.GridPager_FAQ
{
    background:url('/images/content/pagerbg_results.png') repeat-x;
    line-height:20px;
}

.GridPager_FAQ td
{
	/*border-bottom:1px solid #000;*/
	padding:1px 4px 2px;
    color:#b6b0a5;
    font-weight:bold;
}

.GridPager_FAQ div span,
.GridPager_FAQ a,
.GridPager_FAQ .sliderPagerLabel_FAQ
{
	color:#000;
}

.GridPager_FAQ a
{
    background:url('/images/content/pagerbg_pages.png');
    background-repeat:no-repeat;
    background-position:center;
    padding:5px;
    text-decoration:none;
}

.GridPager_FAQ div span
{
    /*background:url('/images/content/pagerbg_currpage.png');
    background-repeat:no-repeat;
    background-position:center;*/
    color:#b6b0a5;
    padding:5px;
    text-decoration:none;
}

.PagerLeft_FAQ
{
	float:left;
}

.PagerRight_FAQ
{
	float:right;
	visibility:hidden;
}

.PagerCenter_FAQ
{
	text-align:center;
}

.PagerCenter_FAQ span
{
	vertical-align:middle;
}

.RadGrid_FAQ .rgPagePrev
{
    background:url('/images/content/pager_prev.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:52px;
    height:18px;
}

.RadGrid_FAQ .rgPageNext
{
    background:url('/images/content/pager_next.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    width:52px;
    height:18px;
}

/*sorting, reordering*/

.GridHeader_FAQ .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_FAQ .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_FAQ,
.BottomReorderIndicator_FAQ
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('images/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_FAQ
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_FAQ
{
	background:#fafafa;
}

.RadGrid_FAQ .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_FAQ input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_FAQ
{
	border-bottom:1px solid #688caf;
	background:url('images/sprite.gif') repeat-x #9ebde5;
	color:#fff;
}

.GroupPanel_FAQ td
{
	padding:2px 4px;
}

.GroupPanel_FAQ td td
{
	padding:0;
}

.GroupPanelItems_FAQ
{
	border:1px solid #325373;
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_FAQ .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_FAQ .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_FAQ
{
	background:#8f969d;
	color:#e8ecf0;
	font:bold 11px verdana,sans-serif;
	width:900px;
	font-size:14px;
	height:30px;
}

.GroupHeader_FAQ td
{
	border-bottom:1px solid #000;
	padding:1px 4px 2px 5px;
}

.GroupHeader_FAQ p
{
	padding:0;
	margin:0;
}

.RadGrid_FAQ .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_FAQ .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_FAQ td div
{
	top:-0.6em;
}

.GroupHeader_FAQ td div div
{
	top:0;
}

/*editing*/

.GridEditForm_FAQ
{
	border-bottom:1px solid #d0d7e5;
}

.GridEditForm_FAQ input[type="text"],
.GridEditForm_FAQ input[type="password"],
.GridEditForm_FAQ textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_FAQ .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_FAQ .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_FAQ
{
	border:1px solid #9eb6ce;
	border-right:0;
}

/*command row*/

.GridCommandRow_FAQ
{
	background:#fafafa;
}

.GridCommandRow_FAQ td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_FAQ td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_FAQ a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_FAQ .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_FAQ .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_FAQ .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_FAQ .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_FAQ
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_FAQ
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_FAQ
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_FAQ .GridHeader_FAQ,
.RadGridRTL_FAQ .ResizeHeader_FAQ
{
	text-align:right;
}

.RadGridRTL_FAQ .PagerLeft_FAQ,
.RadGridRTL_FAQ .GridPager_FAQ .radslider
{
	float:right;
}

.RadGridRTL_FAQ .PagerRight_FAQ
{
	float:left;
}

.RadGridRTL_FAQ .GridHeader_FAQ:first-child,
.RadGridRTL_FAQ .ResizeHeader_FAQ:first-child
{
	border-left:1px solid #9eb6ce;
	padding-left:4px;
}

.RadGridRTL_FAQ .GridFilterRow_FAQ>td:first-child,
.RadGridRTL_FAQ .GridRow_FAQ>td:first-child,
.RadGridRTL_FAQ .GridAltRow_FAQ>td:first-child,
.RadGridRTL_FAQ .GridEditRow_FAQ>td:first-child,
.RadGridRTL_FAQ .GridFooter_FAQ>td:first-child,
.RadGridRTL_FAQ .GridGroupFooter_FAQ>td:first-child
{
	border-left-color:#d0d7e5;
}