/* Telerik RadGrid Summary skin */

.RadGrid_Summary
{
	background: white;
	border: none;
	border-top: 0px;
	scrollbar-face-color: #bbc1c9; 
	scrollbar-highlight-color: #bbc1c9; 
	scrollbar-shadow-color: #bbc1c9; 
	scrollbar-3dlight-color: #d2d6db; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #d2d6db;
	scrollbar-darkshadow-color: #d2d6db; 
}
.RadGrid_Summary a
{
   text-decoration:none;
   /*color:#222277;*/
   color:darkslateblue;
}
.RadGrid_Summary a:hover
{
	text-decoration:underline;
   color:darkslateblue;
}

.RadGrid_Summary,
.RadGrid_Summary table,
.GridFilterMenu_Summary table
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.MasterTable_Summary
{
	border: 0px;
	border-collapse: separate !important;
	color: black;
	-moz-user-select: -moz-none;
}

.GridRow_Summary td,
.GridAltRow_Summary td,
.GridEditRow_Summary td
{
}

.GridRow_Summary
{
	background: white;
}
.GridAltRow_Summary
{
	background: white;
}

.SelectedRow_Summary
{
	/*background: #f0f2f4;*/
	background: #c7d0d9;

}
.SelectedRow_Summary td
{
}

.GridEditRow_Summary
{
	background-color: #ffffe1;
}
.GridEditRow_Summary input
{
	font-size: 11px;
}

.ActiveRow_Summary
{
	background: #d2d8db;
}
.ActiveRow_Summary td
{
}

.GridHeader_Summary,
.ResizeHeader_Summary
{
	height: 26px !important;
	color: black;
	font-size: 11px;
	text-align: left;
	text-decoration:underline;
	font-weight:normal;
}

.GridHeader_Summary a
{
	text-decoration: none;
	color: black !important;
}

/* ascending / descending sorting arrow */
.GridHeader_Summary img,
.GroupPanelItems_Summary input
{
	vertical-align: middle;
}

td.GridHeader_Summary input
{
	width: auto;
	float: left;
	border: solid 1px #474b38;
	background-color: #fafafa;
	font: bold 14px Verdana, Arial, Sans-serif;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_Summary
{
	background: white ;
	width: 100%;
	height: 25px;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_Summary
{
	background: white;
	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_Summary
{
	background: white;
	color: black;
}

.GroupHeader_Summary td div div
{
	top:-0.5em;
}

.GroupHeader_Summary td div div div
{
	top:0;
}

tr.GridPager_Summary
{
	background: #d2d6db;
	color: #6e7376;
	cursor: default;
}

tr.GridPager_Summary td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_Summary a
{
	color: #6e7376;
}

.GridPager_Summary a:hover
{
	color: #333;
}

.PagerLeft_Summary,
.PagerRight_Summary,
.sliderPagerLabel_Summary
{
	line-height:17px;
	padding-top:2px;
}

.GridPager_Summary .radInput_Summary
{
	vertical-align:middle;
}

.PagerLeft_Summary
{
	float:left;
}
.PagerRight_Summary,
.sliderPagerLabel_Summary
{
	float:right;
	padding-right:4px;
}
.GridPager_Summary .radslider
{
	float:left;
}
.GridPager_Summary img
{
	border:0;
}
.PagerCenter_Summary
{
	display:block;
	text-align:center;
}

.TopReorderIndicator_Summary
{
	background: url(Grid/MoveDown.gif) no-repeat;
}

.BottomReorderIndicator_Summary
{
	background: url(Grid/MoveUp.gif) no-repeat;
}

.GridCommandRow_Summary a
{
	color:#333;
}

.GridFilterMenu_Summary
{
    cursor:default;
}

.GridFilterMenu_Summary .GridFilterMenuSelectColumn_Summary,
.GridFilterMenu_Summary .GridFilterMenuTextColumn_Summary
{
	padding:3px 4px;
}

.GridFilterMenu_Summary .GridFilterMenuSelectColumn_Summary
{
    background:#f0f2f4;
    text-align:center;
}

.GridFilterMenu_Summary .GridFilterMenuTextColumn_Summary
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Summary .GridFilterMenuHover_Summary
{
    background:#c7d0d9;
}

/*AJAX Loading*/

.GridLoadingTemplate_Summary
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#72bc1b;
}

/* rtl support */

.RadGridRTL_Summary th,
.RadGridRTL_Summary td
{
    text-align:right;
}

.RadGridRTL_Summary .PagerLeft_Summary,
.RadGridRTL_Summary .GridPager_Summary .radslider
{
	float:right;
}
.RadGridRTL_Summary .PagerRight_Summary,
.RadGridRTL_Summary .sliderPagerLabel_Summary
{
	float:left;
}