.HorizontalSplitterBar
{
	background: url(images/splitter_horBg.gif);
}

.CollapsedHorizontalSplitterBar
{
	background: url(images/splitter_horBg.gif);
	width: 7px; 
	border-right-width: 0px;
	background-repeat: repeat-y;
}

.VerticalSplitterBar
{
	background: url(images/splitter_verBg.gif);
}

.CollapsedVerticalSplitterBar
{
	background: url(images/splitter_verBg.gif);
	border: 1px solid #000000;
	border-bottom-width: 0px;
}

.ActiveSplitterBar
{
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
}

.SplitterPane
{
	border-right: 1px solid #a7bac5;
	background-color: White;
}

.DetailsPane
{
}

.SplitterPane fieldset
{
	padding: 8px;
}

.HeadingCellText
{
	background-color: #f0f0f0; 
	color: #003399;
	text-align: left;
	background-image: url(images/bg.gif);
	border-bottom: 1px solid #a7bac5;
	background-position: left 1px;
	padding: 4px 8px;
	background-position: top;
}


