﻿div.vertical-split-panel div.split {
	width: 4px;
	cursor: w-resize;
	background-image:url(Images/baseline_split_vertical.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #222;
	border: solid;
	border-width: 0 0 0 0;
	border-color: #B0B0B0;
	border-top: none;
}
div.vertical-split-panel div.split:hover {
	width: 4px;
	cursor: w-resize;
	background-position: center center;
	background-color: #444;

}

div.horizontal-split-panel div.split {
	height: 4px;
	cursor: n-resize;
	background-image:url(Images/baseline_split_horizontal.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-left: none;
	background-color: #222;
}
div.horizontal-split-panel div.split:hover {
	height: 4px;
	cursor: n-resize;
	background-position: center center;
	background-color: #444
}