/*
	resultaat pagina van het zoeken in de projectenpagina
*/

/*global*/

.RadGrid_Menu
{
	/*background:#d4d0c8;*/
	color:#515151;
}

.RadGrid_Menu,
.MasterTable_Menu,
.DetailTable_Menu,
.GroupPanel_Menu table,
.GridEditForm_Menu table
{
	font:10px;
}

.RadGrid_Menu,
.DetailTable_Menu
{
	border:0px solid #515151;
}

.MasterTable_Menu,
.DetailTable_Menu
{
	/*background:#fff;*/
	border-collapse:separate !important;
}

.GridRow_Menu td,
.GridAltRow_Menu td,
.GridEditRow_Menu td,
.GridFooter_Menu td,
.GridGroupFooter_Menu td
{
	padding-left:0px;
	padding-right:6px;
}

.RadGrid_Menu .rgAdd,
.RadGrid_Menu .rgRefresh,
.RadGrid_Menu .rgEdit,
.RadGrid_Menu .rgDel,
.RadGrid_Menu .rgFilter,
.RadGrid_Menu .rgPagePrev,
.RadGrid_Menu .rgPageNext,
.RadGrid_Menu .rgExpand,
.RadGrid_Menu .rgCollapse,
.RadGrid_Menu .rgSortAsc,
.RadGrid_Menu .rgSortDesc,
.RadGrid_Menu .rgUpdate,
.RadGrid_Menu .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid.Project/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_Menu input,
.GridCommandRow_Menu img,
.GridHeader_Menu input,
.GridFilterRow_Menu img,
.GridPager_Menu img
{
	vertical-align:middle;
}



/*rows*/

.GridRow_Menu td,
.GridAltRow_Menu td,
.GridEditRow_Menu td,
.GridFooter_Menu td,
.GridGroupFooter_Menu td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_Menu td,
.GridAltRow_Menu td,
.GridFooter_Menu td,
.GridGroupFooter_Menu td
{
	border-left:0px solid #818A8F;
}

.GridRow_Menu>td:first-child,
.GridAltRow_Menu>td:first-child,
.GridFooter_Menu>td:first-child,
.GridGroupFooter_Menu>td:first-child
{
	border-left-color:#818A8F;
}

/* Menu Text */
.GridRow_Menu a,
.GridAltRow_Menu a,
.GridFooter_Menu a,
.GridGroupFooter_Menu a,
.GridEditForm_Menu a
{
	font: 10px;
	color:#818A8F;
	/*font-weight: bold;*/
	text-decoration: none;
	
}

.SelectedRow_Menu
{
	background:transparant;
}
/* Menu Text Selected */
.SelectedRow_Menu a,
.GridEditRow_Menu a
{
	color:#E37222;
}
.SelectedRow_Menu td,
.SelectedRow_Menu>td:first-child
{
	border-left-color:#515151;
}

.ActiveRow_Menu,
.GridRowOver_Menu
{
	background:#818A8F;
	color:#515151;
	/*font-weight: bold;*/
}

.ActiveRow_Menu>td:first-child,
.GridRowOver_Menu>td:first-child
{
	border-left-color:#818A8F;
}

.GridEditRow_Menu
{
	background:#515151;
	color:#fff;
}

.GridEditRow_Menu td
{
	border-left-color:#515151;
}


/*paging*/

.GridPager_Menu
{
	/*background:#e4e4e4;*/
	line-height:26px;
}

.GridPager_Menu td
{
	border-top:0px solid #818A8F;
	border-bottom:0px solid #818A8F;
	padding:0 10px;
}

.GridPager_Menu div span,
.GridPager_Menu a,
.GridPager_Menu .sliderPagerLabel_Menu
{
	color:#515151;
	color: #E37222;
}

.PagerLeft_Menu
{
	float:left;
	color: #818A8F;
}

.PagerRight_Menu
{
	float:right;
}

.PagerCenter_Menu
{
	text-align:center;
}

.PagerCenter_Menu *
{
	vertical-align:middle;
}

.RadGrid_Menu .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_Menu .rgPageNext
{
	background-position:-21px -1248px;
}


/*loading*/

.LoadingPanel_Menu
{
	background:url('Grid.Project/loading.gif') center center no-repeat #fff;
}


/*rtl*/

.RadGridRTL_Menu .GridHeader_Menu,
.RadGridRTL_Menu .ResizeHeader_Menu
{
	text-align:right;
}

.RadGridRTL_Menu .GridRow_Menu td,
.RadGridRTL_Menu .GridAltRow_Menu td,
.RadGridRTL_Menu .GridEditRow_Menu td,
.RadGridRTL_Menu .GridFooter_Menu td,
.RadGridRTL_Menu .GroupHeader_Menu td
{
	padding-right:10px;
	padding-left:0px;
}

.RadGridRTL_Menu .GridHeader_Menu,
.RadGridRTL_Menu .ResizeHeader_Menu,
.RadGridRTL_Menu .GridFilterRow_Menu td
{
	padding-right:11px;
	padding-left:0px;
}

.RadGridRTL_Menu .PagerLeft_Menu,
.RadGridRTL_Menu .GridPager_Menu .radslider
{
	float:right;
}

.RadGridRTL_Menu .PagerRight_Menu
{
	float:left;
}
/*paging*/

.GridPager_Menu
{
	background:transparent;
	line-height:26px;
}

.GridPager_Menu td
{
	border-top:0px solid #818A8F;
	border-bottom:0px solid #818A8F;
	padding:0 10px;
}

.GridPager_Menu div span,
.GridPager_Menu a,
.GridPager_Menu .sliderPagerLabel_Menu
{
	color:#515151;
}

.PagerLeft_Menu
{
	float:left;
}

.PagerRight_Menu
{
	float:right;
}

.PagerCenter_Menu
{
	text-align:center;
}

.PagerCenter_Menu *
{
	vertical-align:middle;
}

.RadGrid_Menu .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_Menu .rgPageNext
{
	background-position:-21px -1248px;
}

/* Kleur van de paging */
.PagerLeft_Menu a
{
	color: #818A8F;
	text-decoration: none;
}
.PagerLeft_Menu a:hover
{
	color: #515151;
	font-weight: bold;
}
/* Kleur van de geselecteerde paging */
div.PagerLeft_Menu span
{
	color: #E37222;
}
