/*Telerik RadGrid TelerikITH Skin*/

.rgNoRecords 
{
	display: none;
}

.activeMessageHeader 
{
  	background:#D5DC81 url(../images/bg-tabletop.png) repeat-x scroll 0 0;
 	
}

.finishedMessageHeader 
{
  background:#CCCCCC url(../images/bg-tabletop-gr.png) repeat-x scroll 0 0;
  cursor: pointer;
}

.SelectedRow_TelerikITH td.finishedMessageHeaderTd
{
    background:#CCCCCC url(../images/bg-tabletop-gr.png) repeat-x scroll 0 0;
    color   :#666666;
    cursor: default;
}

.GridRowOver_TelerikITH td.finishedMessageHeaderTd
{
    background:#CCCCCC url(../images/bg-tabletop-gr.png) repeat-x scroll 0 0;
    color   :#666666;
    cursor: default;
}

.finishedMessageHeaderTd 
{
	cursor: default;
	padding-left: 3px;
}


.SelectedRow_TelerikITH td.subject
{
	background:#E9F2EA none repeat scroll 0 0;
    color:#000000;
}

.GridRowOver_TelerikITH td.subject
{
	background:#F0F1F3 none repeat scroll 0 0;
    color   :#000000;
    cursor   :pointer;
}
/*global*/

.RadGrid_TelerikITH
{
	border:1px solid #ABB902;
	background:#fff;
	color:#666666;
}

.RadGrid_TelerikITH,
.MasterTable_TelerikITH,
.DetailTable_TelerikITH,
.GroupPanel_TelerikITH table,
.GridEditForm_TelerikITH table,
.GridToolTip_TelerikITH
{
	font-family: verdana,tahoma,helvetica;
	font-size:11px;
}

.MasterTable_TelerikITH,
.DetailTable_TelerikITH
{
    border-collapse:separate !important;
}

.GridRow_TelerikITH td,
.GridAltRow_TelerikITH td,
.GridEditRow_TelerikITH td,
.GridFooter_TelerikITH td,
.GridGroupFooter_TelerikITH td,
.GridFilterRow_TelerikITH td,
.GridHeader_TelerikITH,
.ResizeHeader_TelerikITH
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_TelerikITH .rgAdd,
.RadGrid_TelerikITH .rgRefresh,
.RadGrid_TelerikITH .rgEdit,
.RadGrid_TelerikITH .rgDel,
.RadGrid_TelerikITH .rgFilter,
.RadGrid_TelerikITH .rgPagePrev,
.RadGrid_TelerikITH .rgPageNext,
.RadGrid_TelerikITH .rgPageFirst,
.RadGrid_TelerikITH .rgPageLast,
.RadGrid_TelerikITH .rgExpand,
.RadGrid_TelerikITH .rgCollapse,
.RadGrid_TelerikITH .rgSortAsc,
.RadGrid_TelerikITH .rgSortDesc,
.RadGrid_TelerikITH .rgUpdate,
.RadGrid_TelerikITH .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_TelerikITH input,
.GridCommandRow_TelerikITH img,
.GridHeader_TelerikITH input,
.GridFilterRow_TelerikITH img,
.GridPager_TelerikITH img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_TelerikITH
{
	background:url('Grid/sprite.gif') 0 -1616px repeat-x #fafafa;
}

.GridHeader_TelerikITH,
.ResizeHeader_TelerikITH
{
font-size:x-small;
font-weight:bold;
height:25px;
color:#000000;
}



.GridHeader_TelerikITH a,
.ResizeHeader_TelerikITH a
{
	font-size:x-small;
font-weight:bold;
color:#000000;
font-family:verdana;
}

.GridHeader_TelerikITH:first-child,
.ResizeHeader_TelerikITH:first-child
{
	border-left:0;
	padding-left:5px;
	color:#000000;
}



/*rows*/

.GridFilterRow_TelerikITH td,
.GridRow_TelerikITH td,
.GridAltRow_TelerikITH td,
.GridEditRow_TelerikITH td,
.GridFooter_TelerikITH td,
.GridGroupFooter_TelerikITH td
{
	border-bottom:1px solid #D9D9D9;
font-size:x-small;
padding:5px;
vertical-align:top;
}

.GridFilterRow_TelerikITH>td:first-child,
.GridRow_TelerikITH>td:first-child,
.GridAltRow_TelerikITH>td:first-child,
.GridEditRow_TelerikITH>td:first-child,
.GridFooter_TelerikITH>td:first-child,
.GridGroupFooter_TelerikITH>td:first-child
{
	/*border-left-color:#fff;*/
}

.GridRow_TelerikITH a,
.GridAltRow_TelerikITH a,
.GridEditRow_TelerikITH a,
.GridFooter_TelerikITH a,
.GridGroupFooter_TelerikITH a,
.GridEditForm_TelerikITH a
{
	color:#27413e;
}

.SelectedRow_TelerikITH
{
	background:#E9F2EA none repeat scroll 0 0;
color:#000000;
}

.SelectedRow_TelerikITH td,
.SelectedRow_TelerikITH>td:first-child
{
	
}

.ActiveRow_TelerikITH,
.GridRowOver_TelerikITH
{
	background:#F0F1F3 none repeat scroll 0 0;
color:#000000;
cursor:pointer;
}




.ActiveRow_TelerikITH td,
.ActiveRow_TelerikITH>td:first-child,
.GridRowOver_TelerikITH td,
.GridRowOver_TelerikITH>td:first-child
{
	border-left-color:#f9d99f;
	border-right-color:#f9d99f;
}

