/*Telerik RadGrid Bayer Skin*/

/*global*/

.RadGrid_Bayer
{
    /*border:1px solid #000000;*/
    background:#fff;
    color:#27413e;
	
    scrollbar-face-color:#E9E9E9;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#E9E9E9;
    scrollbar-3dlight-color:#DBDBDB;
    scrollbar-arrow-color:#787878;
    scrollbar-track-color:#F5F5F5;
    scrollbar-darkshadow-color:#AEAEAE;
}
.RadGrid_Bayer .rgAdd,
.RadGrid_Bayer .rgRefresh,
.RadGrid_Bayer .rgEdit,
.RadGrid_Bayer .rgDel,
.RadGrid_Bayer .rgFilter,
.RadGrid_Bayer .rgPagePrev,
.RadGrid_Bayer .rgPageNext,
.RadGrid_Bayer .rgExpand,
.RadGrid_Bayer .rgCollapse,
.RadGrid_Bayer .rgSortAsc,
.RadGrid_Bayer .rgSortDesc,
.RadGrid_Bayer .rgUpdate,
.RadGrid_Bayer .rgCancel
{
    width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('ThemeImage.ashx?image=Common.Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}


.RadGrid_Bayer,
.MasterTable_Bayer,
.DetailTable_Bayer,
.GroupPanel_Bayer table,
.GridEditForm_Bayer table
{
	font:11px arial bold;
	color:#333333;
}

.MasterTable_Bayer,
.DetailTable_Bayer
{
    border-collapse:separate !important;
}

.GridAltRow_Bayer td
{
	padding-left:4px;
	padding-right:4px;
	color:#333333;
	background-color:#ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.GridRow_Bayer td,
.GridEditRow_Bayer td,
.GridFooter_Bayer td,
.GridGroupFooter_Bayer td,
.GridFilterRow_Bayer td,
.GridHeader_Bayer,
.ResizeHeader_Bayer
{
	padding-left:4px;
	padding-right:4px;
	color:#333333;
	background-color:#ebebeb;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

.GroupPanelItems_Bayer input,
.GridCommandRow_Bayer img,
.GridHeader_Bayer input,
.GridFilterRow_Bayer img,
.GridPager_Bayer img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Bayer
{
    background:#fafafa;
}
.GridHeader_Bayer,
.ResizeHeader_Bayer
{
    /*border-left:1px solid #CDCDCD;*/
    /*border-bottom: solid 1px #CDCDCD;*/
    padding-top:3px;
    padding-bottom:2px;
    background:#FFFFFF;
    text-align:left;
    font-size:11px;
    font-weight:bold;
    color:#333333;
}

.GridHeader_Bayer:first-child,
.ResizeHeader_Bayer:first-child
{
    border-left:0;
    padding-left:5px;
}

.GridHeader_Bayer a
{
    color:#000000;
    text-decoration:none;
}






/*rows*/

.GridFilterRow_Bayer td,
.GridEditRow_Bayer td,
.GridFooter_Bayer td,
.GridGroupFooter_Bayer td
{
	border:1px #d0d7e5;
	border-style:none none solid solid;
	padding-top:3px;
	padding-bottom:3px;
}

.GridFilterRow_Bayer>td:first-child,
.GridRow_Bayer>td:first-child,
.GridAltRow_Bayer>td:first-child,
.GridEditRow_Bayer>td:first-child,
.GridFooter_Bayer>td:first-child,
.GridGroupFooter_Bayer>td:first-child
{
	border-left-color:#fff;
}

.GridRow_Bayer a,
.GridAltRow_Bayer a,
.GridEditRow_Bayer a,
.GridFooter_Bayer a,
.GridGroupFooter_Bayer a,
.GridEditForm_Bayer a
{
	color:#27413e;
}

.SelectedRow_Bayer
{
	background:url('ThemeImage.ashx?image=Common.Grid/sprite.gif') 0 -800px repeat-x #f1c15f;
}

.SelectedRow_Bayer td,
.SelectedRow_Bayer>td:first-child
{
	border-color:#f29536;
}

.ActiveRow_Bayer,
.GridRowOver_Bayer
{
	background:none #f9d99f;
}

.ActiveRow_Bayer td,
.ActiveRow_Bayer>td:first-child,
.GridRowOver_Bayer td,
.GridRowOver_Bayer>td:first-child
{
	border-left-color:#f9d99f;
	border-right-color:#f9d99f;
}

.GridRow_Bayer
        {
	        background:#ffffff;
        }

        .GridRow_Bayer td
        {
	        border-color:#CDCDCD #CDCDCD #CDCDCD;
        }

        .GridAltRow_Bayer
        {
	        background:#F0F0F0;
        }

        .GridAltRow_Bayer td
        {
	        border-color:#CDCDCD #CDCDCD #CDCDCD;
        }




.GridEditRow_Bayer>td:first-child
{
	border-left-color:#ffffe1;
	border-bottom-color:#d0d7e5;
}

/*footer*/

.GridFooter_Bayer,
.GridGroupFooter_Bayer,
.GridFooter_Bayer a,
.GridGroupFooter_Bayer a
{
	color:#666;
}

/*status*/

.GridPager_Bayer span
{
	color:#193d65;
}

/*pager*/

.GridPager_Bayer
{
    background:url('ThemeImage.ashx?image=Common.Grid/sprite.gif') 0 -600px repeat-x #d7e5f7;
    line-height:20px;
}

.GridPager_Bayer td
{
	border-top:1px solid #567db0;
	border-bottom:1px solid #fff;
	padding:1px 4px 2px;
}

.GridPager_Bayer div span,
.GridPager_Bayer a,
.GridPager_Bayer .sliderPagerLabel_Bayer
{
	color:#01285c;
}

.PagerLeft_Bayer
{
	float:left;
}

.PagerRight_Bayer
{
	float:right;
}

.PagerCenter_Bayer
{
	text-align:center;
}

.PagerCenter_Bayer span
{
	vertical-align:middle;
}

.RadGrid_Bayer .rgPagePrev
{
	background-position:5px -1388px;
}

.RadGrid_Bayer .rgPageNext
{
	background-position:-22px -1388px;
}

/*sorting, reordering*/

.GridHeader_Bayer .rgSortAsc
{
	background-position:-21px -1262px;
	height:10px;
}

.GridHeader_Bayer .rgSortDesc
{
	background-position:4px -1262px;
	height:10px;
}

.TopReorderIndicator_Bayer,
.BottomReorderIndicator_Bayer
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('ThemeImage.ashx?image=Common.Grid/sprite.gif') 0 -1232px no-repeat;
}

.BottomReorderIndicator_Bayer
{
	background-position:-23px -1232px;
}

/*filtering*/

.GridFilterRow_Bayer
{
	background:#fafafa;
}

.RadGrid_Bayer .rgFilter
{
	background-position:2px -1196px;
}

.GridFilterRow_Bayer input[type="text"]
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Bayer
{
	border-bottom:1px solid #688caf;
	background:url('ThemeImage.ashx?image=Common.Grid/sprite.gif') repeat-x #9ebde5;
	color:#fff;
}

.GroupPanel_Bayer td
{
	padding:2px 4px;
}

.GroupPanel_Bayer td td
{
	padding:0;
}

.GroupPanelItems_Bayer
{
	border:1px solid #325373;
	background:#fff;
	color:#000;
	padding:1px 2px;
}

.GroupPanel_Bayer .rgSortAsc
{
	background-position:-21px -1259px;
}

.GroupPanel_Bayer .rgSortDesc
{
	background-position:4px -1258px;
}

.GroupHeader_Bayer
{
	background:#e4ecf7;
	color:#567db0;
	font:bold 11px verdana,sans-serif;
}

.GroupHeader_Bayer td
{
	border-bottom:1px solid #d0d7e5;
	padding:1px 4px 2px 5px;
}

.GroupHeader_Bayer p
{
	padding:0;
	margin:0;
}

.RadGrid_Bayer .rgExpand
{
	background-position:2px -1294px;
}

.RadGrid_Bayer .rgCollapse
{
	background-position:2px -1326px;
}

.GroupHeader_Bayer td div
{
	top:-0.6em;
}

.GroupHeader_Bayer td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Bayer
{
	border-bottom:1px solid #d0d7e5;
}

.GridEditForm_Bayer input[type="text"],
.GridEditForm_Bayer input[type="password"],
.GridEditForm_Bayer textarea
{
	border:1px solid #7f9db9;
	font:12px arial,verdana,sans-serif;
	color:#27413e;
}

.RadGrid_Bayer .rgUpdate
{
	background-position:3px -1549px;
}

.RadGrid_Bayer .rgCancel
{
	background-position:2px -1581px;
}

/*hierarchy*/

.DetailTable_Bayer
{
	border:1px solid #9eb6ce;
	border-right:0;
}

/*command row*/

.GridCommandRow_Bayer
{
	background:#fafafa;
}

.GridCommandRow_Bayer td
{
	border-bottom:1px solid #688caf;
	padding:2px 4px;
}

.GridCommandRow_Bayer td td
{
	border:0;
	padding:1px;
}

.GridCommandRow_Bayer a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Bayer .rgAdd
{
	background-position:2px -1422px;
}

.RadGrid_Bayer .rgRefresh
{
	background-position:5px -1453px;
}

.RadGrid_Bayer .rgEdit
{
	background-position:2px -1486px;
}

.RadGrid_Bayer .rgDel
{
	background-position:2px -1518px;
}

/*loading*/

.LoadingPanel_Bayer
{
	background:url('ThemeImage.ashx?image=Common.Grid/loading.gif') center center no-repeat #fff;
}

/*multirow select*/

.GridRowSelector_Bayer
{
	background:#336 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_Bayer
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_Bayer .GridHeader_Bayer,
.RadGridRTL_Bayer .ResizeHeader_Bayer
{
	text-align:right;
}

.RadGridRTL_Bayer .PagerLeft_Bayer,
.RadGridRTL_Bayer .GridPager_Bayer .radslider
{
	float:right;
}

.RadGridRTL_Bayer .PagerRight_Bayer
{
	float:left;
}

.RadGridRTL_Bayer .GridHeader_Bayer:first-child,
.RadGridRTL_Bayer .ResizeHeader_Bayer:first-child
{
	border-left:1px solid #9eb6ce;
	padding-left:4px;
}

.RadGridRTL_Bayer .GridFilterRow_Bayer>td:first-child,
.RadGridRTL_Bayer .GridRow_Bayer>td:first-child,
.RadGridRTL_Bayer .GridAltRow_Bayer>td:first-child,
.RadGridRTL_Bayer .GridEditRow_Bayer>td:first-child,
.RadGridRTL_Bayer .GridFooter_Bayer>td:first-child,
.RadGridRTL_Bayer .GridGroupFooter_Bayer>td:first-child
{
	border-left-color:#d0d7e5;
}