/* RadSplitter Web 2.0 skin */

/* border style definition */

table.RadSplitter_nederweert,
.RadSplitter_nederweert .resizeBar,
.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .resizeBarOver,
.RadSplitter_nederweert .slideContainerResizeOver,
.RadSplitter_nederweert .resizeBarInactive,
.RadSplitter_nederweert .resizeBarHorizontal,
.RadSplitter_nederweert .resizeBarOverHorizontal,
.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal,
.RadSplitter_nederweert .resizeBarInactiveHorizontal,
.RadSplitter_nederweert .pane, 
.RadSplitter_nederweert .paneHorizontal
{
	border: 1px solid #6788be;
}

/* applies to the RadSlidingPanes */
div.RadSplitter_nederweert,
table.slideContainer
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

table.RadSplitter_nederweert
{
	border-collapse: collapse;
	border-bottom: 1px; /* half the size of the border, but at least 1px */
}

/* splitter table wrapper */

.RadSplitter_nederweert .pane,
.RadSplitter_nederweert .paneHorizontal
{
	padding: 0px;
	text-align:left;
}

.RadSplitter_nederweert .resizeBar,
.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .resizeBarOver,
.RadSplitter_nederweert .slideContainerResizeOver,
.RadSplitter_nederweert .resizeBarInactive,
.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal,
.RadSplitter_nederweert .resizeBarHorizontal,
.RadSplitter_nederweert .resizeBarOverHorizontal,
.RadSplitter_nederweert .resizeBarInactiveHorizontal
{
	padding: 0px;
	font-size:1px;
	text-align:center;
}

.RadSplitter_nederweert .resizeBar,
.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .resizeBarOver,
.RadSplitter_nederweert .slideContainerResizeOver,
.RadSplitter_nederweert .resizeBarInactive
{
	width:6px;	
	background: #92b4e0;
	border-right: solid 1px #6788be;
}

.RadSplitter_nederweert .resizeBarHorizontal,
.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .resizeBarInactiveHorizontal
{
	height:6px;
	background: #92b4e0;
	border-bottom: solid 1px #6788be;
}

.RadSplitter_nederweert .resizeBarOver,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal,
.RadSplitter_nederweert .resizeBarOverHorizontal
{
	background: #92b4e0;
	border-right: solid 1px #6788be;
	border-bottom: solid 1px #6788be;
}
/********************* Helper Bar ******************************/
.RadSplitter_nederweert .helperBarDrag, 
.RadSplitter_nederweert .helperBarSlideDrag,
.RadSplitter_nederweert .helperBarSlideDragHorizontal,
.RadSplitter_nederweert .helperBarDragHorizontal
{
	font-size:1px;
	background-color:#ccc;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity: 0.6;
}

/* resize bar onerror */
.RadSplitter_nederweert .helperBarError, 
.RadSplitter_nederweert .helperBarSlideError,
.RadSplitter_nederweert .helperBarErrorHorizontal
{
	font-size:1px;
	background-color: #f60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
	opacity: 0.6;
}

/********************* Colapse Bar *****************************/
/*
.RadSplitter_nederweert .collapseBar
{	
	
}

.RadSplitter_nederweert .collapseBarHorizontal
{	
	
}

.RadSplitter_nederweert .collapseBarOver
{
	
}

.RadSplitter_nederweert .collapseBarOverHorizontal
{
	
}
.RadSplitter_nederweert .collapseBarError, 
.RadSplitter_nederweert .collapseBarErrorHorizontal
{
	background-color:red;
}
*/

.RadSplitter_nederweert .collapseBarWrapper
{
	width: 4px;
	margin: auto;
}

.RadSplitter_nederweert .collapseBarCollapse
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: url(Splitter/splitbar_collapse_h.gif);
}

.RadSplitter_nederweert .collapseBarExpand
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: url(Splitter/splitbar_expand_h.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalWrapper
{
	height: 4px;
	margin: auto;
}

.RadSplitter_nederweert .collapseBarHorizontalCollapse
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: left;
	background: url(Splitter/splitbar_collapse_v.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalExpand
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: right;
	background: url(Splitter/splitbar_expand_v.gif);
}

.RadSplitter_nederweert .collapseBarCollapseOver
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: url(Splitter/splitbar_collapse_h.gif);
}

.RadSplitter_nederweert .collapseBarExpandOver
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: url(Splitter/splitbar_expand_h.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalCollapseOver
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: left;
	background: url(Splitter/splitbar_collapse_v.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalExpandOver
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: right;
	background: url(Splitter/splitbar_expand_v.gif);
}

.RadSplitter_nederweert .collapseBarCollapseError
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: red url(Splitter/splitbar_collapse_h.gif);
}

