/* START Telerik.Web.UI.Skins.Splitter.css */

/*****************************************************************************/
/* these below are not skin/border size specific. Shared between all skins */
/*****************************************************************************/
.nested,
.nestedHorizontal 
{
	border-width: 0px !important;
}

/************ nested vertical ****************/
.nested .pane, 
.nested .resizeBar,
.nested .resizeBarOver,
.nested .resizeBarInactive  
{
	border-top: 0px;
	border-bottom: 0px;
}

.nested .pane.firstItem,
.nested .resizeBar.firstItem,
.nested .resizeBarOver.firstItem,
.nested .resizeBarInactive.firstItem
{
	border-left: 0px;
}

.nested .pane.lastItem, 
.nested .resizeBar.lastItem,
.nested .resizeBarOver.lastItem,
.nested .resizeBarInactive.lastItem
{
	border-right: 0px;
}

.nested .pane.firstItem.lastItem, 
.nested .resizeBar.firstItem.lastItem,
.nested .resizeBarOver.firstItem.lastItem,
.nested .resizeBarInactive.firstItem.lastItem
{
	border-left: 0px;
	border-right: 0px;
}

/************ nested horizontal ****************/

.nestedHorizontal .paneHorizontal, 
.nestedHorizontal .resizeBarHorizontal,
.nestedHorizontal .resizeBarOverHorizontal,
.nestedHorizontal .resizeBarInactiveHorizontal
{
	border-left: 0px;
	border-right: 0px;
}

.nestedHorizontal .paneHorizontal.firstItem,
.nestedHorizontal .resizeBarHorizontal.firstItem,
.nestedHorizontal .resizeBarOverHorizontal.firstItem,
.nestedHorizontal .resizeBarInactiveHorizontal.firstItem
{
	border-top: 0px;
}

.nestedHorizontal .paneHorizontal.lastItem, 
.nestedHorizontal .resizeBarHorizontal.lastItem,
.nestedHorizontal .resizeBarOverHorizontal.lastItem,
.nestedHorizontal .resizeBarInactiveHorizontal.lastItem
{
	border-bottom: 0px;
}

.nestedHorizontal .paneHorizontal.firstItem.lastItem, 
.nestedHorizontal .resizeBarHorizontal.firstItem.lastItem,
.nestedHorizontal .resizeBarOverHorizontal.firstItem.lastItem,
.nestedHorizontal .resizeBarInactiveHorizontal.firstItem.lastItem
{
	border-top: 0px;
	border-bottom: 0px;
}

/************ sliding pane icons ****************/

.slideHeaderIconWrapper div
{
	font-size: 1px;
	line-height: 1px;
}

/************ VisibleDuringInit ****************/

.HideBordersWhileLoading,
/* In case a child of the splitter's has visibility:visible, we need to overwrite it */
.HideBordersWhileLoading *
{
	/* We need to use !important in case a child of the splitter's has visibility:visible defined in the inline style */
	visibility: hidden !important;
}

* html .HideBordersWhileLoading
{
    filter: chroma(color=*);
}
*+html .HideBordersWhileLoading,
*+html .HideBordersWhileLoading td
{
     border-color: transparent !important;
}

/************ SlidingPanes content elements overflow problem in Firefox ****************/

.hideContentOverflow div
{
	overflow: hidden !important;
}

.hideContentOverflow iframe
{
	visibility: hidden !important;
}
/* END Telerik.Web.UI.Skins.Splitter.css */
/* START Telerik.Web.UI.Skins.Default.Splitter.Default.css */
/* border style definition */
table.RadSplitter_Default,
.RadSplitter_Default .resizeBar,
.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeHorizontal,
.RadSplitter_Default .resizeBarOver,
.RadSplitter_Default .slideContainerResizeOver,
.RadSplitter_Default .slideContainerResizeOverHorizontal,
.RadSplitter_Default .resizeBarInactive,
.RadSplitter_Default .resizeBarHorizontal,
.RadSplitter_Default .resizeBarOverHorizontal,
.RadSplitter_Default .resizeBarInactiveHorizontal,
.RadSplitter_Default .pane, 
.RadSplitter_Default .paneHorizontal
{
	border: 1px solid #383838;
}

