.scroll-track{
  height:10px;
  width:5px;
  background: #333333;
  background-image: url('/assets/VScrollTrackFill.png');
}
.scroll-handle{
/*  border: 1px solid black; */
  height:10px;
  width:5px;
  background: #666666;
  background-image: url('/assets/BlueVFill.png');
  cursor:pointer;
}

/* Elements with this class are generated by the JavaScript code */
.splitpane-divider {
	border: 1px solid black;
	background:#5B207B;
	opacity: .5;
	filter: alpha(opacity=50);
}

/* The classes/ids below are just used in this example. You can use whatever you like */
#parent {
	width: 100%;
	background: #eeeeee;
}

.column {
float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 1;
	background:#E7FECD;
}

/* Any spacing must be on a child of the column, not the column itself */
.content {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}