﻿

.HorizontalSplitterBar
{
  background: url(images/splitter/splitter_horBg.gif);
  background-repeat:repeat-y;
  width:10px;
}

.CollapsedHorizontalSplitterBar
{
  background: url(images/splitter/splitter_horBg.gif);
  background-repeat:repeat-y;
  width:10px;
}

.ActiveSplitterBar
{
  background-color: #000000;  
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
  opacity: 0.4;
  position:relative;
  top:0px;
}

.Splitter
{
	width:100%;
	height:100%;
	top:70px; /* semih */
	position:relative;
}

.NavigationPane
{
	/*border: 1px solid #333333;*/
}

.DetailsPane
{
	background-color:White;
	/*border: 1px solid #888888;*/
}

.VerticalSplitterBar
{
  background: url(images/splitter/splitter_verBg.gif);
  background-repeat:repeat-x;
  height:10px;
}

.CollapsedVerticalSplitterBar
{
  background: url(images/splitter/splitter_verBg.gif);
  background-repeat:repeat-x;
  height:10px;
}