/* applies to the RadSlidingPanes */
div.RadSplitter_Default,
table.slideContainer
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.RadSplitter_Default
{
	border-collapse: collapse;
	border-bottom: 1px; /* half the size of the border, but at least 1px */
}

.RadSplitter_Default .pane, 
.RadSplitter_Default .paneHorizontal 
{
	padding: 0;
	text-align: left;
	background-color: #fff;
}

.RadSplitter_Default .resizeBar,
.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeHorizontal,
.RadSplitter_Default .resizeBarOver,
.RadSplitter_Default .slideContainerResizeOver,
.RadSplitter_Default .slideContainerResizeOverHorizontal,
.RadSplitter_Default .resizeBarInactive,
.RadSplitter_Default .resizeBarHorizontal,
.RadSplitter_Default .resizeBarOverHorizontal,
.RadSplitter_Default .resizeBarInactiveHorizontal
{
	padding: 0;
	background: #383838;
	font-size: 1px;
	text-align: center;
}

.RadSplitter_Default .resizeBarOverHorizontal
{
	background: #383838;
}


.RadSplitter_Default .resizeBar,
.RadSplitter_Default .resizeBarOver,
.RadSplitter_Default .resizeBarInactive,
.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeOver
{
	width: 4px;	
}

.RadSplitter_Default .resizeBarHorizontal,
.RadSplitter_Default .resizeBarOverHorizontal,
.RadSplitter_Default .resizeBarInactiveHorizontal,
.RadSplitter_Default .slideContainerResizeHorizontal,
.RadSplitter_Default .slideContainerResizeOverHorizontal
{
	height: 4px;
}


.RadSplitter_Default .resizeBarInactiveHorizontal.first
{
	border-top: 0;
}


.RadSplitter_Default .resizeBarOver, 
.RadSplitter_Default .resizeBarOverHorizontal,
.RadSplitter_Default .slideContainerResizeOver,
.RadSplitter_Default .slideContainerResizeOverHorizontal
{
	background: #383838;
}

/********************* Helper Bar ******************************/
.RadSplitter_Default .helperBarDrag, 
.RadSplitter_Default .helperBarDragHorizontal,
.RadSplitter_Default .helperBarSlideDrag,
.RadSplitter_Default .helperBarSlideDragHorizontal

{
	font-size: 1px;
	background-color:#ccc;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity: 0.6;
}

/* resize bar onerror */
.RadSplitter_Default .helperBarError, 
.RadSplitter_Default .helperBarSlideError,
.RadSplitter_Default .helperBarErrorHorizontal
{
	font-size: 1px;
	background-color: #f60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity: 0.6;
}

/********************* Colapse Bar *****************************/

.RadSplitter_Default .resizeBarHorizontal
{	
	background: url("/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKS4vyDM6S0ml8h3-WYHOeiwiYN6W2XES4QAP468YxFqA1&t=633870602250285000");
}

.RadSplitter_Default .resizeBar
{	
	background: url("/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKS4vyDM6S0ml8h3-WYHOei5b5ceRlBAerwFhivUgMVFg1&t=633870602250285000");
}
/*
.RadSplitter_Default .collapseBarOver,
.RadSplitter_Default .collapseBarOverHorizontal
{
	background: white;
}

.RadSplitter_Default .collapseBarError, 
.RadSplitter_Default .collapseBarErrorHorizontal
{
	background-color: #f32800;
}
*/

.RadSplitter_Default .collapseBarWrapper
{
	width: 3px;
	margin: auto;
}

.RadSplitter_Default .collapseBarCollapse
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoGsyIkeAs8Vu-MNezv3RS5E1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarExpand
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgReR4I3zJJijowNmUQESyovU1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalWrapper
{
	height: 3px;
	margin: auto;
}

.RadSplitter_Default .collapseBarHorizontalCollapse
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: left;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoMIdFp6VbAuqRx8OjnoLSx81&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalExpand
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: right;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgRWu7jqqEu74CcHUM0mcYtV81&t=633870602250285000);
}

