/*BPS RadGrid BPS Skin*/

/*global*/

.RadGrid_BPS,
.MasterTable_BPS,
.DetailTable_BPS,
.GroupPanel_BPS table,
.GridEditForm_BPS table,
.GridToolTip_BPS
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
}

.RadGrid_BPS,
.DetailTable_BPS
{
border: 0px;
}

.MasterTable_BPS,
.DetailTable_BPS
{
	border-collapse:separate !important;
}

.GridRow_BPS td,
.GridAltRow_BPS td,
.GridEditRow_BPS td,
.GridFooter_BPS td,
.GridGroupFooter_BPS td,
.GridFilterRow_BPS td,
.GridHeader_BPS,
.ResizeHeader_BPS,
.GroupHeader_BPS td
{
	padding-left:8px;
	padding-right:8px;
	border: 0px;

}

.RadGrid_BPS .rgAdd,
.RadGrid_BPS .rgRefresh,
.RadGrid_BPS .rgEdit,
.RadGrid_BPS .rgDel,
.RadGrid_BPS .rgFilter,
.RadGrid_BPS .rgPagePrev,
.RadGrid_BPS .rgPageNext,
.RadGrid_BPS .rgPageFirst,
.RadGrid_BPS .rgPageLast,
.RadGrid_BPS .rgExpand,
.RadGrid_BPS .rgCollapse,
.RadGrid_BPS .rgSortAsc,
.RadGrid_BPS .rgSortDesc,
.RadGrid_BPS .rgUpdate,
.RadGrid_BPS .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_BPS input,
.GridCommandRow_BPS img,
.GridHeader_BPS input,
.GridFilterRow_BPS img,
.GridPager_BPS img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_BPS
{
	background-color: #fff;
}