.GridEditRow_TelerikITH
{
	background:#ffffe1;
}

.GridEditRow_TelerikITH td,
.GridEditRow_TelerikITH>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;
}

/*footer*/

.GridFooter_TelerikITH,
.GridGroupFooter_TelerikITH,
.GridFooter_TelerikITH a,
.GridGroupFooter_TelerikITH a
{
	color:#666;
}

/*status*/

.GridPager_TelerikITH span
{
	color:#193d65;
}

/*pager*/

.GridPager_TelerikITH
{
    background:url('Telerik_Grid/sprite.gif') 0 -600px repeat-x #d7e5f7;
    line-height:20px;
}

.GridPager_TelerikITH td
{
	border-top:1px solid #567db0;
	border-bottom:1px solid #fff;
	padding:1px 4px 2px;
}

.GridPager_TelerikITH div span,
.GridPager_TelerikITH a,
.GridPager_TelerikITH .sliderPagerLabel_TelerikITH
{
	color:#01285c;
}

.PagerLeft_TelerikITH
{
	float:left;
}

.PagerRight_TelerikITH
{
	float:right;
}

.PagerCenter_TelerikITH
{
	text-align:center;
}

.PagerCenter_TelerikITH span
{
	vertical-align:middle;
}

.RadGrid_TelerikITH .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_TelerikITH .rgPageNext
{
	background-position:-22px -1388px;
}

.RadGrid_TelerikITH .rgPageFirst
{
	background-position:4px -1356px;
}

.RadGrid_TelerikITH .rgPageLast
{
	background-position:-20px -1356px;
}

/*sorting, reordering*/

.GridHeader_TelerikITH .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_TelerikITH .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_TelerikITH,
.BottomReorderIndicator_TelerikITH
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Telerik_Grid/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_TelerikITH
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_TelerikITH
{
	background:#fafafa;
}

.RadGrid_TelerikITH .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_TelerikITH input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_TelerikITH
{
	background:url('Images/bg2.gif') repeat-x #c1bb00;
	color:#fff;
}

.GroupPanel_TelerikITH td
{
	padding:2px 4px;
}

.GroupPanel_TelerikITH td td
{
	padding:0;
}

.GroupPanelItems_TelerikITH
{
	
	background: #e5e3a1;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_TelerikITH .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_TelerikITH .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_TelerikITH
{
	background: #F0F0F0;
	color:#666666;
	font-size:x-small;
	font-weight: bold;
}

.GroupHeader_TelerikITH p
{
	color:#666666;
	font-size:x-small;
	font-weight: bold;
}

.GroupHeader_TelerikITH td
{
	padding:5px 4px 5px 5px;
}

.GroupHeader_TelerikITH p
{
	padding:0;
	margin:0;
}

.RadGrid_TelerikITH .rgExpand
{
	background: url(../images/kruisje.gif) no-repeat scroll 5px center;
}

.RadGrid_TelerikITH .rgCollapse
{
	background: url(../images/min.gif) no-repeat scroll 5px center;
}

.GroupHeader_TelerikITH td div
{
	top:-0.6em;
}

.GroupHeader_TelerikITH td div div
{
	top:0;
}

/*editing*/

.GridEditForm_TelerikITH
{
	border-bottom:1px solid #d0d7e5;
}

.GridEditForm_TelerikITH input[type="text"],
.GridEditForm_TelerikITH input[type="password"],
.GridEditForm_TelerikITH textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_TelerikITH .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_TelerikITH .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_TelerikITH
{
	border:1px solid #9eb6ce;
	border-right:0;
}

/*command row*/

.GridCommandRow_TelerikITH
{
	background:#fafafa;
}

.GridCommandRow_TelerikITH td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_TelerikITH td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_TelerikITH a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_TelerikITH .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_TelerikITH .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_TelerikITH .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_TelerikITH .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_TelerikITH
{
	background:url('Telerik_Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_TelerikITH
{
	background:#336;
}

/*row drag n drop*/

.GridItemDropIndicator_TelerikITH
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_TelerikITH
{
	border:1px solid #767676;
	padding:3px;
	background:#cad9ee;
	color:#000;
}

/*rtl*/

.RadGridRTL_TelerikITH .GridHeader_TelerikITH,
.RadGridRTL_TelerikITH .ResizeHeader_TelerikITH
{
	text-align:right;
}

.RadGridRTL_TelerikITH .PagerLeft_TelerikITH,
.RadGridRTL_TelerikITH .GridPager_TelerikITH .radslider
{
	float:right;
}

.RadGridRTL_TelerikITH .PagerRight_TelerikITH
{
	float:left;
}

.RadGridRTL_TelerikITH .GridHeader_TelerikITH:first-child,
.RadGridRTL_TelerikITH .ResizeHeader_TelerikITH:first-child
{
	border-left:1px solid #9eb6ce;
	padding-left:4px;
}

.RadGridRTL_TelerikITH .GridFilterRow_TelerikITH>td:first-child,
.RadGridRTL_TelerikITH .GridRow_TelerikITH>td:first-child,
.RadGridRTL_TelerikITH .GridAltRow_TelerikITH>td:first-child,
.RadGridRTL_TelerikITH .GridEditRow_TelerikITH>td:first-child,
.RadGridRTL_TelerikITH .GridFooter_TelerikITH>td:first-child,
.RadGridRTL_TelerikITH .GridGroupFooter_TelerikITH>td:first-child
{
	border-left-color:#d0d7e5;
}
