/* Telerik RadGrid Web 2.0 Skin */

/*global*/

.RadGrid_SolarWeb
{	
 background: white;
	border: solid 1px #C3D2E4;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

.RadGrid_SolarWeb,
.DetailTable_SolarWeb
{
	border:1px solid #C3D2E4;
}

.RadGrid_SolarWeb,
.MasterTable_SolarWeb,
.DetailTable_SolarWeb,
.GroupPanel_SolarWeb table,
.GridEditForm_SolarWeb table
{
	font:11px arial,verdana,sans-serif;
}

.MasterTable_SolarWeb,
.DetailTable_SolarWeb
{
	border-collapse:separate !important;
}

.MasterTable_SolarWeb
{
	border:5px solid #fff;
}

.GridRow_SolarWeb td,
.GridAltRow_SolarWeb td,
.GridEditRow_SolarWeb td,
.GridFooter_SolarWeb td,
.GridGroupFooter_SolarWeb td,
.GridFilterRow_SolarWeb td,
.GridHeader_SolarWeb,
.ResizeHeader_SolarWeb,
.GroupHeader_SolarWeb td
{
	padding-left:4px;
	padding-right:4px;
}

.RadGrid_SolarWeb .rgAdd,
.RadGrid_SolarWeb .rgRefresh,
.RadGrid_SolarWeb .rgEdit,
.RadGrid_SolarWeb .rgDel,
.RadGrid_SolarWeb .rgFilter,
.RadGrid_SolarWeb .rgPagePrev,
.RadGrid_SolarWeb .rgPageNext,
.RadGrid_SolarWeb .rgExpand,
.RadGrid_SolarWeb .rgCollapse,
.RadGrid_SolarWeb .rgSortAsc,
.RadGrid_SolarWeb .rgSortDesc,
.RadGrid_SolarWeb .rgUpdate,
.RadGrid_SolarWeb .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_SolarWeb input,
.GridCommandRow_SolarWeb img,
.GridHeader_SolarWeb input,
.GridFilterRow_SolarWeb img,
.GridPager_SolarWeb img
{
	vertical-align:middle;
}

/*header*/

.GridHeader_SolarWeb,
.ResizeHeader_SolarWeb
{
	padding-top:4px;
	padding-bottom:4px;
	background:#C3D2E4;
	text-align:left;
}

.GridHeader_SolarWeb,
.GridHeader_SolarWeb a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_SolarWeb td,
.GridAltRow_SolarWeb td,
.GridEditRow_SolarWeb td
{
	border-bottom:1px solid #d8dde0;
	padding-top:5px;
	padding-bottom:5px;
}

.GridRow_SolarWeb a,
.GridAltRow_SolarWeb a,
.GridEditRow_SolarWeb a
{
	color:#333;
}

.SelectedRow_SolarWeb
{
	background:#4985C1;
}

.GridRowOver_SolarWeb,
.ActiveRow_SolarWeb
{
	background:#e7f1ff;
}

.GridRowOver_SolarWeb td,
.ActiveRow_SolarWeb td
{
	border-bottom-color:#a5bedf;
}

.SelectedRow_SolarWeb td
{
	border-bottom: solid 1px #4B5765;
	color:White;
}

.GridEditRow_SolarWeb
{
	background:#4985C1;
}

.GridEditRow_SolarWeb td
{
	font-weight:bold;
	color:White;
	border-bottom: solid 1px #4985C1;
}

/*footer*/

.GridFooterDiv_SolarWeb,
.GridFooter_SolarWeb,
.GridGroupFooter_SolarWeb
{
	background:#fbfbfb;
	font-weight:bold;
	
}

.GridFooter_SolarWeb,
.GridFooter_SolarWeb a,
.GridGroupFooter_SolarWeb,
.GridGroupFooter_SolarWeb a
{
	color:#666;	
}

.GridFooter_SolarWeb td,
.GridGroupFooter_SolarWeb td
{
	border-top:1px solid #e8e6e6;
	border-bottom:1px solid #e8e6e6;
	padding-top:5px;
	padding-bottom:5px;	
}

/*status*/

.GridPager_SolarWeb span
{
	color:#999;	
}

/*paging*/

.GridPager_SolarWeb
{
	background:#eee;
	font-weight:bold;
	height:15px;
}

.GridPager_SolarWeb td
{
	padding:4px;
}

.GridPager_SolarWeb td,
.GridPager_SolarWeb td a
{
	color:#666;
}

.PagerLeft_SolarWeb
{
	float:left;
}

.PagerRight_SolarWeb
{
	float:right;
}

.PagerCenter_SolarWeb
{
	text-align:center;
}

.PagerCenter_SolarWeb span
{
	vertical-align:middle;
}

.RadGrid_SolarWeb .rgPagePrev
{
	background-position:6px -224px;
}

.RadGrid_SolarWeb .rgPageNext
{
	background-position:-23px -224px;
}

/*sorting, reordering*/

.GridHeader_SolarWeb .rgSortAsc
{
	background-position:-21px -256px;
	height:12px;
}

.GridHeader_SolarWeb .rgSortDesc
{
	background-position:4px -256px;
	height:12px;
}

.TopReorderIndicator_SolarWeb,
.BottomReorderIndicator_SolarWeb
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -100px no-repeat;
}