.RadSplitter_Default .collapseBarCollapseOver
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: white url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoGsyIkeAs8Vu-MNezv3RS5E1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarExpandOver
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: white url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgReR4I3zJJijowNmUQESyovU1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalCollapseOver
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: left;
	background: white url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoMIdFp6VbAuqRx8OjnoLSx81&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalExpandOver
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: right;
	background: white url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgRWu7jqqEu74CcHUM0mcYtV81&t=633870602250285000);
}

.RadSplitter_Default .collapseBarCollapseError
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: red url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoGsyIkeAs8Vu-MNezv3RS5E1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarExpandError
{	
	cursor: pointer;
	width: 3px;
	height: 27px;
	margin: auto;
	text-align:center;
	background: red url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgReR4I3zJJijowNmUQESyovU1&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalCollapseError
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: left;
	background: red url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKnLStGdUvit_GTEH7dVFIoMIdFp6VbAuqRx8OjnoLSx81&t=633870602250285000);
}

.RadSplitter_Default .collapseBarHorizontalExpandError
{	
	cursor: pointer;
	width: 27px;
	height: 3px;
	margin: auto;
	text-align:center;
	float: right;
	background: red url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK5AB_6DLZ-EXkYru519GgRWu7jqqEu74CcHUM0mcYtV81&t=633870602250285000);
}

/***********************************************/
/*             SLIDE                           */
/***********************************************/

/************************************************
	sliding zone 
*/
.RadSplitter_Default .slideZone
{
	background: white;
}

/************************************************ 
	pane tabs 
*/
.RadSplitter_Default .tabsContainer
{
	color: #333;
}

.RadSplitter_Default .tabsContainer
{
	border-right: 1px solid #383838;
}

.RadSplitter_Default .tabsContainer.bottom
{
	border-bottom: 1px solid #383838;
	border-right: 0; 
}

.RadSplitter_Default .tabsContainer div
{
	overflow:hidden;
	cursor:default;
	text-align:center;
	font-size:1px;
	color: #383838;
	padding: 6px 0;
	width:21px;
	height:auto;
	border-bottom: 1px solid #313131;
}

.RadSplitter_Default .tabsContainer.bottom div
{
	border-right: 1px solid #313131;
	border-bottom: 0;
}

.RadSplitter_Default .tabsContainer .paneTabContainerExpanded,
.RadSplitter_Default .tabsContainer .paneTabContainerExpandedHorizontal
{
	background: #323232;
	color: #fff;
}

.RadSplitter_Default .paneTabContainerDocked,
.RadSplitter_Default .paneTabContainerDockedHorizontal
{
	background: #e4e4e4;
}

.RadSplitter_Default .paneTabText
{
	writing-mode: tb-rl;
	font:10px Arial;
	white-space:nowrap;
	margin:2px;
}

.RadSplitter_Default .paneTabIcon
{
	margin:2px;
}


/***** tabs on right position *******/

.RadSplitter_Default .tabsContainer .right
{
	background: url(Img//WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKQsU-X4EFVA5fbWqbVO9HVAd11-neuuBnIFjvyiUmXYU1&t=633870602250285000) repeat-y top right;
}


.RadSplitter_Default .right .paneTabContainer,
.RadSplitter_Default .right .paneTabContainerExpanded,
.RadSplitter_Default .right .paneTabContainerDocked
{
	border-left: solid 1px #c3c3c3;
	border-right: 0;
}


.RadSplitter_Default .right .paneTabContainerExpanded
{
	border-left: solid 1px #a8a8a8;
}

.RadSplitter_Default .right .paneTabContainerDocked
{
	border-left: solid 1px #8e8e8e;
}

/***** tabs on top position *******/

.RadSplitter_Default .tabsContainer .top
{
	background: url(Img//WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKQsU-X4EFVA5fbWqbVO9HVMYGDTU8HOGloNcLbg7Rsbw1&t=633870602250285000) repeat-x top;
}


.RadSplitter_Default .top .paneTabContainer,
.RadSplitter_Default .top .paneTabContainerExpanded,
.RadSplitter_Default .top .paneTabContainerDocked
{
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #c3c3c3;
	border-left: 0;
	border-bottom:0;
	float:left;
	padding: 0 6px;
	width:auto;
}


.RadSplitter_Default .top .paneTabContainerExpanded
{
	border-right: solid 1px #a8a8a8;
	border-bottom: solid 1px #a8a8a8;
}

.RadSplitter_Default .top .paneTabContainerDocked
{
	background: white url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK4Fptu1GQGkGoiasbHNcykbpbAJ4kSl3p01-JKGQRonaXB_W83oAhkePR_FVfwQIZ0&t=633870602250285000) repeat-x top;
	border-right: solid 1px #8e8e8e;
}

.RadSplitter_Default .top .paneTabText
{
	writing-mode: lr-tb;/* default */
}

.RadSplitter_Default .top .paneTabIcon
{
	display: block; 
	float: left
}

/***** tabs on bottom position *******/

.RadSplitter_Default .tabsContainer .bottom
{
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKQsU-X4EFVA5fbWqbVO9HVNz3SdA2dltaHhkGtG2Fve81&t=633870602250285000) repeat-x bottom;
}

