/*Telerik RadGrid Vista Skin*/

/*global*/

.RadGrid_GridCalendar
{
    background:#FFF;
    color:#333;
}

.RadGrid_GridCalendar,
.MasterTable_GridCalendar,
.DetailTable_GridCalendar,
.GroupPanel_GridCalendar table,
.GridEditForm_GridCalendar table
{
    font:11px/14px "segoe ui",arial,sans-serif;
}

.MasterTable_GridCalendar,
.DetailTable_GridCalendar
{
    border-collapse:separate !important;
}

.GridRow_GridCalendar td,
.GridAltRow_GridCalendar td,
.GridEditRow_GridCalendar td,
.GridFooter_GridCalendar td,
.GridGroupFooter_GridCalendar td,
.GridFilterRow_GridCalendar td,
.GridHeader_GridCalendar,
.ResizeHeader_GridCalendar,
.GroupHeader_GridCalendar td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_GridCalendar .rgAdd,
.RadGrid_GridCalendar .rgRefresh,
.RadGrid_GridCalendar .rgEdit,
.RadGrid_GridCalendar .rgDel,
.RadGrid_GridCalendar .rgFilter,
.RadGrid_GridCalendar .rgPagePrev,
.RadGrid_GridCalendar .rgPageNext,
.RadGrid_GridCalendar .rgExpand,
.RadGrid_GridCalendar .rgCollapse,
.RadGrid_GridCalendar .rgSortAsc,
.RadGrid_GridCalendar .rgSortDesc,
.RadGrid_GridCalendar .rgUpdate,
.RadGrid_GridCalendar .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:#000;
	vertical-align:middle;
	cursor:pointer;
}

.GroupPanelItems_GridCalendar input,
.GridCommandRow_GridCalendar img,
.GridHeader_GridCalendar input,
.GridFilterRow_GridCalendar img,
.GridPager_GridCalendar img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_GridCalendar
{
	background-color:#000;
}

.GridHeader_GridCalendar,
.ResizeHeader_GridCalendar
{
	background-color:#000;
	padding-top:3px;
	padding-bottom:4px;
	text-align:left;
	font-weight:bold;
	font-weight:normal;
}

.GridHeader_GridCalendar,
.GridHeader_GridCalendar a
{
    color:#fff;
    text-decoration:none;
}

/*rows*/

