/* Vertical Splitter - Left Panel classes */
.SplitterLeftPanelHeader {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterLeftPanelContent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterLeftPanelFooter {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
/* Vertical Splitter - Right Panel classes */
.SplitterRightPanelHeader {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterRightPanelContent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterRightPanelFooter {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}

/* Horizontal Splitter - Top Panel classes */
.SplitterTopPanelHeader {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterTopPanelContent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterTopPanelFooter {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
/* Horizontal Splitter - Bottom Panel classes */
.SplitterBottomPanelHeader {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterBottomPanelContent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}
.SplitterBottomPanelFooter {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:white;
	overflow:auto;
}

.SplitterDividerVertical
{
	width:6px;
	height:6px;
	background-color:#6B89AF;
	font-size:1px;
}
.SplitterDividerHorizontal
{
	width:6px;
	height:6px;
	background-color:#6B89AF;
	font-size:1px;
}

.SplitterResizeBarVertical {
	border-left:1px solid #336699;
}
.SplitterResizeBarHorizontal {
	border-top:1px solid #336699;
}