/*Telerik RadGrid D3Soft Skin*/


.RadButton_Grid.rbLinkButton
{
    border-width: 0px;
}

/*global*/

.RadGrid_D3Soft
{
    border:1px solid #BBB;
    background:#fff;
    color:#333;
    margin: 0px auto;
    text-align: left !important;
}

.RadGrid_D3Soft tr th.rgHeader
{
    padding: 5px 3px 4px 3px;
}

.RadGrid_D3Soft,
.RadGrid_D3Soft .rgMasterTable,
.RadGrid_D3Soft .rgDetailTable,
.RadGrid_D3Soft .rgGroupPanel table,
.RadGrid_D3Soft .rgCommandRow table,
.RadGrid_D3Soft .rgEditForm table,
.RadGrid_D3Soft .rgPager table,
.GridToolTip_D3Soft
{
    font-size: 12px; line-height: 14px;
}

.RadGrid_D3Soft .rgAdd,
.RadGrid_D3Soft .rgRefresh,
.RadGrid_D3Soft .rgEdit,
.RadGrid_D3Soft .rgDel,
.RadGrid_D3Soft .rgFilter,
.RadGrid_D3Soft .rgPagePrev,
.RadGrid_D3Soft .rgPageNext,
.RadGrid_D3Soft .rgPageFirst,
.RadGrid_D3Soft .rgPageLast,
.RadGrid_D3Soft .rgExpand,
.RadGrid_D3Soft .rgCollapse,
.RadGrid_D3Soft .rgSortAsc,
.RadGrid_D3Soft .rgSortDesc,
.RadGrid_D3Soft .rgUpdate,
.RadGrid_D3Soft .rgCancel,
.RadGrid_D3Soft .rgUngroup,
.RadGrid_D3Soft .rgExpXLS,
.RadGrid_D3Soft .rgExpDOC,
.RadGrid_D3Soft .rgExpPDF,
.RadGrid_D3Soft .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_D3Soft .rgHeaderDiv
{
	background:#eee 0 -7550px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.RadGrid_D3Soft .rgHeader,
.RadGrid_D3Soft th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #BBB;
	background:#657482 ;
}

.RadGrid_D3Soft .rgMultiHeaderRow .rgHeader,
.RadGrid_D3Soft .rgMultiHeaderRow .rgResizeCol
{
	border-left:1px solid #BBB;
}


.RadGrid_D3Soft th.rgSorted
{
	background-color:#c4c4c4;
	background-position:0 -2600px;
}

.RadGrid_D3Soft .rgHeader,
.RadGrid_D3Soft .rgHeader a
{
    color:#fefefe;
}

/*rows*/

.RadGrid_D3Soft .rgRow td,
.RadGrid_D3Soft .rgAltRow td,
.RadGrid_D3Soft .rgEditRow td,
.RadGrid_D3Soft .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 0;
}

.RadGrid_D3Soft .rgRow {
	background: #d5e7f7;
}

	.RadGrid_D3Soft .rgRow td {
		border-color: #4588c4;
	}

.RadGrid_D3Soft .rgAltRow {
	background: #b5d7f5;
}

	.RadGrid_D3Soft .rgAltRow td {
		border-color: #4588c4;
	}

.RadGrid_D3Soft .rgRow .rgSorted
{
	border-bottom-color:#f2f2f2;
	background-color:#e6e6e6;
}

.RadGrid_D3Soft .rgAltRow .rgSorted
{
	border-bottom-color:#e6e6e6;
	background-color:#e6e6e6;
}

.RadGrid_D3Soft .rgSelectedRow .rgSorted,
.RadGrid_D3Soft .rgActiveRow .rgSorted,
.RadGrid_D3Soft .rgHoveredRow .rgSorted,
.RadGrid_D3Soft .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_D3Soft .rgRow a,
.RadGrid_D3Soft .rgAltRow a,
.RadGrid_D3Soft .rgEditRow a,
.RadGrid_D3Soft tr.rgEditRow a,
.RadGrid_D3Soft tr.rgHoveredRow a,
.RadGrid_D3Soft tr.rgActiveRow a,
.RadGrid_D3Soft .rgFooter a,
.RadGrid_D3Soft .rgEditForm a
{
	color:#000;
}