.RadSplitter_Default .bottom .paneTabContainer,
.RadSplitter_Default .bottom .paneTabContainerExpanded,
.RadSplitter_Default .bottom .paneTabContainerDocked
{
	border-right: solid 1px #c3c3c3;
	border-left: 0;
	float:left;
	padding: 0 6px;
	width:auto;
}


.RadSplitter_Default .bottom .paneTabContainerExpanded
{
	border-right: solid 1px #a8a8a8;
	padding-bottom: 1px;
	border-bottom: 0;
}

.RadSplitter_Default .bottom .paneTabContainerDocked
{
	border-right: solid 1px #8e8e8e;
}

.RadSplitter_Default .bottom .paneTabText
{
	writing-mode: lr-tb;/* default */
}

.RadSplitter_Default .bottom .paneTabIcon
{
	display: block; 
	float: left
}

/*****  -- End tabs on bottom position *******/

/************************************************ 
	slide/dock containers 
*/
.RadSplitter_Default .slideContainer 
{
	border: 0;
	border-collapse: collapse;
}

.RadSplitter_Default .slideContainerDocked
{
	
}

.RadSplitter_Default .slideHeader, 
.RadSplitter_Default .slideHeaderDocked
{
	background: #f7f7f7 url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKCKNtzhKRW99Ldto2DG6Ev31Jr8-Fbp_MYSMDl0WO-ec1&t=633870602250285000) repeat-x top left;
	color: #fff;
}

.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeHorizontal
{ 
     background: #787878 none;
}

.RadSplitter_Default .slideContainerResizeOver,
.RadSplitter_Default .slideContainerResizeOverHorizontal
{
	background: #383838 none;
}

.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeOver
{
	border-top: 0;
	border-bottom: 0;
}

.RadSplitter_Default .slideContainerResizeHorizontal,
.RadSplitter_Default .slideContainerResizeOverHorizontal
{
	border-left: 0;
	border-right: 0;
}

/*
.RadSplitter_Default .slideHeaderIcon
{
	margin: 1px 3px;
	border:0;
} 

.RadSplitter_Default .slideHeaderIconOver
{
	cursor: pointer;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKGRy2l8JgwkR3S5ffwwSg0Rnw33BXD08dAunGonnpnjk1&t=633870602250285000) no-repeat center center;
	margin: 1px 3px;
} 
*/

.RadSplitter_Default .slideHeaderIconWrapper
{
	width: 21px;
}

.RadSplitter_Default .slideHeaderIconsWrapper
{
	float: right;
}

.RadSplitter_Default .slideHeaderUndockIcon,
.RadSplitter_Default .slideHeaderDockIcon,
.RadSplitter_Default .slideHeaderCollapseIcon
{	
	width: 15px;
	height: 15px;
	float: left;
	margin: 1px 3px;
	border: 0;
}

.RadSplitter_Default .slideHeaderUndockIconOver,
.RadSplitter_Default .slideHeaderDockIconOver,
.RadSplitter_Default .slideHeaderCollapseIconOver
{	
	width: 15px;
	height: 15px;
	float: left;
	cursor: pointer;
	margin: 1px 3px;
}

.RadSplitter_Default .slideHeaderUndockIcon,
.RadSplitter_Default .slideHeaderUndockIconOver
{
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbK-DfISkGvc_6OAZtlEBa-gPAoREL_KOH6NOPBZ7cHfDw1&t=633870602250285000);
	background-position: -2339px 0;
}

