/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_PriceList
{
    /* border:solid 1px solid red; */
    background:#fff;
    color:#000;
}

.RadGrid_PriceList .rgMasterTable
{
    border-top: solid 1px #bcb0a3;
}

.RadGrid_PriceList,
.RadGrid_PriceList .rgMasterTable,
.RadGrid_PriceList .rgDetailTable,
.RadGrid_PriceList .rgGroupPanel table,
.RadGrid_PriceList .rgCommandRow table,
.RadGrid_PriceList .rgEditForm table,
.RadGrid_PriceList .rgPager table,
.GridToolTip_PriceList
{
	font: 12px/16px;
}

.RadGrid_PriceList .rgHeader:first-child,
.RadGrid_PriceList th.rgResizeCol:first-child,
.RadGrid_PriceList .rgFilterRow>td:first-child,
.RadGrid_PriceList .rgRow>td:first-child,
.RadGrid_PriceList .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_PriceList .rgAdd,
.RadGrid_PriceList .rgRefresh,
.RadGrid_PriceList .rgEdit,
.RadGrid_PriceList .rgDel,
.RadGrid_PriceList .rgFilter,
.RadGrid_PriceList .rgPagePrev,
.RadGrid_PriceList .rgPageNext,
.RadGrid_PriceList .rgPageFirst,
.RadGrid_PriceList .rgPageLast,
.RadGrid_PriceList .rgExpand,
.RadGrid_PriceList .rgCollapse,
.RadGrid_PriceList .rgSortAsc,
.RadGrid_PriceList .rgSortDesc,
.RadGrid_PriceList .rgUpdate,
.RadGrid_PriceList .rgCancel,
.RadGrid_PriceList .rgUngroup,
.RadGrid_PriceList .rgExpXLS,
.RadGrid_PriceList .rgExpDOC,
.RadGrid_PriceList .rgExpPDF,
.RadGrid_PriceList .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_PriceList .rgHeaderDiv
{
	background:#e4e4e4;
}

.RadGrid_PriceList .rgHeader,
.RadGrid_PriceList th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #7c7c7c;
	border-left: none;
	background:#5f574f;
}

.RadGrid_PriceList th.rgSorted
{
	background-color:#fffaeb;
}

.RadGrid_PriceList .rgHeader,
.RadGrid_PriceList .rgHeader a
{
    color:#fff;
    font-weight: bold !important;
}

.RadGrid_PriceList th.rgSorted,
.RadGrid_PriceList th.rgSorted a
{
    color:#892500;
}

/*rows*/

.RadGrid_PriceList .rgRow td,
.RadGrid_PriceList .rgAltRow td,
.RadGrid_PriceList .rgEditRow td
/*,
.RadGrid_PriceList .rgFooter td */
{
	border-style:solid;
	border-width:1px 0 1px 0px;
}

.RadGrid_PriceList .rgRow td
{
	border-top-color:#fff;
	border-bottom-color:#bcb0a3;
}

.RadGrid_PriceList .rgAltRow
{
	/* background-color:#ebe8e3; */
}

.RadGrid_PriceList .rgAltRow td
{
	border-top-color:#fff;
	border-bottom-color:#bcb0a3;
}

.RadGrid_PriceList .rgRow .rgSorted
{
	border-bottom-color:green;
	background-color:#ebe8e3;
}

.RadGrid_PriceList .rgAltRow .rgSorted
{
	border-bottom-color:blue;
	background-color:#ebe8e3;
}

.RadGrid_PriceList .rgSelectedRow .rgSorted,
.RadGrid_PriceList .rgActiveRow .rgSorted,
.RadGrid_PriceList .rgHoveredRow .rgSorted,
.RadGrid_PriceList .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_PriceList .rgRow a,
.RadGrid_PriceList .rgAltRow a,
.RadGrid_PriceList tr.rgEditRow a,
.RadGrid_PriceList .rgFooter a,
.RadGrid_PriceList .rgEditForm a
{
	color:#000;
}