.BottomReorderIndicator_SolarWeb
{
	background-position:-21px -100px;
}

/*filtering*/

.GridFilterRow_SolarWeb td
{
	padding-top:5px;
	padding-bottom:5px;
}

.RadGrid_SolarWeb .rgFilter
{
	background-position:2px -288px;
}

.GridFilterRow_SolarWeb td
{
	border-bottom:1px solid #a5bedf;
}

.GridFilterRow_SolarWeb input[type="text"]
{
	border:1px solid #6788be;
	border-bottom-width:2px;
	font:12px arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_SolarWeb
{
	background:#043994 url('Grid/sprite.gif') 0 0 repeat-x;
	color:#fff;
}

.GroupPanel_SolarWeb .rgSortAsc
{
	background-position:-21px -327px;
}

.GroupPanel_SolarWeb .rgSortDesc
{
	background-position:5px -326px;
}

.GroupPanel_SolarWeb td
{
	padding:3px 4px 5px;
}

.GroupPanel_SolarWeb td td
{
	padding:1px;
}

.GroupPanelItems_SolarWeb
{
	white-space:nowrap;
}

.GroupHeader_SolarWeb
{
	background:#fff;
}

.GroupHeader_SolarWeb td
{
	border-bottom:2px solid #C3D2E4;
	padding:12px 4px 4px 4px;
  color: #4985C1;
	font-weight:bold;
}

.GroupHeader_SolarWeb td p
{
	margin:0px;
}

.RadGrid_SolarWeb .rgExpand
{
	background-position:2px -128px;
}

.RadGrid_SolarWeb .rgCollapse
{
	background-position:2px -160px;
}


.GroupHeader_SolarWeb td div
{
	top:-0.5em;
}

.GroupHeader_SolarWeb td div div
{
	top:0;
}



/*editing*/

.GridEditForm_SolarWeb
{
	border-left:1px solid #4985C1; 
  border-right :1px solid #4985C1;
  border-bottom :1px solid #4985C1;
}

.GridEditForm_SolarWeb input[type="text"],
.GridEditForm_SolarWeb input[type="password"],
.GridEditForm_SolarWeb textarea
{
	
}

.GridEditForm_SolarWeb a
{
	color:#333;
}

.RadGrid_SolarWeb .rgUpdate
{
	background-image:url('Grid/AddRecord.gif');
}

.RadGrid_SolarWeb .rgCancel
{
	background-image:url('Grid/AddRecord.gif');
}

/*hierarchy*/

.DetailTable_SolarWeb
{
	border-right:0;
}

/*command row*/

.GridCommandRow_SolarWeb
{
	background:#fff;
}

.GridCommandRow_SolarWeb td
{
	border:0;
	padding:0;
}

.GridCommandRow_SolarWeb a
{
	color:#333;
}

.RadGrid_SolarWeb .rgAdd
{
	background-image:url('Grid/AddRecord.gif');
	/*background-position:2px -386px;*/
}

.RadGrid_SolarWeb .rgRefresh
{
	background-image:url('Grid/Refresh.gif');
	/*background-position:5px -417px;*/
}

.RadGrid_SolarWeb .rgEdit
{
	background-position:2px -450px;
}

.RadGrid_SolarWeb .rgDel
{
	background-position:2px -482px;
}

/*loading*/

.LoadingPanel_SolarWeb
{
	background:#f3f3e2;
}

/*multirow select*/

.GridRowSelector_SolarWeb
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_SolarWeb
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_SolarWeb .GridHeader_SolarWeb,
.RadGridRTL_SolarWeb .ResizeHeader_SolarWeb
{
	text-align:right;
}

.RadGridRTL_SolarWeb .PagerLeft_SolarWeb,
.RadGridRTL_SolarWeb .GridPager_SolarWeb .radslider
{
	float:right;
}

.RadGridRTL_SolarWeb .PagerRight_SolarWeb
{
	float:left;
}

