/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_ECare
{
	background:#d4d0c8;
}

.RadGrid_ECare,
.MasterTable_ECare,
.DetailTable_ECare,
.GroupPanel_ECare table,
.GridEditForm_ECare table
{
	font:11px/1.4 arial,sans-serif;
}

.RadGrid_ECare,
.DetailTable_ECare
{
	border:1px solid #94913E;
}

.MasterTable_ECare,
.DetailTable_ECare
{
	background:#fff;
	border-collapse:separate !important;
}

.GridRow_ECare td,
.GridAltRow_ECare td,
.GridEditRow_ECare td,
.GridFooter_ECare td,
.GridGroupFooter_ECare td
{
	padding-left:10px;
	padding-right:6px;
}

.RadGrid_ECare .rgAdd,
.RadGrid_ECare .rgRefresh,
.RadGrid_ECare .rgEdit,
.RadGrid_ECare .rgDel,
.RadGrid_ECare .rgFilter,
.RadGrid_ECare .rgPagePrev,
.RadGrid_ECare .rgPageNext,
.RadGrid_ECare .rgExpand,
.RadGrid_ECare .rgCollapse,
.RadGrid_ECare .rgSortAsc,
.RadGrid_ECare .rgSortDesc,
.RadGrid_ECare .rgUpdate,
.RadGrid_ECare .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_ECare input,
.GridCommandRow_ECare img,
.GridHeader_ECare input,
.GridFilterRow_ECare img,
.GridPager_ECare img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_ECare
{
	background:url('Grid/sprite.gif') 0 0 repeat-x #929292;
}

.GridHeader_ECare,
.ResizeHeader_ECare
{
	border-bottom:1px solid #010101;
	background:url('Grid/headers.gif') repeat-x #979443;
	padding:10px 6px 10px 11px;
	text-align:left;
	font-size:1.3em;
	font-weight:normal;
}

.GridHeader_ECare:first-child,
.ResizeHeader_ECare:first-child
{
	background-position:-2px 0;
}

.DetailTable_ECare .GridHeader_ECare,
.DetailTable_ECare .ResizeHeader_ECare
{
	padding-top:2px;
	padding-bottom:2px;
	background:url('Grid/headers.gif') 0 -316px repeat-x #474747;
}

.DetailTable_ECare .GridHeader_ECare:first-child,
.DetailTable_ECare .ResizeHeader_ECare:first-child
{
	background-position:-2px -316px;
}

.GridHeader_ECare,
.GridHeader_ECare a
{
	color:#fff;
	text-decoration:none;
}

/*rows*/

.GridRow_ECare td,
.GridAltRow_ECare td,
.GridEditRow_ECare td,
.GridFooter_ECare td,
.GridGroupFooter_ECare td
{
	padding-top:0.4em;
	padding-bottom:0.4em;
}

.GridRow_ECare td,
.GridAltRow_ECare td,
.GridFooter_ECare td,
.GridGroupFooter_ECare td
{
	border-left:1px solid #DDDBA0;
}

.GridRow_ECare>td:first-child,
.GridAltRow_ECare>td:first-child,
.GridFooter_ECare>td:first-child,
.GridGroupFooter_ECare>td:first-child
{
	border-left-color:#fff;
}

.GridRow_ECare a,
.GridAltRow_ECare a,
.GridFooter_ECare a,
.GridGroupFooter_ECare a,
.GridEditForm_ECare a
{
	/*color:#333;*/
}

.SelectedRow_ECare
{
	background:#4c4c4c;
	color:#fff;
}

.SelectedRow_ECare a,
.GridEditRow_ECare a
{
	color:#fff;
}

.SelectedRow_ECare td,
.SelectedRow_ECare>td:first-child
{
	border-left-color:#3f3f3f;
}

.ActiveRow_ECare,
.GridRowOver_ECare
{
	background:#e6e6e6;
	color:#333;
}

.ActiveRow_ECare>td:first-child,
.GridRowOver_ECare>td:first-child
{
	border-left-color:;
}

.GridEditRow_ECare
{
	background:#2c2c2c;
	color:#fff;
}

.GridEditRow_ECare td
{
	border-left-color:#373737;
}

/*footer*/

.GridFooterDiv_ECare
{
	background:#fff;
}

.GridFooter_ECare,
.GridGroupFooter_ECare
{
	color:#666;
}

.GridFooter_ECare td,
.GridGroupFooter_ECare td
{
	border-top:1px solid #e8e8e8;
}

/*status*/

.GridPager_ECare span
{
	color:#666;
	font-weight: bold;
}

/*paging*/

.GridPager_ECare
{
	background:#DDDBA0;
	line-height:26px;
}

.GridPager_ECare td
{
	border-top:1px solid #A4A15A;
	border-bottom:1px solid #A4A15A;
	padding:0 10px;
}

.GridPager_ECare div span,
.GridPager_ECare a,
.GridPager_ECare .sliderPagerLabel_ECare
{
	/*color:#333;*/
}

.PagerLeft_ECare
{
	float:left;
}

