/*Telerik RadGrid Secure128 Skin*/

/*global*/

.RadGrid_Secure128
{
    border:1px solid #768ca5;
    background:#fff;
    color:#000;
}

.RadGrid_Secure128,
.RadGrid_Secure128 .rgMasterTable,
.RadGrid_Secure128 .rgDetailTable,
.RadGrid_Secure128 .rgGroupPanel table,
.RadGrid_Secure128 .rgCommandRow table,
.RadGrid_Secure128 .rgEditForm table,
.RadGrid_Secure128 .rgPager table,
.GridToolTip_Secure128
{
    font:10px/14px Arial, Helvetica, sans-serif;
}

.RadGrid_Secure128 .rgMasterTable,
.RadGrid_Secure128 .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Secure128 .rgRow,
.RadGrid_Secure128 .rgAltRow,
.RadGrid_Secure128 .rgHeader,
.RadGrid_Secure128 .rgResizeCol,
.RadGrid_Secure128 .rgPager,
.RadGrid_Secure128 .rgGroupPanel,
.RadGrid_Secure128 .rgGroupHeader
{
   cursor:default;
}

.RadGrid_Secure128 input[type="image"]
{
   cursor:pointer;
}

.RadGrid_Secure128 .rgRow td,
.RadGrid_Secure128 .rgAltRow td,
.RadGrid_Secure128 .rgEditRow td,
.RadGrid_Secure128 .rgFooter td,
.RadGrid_Secure128 .rgFilterRow td,
.RadGrid_Secure128 .rgHeader,
.RadGrid_Secure128 .rgResizeCol,
.RadGrid_Secure128 .rgGroupHeader td
{
   padding-left:7px;
   padding-right:7px;
}

.RadGrid_Secure128 .rgClipCells .rgHeader,
.RadGrid_Secure128 .rgClipCells .rgRow>td,
.RadGrid_Secure128 .rgClipCells .rgAltRow>td
{
   overflow:hidden;
}

.RadGrid_Secure128 .rgHeader:first-child,
.RadGrid_Secure128 th.rgResizeCol:first-child,
.RadGrid_Secure128 .rgFilterRow>td:first-child,
.RadGrid_Secure128 .rgRow>td:first-child,
.RadGrid_Secure128 .rgAltRow>td:first-child
{
   border-left:0;
   padding-left:8px;
}

.RadGrid_Secure128 .rgAdd,
.RadGrid_Secure128 .rgRefresh,
.RadGrid_Secure128 .rgEdit,
.RadGrid_Secure128 .rgDel,
.RadGrid_Secure128 .rgFilter,
.RadGrid_Secure128 .rgPagePrev,
.RadGrid_Secure128 .rgPageNext,
.RadGrid_Secure128 .rgPageFirst,
.RadGrid_Secure128 .rgPageLast,
.RadGrid_Secure128 .rgExpand,
.RadGrid_Secure128 .rgCollapse,
.RadGrid_Secure128 .rgSortAsc,
.RadGrid_Secure128 .rgSortDesc,
.RadGrid_Secure128 .rgUpdate,
.RadGrid_Secure128 .rgCancel,
.RadGrid_Secure128 .rgUngroup,
.RadGrid_Secure128 .rgExpXLS,
.RadGrid_Secure128 .rgExpDOC,
.RadGrid_Secure128 .rgExpPDF,
.RadGrid_Secure128 .rgExpCSV
{
   width:16px;
   height:16px;
   border:0;
   margin:0;
   padding:0;
   background-color:transparent;
   background-image:url('Grid/sprite.gif');
   background-repeat:no-repeat;
   vertical-align:middle;
   font-size:1px;
   cursor:pointer;
}

.RadGrid_Secure128 .rgGroupItem input,
.RadGrid_Secure128 .rgCommandRow img,
.RadGrid_Secure128 .rgHeader input,
.RadGrid_Secure128 .rgFilterRow img,
.RadGrid_Secure128 .rgFilterRow input,
.RadGrid_Secure128 .rgPager img
{
   vertical-align:middle;
}

/*header*/

.RadGrid_Secure128 .rgHeaderDiv
{
   background:#dae2e8 0 -7050px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
   background-position:0 -6550px;
}

.rgNoScrollImage .rgHeaderDiv
{
   background-image:none;
}