.RadGrid_D3Soft .rgMasterTable .rgSelectedCell,
.RadGrid_D3Soft .rgSelectedRow {
	background: #0058a6;
	color: #fff;
}
*+html .RadGrid_D3Soft .rgSelectedRow .rgSorted{background-color:#BBB}
* html .RadGrid_D3Soft .rgSelectedRow .rgSorted{background-color:#BBB}

.RadGrid_D3Soft .rgSelectedCell a,
.RadGrid_D3Soft .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_D3Soft .rgMasterTable .rgActiveCell,
.RadGrid_D3Soft .rgActiveRow,
.RadGrid_D3Soft .rgHoveredRow {
	background: #0058a6;
	color: #fff;
}
*+html .RadGrid_D3Soft .rgActiveRow .rgSorted,
*+html .RadGrid_D3Soft .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_D3Soft .rgActiveRow .rgSorted,
* html .RadGrid_D3Soft .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_D3Soft .rgEditRow
{
	background:#fff;
	color:#333;
}
*+html .RadGrid_D3Soft .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_D3Soft .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_D3Soft .rgActiveRow td,
.RadGrid_D3Soft .rgActiveRow td.rgSorted,
.RadGrid_D3Soft .rgHoveredRow td,
.RadGrid_D3Soft .rgHoveredRow td.rgSorted {
	border-bottom-color: #004887;
}

.RadGrid_D3Soft .rgSelectedRow td,
.RadGrid_D3Soft .rgSelectedRow td.rgSorted {
	border-bottom-color: #004887;
}

.RadGrid_D3Soft .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_D3Soft .rgFooterDiv,
.RadGrid_D3Soft .rgFooter
{
	background:#eee;
}

.RadGrid_D3Soft .rgFooter td
{
	border-top:1px solid #BBB;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_D3Soft .rgPager .rgStatus
{
	border:1px solid;
	border-color:#BBB #c9c9c9 #eee #c9c9c9;
	border-left-width:0;
}

.RadGrid_D3Soft .rgStatus div 
{
}

/*pager*/

.RadGrid_D3Soft .rgPager
{
	background:#e8e8e8;
}

.RadGrid_D3Soft td.rgPagerCell
{
    border-style: solid !important;
    border-width: 1px !important;
	border-right-width: 0px !important;
	border-color: #BBB #eee #eee !important;
}

.RadGrid_D3Soft .rgInfoPart
{
	color:#000;
}

.RadGrid_D3Soft .rgInfoPart strong
{
	color:#4c4e54;
}

.RadGrid_D3Soft .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_D3Soft .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_D3Soft .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_D3Soft .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_D3Soft .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_D3Soft .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_D3Soft .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_D3Soft .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_D3Soft .rgPager .rgPagerButton
{
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	background:#e8e8e8 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#000;
	
}

.RadGrid_D3Soft .rgNumPart a:hover,
.RadGrid_D3Soft .rgNumPart a:hover span,
.RadGrid_D3Soft .rgNumPart a.rgCurrentPage,
.RadGrid_D3Soft .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_D3Soft .rgNumPart a
{
	color:#000;
}

.RadGrid_D3Soft .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_D3Soft .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_D3Soft .rgNumPart a.rgCurrentPage,
.RadGrid_D3Soft .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
}

.RadGrid_D3Soft .rgNumPart a.rgCurrentPage span,
.RadGrid_D3Soft .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_D3Soft .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_D3Soft .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_D3Soft,
.GridReorderBottom_D3Soft
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_D3Soft
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_D3Soft .rgFilterRow
{
	background:#eee;
}

.RadGrid_D3Soft .rgFilterRow td
{
    border-bottom:1px solid #BBB;
}

.RadGrid_D3Soft .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_D3Soft .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_D3Soft .rgFilterActive,
.RadGrid_D3Soft .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_D3Soft .rgFilterBox
{
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	
	color:#333;
}

/*filter context menu*/

.RadMenu_D3Soft .rgHCMClear,
.RadMenu_D3Soft .rgHCMFilter
{
	border-color:#d0d0d0 #a8a8a8 #8b8b8b;
	background:#e8e8e8 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#000;
}

.RadMenu_D3Soft .rgHCMClear:hover,
.RadMenu_D3Soft .rgHCMFilter:hover
{
	border-color:#d1d1d1 #b9b9b9 #a3a3a3;
	background-position:center -67px;
	background-color:#e5e5e5;
}

/*context menu*/

.GridContextMenu_D3Soft .rmLeftImage
{
	background-image:url('../Common/Grid/contextMenu.gif');
}

.GridContextMenu_D3Soft .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_D3Soft .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_D3Soft .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_D3Soft .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_D3Soft .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_D3Soft .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_D3Soft .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_D3Soft .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_D3Soft .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #BBB;
	background:#eee 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_D3Soft .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_D3Soft .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_D3Soft .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_D3Soft .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_D3Soft .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_D3Soft .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	background:#c6c6c6 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_D3Soft .rgMasterTable td.rgGroupCol,
.RadGrid_D3Soft .rgMasterTable td.rgExpandCol
{
	border-color:#d9d9d9;
	background:#d9d9d9 none;
}

.RadGrid_D3Soft .rgGroupHeader
{
    background:#d9d9d9;
    line-height:21px;
	color:#000;
}

.RadGrid_D3Soft .rgGroupHeader td
{
	border-top:1px solid #BBB;
	border-bottom:1px solid #d9d9d9;
}

.RadGrid_D3Soft .rgGroupHeader td.rgGroupCol
{
	border-top-color:#BBB;
}

.RadGrid_D3Soft .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_D3Soft .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_D3Soft .rgEditForm
{
	border-bottom:1px solid #BBB;
}

.RadGrid_D3Soft .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_D3Soft .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_D3Soft .rgDetailTable
{
	border: 1px solid #BBB !important;
}

/*command row*/

.RadGrid_D3Soft .rgCommandRow {
	background: #535353;
	color: #000;
}

.RadGrid_D3Soft .rgCommandCell {
	border: 1px solid;
	border-color: #999 #f2f2f2;
	border-top-width: 0;
	padding: 0px;
	background: #535353;
}
.RadGrid_D3Soft .rgCommandCell > span
{
	margin:2px;
}

.RadGrid_D3Soft tfoot .rgCommandCell,
.RadGrid_D3Soft .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top-width:1px;
	border-bottom-width:0;
}

.RadGrid_D3Soft .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_D3Soft .rgCommandTable
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_D3Soft .rgCommandRow a
{
	color:#c5c9d7;
	text-decoration:none;
}

.RadGrid_D3Soft .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_D3Soft .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_D3Soft .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_D3Soft .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_D3Soft .rgSelected .rgDel
{
	background-position:0 -1775px;
}

.RadGrid_D3Soft .rgExpXLS,
.RadGrid_D3Soft .rgExpDOC,
.RadGrid_D3Soft .rgExpPDF,
.RadGrid_D3Soft .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_D3Soft .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_D3Soft .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_D3Soft .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_D3Soft .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.rgCellSelectorArea_D3Soft,
.GridRowSelector_D3Soft
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_D3Soft
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_D3Soft
{
	border:1px solid #BBB;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_D3Soft .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_D3Soft .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_D3Soft .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_D3Soft .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_D3Soft .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_D3Soft .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_D3Soft .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_D3Soft .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_D3Soft .rgExpand
{
	background-position:-20px -496px;
}

/* Nove OPM button */
.RadGridHeaderButton
{
    float:left; border:solid 1px #AAA; border-bottom:solid 1px #FFF;border-right:solid 1px #FFF;padding:2px 10px; margin:4px 3px 3px 3px; border-radius:4px;
}

