body 
{
	margin: 0px;
	background-color: White;
	font-family: Tahoma;
	font-size: 12px;
}

.Spliter
{
	background-color: #F1EFE2;
	border-left: white 1px solid;
	border-right: #D4D0C8 1px solid;
	width:5px;
}

.RightPane{
	
}
.HeaderPane{
	background-color: #F1EFE2;
	font-family: verdana;
	font-size: 13px;
	padding: 3px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px #D4D0C8;
	border-bottom: solid 1px #D4D0C8;
	height: 37px;
	vertical-align:middle;
}
.HeaderPaneRight{
	background-color: #F1EFE2;
	font-family: verdana;
	font-size: 13px;
	padding: 3px;
	border-left: solid 1px #D4D0C8;
	border-bottom: solid 1px #D4D0C8;
	height: 38px;
}

.PaneMenu{
	font-family: verdana;
	font-size: 12px;
}

.FileModal
{
	BORDER-RIGHT: white 2px outset; BORDER-TOP: white 2px outset; BORDER-LEFT: white 2px outset; BORDER-BOTTOM: white 2px outset; BACKGROUND-COLOR: #f1efe2;
}

.FileModalTitle
{
	FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #316ac5; -moz-user-select: none;
}
.optionMenu
{
	cursor: hand;
}

.FileGridHeader{
	background-color: #F1EFE2;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	border-bottom: solid 2px #D6D2C2;
	border-right: solid 2px #D6D2C2;
	border-top: solid 1px #CECEC3; 
	border-left: solid 1px #CECEC3;
}
.FileGridRow{
	font-size: 11px;
	font-family: Tahoma;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}