﻿.ui-splitter
{
	/*
	background-color: #ccc;
	border-style: dotted;
	*/
	border: dotted 1px #ccc;
	height: 7px;
	width: 7px;
}
.ui-splitter-horizontal
{
	width: 100%;
	border-left-style: none;
	border-right-style: none;
}
.ui-splitter-vertical
{
	height: 100%;
	border-bottom-style: none;
	border-top-style: none;
}