.RadSplitter_nederweert .collapseBarExpandError
{	
	cursor: pointer;
	width: 4px;
	height: 7px;
	margin: auto;
	text-align:center;
	background: red url(Splitter/splitbar_expand_h.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalCollapseError
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: left;
	background: red url(Splitter/splitbar_collapse_v.gif);
}

.RadSplitter_nederweert .collapseBarHorizontalExpandError
{	
	cursor: pointer;
	width: 7px;
	height: 4px;
	margin: auto;
	text-align:center;
	float: right;
	background: red url(Splitter/splitbar_expand_v.gif);
}

/***********************************************/
/*             SLIDE                           */
/***********************************************/

/************************************************
	sliding zone 
*/
.RadSplitter_nederweert .slideZone
{
	background: white;
}

/************************************************ 
	pane tabs 
*/
.RadSplitter_nederweert .tabsContainer 
{
	color: #333;
}

.RadSplitter_nederweert .paneTabContainer,
.RadSplitter_nederweert .paneTabContainerExpanded,
.RadSplitter_nederweert .paneTabContainerDocked,
.RadSplitter_nederweert .paneTabContainerHorizontal,
.RadSplitter_nederweert .paneTabContainerExpandedHorizontal,
.RadSplitter_nederweert .paneTabContainerDockedHorizontal
{
	width: 21px;
	height:auto;
	overflow:hidden;
	cursor:nederweert;
	text-align:center;
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #000066;
	padding: 6px 0px;
	background: #bccde6 url('Splitter/paneTabContainer.gif') repeat-y;
	border-top: solid 1px #6788be;
	border-bottom: solid 1px #6788be;
	border-right: solid 1px #6788be;
}

.RadSplitter_nederweert .paneTabContainerExpanded
{
	background: url('Splitter/paneTabContainerExpanded.gif') repeat-y;
	color: #000066;
	font: bold 11px Arial, Verdana, Sans-serif;
	width: 21px;
}

.RadSplitter_nederweert .paneTabContainerDocked
{
	background: white url('Splitter/paneTabContainerDocked.gif') repeat-y;
	border-top: solid 1px #597603;
	border-bottom: solid 1px #597603;
	border-right: solid 1px #597603;
	color: #000;
}

/***** tabs on right position *******/


.RadSplitter_nederweert .tabsContainer.right
{
}


.RadSplitter_nederweert .right .paneTabContainer,
.RadSplitter_nederweert .right .paneTabContainerExpanded
{
	background: url('Splitter/paneTabContainerRight.gif') repeat-y;
	border-top: solid 1px #6788be;
	border-bottom: solid 1px #6788be;
	border-left: solid 1px #6788be;
	border-right: 0px;
}

.RadSplitter_nederweert .right .paneTabContainerDocked
{
	background: url('Splitter/paneTabContainerDockedRight.gif') repeat-y;
	border-top: solid 1px #597603;
	border-bottom: solid 1px #597603;
	border-left: solid 1px #597603;
	border-right: 0px;
}

.RadSplitter_nederweert .right .paneTabContainerExpanded
{
	background: #e1e6eb url('Splitter/paneTabContainerExpandedRight.gif') right;
}

/*****  -- End tabs on right position *******/

/***** tabs on top position *******/

.RadSplitter_nederweert .tabsContainer .top
{
}


.RadSplitter_nederweert .top .paneTabContainer,
.RadSplitter_nederweert .top .paneTabContainerExpanded
{
	background: url('Splitter/paneTabContainerTop.gif') repeat-x top;
	border-right: solid 1px #6788be;
	border-left: solid 1px #6788be;
	border-top: solid 1px #6788be;
	border-bottom: 0px;											
	float:left;
	padding: 0px 6px;
	height: 21px;
	width:auto;
}

.RadSplitter_nederweert .top .paneTabContainerDocked
{
	background: url('Splitter/paneTabContainerDockedTop.gif') repeat-x top;
	border-right: solid 1px #597603;
	border-left: solid 1px #597603;
	border-top: solid 1px #597603;
	border-bottom: 0px;											
	float:left;
	padding: 0px 6px;
	height: 21px;
	width:auto;
}


.RadSplitter_nederweert .top .paneTabContainerExpanded
{
	background: #e1e6eb url('Splitter/paneTabContainerExpandedTop.gif') repeat-x top;
}										

.RadSplitter_nederweert .top .paneTabText
{
	writing-mode: lr-tb;/* nederweert */
}

.RadSplitter_nederweert .top .paneTabIcon
{
	display: block; 
	float: left
}

/***** tabs on bottom position *******/

.RadSplitter_nederweert .tabsContainer .bottom
{
}

.RadSplitter_nederweert .bottom .paneTabContainer,
.RadSplitter_nederweert .bottom .paneTabContainerExpanded
{
	background: url('Splitter/paneTabContainerBottom.gif') repeat-x top;
	border-right: solid 1px #6788be;
	border-left: solid 1px #6788be;
	border-bottom: solid 1px #6788be;
	border-top: 0px;											
	float:left;
	padding: 0px 6px;
	height: 21px;
	width:auto;
}

.RadSplitter_nederweert .bottom .paneTabContainerDocked
{
	background: url('Splitter/paneTabContainerDockedBottom.gif') repeat-x top;
	border-right: solid 1px #597603;
	border-left: solid 1px #597603;
	border-bottom: solid 1px #597603;
	border-top: 0px;											
	float:left;
	padding: 0px 6px;
	height: 21px;
	width:auto;
}


.RadSplitter_nederweert .bottom .paneTabContainerExpanded
{
	background: #e1e6eb url('Splitter/paneTabContainerExpandedBottom.gif') repeat-x top;
}										

.RadSplitter_nederweert .bottom .paneTabText
{
	writing-mode: lr-tb;/* nederweert */
}

.RadSplitter_nederweert .bottom .paneTabIcon
{
	display: block; 
	float: left
}

/*****  -- End tabs on bottom position *******/

.RadSplitter_nederweert .paneTabText
{
	writing-mode: tb-rl;
	font:10px Verdana, Arial, Helvetica;
	white-space:nowrap;
	margin:2px;
}

.RadSplitter_nederweert .paneTabIcon
{
	margin:2px;
}

/************************************************ 
	slide/dock containers 
*/
.RadSplitter_nederweert .slideContainer 
{
	border:0px solid #e5e5e5;
	border-collapse:collapse;
}

.RadSplitter_nederweert .slideContainerDocked
{
	
}

.RadSplitter_nederweert .slideHeader, 
.RadSplitter_nederweert .slideHeaderDocked
{
	background: url('Splitter/slideHeader.gif') repeat-x;
	height: 31px;
}

.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .slideContainerResizeOver,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal
{ 
     background: #92b4e0;
     border-left: solid 1px #1583bd;
     border-right: solid 1px #7fbbdb;
     width: 3px;
}

.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .slideContainerResizeOver
{
	border-top:0px;
	border-bottom:0px;
}

.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal
{
	border-left:0px;
	border-right:0px;
}
/*
.RadSplitter_nederweert .slideHeaderIcon,
.RadSplitter_nederweert .slideHeaderIconOver
{
	cursor: hand;
	cursor: pointer;
	margin-right: 10px;
} 
*/

.RadSplitter_nederweert .slideHeaderIconWrapper
{
	width: 21px;
}

.RadSplitter_nederweert .slideHeaderIconsWrapper
{
	float: right;
}

.RadSplitter_nederweert .slideHeaderUndockIcon,
.RadSplitter_nederweert .slideHeaderDockIcon,
.RadSplitter_nederweert .slideHeaderCollapseIcon,
.RadSplitter_nederweert .slideHeaderUndockIconOver,
.RadSplitter_nederweert .slideHeaderDockIconOver,
.RadSplitter_nederweert .slideHeaderCollapseIconOver
{	
	width: 11px;
	height: 11px;
	float: left;
	cursor: hand;
	cursor: pointer;
	margin-right: 10px;
} 

.RadSplitter_nederweert .slideHeaderUndockIcon,
.RadSplitter_nederweert .slideHeaderUndockIconOver
{
	background: url(Splitter/undock.gif); 
}

.RadSplitter_nederweert .slideHeaderDockIcon,
.RadSplitter_nederweert .slideHeaderDockIconOver
{
	background: url(Splitter/dock.gif); 
}

.RadSplitter_nederweert .slideHeaderCollapseIcon,
.RadSplitter_nederweert .slideHeaderCollapseIconOver
{
	background: url(Splitter/close.gif); 
}

.RadSplitter_nederweert .slideTitle, 
.RadSplitter_nederweert .slideTitleDocked 
{
	font: bold 11px Arial, Verdana, Sans-serif;
	color: white;
	white-space:nowrap;
	margin-left:5px;
	margin-right:5px;
	text-align:left;
	line-height: 31px;
	cursor: pointer;
	cursor: nederweert;
}

.RadSplitter_nederweert .slideTitleContainer
{
	background-color:#f7f7f7;
	background: url(Splitter/slideHeader.gif) repeat-x;
}

.RadSplitter_nederweert .slideContent, 
.RadSplitter_nederweert .slideContentDocked
{
	font:10px Verdana;
	color:black;
	background-color:white;
	padding:5px;
	text-align:left;
}

.RadSplitter_nederweert .helperBarSlideDrag,
.RadSplitter_nederweert .slideContainerResize,
.RadSplitter_nederweert .slideContainerResizeOver
{
	cursor:w-resize;
}

.RadSplitter_nederweert .helperBarSlideDragHorizontal,
.RadSplitter_nederweert .slideContainerResizeHorizontal,
.RadSplitter_nederweert .slideContainerResizeOverHorizontal
{
	cursor:n-resize;
}