.GridRow_GridCalendar td,
.GridAltRow_GridCalendar td,
.GridEditRow_GridCalendar td,
.GridFooter_GridCalendar td,
.GridGroupFooter_GridCalendar td
{
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_GridCalendar td,
.GridAltRow_GridCalendar td
{
	border-color:#fcfcfc #fff #fcfcfc #ededed;
}

.GridRow_GridCalendar>td:first-child,
.GridAltRow_GridCalendar>td:first-child,
.GridEditRow_GridCalendar>td:first-child,
.GridFooter_GridCalendar>td:first-child,
.GridGroupFooter_GridCalendar>td:first-child
{
	border-left-color:#fcfcfc;
}

.GridRow_GridCalendar a,
.GridAltRow_GridCalendar a,
.GridEditRow_GridCalendar a,
.GridFooter_GridCalendar a,
.GridGroupFooter_GridCalendar a,
.GridEditForm_GridCalendar a
{
	color:#333;
}

.SelectedRow_GridCalendar
{
    background:url('Grid/sprite.gif') 0 -800px repeat-x #dcf1fc;
}

.ActiveRow_GridCalendar,
.GridRowOver_GridCalendar
{
    background:url('Grid/sprite.gif') 0 -1100px repeat-x #e8f5fd;
}

.SelectedRow_GridCalendar td,
.ActiveRow_GridCalendar td,
.GridRowOver_GridCalendar td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.ActiveRow_GridCalendar td,
.GridRowOver_GridCalendar td
{
	border-top-color:#d8f0fa;
	border-bottom-color:#d8f0fa;
}

.SelectedRow_GridCalendar td
{
	border-top-color:#99defd;
	border-bottom-color:#99defd;
}

.GridEditRow_GridCalendar
{
    background:#caeefe;
}

.GridEditRow_GridCalendar td
{
	border-color:#caeefe;
}

/*footer*/

.GridFooter_GridCalendar,
.GridGroupFooter_GridCalendar
{
	color:#999;
}

.GridFooter_GridCalendar td,
.GridGroupFooter_GridCalendar td
{
	border-color:#dbe4e9 #fff #fcfcfc #ededed;
}

/*status*/

.GridPager_GridCalendar span
{
	color:#999;
}

/*pager*/

.GridPager_GridCalendar
{
    background:url('Grid/sprite.gif') 0 -600px repeat-x #f1fbfe;
    line-height:20px;
}

.GridPager_GridCalendar td
{
    border-top:1px solid #9db6c5;
    padding:1px 7px 2px;
}

.GridPager_GridCalendar div span,
.GridPager_GridCalendar a,
.GridPager_GridCalendar .sliderPagerLabel_GridCalendar
{
	color:#333;
}

.PagerLeft_GridCalendar
{
	float:left;
}

.PagerRight_GridCalendar
{
	float:right;
}

.PagerCenter_GridCalendar
{
	text-align:center;
}

.PagerCenter_GridCalendar span
{
	vertical-align:middle;
}

.RadGrid_GridCalendar .rgPagePrev
{
	background-position:5px -1789px;
}

.RadGrid_GridCalendar .rgPageNext
{
	background-position:-21px -1789px;
}

/*sorting, reordering*/

.GridHeader_GridCalendar .rgSortAsc
{
	background-position:-20px -1693px;
	height:10px;
}

.GridHeader_GridCalendar .rgSortDesc
{
	background-position:4px -1693px;
	height:10px;
}

.TopReorderIndicator_GridCalendar,
.BottomReorderIndicator_GridCalendar
{
	width:11px !important;
	height:11px !important;
	margin-left:-5px;
	background:url('Grid/sprite.gif') 0 -1664px no-repeat;
}

.BottomReorderIndicator_GridCalendar
{
	background-position:-21px -1664px;
}

/*filtering*/

.GridFilterRow_GridCalendar td
{
    padding-top:4px;
    padding-bottom:4px;
    border-left:1px solid #ededed;
    border-right:1px solid #fff;
    border-bottom:1px solid #ededed;
}

.RadGrid_GridCalendar .rgFilter
{
	background-position:2px -1597px;
}

.GridFilterRow_GridCalendar input[type="text"]
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_GridCalendar
{
	border:1px solid #66707c;
	background:url('Grid/sprite.gif') 0 0 repeat-x #4b92aa;
	color:#fff;
}

.GroupPanel_GridCalendar .rgSortAsc
{
	background-position:-21px -1627px;
}

.GroupPanel_GridCalendar .rgSortDesc
{
	background-position:4px -1626px;
}

.GroupPanel_GridCalendar td
{
	border:1px solid;
	border-color:#b1c9d8 #83a9c1 #94c1ce;
	padding:7px;
}

.GroupPanel_GridCalendar td td
{
	border:0;
	padding:0;
}

.GroupHeader_GridCalendar
{
    background:url('Grid/sprite.gif') 0 -1385px repeat-x;
    font-size:1.27em;
    font-weight:bold;
	color:#039;
}

.GroupHeader_GridCalendar td
{
    padding:6px 8px;
}

.RadGrid_GridCalendar .rgExpand
{
	background-position:-21px -1723px;
	background-color:#fcfcfc;
}

.RadGrid_GridCalendar .rgCollapse
{
	background-position:4px -1721px;
	background-color:#fcfcfc;
}

.GroupHeader_GridCalendar td p
{
    display:inline;
    padding:0 10px;
    background:#fcfcfc;
}

.GroupHeader_GridCalendar td div div
{
	top:-0.5em;
	padding:0 10px;
	background:#fcfcfc;
}

.GroupHeader_GridCalendar td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.GridEditForm_GridCalendar
{
	border-bottom:1px solid #ededed;
}

.GridEditForm_GridCalendar input[type="text"],
.GridEditForm_GridCalendar textarea
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
}

.RadGrid_GridCalendar .rgUpdate
{
	background-position:3px -1949px;
}

.RadGrid_GridCalendar .rgCancel
{
	background-position:3px -1981px;
}

/*hierarchy*/

.DetailTable_GridCalendar
{
	border:1px solid #ededed;
	border-right:0;
}

/*command row*/

.GridCommandRow_GridCalendar
{
	background:url('Grid/sprite.gif') 0 -200px repeat-x #5ca6bc;
	color:#fff;
}

.GridCommandRow_GridCalendar td
{
	border:1px solid;
	border-color:#7a8591 #66707c #043350;
	padding:0;
}

.GridCommandRow_GridCalendar td td
{
	border:0;
	padding:3px 7px 4px;
}

.GridCommandRow_GridCalendar td td td
{
	padding:1px;
}

.GridCommandRow_GridCalendar table
{
	border:1px solid;
	border-color:#c2d5e1 #83a9c1 #a8cfd9;
}

.GridCommandRow_GridCalendar table table
{
	border:0;
}

.GridCommandRow_GridCalendar a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_GridCalendar .rgAdd
{
	background-position:0 -1856px;
}

.RadGrid_GridCalendar .rgRefresh
{
	background-position:0 -1824px;
}

.RadGrid_GridCalendar .rgEdit
{
	background-position:0 -1888px;
}

.RadGrid_GridCalendar .rgDel
{
	background-position:0 -1920px;
}

/*loading*/

.LoadingPanel_GridCalendar
{
	background:url('Grid/loading.gif') center center no-repeat #fff;
}

/*rtl*/

.RadGridRTL_GridCalendar .GridHeader_GridCalendar,
.RadGridRTL_GridCalendar .ResizeHeader_GridCalendar
{
	text-align:right;
}

.RadGridRTL_GridCalendar .PagerLeft_GridCalendar,
.RadGridRTL_GridCalendar .GridPager_GridCalendar .radslider
{
	float:right;
}

.RadGridRTL_GridCalendar .PagerRight_GridCalendar
{
	float:left;
}
