﻿.splitterSeparator
{
	background-image: url(/qms_aiha/App_Themes/Global/images/sidebarSplitter.gif);
	background-position: center;
	background-repeat: repeat-y;
	/* cursor: e-resize; */
	position: absolute; 
	white-space: pre-wrap;
	width: 6px;
}

.splitterNavigationArea
{
	height: 100%;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 5px;
	position: absolute; 
	white-space: pre-wrap;
}

.splitterContentArea
{
	height: 100%;
	overflow: auto;
	position: absolute; 
	white-space: pre-wrap;
	width: 100%;
}

