/* Telerik RadGrid TV1 Skin */

.RadGrid_TV1
{
	/*background: #bebebe;*/
	background: #fff;
	border: solid 1px #999999;	
	margin:0 20px 0 20px;
}

.RadGrid_TV1,
.RadGrid_TV1 table,
.GridFilterMenu_TV1 table
{
	font: normal 11px Arial, Arial, Arial;
	border: solid 1px #999999;
}

.MasterTable_TV1
{
	/*border: 0px;
	border-collapse: separate;*/
	color: #000;
}

.GridRow_TV1 td,
.GridAltRow_TV1 td,
.GridEditRow_TV1 td
{
	text-align:left;
	padding:2px;
	padding-left:10px;
	border-top: dotted 1px #999999;
	/*border-bottom: dashed 1px #999999;*/
	/*border-left: dashed 1px #999999;*/
	border-right: dotted 1px #999999;
}

.GridRow_TV1
{
	background: #fff;

}
.GridAltRow_TV1
{
	background: #fff;
}

.SelectedRow_TV1
{
	/*background: #EFEFEF;*/
}
.SelectedRow_TV1 td
{
	text-align:center;
	padding:2px;	
	border-top: dotted 1px #C0C0C0;
	/*border-bottom: dashed 1px #d2d8db;*/
	/*border-left: dashed 1px #d2d8db;*/
	border-right: dotted 1px #C0C0C0;
}

.GridEditRow_TV1
{
	background-color: #e0e3e6;
}
.GridEditRow_TV1 input
{
	font-size: 11px;
}

.GridRowOver_TV1
{
	background:#e0e3e6;
}

.ActiveRow_TV1
{
	background: #d2d8db;
}
.ActiveRow_TV1 td
{
	/*border-top: solid 1px #d2d8db;
	border-bottom: solid 1px #d2d8db;
	border-left:solid 1px #d2d8db;
	border-right:solid 1px #d2d8db;*/
}

.GridHeader_TV1,
.ResizeHeader_TV1
{
	background: url(Grid/header_bg.png) repeat-x;
	/*border-top: solid 1px #8d9092;*/
	/*border-top: solid 1px #999999;*/
	/*border-bottom: solid 1px #8d9092;*/
	/*border-bottom: solid 1px #999999;*/
	height: 23px;
	color: #000;
	font-size: 11px;
	text-align: left;	
	padding-left: 10px;
}

.GridHeader_TV1 a
{
	text-decoration: none;
	color:#000;
	/*color: #000 !important;*/
}

/* ascending / descending sorting arrow */
.GridHeader_TV1 img,
.GroupPanelItems_TV1 input
{
	vertical-align: middle;
}

td.GridHeader_TV1 input
{
	width: auto;
	float: left;
	/*border: solid 1px #474b38;*/
	background-color: #fafafa;
	font: bold 10px Arial, Arial, Arial;
	color: #000;
	margin-right: 2px;
}

.GroupPanel_TV1
{
	background: #bbc2c9 url(Grid/GroupPanelBg.gif) repeat-x;
	width: 100%;
	height: 25px;
	/*border-top: solid 1px #999999;*/
}

/* grouping button */