.RadSplitter_Default .slideHeaderDockIcon,
.RadSplitter_Default .slideHeaderDockIconOver
{
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKS6LARwJvMWiB_NjiZ9XZlg2&t=633870602250285000);
}

.RadSplitter_Default .slideHeaderCollapseIcon,
.RadSplitter_Default .slideHeaderCollapseIconOver
{
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKzZmWHs62zJ4vEK1DvTIelQ2&t=633870602250285000);
}

.RadSplitter_Default .slideHeaderUndockIcon
{
	background-position: 0 0;
}

.RadSplitter_Default .slideHeaderUndockIconOver
{
	background-position: 0 100%;
} 

.RadSplitter_Default .slideHeaderDockIcon
{
	background-position: 0 0;
}

.RadSplitter_Default .slideHeaderDockIconOver
{
	background-position: 0 100%;
} 

.RadSplitter_Default .slideHeaderCollapseIcon
{
	background-position: 0 0;
}

.RadSplitter_Default .slideHeaderCollapseIconOver
{
	background-position: 0 100%;
} 

.RadSplitter_Default .slideTitle, 
.RadSplitter_Default .slideTitleDocked 
{
	font:11px Arial;
	color: #fff;
	white-space:nowrap;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	line-height: 25px;
}

.RadSplitter_Default .slideTitleContainer
{
	background-color: #f7f7f7;
	background: url(/WebResource.axd?d=nzSMW-a1ql1A7CmZQ1hOighKvR0PgPVtpV8uL84olI2tVuV4V9QACZ70rqJWKwbKCKNtzhKRW99Ldto2DG6Ev31Jr8-Fbp_MYSMDl0WO-ec1&t=633870602250285000) repeat-x;
}

.RadSplitter_Default .slideContent, 
.RadSplitter_Default .slideContentDocked
{
	font: 10px Arial;
	color: black;
	background-color: white;
	padding: 5px;
	text-align: left;
}

.RadSplitter_Default .helperBarSlideDrag,
.RadSplitter_Default .slideContainerResize,
.RadSplitter_Default .slideContainerResizeOver
{
	cursor: w-resize;
}

.RadSplitter_Default .helperBarSlideDragHorizontal,
.RadSplitter_Default .slideContainerResizeHorizontal,
.RadSplitter_Default .slideContainerResizeOverHorizontal
{
	cursor: n-resize;
}

/*****************************************************************************/
/* these below are not skin/border size specific. Shared between all skins   */
/*****************************************************************************/
.nested,
.nestedHorizontal 
{
	border-width: 0 !important;
}