.PagerRight_ECare
{
	float:right;
}

.PagerCenter_ECare
{
	text-align:center;
}

.PagerCenter_ECare *
{
	vertical-align:middle;
}

.RadGrid_ECare .rgPagePrev
{
	background-position:5px -1248px;
}

.RadGrid_ECare .rgPageNext
{
	background-position:-21px -1248px;
}

/*sorting, reordering*/

.GridHeader_ECare .rgSortAsc
{
	background-position:-18px -960px;
}

.GridHeader_ECare .rgSortDesc
{
	background-position:3px -959px;
}

.TopReorderIndicator_ECare,
.BottomReorderIndicator_ECare
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -932px no-repeat;
}

.BottomReorderIndicator_ECare
{
	background-position:-21px -932px;
}

/*filtering*/

.GridFilterRow_ECare td
{
	border-bottom:1px solid #696969;
	padding:0.2em 6px 0.2em 11px;
	background:url('Grid/sprite.gif') 0 -796px no-repeat #929292;
}

.GridFilterRow_ECare>td:first-child
{
	background:none #929292;
}

.RadGrid_ECare .rgFilter
{
	background-position:2px -897px;
}

.GridFilterRow_ECare input[type="text"]
{
	border:1px solid #626262;
	font:12px arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_ECare
{
	border-top:1px solid #383838;
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GroupPanel_ECare .rgSortAsc
{
	background-position:-21px -1023px;
}

.GroupPanel_ECare .rgSortDesc
{
	background-position:5px -1023px;
}

.GroupPanel_ECare td
{
	padding:1px 6px 4px;
}

.GroupPanel_ECare td td
{
	padding:0;
}

.GroupHeader_ECare
{
	background:url('Grid/sprite.gif') 0 -581px repeat-x;
	font-size:1.27em;
	font-weight:bold;
}

.GroupHeader_ECare td
{
	padding:0.5em 11px 0.5em 6px;
}

.GroupHeader_ECare td p
{
    display:inline;
    padding:0 10px;
    background:#fff;
}

.RadGrid_ECare .rgExpand
{
	background-position:-21px -990px;
	background-color:#fff;
}

.RadGrid_ECare .rgCollapse
{
	background-position:4px -989px;
	background-color:#fff;
}

.GroupHeader_ECare td div
{
	top:-0.6em;
}

.GroupHeader_ECare td div div
{
	top:0;
	background:#fff;
	padding:0 15px;
}

.GroupHeader_ECare td div div div
{
	background:transparent;
	padding:0;
}

/*editing*/

.GridEditForm_ECare
{
	border-bottom:1px solid #94913D;
}

.GridEditForm_ECare input[type="text"],
.GridEditForm_ECare textarea
{
	border:1px solid #626262;
	font:11px arial,sans-serif;
	color:#333;
}

.RadGrid_ECare .rgUpdate
{
	background-position:2px -1186px;
}

.RadGrid_ECare .rgCancel
{
	background-position:2px -1217px;
}

/*hierarchy*/

.DetailTable_ECare
{
	border-right:0;
}

/*command row*/

.GridCommandRow_ECare
{
	background:url('Grid/sprite.gif') repeat-x 0 -400px #1f1f1f;
	color:#8f8f8f;
}

.GridCommandRow_ECare td
{
	border-top:1px solid #383838;
	padding:1px 6px 2px;
}

.GridCommandRow_ECare td td
{
	border:0;
	padding:0;
}

.GridCommandRow_ECare a
{
	color:#9a9a9a;
	text-decoration:none;
}

.GridCommandRow_ECare a img
{
	vertical-align:middle;
}

.RadGrid_ECare .rgAdd
{
	background-position:0 -1060px;
}

.RadGrid_ECare .rgRefresh
{
	background-position:0 -1092px;
}

.RadGrid_ECare .rgEdit
{
	background-position:1px -1123px;
}

.RadGrid_ECare .rgDel
{
	background-position:0 -1156px;
}

/*loading*/

.LoadingPanel_ECare
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_ECare .GridHeader_ECare,
.RadGridRTL_ECare .ResizeHeader_ECare
{
	text-align:right;
}

.RadGridRTL_ECare .GridRow_ECare td,
.RadGridRTL_ECare .GridAltRow_ECare td,
.RadGridRTL_ECare .GridEditRow_ECare td,
.RadGridRTL_ECare .GridFooter_ECare td,
.RadGridRTL_ECare .GroupHeader_ECare td
{
	padding-right:10px;
	padding-left:6px;
}

.RadGridRTL_ECare .GridHeader_ECare,
.RadGridRTL_ECare .ResizeHeader_ECare,
.RadGridRTL_ECare .GridFilterRow_ECare td
{
	padding-right:11px;
	padding-left:6px;
}

.RadGridRTL_ECare .PagerLeft_ECare,
.RadGridRTL_ECare .GridPager_ECare .radslider
{
	float:right;
}

.RadGridRTL_ECare .PagerRight_ECare
{
	float:left;
}