.GroupPanelItems_TV1
{
	background: #f0f2f4;
	color: #999;
	/*border-top: solid 1px white;
	border-right: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	border-left: solid 1px white;*/
	padding-left: 4px;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_TV1
{
	background: #F4F4F4;
	color: #000;
}

.GroupHeader_TV1 td div div
{
	top:-0.5em;
}

.GroupHeader_TV1 td div div div
{
	top:0;
}

tr.GridPager_TV1
{/*
	background: #d2d6db;
	color: #6e7376;
	cursor: default;*/
	background: #fff;
	color: #666;
	cursor: default;
}

tr.GridPager_TV1 td
{/*
    padding-top:3px;
    padding-bottom:3px;*/
}

.GridPager_TV1 a
{
	color: #666666;
}

.GridPager_TV1 a:hover
{
	color: #333;
}

.PagerLeft_TV1 *,
.PagerRight_TV1 *,
.PagerCenter_TV1 *
{
	/*vertical-align:middle;*/
}

.PagerLeft_TV1,
.PagerRight_TV1,
.sliderPagerLabel_TV1
{
	/*line-height:17px;
	padding-top:2px;*/
}

.GridPager_TV1 .radInput_TV1
{/*
	vertical-align:middle;*-/
}

.PagerLeft_TV1
{
	float:left;
}
.PagerRight_TV1,
.sliderPagerLabel_TV1
{
	float:left;
	/*padding-left:4px;*/
}
.GridPager_TV1 .radslider
{
	float:left;
}
.GridPager_TV1 img
{
	/*border:0;*/
}
.PagerCenter_TV1
{
	display:block;
	text-align:center;
}

.TopReorderIndicator_TV1
{
	background: url(Grid/MoveDown.gif) no-repeat;
}

.BottomReorderIndicator_TV1
{
	background: url(Grid/MoveUp.gif) no-repeat;
}

.GridCommandRow_TV1 a
{
	color:#FFF;
}

/* rtl support */

.RadGridRTL_TV1 th,
.RadGridRTL_TV1 td
{
    text-align:right;
}

.RadGridRTL_TV1 .PagerLeft_TV1,
.RadGridRTL_TV1 .GridPager_TV1 .radslider
{
	float:left;
}
.RadGridRTL_TV1 .PagerRight_TV1,
.RadGridRTL_TV1 .sliderPagerLabel_TV1
{
	float:left;
}

/*button sprites*/

.RadGrid_TV1 .rgAdd,
.RadGrid_TV1 .rgRefresh,
.RadGrid_TV1 .rgEdit,
.RadGrid_TV1 .rgDel,
.RadGrid_TV1 .rgFilter,
.RadGrid_TV1 .rgPagePrev,
.RadGrid_TV1 .rgPageNext,
.RadGrid_TV1 .rgExpand,
.RadGrid_TV1 .rgCollapse,
.RadGrid_TV1 .rgSortAsc,
.RadGrid_TV1 .rgSortDesc,
.RadGrid_TV1 .rgUpdate,
.RadGrid_TV1 .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_TV1 input,
.GridCommandRow_TV1 img,
.GridHeader_TV1 input,
.GridFilterRow_TV1 img,
.GridPager_TV1 img
{/*
	vertical-align:middle;*/
}

.RadGrid_TV1 .rgPagePrev
{
	background-position:4px -381px;
}

.RadGrid_TV1 .rgPageNext
{
	background-position:6px -413px;
}

.GridHeader_TV1 .rgSortAsc
{
	background-position:-21px -26px;
}

.GridHeader_TV1 .rgSortDesc
{
	background-position:4px -26px;
}

.TopReorderIndicator_TV1,
.BottomReorderIndicator_TV1
{
	width:11px ;
	height:11px ;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 0 no-repeat;
}

.BottomReorderIndicator_TV1
{
	background-position:-21px 0;
}

.RadGrid_TV1 .rgFilter
{
	background-position:2px -125px;
}

.GroupPanel_TV1 .rgSortAsc
{
	background-position:-21px -26px;
}

.GroupPanel_TV1 .rgSortDesc
{
	background-position:4px -26px;
}

.RadGrid_TV1 .rgExpand
{
	background-position:2px -157px;
}

.RadGrid_TV1 .rgCollapse
{
	background-position:2px -189px;
}

.RadGrid_TV1 .rgUpdate
{
	background-position:2px -317px;
}

.RadGrid_TV1 .rgCancel
{
	background-position:2px -349px;
}

.RadGrid_TV1 .rgAdd
{
	background-position:2px -446px;
}

.RadGrid_TV1 .rgRefresh
{
	background-position:5px -221px;
}

.RadGrid_TV1 .rgEdit
{
	background-position:2px -254px;
}

.RadGrid_TV1 .rgDel
{
	background-position:2px -287px;
}
.RadGrid_TV1 .rgAltRow
{
	background:#F0F0F0;
}
.RadGrid_TV1 .rgRow
{
	background-color:#FFFFFF;
}

.RadGrid_TV1 .rgHeader
{
	background-color:#D0D0D0;
}