.zkouska td 
{
	border-style:none;
	
}

.RadGrid_General
{
	border:none;
	color:#333;
}

.RadGrid_General,
.MasterTable_General,
.DetailTable_General,
.GroupPanel_General table,
.GridEditForm_General table,
.GridToolTip_General
{
	font:11px/1.4 arial,sans-serif;
	border:none;
}

.RadGrid_General,
.DetailTable_General
{
	/*border:1px solid #232323;*/
	border:none;
}

.MasterTable_General,
.DetailTable_General
{
	/*border-left-color:#fff;*/
	border:none;
	background:#fff;
	/*border-collapse:separate !important;*/
}

.GridRow_General td,
.GridAltRow_General td,
.GridEditRow_General td,
.GridFooter_General td,
.GridGroupFooter_General td
{
	cursor:pointer;
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_General .rgAdd,
.RadGrid_General .rgRefresh,
.RadGrid_General .rgEdit,
.RadGrid_General .rgDel,
.RadGrid_General .rgFilter,
.RadGrid_General .rgPagePrev,
.RadGrid_General .rgPageNext,
.RadGrid_General .rgPageFirst,
.RadGrid_General .rgPageLast,
.RadGrid_General .rgExpand,
.RadGrid_General .rgCollapse,
.RadGrid_General .rgSortAsc,
.RadGrid_General .rgSortDesc,
.RadGrid_General .rgUpdate,
.RadGrid_General .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_General input,
.GridCommandRow_General img,
.GridHeader_General input,
.GridFilterRow_General img,
.GridPager_General img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_General
{
	background:url('Grid/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_General,
.ResizeHeader_General
{
	border-bottom:1px solid #010101;
	/*background:url('Grid/headers.gif') repeat-x #434343;*/
	background-color:#9f191a;
	padding:10px 6px 10px 11px;
	text-align:left;
	font-size:1.3em;
	font-weight:normal;
}

.GridHeader_General:first-child,
.ResizeHeader_General:first-child
{
	background-position:-2px 0;
}

.DetailTable_General .GridHeader_General,
.DetailTable_General .ResizeHeader_General
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_General .GridHeader_General:first-child,
.DetailTable_General .ResizeHeader_General:first-child
{
	background-position:-2px -316px;
}

.GridHeader_General,
.GridHeader_General a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_General td,
.GridAltRow_General td,
.GridEditRow_General td,
.GridFooter_General td,
.GridGroupFooter_General td
{
	
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_General td,
.GridAltRow_General td,
.GridFooter_General td,
.GridGroupFooter_General td
{
	
	border-left:none;
	border-color:#cccccc;
}

.GridRow_General>td:first-child,
.GridAltRow_General>td:first-child,
.GridFooter_General>td:first-child,
.GridGroupFooter_General>td:first-child
{
	border-left-color:#fff;
}

.GridRow_General a,
.GridAltRow_General a,
.GridFooter_General a,
.GridGroupFooter_General a,
.GridEditForm_General a
{
	color:#333;
}

.SelectedRow_General
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_General a,
.GridEditRow_General a
{
	color:#fff;
}

.SelectedRow_General td,
.SelectedRow_General>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_General,
.GridRowOver_General
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_General>td:first-child,
.GridRowOver_General>td:first-child
{
	border-left-color:#e6e6e6;
}

.GridEditRow_General
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_General td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_General
{
	background:#fff;
}

.GridFooter_General,
.GridGroupFooter_General
{
	color:#666;
}

.GridFooter_General td,
.GridGroupFooter_General td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_General span
{
	color:#666;
}

/*paging*/

.GridPager_General
{
	background:#e4e4e4;
	line-height:23px;
}

.GridPager_General td
{
border-top:1px solid #acacac;
	border-bottom:1px solid #e7e6d9;
	padding:0 10px;
}

.GridPager_General div span,
.GridPager_General a,
.GridPager_General .sliderPagerLabel_General
{
	color:#333;
}

.PagerLeft_General
{
	float:left;
}

.PagerRight_General
{
	float:right;
}

.PagerCenter_General
{
	text-align:center;
}

.PagerCenter_General *
{
	vertical-align:middle;
}

.RadGrid_General .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_General .rgPageNext
{
	background-position:-21px -1248px;
}

.RadGrid_General .rgPageFirst
{
	background-position:4px -1280px;
}

.RadGrid_General .rgPageLast
{
	background-position:-20px -1280px;
}

/*sorting, reordering*/

.GridHeader_General .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_General .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_General,
.BottomReorderIndicator_General
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_General
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_General td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_General>td:first-child
{
	background:none #929292;
}

.RadGrid_General .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_General input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_General
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_General .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_General .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_General td
{
	padding:1px 6px 4px;
}

.GroupPanel_General td td
{
	padding:0;
}

.GroupHeader_General
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_General td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_General td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_General .rgExpand
{
	background-position:-21px -990px;
}

.RadGrid_General .rgCollapse
{
	background-position:4px -989px;
}

.GroupHeader_General .rgExpand,
.GroupHeader_General .rgCollapse
{
	background-color:#fff;
}

.GroupHeader_General td div
{
	top:-0.6em;
}

.GroupHeader_General td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_General td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_General
{
	border-bottom:1px solid #7e7e7e;
}

.GridEditForm_General input[type="text"],
.GridEditForm_General input[type="password"],
.GridEditForm_General textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_General .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_General .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_General
{
	border-right:0;
}

/*command row*/

.GridCommandRow_General
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_General td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_General td td
{
	border:0;
	padding:0;
}

.GridCommandRow_General a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_General a img
{
	vertical-align:middle;
}

.RadGrid_General .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_General .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_General .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_General .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_General
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_General
{
	background:#002;
}

/*row drag n drop*/

.GridItemDropIndicator_General
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_General
{
	border:1px solid #383838;
	padding:3px;
	background:#fff;
	color:#000;
}

/*rtl*/

.RadGridRTL_General .GridHeader_General,
.RadGridRTL_General .ResizeHeader_General
{
	text-align:right;
}

.RadGridRTL_General .GridRow_General td,
.RadGridRTL_General .GridAltRow_General td,
.RadGridRTL_General .GridEditRow_General td,
.RadGridRTL_General .GridFooter_General td,
.RadGridRTL_General .GroupHeader_General td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_General .GridHeader_General,
.RadGridRTL_General .ResizeHeader_General,
.RadGridRTL_General .GridFilterRow_General td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_General .PagerLeft_General,
.RadGridRTL_General .GridPager_General .radslider
{
	float:right;
}

.RadGridRTL_General .PagerRight_General
{
	float:left;
}

.RadGridRTL_General .GridRow_General>td:first-child,
.RadGridRTL_General .GridAltRow_General>td:first-child,
.RadGridRTL_General .GridFooter_General>td:first-child,
.RadGridRTL_General .GridGroupFooter_General>td:first-child
{
	
	border-left-color:#7e7e7e;
}

