table.splitarea td{
	vertical-align:top;
}
.tdSplitter{
	width:10px;
	flex: 0 0 10px;
	background:linear-gradient(to left, #fff 30%,#C5DDE850 30%, #C5DDE850 70%, #fff 70%);
	cursor:w-resize;
	border:none;
}
.tdSplitter:hover{
background:linear-gradient(to left, #fff 30%,#C5DDE8 30%, #C5DDE850 70%, #fff 70%);	
}
table.splitarea .horzsplitter{
	height:3px;
	background:url('../../images/horzsplitter.gif') repeat-x 0px 0px;
	cursor:n-resize;
	border:none;
}
table.splitarea div.container {
	overflow:hidden;
}