.RadGrid_PriceList .rgSelectedRow
{
    background:#ffa517;
    color:#892500;
}
*+html .RadGrid_PriceList .rgSelectedRow .rgSorted{background-color:#ffa517}
* html .RadGrid_PriceList .rgSelectedRow .rgSorted{background-color:#ffa517}

.RadGrid_PriceList .rgSelectedRow a,
.RadGrid_PriceList .rgHoveredRow a,
.RadGrid_PriceList .rgActiveRow a
{
	color:#892500;
}

.RadGrid_PriceList .rgActiveRow,
.RadGrid_PriceList .rgHoveredRow
{
    background:#ffe79c 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#892500;
}
*+html .RadGrid_PriceList .rgActiveRow .rgSorted,
*+html .RadGrid_PriceList .rgHoveredRow .rgSorted{background-color:#ffe79c}
* html .RadGrid_PriceList .rgActiveRow .rgSorted,
* html .RadGrid_PriceList .rgHoveredRow .rgSorted{background-color:#ffe79c}

.RadGrid_PriceList .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_PriceList .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_PriceList .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_PriceList .rgSelectedRow td,
.RadGrid_PriceList .rgSelectedRow td.rgSorted
{
	border-color:#ca4b0c #ffa517;
}

.RadGrid_PriceList .rgActiveRow td,
.RadGrid_PriceList .rgActiveRow td.rgSorted,
.RadGrid_PriceList .rgHoveredRow td,
.RadGrid_PriceList .rgHoveredRow td.rgSorted
{
	border-color:#c98400 #ffe79c;
}

.RadGrid_PriceList .rgEditRow td,
.RadGrid_PriceList .rgEditRow td.rgSorted
{
	border-color:#616161 #c3c3c3;
}

/*footer*/

.RadGrid_PriceList .rgFooterDiv,
.RadGrid_PriceList .rgFooter
{
	background:#e4e4e4;
}

.RadGrid_PriceList .rgFooter td
{
	border-top:1px solid;
	border-color:#999 #c3c3c3;
}

/*status*/

.RadGrid_PriceList .rgPager .rgStatus
{
	border:1px solid;
	border-color:#999 #999 #e4e4e4 #e4e4e4;
	border-left:0;
}

.RadGrid_PriceList .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_PriceList .rgPager
{
	background:#e4e4e4;
}

.RadGrid_PriceList td.rgPagerCell
{
	border:1px solid;
	border-color:#999 #e4e4e4 #e4e4e4;
	border-right:0;
}

.RadGrid_PriceList .rgInfoPart
{
	color:#777;
}

.RadGrid_PriceList .rgInfoPart strong
{
	color:#4c4e54;
}

.RadGrid_PriceList .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_PriceList .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_PriceList .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_PriceList .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_PriceList .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_PriceList .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_PriceList .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_PriceList .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_PriceList .rgPager .rgPagerButton
{
	border-color: #7e7e7e;
	background: #c6c6c6;
	color: #000;
	font: 12px/12px;
}

.RadGrid_PriceList .rgNumPart a
{
	border:1px solid #e4e4e4;
	line-height:20px;
	color:#000;
}

.RadGrid_PriceList .rgNumPart a:hover
{
	border-color:#c98400;
	background:#ffe79c;
	color:#892500;
}

.RadGrid_PriceList .rgNumPart a.rgCurrentPage,
.RadGrid_PriceList .rgNumPart a.rgCurrentPage:hover
{
	border-color:#ca4b0c;
	background:transparent;
	color:#892500;
}

/*sorting, reordering*/

.RadGrid_PriceList .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_PriceList .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_PriceList,
.GridReorderBottom_PriceList
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_PriceList
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_PriceList .rgFilterRow
{
	background:#e4e4e4;
}

.RadGrid_PriceList .rgFilterRow td
{
    border-bottom:1px solid #999;
    border-left:1px solid #e4e4e4;
}

.RadGrid_PriceList .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_PriceList .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_PriceList .rgFilterActive,
.RadGrid_PriceList .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_PriceList .rgFilterBox
{
	border-color: #616161;
	font: 12px;
	color: #000;
}

/*filter context menu*/

.RadMenu_PriceList .rgHCMClear,
.RadMenu_PriceList .rgHCMFilter
{
	border-color: #7e7e7e;
	background: #c6c6c6;
	color: #000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.RadMenu_PriceList .rgHCMClear:hover,
.RadMenu_PriceList .rgHCMFilter:hover
{
	border-color:#c98400;
	background-color:#ffe79c;
	color:#882501;
}

/*grouping*/

.RadGrid_PriceList .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #7c7c7c;
	background:#c6c6c6;
}

.RadGrid_PriceList .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_PriceList .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_PriceList .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_PriceList .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_PriceList .rgUngroup
{
	background-position:0 -6999px;
}

.RadGrid_PriceList .rgGroupItem
{
	border:1px solid #7e7e7e;
	background:#c6c6c6;
}

.RadGrid_PriceList .rgMasterTable tr td.rgGroupCol,
.RadGrid_PriceList .rgMasterTable tr td.rgExpandCol
{
	border-top-color:#fff;
	border-bottom-color:#bcb0a3;
	background: #fff none;
}

.RadGrid_PriceList .rgMasterTable tr.rgGroupHeader .rgGroupCol
{
    background: #ebe8e3
}

.RadGrid_PriceList .rgMasterTable tr.rgRow td.rgExpandCol,
.RadGrid_PriceList .rgMasterTable tr.rgAltRow td.rgExpandCol
{
	border-top-color:#fff;
	border-bottom-color:#bcb0a3;
	background: #ebe8e3 none !important;
}

.RadGrid_PriceList .rgGroupHeader
{   
    background:#ebe8e3;
    font-size:1.1em;
    line-height:22px;
	color:#fff;
}

.RadGrid_PriceList .rgGroupHeader td
{
	padding-left:8px;
	padding-bottom:2px;
    border-top: solid 1px #fff;
	border-bottom: solid 1px #bcb0a3;	
}

.RadGrid_PriceList .rgExpand
{
	background-position:0px -500px;
}

.RadGrid_PriceList .rgCollapse
{
	background-position:0px -451px;
}

/*editing*/

.RadGrid_PriceList .rgEditForm
{
	border-bottom:1px solid #999;
}

.RadGrid_PriceList .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_PriceList .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_PriceList .rgDetailTable
{
	border-color:#999;
}

/*command row*/

.RadGrid_PriceList .rgCommandRow
{
	background:#c6c6c6;
	color:#000;
}

.RadGrid_PriceList .rgCommandCell
{
	border:0;
	border-bottom:1px solid #7c7c7c;
	padding:0;
}

.RadGrid_PriceList tfoot .rgCommandCell
{
	border-top:1px solid #7c7c7c;
	border-bottom:0;
}

.RadGrid_PriceList .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_PriceList .rgCommandTable
{
	border:0;
}

.RadGrid_PriceList .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_PriceList .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_PriceList .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_PriceList .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_PriceList .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_PriceList .rgExpXLS,
.RadGrid_PriceList .rgExpDOC,
.RadGrid_PriceList .rgExpPDF,
.RadGrid_PriceList .rgExpCSV
{
	background-image:url('Grid/export.gif');
}

.RadGrid_PriceList .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_PriceList .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_PriceList .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_PriceList .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_PriceList
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_PriceList
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_PriceList
{
	border:1px solid #c98400;
	padding:3px;
	background:#ffefbd;
	color:#333;
}

/*rtl*/

.RadGridRTL_PriceList .rgHeader:first-child,
.RadGridRTL_PriceList th.rgResizeCol:first-child,
.RadGridRTL_PriceList .rgFilterRow>td:first-child,
.RadGridRTL_PriceList .rgRow>td:first-child,
.RadGridRTL_PriceList .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_PriceList .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_PriceList .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_PriceList .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_PriceList .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_PriceList .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_PriceList .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_PriceList .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_PriceList .rgPageLast:hover
{
	background-position:0 -600px;
}

 div.RadGrid_PriceList {

	border-color: rgb(188, 176, 163) rgb(235, 232, 227);

}

 div.RadGrid_PriceList .rgCommandRow {

	background-color: rgb(235, 232, 227);

	font-family: inherit;

}

 div.RadGrid_PriceList .rgCommandCell {

	font-family: inherit;

}

 div.RadGrid_PriceList th.rgResizeCol {

	background-color: rgb(235, 232, 227);

}

 div.RadGrid_PriceList .rgHeader {

	background-color: #5f574f;
	font-family: inherit;

}

 div.RadGrid_PriceList .rgHeader a {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgFilterRow {

	background-color: rgb(235, 232, 227);

	font-family: inherit;

}

 div.RadGrid_PriceList .rgFilterRow td {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgRow td {

	background-color: #fff;
}

 div.RadGrid_PriceList .rgRow {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgAltRow td {

	background-color: #fff;
}

 div.RadGrid_PriceList .rgAltRow {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgFooter td {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgFooter {

	background-color: rgb(235, 232, 227);

	font-family: inherit;

}

 div.RadGrid_PriceList .rgPager {

	background-color: rgb(235, 232, 227);

	font-family: inherit;

}

 div.RadGrid_PriceList .rgPager .rgPagerCell {

	font-family: inherit;

}

 div.RadGrid_PriceList .rgEditForm {

	font-family: inherit;

}