/************ nested vertical ****************/
.nested .pane, 
.nested .resizeBar,
.nested .resizeBarOver,
.nested .resizeBarInactive  
{
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.nested .pane.firstItem,
.nested .resizeBar.firstItem,
.nested .resizeBarOver.firstItem,
.nested .resizeBarInactive.firstItem
{
	border-left: 0 !important;
}

.nested .pane.lastItem, 
.nested .resizeBar.lastItem,
.nested .resizeBarOver.lastItem,
.nested .resizeBarInactive.lastItem
{
	border-right: 0 !important;
}

.nested .pane.firstItem.lastItem, 
.nested .resizeBar.firstItem.lastItem,
.nested .resizeBarOver.firstItem.lastItem,
.nested .resizeBarInactive.firstItem.lastItem
{
	border-left: 0 !important;
	border-right: 0 !important;
}

/************ nested horizontal ****************/

.nestedHorizontal .paneHorizontal, 
.nestedHorizontal .resizeBarHorizontal,
.nestedHorizontal .resizeBarOverHorizontal,
.nestedHorizontal .resizeBarInactiveHorizontal
{
	border-left: 0 !important;
	border-right: 0 !important;
}

.nestedHorizontal .paneHorizontal.firstItem,
.nestedHorizontal .resizeBarHorizontal.firstItem,
.nestedHorizontal .resizeBarOverHorizontal.firstItem,
.nestedHorizontal .resizeBarInactiveHorizontal.firstItem
{
	border-top: 0 !important;
}

.nestedHorizontal .paneHorizontal.lastItem, 
.nestedHorizontal .resizeBarHorizontal.lastItem,
.nestedHorizontal .resizeBarOverHorizontal.lastItem,
.nestedHorizontal .resizeBarInactiveHorizontal.lastItem
{
	border-bottom: 0 !important;
}

.nestedHorizontal .paneHorizontal.firstItem.lastItem, 
.nestedHorizontal .resizeBarHorizontal.firstItem.lastItem,
.nestedHorizontal .resizeBarOverHorizontal.firstItem.lastItem,
.nestedHorizontal .resizeBarInactiveHorizontal.firstItem.lastItem
{
	border-top: 0 !important;
	border-bottom: 0 !important;
}

/* END Telerik.Web.UI.Skins.Default.Splitter.Default.css */
/* START Telerik.Web.UI.Skins.TabStrip.css */
.RadTabStrip,
.RadTabStrip *,
.RadTabStripVertical,
.RadTabStripVertical *
{
	margin: 0;
	padding: 0;
}

.RadTabStrip .rtsLevel
{
	clear:both;
	overflow: hidden;
	width: 100%;
	position: relative;
}

* html .RadTabStrip .rtsLevel
{
	position:static;
}

*+html .RadTabStrip .rtsLevel
{
	position:static;
}

.RadTabStrip .rtsScroll
{
	width: 10000px;
	white-space:nowrap;
}

/* clear float; for IE - inline-block display */
.RadTabStripVertical:after,
.RadTabStrip .rtsLevel .rtsUL:after,
.RadTabStripVertical .rtsLevel .rtsUL:after
{
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

.RadTabStrip .rtsUL
{
	margin:0;
	padding:0;
	overflow: hidden;
	float:left;
}

.RadTabStripVertical .rtsLevel
{
	overflow: hidden;
	height: 100%;
}

.RadTabStrip .rtsLI
{
	overflow: hidden;
	list-style-type:none;
	float:left
}

* html .RadTabStrip .rtsLI
{
	display:inline;
	zoom: 1;
	float:none;
}

*+html .RadTabStrip .rtsLI
{
	display:inline;
	zoom: 1;
	float:none;
}

.RadTabStripVertical .rtsLI
{
	float: none;
	display: -moz-inline-block;
	display: inline-block;
	list-style-type:none;
	overflow: hidden;
}

.RadTabStrip .rtsLink,
.RadTabStripVertical .rtsLink
{
	display:block;
	outline:none;
	cursor: pointer;
}

.RadTabStrip .rtsOut,
.RadTabStripVertical .rtsOut
{
	display:block;
}

.RadTabStrip .rtsIn,
.RadTabStripVertical .rtsIn
{
	display:block;
	/*width:100%;   /* IE hiding long text (required tab width however) */
}

.RadTabStrip .rtsPrevArrow,
.RadTabStrip .rtsNextArrow,
.RadTabStrip .rtsPrevArrowDisabled,
.RadTabStrip .rtsNextArrowDisabled
{
	font-size:0;
	display:block;
	text-indent:-9999px;
	outline:none;
}

.RadTabStrip .rtsCenter
{
	text-align: center;
}

.RadTabStrip .rtsImg
{
	border: none;
}
.RadTabStrip .rtsImg+.rtsTxt { display: -moz-inline-box; }
.RadTabStrip .rtsTxt { display: inline-block; }

.RadTabStrip .rtsRight .rtsUL
{
	float:right;
}

.RadTabStrip .rtsCenter .rtsUL
{
	display: -moz-inline-box;
	display: inline-block;
	float:none;
}

.RadTabStrip .rtsBreak
{
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: left;
	margin-top: -2px;
}

* html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
* html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

*+html .RadTabStrip .rtsCenter .rtsUL { display: inline-block; }
*+html .RadTabStrip .rtsCenter .rtsUL { display: inline; }

.RadTabStrip_rtl .rtsLI
{
	float:right;
}

* html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

*+html .RadTabStrip_rtl .rtsLI
{
	float:none;
}

@media screen and (min-width:50px)
{
	:root .rtsScroll
	{
		width: auto;
	}
	
	:root .rtsLI
	{
		float:none;
		display: inline-block;
	}
}
/* END Telerik.Web.UI.Skins.TabStrip.css */