.RadGrid_Secure128 .rgHeader,
.RadGrid_Secure128 th.rgResizeCol
{
   border:1px solid;
   background-color:#82bfdb;
   border-color:#82bfdb #82bfdb #82bfdb #82bfdb;
   border-top:0;
   padding-top:4px;
   padding-bottom:4px;
   text-align:left;
   font-weight:bold;
}

.RadGrid_Secure128 th.rgSorted
{
   border-color:#7c93a8 #758ea4 #334d65 #39556e;
   background-color:#5c7990;
   background-position:0 -2600px;
}

.RadGrid_Secure128 .rgHeader,
.RadGrid_Secure128 .rgHeader a
{
    color:#fff;
    text-decoration:none;
}

.RadGrid_Secure128 .rgCheck
{
   height:15px;
   margin-top:0;
   margin-bottom:0;
   padding:0;
}

/*rows*/

.RadGrid_Secure128 .rgRow td,
.RadGrid_Secure128 .rgAltRow td,
.RadGrid_Secure128 .rgEditRow td,
.RadGrid_Secure128 .rgFooter td
{
   border:0px solid;
   border-top:0;
   padding-top:4px;
   padding-bottom:3px;
}

.RadGrid_Secure128 .rgRow td
{
   border-color:#fff #fff #fff #dae2e8;
}

.RadGrid_Secure128 .rgAltRow
{
   background:white;
}

.RadGrid_Secure128 .rgAltRow td
{
   border-color:white;
}

.RadGrid_Secure128 .rgRow .rgSorted
{
   border-bottom-color:#f0f0f0;
   background-color:#f0f0f0;
}

.RadGrid_Secure128 .rgSelectedRow .rgSorted,
.RadGrid_Secure128 .rgActiveRow .rgSorted,
.RadGrid_Secure128 .rgHoveredRow .rgSorted,
.RadGrid_Secure128 .rgEditRow .rgSorted
{
   background-color:transparent;
}

.RadGrid_Secure128 .rgRow a,
.RadGrid_Secure128 .rgAltRow a,
.RadGrid_Secure128 .rgEditRow a,
.RadGrid_Secure128 .rgFooter a,
.RadGrid_Secure128 .rgEditForm a
{
   color:#0e3d4f;
}