.GridHeader_BPS,
.ResizeHeader_BPS
{
	padding-top:8px;
	padding-bottom:8px;
	background:#f4f4f4;
	font-size:12px;
	text-align:left;
	height: 28px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.GridHeader_BPS,
.GridHeader_BPS a
{
	color:#272722;
	text-decoration:none;
	cursor:pointer;
}

/*rows*/

.GridAltRow_BPS
{
	background-color: #FFFFE8;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
}

.GridRow_BPS td,
.GridAltRow_BPS td,
.GridEditRow_BPS td,
.GridFooter_BPS td,
.GridGroupFooter_BPS td
{
	padding-top:8px;
	padding-bottom:8px;
	border-top:1px solid #CCCCCC;
}

.GridRow_BPS a,
.GridAltRow_BPS a,
.GridEditRow_BPS a,
.GridFooter_BPS a,
.GridGroupFooter_BPS a,
.GridEditForm_BPS a
{
	color:#FF6600; !important;
	text-decoration: none;
	cursor:pointer;
}
.GridRow_BPS a:hover,
.GridAltRow_BPS a:hover,
.GridEditRow_BPS a:hover,
.GridFooter_BPS a:hover,
.GridGroupFooter_BPS a:hover,
.GridEditForm_BPS a:hover
{
	color:#272722; !important;
	text-decoration: underline;
	cursor:pointer;
}

.GridRow_BPS td
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.GridAltRow_BPS td
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.SelectedRow_BPS
{
	background:#50a834 url('Grid/sprite.gif') 0 -1816px repeat-x;
}

.SelectedRow_BPS,
.SelectedRow_BPS a
{
	color:#fff;
}

.ActiveRow_BPS,
.GridRowOver_BPS,
.GridEditRow_BPS
.ActiveRow_BPS a,
.GridRowOver_BPS a,
.GridEditRow_BPS a
{
	color:#208600;
}

.ActiveRow_BPS
{
	background:#d3f8c7;
}

.ActiveRow_BPS td
{

}

.GridRowOver_BPS,
.GridEditRow_BPS
{
	background:#a3db91 url('Grid/sprite.gif') 0 -1316px repeat-x;
}

.GridRowOver_BPS td,
.GridEditRow_BPS td
{

}

.SelectedRow_BPS td
{

}

/*footer*/

.GridFooter_BPS td,
.GridGroupFooter_BPS td
{

}

/*status*/

.GridPager_BPS span
{
	color:#666;
}

/*paging*/

.GridPager_BPS
{
	line-height:30px;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
}

.GridPager_BPS td
{
	padding:0 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

.GridPager_BPS div span,
.GridPager_BPS a,
.GridPager_BPS .sliderPagerLabel_BPS
{
	color:#272722;
}

.PagerLeft_BPS
{
	float:left;
}

.PagerRight_BPS
{
	float:right;
}

.PagerCenter_BPS
{
	text-align:center;
}

.PagerCenter_BPS span
{
	vertical-align:middle;
}

.RadGrid_BPS .rgPagePrev
{
	background-position:5px -993px;
}

.RadGrid_BPS .rgPageNext
{
	background-position:-21px -993px;
}

.RadGrid_BPS .rgPageFirst
{
	background-position:4px -961px;
}

.RadGrid_BPS .rgPageLast
{
	background-position:-20px -961px;
}

/*sorting, reordering*/

.GridHeader_BPS .rgSortAsc
{
	background-position:-18px -929px;
	height:12px;
}

.GridHeader_BPS .rgSortDesc
{
	background-position:3px -929px;
	height:12px;
}

.TopReorderIndicator_BPS,
.BottomReorderIndicator_BPS
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -900px no-repeat;
}

.BottomReorderIndicator_BPS
{
	background-position:-21px -900px;
}

/*filtering*/

.GridFilterRow_BPS
{
	background:#fff;
}

.GridFilterRow_BPS td
{
	border-bottom:1px solid #CCCCCC;
	padding-top:3px;
	padding-bottom:5px;
}

.RadGrid_BPS .rgFilter
{
	background-position:2px -1025px;
}

.GridFilterRow_BPS input[type="text"]
{
	border:1px solid #CCCCCC;
	font:12px arial,sans-serif;
	color:#272722;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_BPS
{
	border-top:1px solid #b1b1b1;
	border-bottom:1px solid #545454;
	background:#7c7c7c url('Grid/sprite.gif') 0 -2316px repeat-x;
	color:#fff;
}

.GroupPanel_BPS .rgSortAsc
{
	background-position:-21px -862px;
}

.GroupPanel_BPS .rgSortDesc
{
	background-position:4px -861px;
}

.GroupPanel_BPS td
{

	padding:4px 5px 6px;
}

.GroupPanel_BPS td td
{
	border:0;
	padding:0;
}

.GroupHeader_BPS
{
	color:#48ae28;
	font-size:12px;
}

.GroupHeader_BPS td
{
	padding-top:6px;
	padding-bottom:3px;
}

.RadGrid_BPS .rgExpand
{
	background-position:5px -1057px;
}

.RadGrid_BPS .rgCollapse
{
	background-position:3px -1088px;
}

.GroupHeader_BPS td div
{
	top:-0.6em;
}

.GroupHeader_BPS td div div
{
	top:0;
}

/*editing*/

.GridEditForm_BPS
{
	border-bottom:1px solid #CCCCCC;
}

.GridEditForm_BPS input[type="text"],
.GridEditForm_BPS input[type="password"],
.GridEditForm_BPS textarea
{
	border:1px solid #CCCCCC;
	font:12px arial,sans-serif;
	color:#272722;
}

.RadGrid_BPS .rgUpdate
{
	background-position:3px -1249px;
}

.RadGrid_BPS .rgCancel
{
	background-position:3px -1280px;
}

/*hierarchy*/

.DetailTable_BPS
{
	border-right:0;
}

/*command row*/

.GridCommandRow_BPS
{
	background:#2aa404 url('Grid/sprite.gif') 0 -2614px repeat-x;
	color:#fff;
}

.GridCommandRow_BPS td
{
	border:0;
	padding:0;
}

.GridCommandRow_BPS td td
{
	border:0;
	padding:3px 5px;
}

.GridCommandRow_BPS td td td
{
	padding:1px;
}

.GridCommandRow_BPS table
{
	border:0;
}

.GridCommandRow_BPS table table
{
	border:0;
}

.GridCommandRow_BPS a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_BPS .rgAdd
{
	background-position:0 -1220px;
}

.RadGrid_BPS .rgRefresh
{
	background-position:0 -1124px;
}

.RadGrid_BPS .rgEdit
{
	background-position:0 -1155px;
}

.RadGrid_BPS .rgDel
{
	background-position:0 -1188px;
}

/*loading*/

.LoadingPanel_BPS
{
	background:#efefef url('Grid/loading.gif') center center no-repeat;
}

/*multirow select*/

.GridRowSelector_BPS
{
	background:#555;
}

/*row drag n drop*/

.GridItemDropIndicator_BPS
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_BPS
{
	border:1px solid #CCCCCC;
	padding:3px;
	background:#f9f9f9;
	color:#242424;
}

/*rtl*/

.RadGridRTL_BPS .GridHeader_BPS,
.RadGridRTL_BPS .ResizeHeader_BPS
{
	text-align:right;
}

.RadGridRTL_BPS .PagerLeft_BPS,
.RadGridRTL_BPS .GridPager_BPS .radslider
{
	float:right;
}

.RadGridRTL_BPS .PagerRight_BPS
{
	float:left;
}