.RadGrid_Secure128 .rgSelectedRow
{
    background:#7bbbcf 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Secure128 .rgSelectedRow .rgSorted{background-color:#7bbbcf}
* html .RadGrid_Secure128 .rgSelectedRow .rgSorted{background-color:#7bbbcf}

.RadGrid_Secure128 .rgActiveRow,
.RadGrid_Secure128 .rgHoveredRow
{
    background:#bfe3f6 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Secure128 .rgActiveRow .rgSorted,
*+html .RadGrid_Secure128 .rgHoveredRow .rgSorted{background-color:#bfe3f6}
* html .RadGrid_Secure128 .rgActiveRow .rgSorted,
* html .RadGrid_Secure128 .rgHoveredRow .rgSorted{background-color:#bfe3f6}

.RadGrid_Secure128 .rgEditRow
{
   background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_Secure128 .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Secure128 .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_Secure128 .rgSelectedRow td,
.RadGrid_Secure128 .rgActiveRow td,
.RadGrid_Secure128 .rgHoveredRow td,
.RadGrid_Secure128 .rgEditRow td
{
   border-left:0;
   border-right:0;
   padding-left:8px;
   padding-right:8px;
}

.RadGrid_Secure128 .rgSelectedRow td,
.RadGrid_Secure128 .rgSelectedRow td.rgSorted
{
   border-bottom-color:#133c44;
}

.RadGrid_Secure128 .rgActiveRow td,
.RadGrid_Secure128 .rgHoveredRow td,
.RadGrid_Secure128 .rgActiveRow td.rgSorted,
.RadGrid_Secure128 .rgHoveredRow td.rgSorted
{
   border-bottom-color:#5d9fb7;
}

.RadGrid_Secure128 .rgEditRow td,
.RadGrid_Secure128 .rgEditRow td.rgSorted
{
   border-color:#fff #fff #768ca5 #fff;
}

/*footer*/

.RadGrid_Secure128 .rgFooterDiv,
.RadGrid_Secure128 .rgFooter
{
   background:#dae2e8;
}

.RadGrid_Secure128 .rgFooter td
{
   border-top-width:1px;
   border-color:#a2b3c7 #dae2e8 #fff #dae2e8;
}

/*status*/

.RadGrid_Secure128 .rgPager .rgStatus
{
   width:35px;
   border:1px solid;
   border-color:#a2b3c7 #9cb6c5 #fff #9cb6c5;
   border-left:0;
   padding:3px 0 2px;
}

.RadGrid_Secure128 .rgStatus div
{
   width:24px;
   height:24px;
   overflow:hidden;
   border:0;
   margin:0 auto;
   padding:0;
   background:transparent center center no-repeat url('Common/loading_small.gif');
   text-indent:-2222px;
}

/*pager*/

.RadGrid_Secure128 .rgPager
{
   background:#dae2e8;
}

.RadGrid_Secure128 .rgPager td
{
   padding:0;
}

.RadGrid_Secure128 .rgPager .rgPagerCell
{
   border:1px solid;
   border-color:#a2b3c7 #fff #fff;
   border-right:0;
   padding:5px 0 4px;
}

.RadGrid_Secure128 .rgWrap
{
   float:left;
   padding:0 10px;
   line-height:22px;
   white-space:nowrap;
}

.RadGrid_Secure128 .rgArrPart1
{
   padding-right:0;
}

.RadGrid_Secure128 .rgArrPart2
{
   padding-left:0;
}

.RadGrid_Secure128 .rgInfoPart
{
   float:right;
   color:#506175;
}

.RadGrid_Secure128 .rgInfoPart strong
{
   font-weight:normal;
   color:#000;
}

.RadGrid_Secure128 .rgArrPart1 img,
.RadGrid_Secure128 .rgArrPart2 img
{
   margin:0 8px;
}

.RadGrid_Secure128 .rgPageFirst,
.RadGrid_Secure128 .rgPagePrev,
.RadGrid_Secure128 .rgPageNext,
.RadGrid_Secure128 .rgPageLast
{
   width:22px;
   height:22px;
   vertical-align:top;
}

.RadGrid_Secure128 .NextPrev .rgPageFirst,
.RadGrid_Secure128 .NextPrev .rgPagePrev,
.RadGrid_Secure128 .NextPrev .rgPageNext,
.RadGrid_Secure128 .NextPrev .rgPageLast
{
   vertical-align:middle;
}

.RadGrid_Secure128 .rgPageFirst
{
   background-position:0 -550px;
}
.RadGrid_Secure128 .rgPageFirst:hover
{
   background-position:0 -600px;
}
.RadGrid_Secure128 .rgPagePrev
{
   background-position:0 -700px;
}
.RadGrid_Secure128 .rgPagePrev:hover
{
   background-position:0 -750px;
}
.RadGrid_Secure128 .rgPageNext
{
   background-position:0 -850px;
}
.RadGrid_Secure128 .rgPageNext:hover
{
   background-position:0 -900px;
}
.RadGrid_Secure128 .rgPageLast
{
   background-position:0 -1000px;
}
.RadGrid_Secure128 .rgPageLast:hover
{
   background-position:0 -1050px;
}

.RadGrid_Secure128 .rgPager .rgPagerButton
{
   height:22px;
   border:1px solid;
   border-color:#4e667e #476077 #425c71;
   margin:0 14px 0 0;
   padding:0 4px 2px;
   background:#d6e1e7 repeat-x 0 -1550px url('Grid/sprite.gif');
   color:#0d202b;
   font:12px/12px Arial, Helvetica, sans-serif;
   vertical-align:middle;
   cursor:pointer;
}

.RadGrid_Secure128 .rgNumPart
{
   padding:0;
}

.RadGrid_Secure128 .NumericPages .rgNumPart
{
   padding:0 10px;
}

.RadGrid_Secure128 .rgNumPart a:hover,
.RadGrid_Secure128 .rgNumPart a:hover span,
.RadGrid_Secure128 .rgNumPart a.rgCurrentPage,
.RadGrid_Secure128 .rgNumPart a.rgCurrentPage span
{
   background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_Secure128 .rgNumPart a
{
   float:left;
   line-height:22px;
   margin:0;
   padding:0 5px 0 0;
   color:#000;
   text-decoration:none;
}

.RadGrid_Secure128 .rgNumPart span
{
   float:left;
   padding:0 0 0 5px;
}

.RadGrid_Secure128 .rgNumPart a:hover
{
   background-position:100% -1250px;
   color:#0e3d4f;
}

.RadGrid_Secure128 .rgNumPart a:hover span
{
   background-position:0 -1150px;
   cursor:pointer;
}

.RadGrid_Secure128 .rgNumPart a.rgCurrentPage,
.RadGrid_Secure128 .rgNumPart a.rgCurrentPage:hover
{
   background-position:100% -1450px;
   color:#0053a5;
   cursor:default;
}

.RadGrid_Secure128 .rgNumPart a.rgCurrentPage span,
.RadGrid_Secure128 .rgNumPart a.rgCurrentPage:hover span
{
   background-position:0 -1350px;
   cursor:default;
}

.RadGrid_Secure128 .NextPrevNumericAndAdvanced .rgAdvPart
{
   float:none;
   text-align:center;
}

.RadGrid_Secure128 .rgPager .RadSlider
{
   float:left;
   margin:0 10px 0 0;
}

.RadGrid_Secure128 .rgPager .rgPagerLabel,
.RadGrid_Secure128 .rgPager .RadComboBox,
.RadGrid_Secure128 .rgPager .RadInput_Secure128
{
   margin:0 4px 0 0;
   vertical-align:middle;
}

*+html .RadGrid_Secure128 .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_Secure128 .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Secure128 .rgPagerTextBox
{
   text-align:center;
}

/*sorting, reordering*/

.RadGrid_Secure128 .rgHeader .rgSortAsc
{
   background-position:3px -247px;
   height:10px;
}

.RadGrid_Secure128 .rgHeader .rgSortDesc
{
   background-position:3px -197px;
   height:10px;
}

.GridReorderTop_Secure128,
.GridReorderBottom_Secure128
{
   width:9px !important;
   height:9px !important;
   margin-left:-5px;
   background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Secure128
{
   background-position:0 -50px;
}

/*filtering*/

.RadGrid_Secure128 .rgFilterRow
{
   background:#dae2e8;
}

.RadGrid_Secure128 .rgFilterRow td
{
    padding-top:4px;
    padding-bottom:5px;
    border:1px solid;
    border-top:0;
    border-color:#dae2e8 #dae2e8 #a2b3c7;
}

.RadGrid_Secure128 .rgFilter
{
   width:22px;
   height:22px;
   margin:0 0 0 2px;
   background-position:0 -300px;
}

.RadGrid_Secure128 .rgFilter:hover
{
   background-position:0 -350px;
}

/*.RadGrid_Secure128 .rgFilterActive,
.RadGrid_Secure128 .rgFilterActive:hover
{
   background-position:0 -400px;
}*/

.RadGrid_Secure128 .rgFilterBox
{
   border:1px solid #768ca5;
   padding:2px 1px 3px;
   font:12px Arial, Helvetica, sans-serif;
   color:#000;
   vertical-align:middle;
}

/*grouping*/

.RadGrid_Secure128 .rgGroupPanel
{
   height:24px;
   border:0;
   border-bottom:1px solid #3d556c;
   background:#dfeeff;
}

.RadGrid_Secure128 .rgGroupPanel td
{
   border:0;
   padding:3px;
   vertical-align:middle;
}

.RadGrid_Secure128 .rgGroupPanel td td
{
   padding:0;
}

.RadGrid_Secure128 .rgGroupPanel .rgSortAsc
{
   background-position:4px -144px;
}

.RadGrid_Secure128 .rgGroupPanel .rgSortDesc
{
   background-position:4px -94px;
}

.RadGrid_Secure128 .rgUngroup
{
   background-position:0 -6500px;
}

.RadGrid_Secure128 .rgGroupItem
{
   border:1px solid #506175;
   padding:0 2px 1px 3px;
   background:#ebf7ff;
   color:#0053a5;
   line-height:20px;
   font-weight:normal;
   vertical-align:middle;
}

.RadGrid_Secure128 .rgGroupHeader
{
    background:#8ea3b9;
    font-size:1.1em;
    line-height:21px;
   color:#fff;
}

.RadGrid_Secure128 .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Secure128 td.rgGroupCol,
.RadGrid_Secure128 td.rgExpandCol
{
   background:#8ea3b9 none;
   border-color:#8ea3b9;
}

.RadGrid_Secure128 .rgExpand
{
   background-position:5px -496px;
}

.RadGrid_Secure128 .rgCollapse
{
   background-position:3px -444px;
}

.RadGrid_Secure128 .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Secure128 .rgGroupHeader td div div
{
   top:-0.8em;
   padding:0 10px;
}

.RadGrid_Secure128 .rgGroupHeader td div div div
{
   top:0;
   padding:0;
   border:0;
}

/*editing*/

.RadGrid_Secure128 .rgEditForm
{
   border-bottom:1px solid #768ca5;
}

.RadGrid_Secure128 .rgUpdate
{
   background-position:0 -1800px;
}

.RadGrid_Secure128 .rgCancel
{
   background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Secure128 .rgDetailTable
{
   border:1px solid #768ca5;
   border-right-width:0;
}

/*command row*/

.RadGrid_Secure128 .rgCommandRow
{
   background:#495a70 0 -2099px repeat-x url('Grid/sprite.gif');
   color:#fff;
}

.RadGrid_Secure128 .rgCommandCell
{
   border:0;
   padding:0;
}

.RadGrid_Secure128 thead .rgCommandCell
{
   border-bottom:1px solid #212f41;
}

.RadGrid_Secure128 tfoot .rgCommandCell
{
   border-top:1px solid #212f41;
}

.RadGrid_Secure128 .rgCommandTable td
{
   border:0;
   padding:3px 7px 4px;
}

.RadGrid_Secure128 .rgCommandTable
{
   border:1px solid;
   border-color:#63768a #465668 #58697d;
}

.RadGrid_Secure128 .rgCommandRow a
{
   color:#fff;
   text-decoration:none;
}

.RadGrid_Secure128 .rgAdd
{
   margin-right:3px;
   background-position:0 -1650px;
}

.RadGrid_Secure128 .rgRefresh
{
   margin-right:3px;
   background-position:0 -1600px;
}

.RadGrid_Secure128 .rgEdit
{
   background-position:0 -1700px;
}

.RadGrid_Secure128 .rgDel
{
   background-position:0 -1750px;
}

.RadGrid_Secure128 .rgExpXLS,
.RadGrid_Secure128 .rgExpDOC,
.RadGrid_Secure128 .rgExpPDF,
.RadGrid_Secure128 .rgExpCSV
{
   background-image:url('../Common/Grid/export.gif');
}

.RadGrid_Secure128 .rgExpXLS
{
   background-position:0 0;
}
.RadGrid_Secure128 .rgExpDOC
{
   background-position:0 -50px;
}
.RadGrid_Secure128 .rgExpPDF
{
   background-position:0 -100px;
}
.RadGrid_Secure128 .rgExpCSV
{
   background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Secure128
{
   background:#3d556c;
}

/*row drag n drop*/

.GridItemDropIndicator_Secure128
{
    border-top:1px dashed #3d556c;
}

/*tooltip*/

.GridToolTip_Secure128
{
   border:1px solid #768ca5;
   padding:3px;
   background:#dae2e8;
   color:#000;
}

/*rtl*/

div.RadGridRTL_Secure128 .rgHeader,
div.RadGridRTL_Secure128 .rgResizeCol
{
   text-align:right;
}

.RadGridRTL_Secure128 .rgHeader:first-child,
.RadGridRTL_Secure128 th.rgResizeCol:first-child,
.RadGridRTL_Secure128 .rgFilterRow>td:first-child,
.RadGridRTL_Secure128 .rgRow>td:first-child,
.RadGridRTL_Secure128 .rgAltRow>td:first-child
{
   border-left:1px solid;
   padding-left:7px;
}

.RadGridRTL_Secure128 .rgPager .rgStatus
{
   border-right:0;
   border-left-width:1px;
}

.RadGridRTL_Secure128 .rgWrap
{
   float:right;
}

.RadGridRTL_Secure128 .rgInfoPart
{
   float:left;
}

.RadGridRTL_Secure128 .rgNumPart
{
   width:220px;
}

.RadGridRTL_Secure128 .rgNumPart a
{
   float:right;
}

.RadGridRTL_Secure128 .rgPageFirst
{
   background-position:0 -1000px;
}
.RadGridRTL_Secure128 .rgPageFirst:hover
{
   background-position:0 -1050px;
}
.RadGridRTL_Secure128 .rgPagePrev
{
   background-position:0 -850px;
}
.RadGridRTL_Secure128 .rgPagePrev:hover
{
   background-position:0 -900px;
}
.RadGridRTL_Secure128 .rgPageNext
{
   background-position:0 -700px;
}
.RadGridRTL_Secure128 .rgPageNext:hover
{
   background-position:0 -750px;
}
.RadGridRTL_Secure128 .rgPageLast
{
   background-position:0 -550px;
}
.RadGridRTL_Secure128 .rgPageLast:hover
{
   background-position:0 -600px;
}

.RadGridRTL_Secure128 .rgDetailTable
{
   border-right-width:1px;
   border-left-width:0;
}

