﻿.div_MasMenu
{
	border-right: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	text-align: right;
	background-color: #f9f8f7;
}

.BkColor
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
	height: 26px;
	background-image: url(./Images/MasMenu_Center.gif);
	vertical-align: middle;
	direction: rtl;
	text-align: right;
}
.BtnExBkColor
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
	height: 26px;
	background-image: url(./Images/MasMenu_Center.gif);
	vertical-align: middle;
	direction: rtl;
	text-align: right;
	width: 26px;
	height: 26px;
}

.Right
{
	height: 26px;
	width: 4px;
	background-image: url(./Images/MasMenu_Right.gif);
}
.Left
{
	height: 26px;
	width: 4px;
	background-image: url(./Images/MasMenu_Left.gif);
}

.HoverActiveItem
{
	background-image: url(./Images/MasMenu_Center_hv.gif);
	font-size: 8pt;
	color: #000099;
	font-family: Tahoma;
	background-color: #ffe8d1;
	cursor:pointer;
	
}
.DisableItem
{
	color: #9d9da1;
}









.TreeViewHeader
{
	background: url(./TreeImages/treeview_headerBg.gif);
	background-color: #737294;
	color: #FFFFFF;
	border: #57566F 1px solid;
	border-bottom-width: 0px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	cursor: default;
	direction: rtl;
	text-align: right;
}

.TreeView
{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 1px;
	border: #57566F 1px solid;
	cursor: default;
	direction: rtl;
	text-align: right;
}

.TreeViewMargin
{
	background: url(./TreeImages/treeview_bg.gif);
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 1px;
	border: #57566F 1px solid;
	cursor: default;
	direction: rtl;
	text-align: right;
}

.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;
	cursor:pointer;
}

.SelectedTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	background-color: gray;
	color: white;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: default;
	border: 1px solid #3F3F3F;
	cursor:pointer;
}

.MultipleSelectedTreeNode
{
	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;
}

.CutTreeNode
{
	font-family: tahoma;
	font-size: 11px;
	background-color: silver;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.NodeEdit
{
	border: 1px gray solid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-family: tahoma;
	font-size: 11px;
}

.Margin
{
	background-color: #E6E6F0;
}

.DrpMenu
{
	background: url(./TreeImages/DrpMenu_bg.gif);
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-left: 1px;
	border: #57566F 1px solid;
	cursor: default;
	direction: rtl;
	text-align: right;
	width: 200px;
	text-indent: 25px;
}
.LoginTblBG
{
	BACKGROUND-IMAGE: url(Images/Login_BG.jpg); 
	WIDTH: 980px; 
	HEIGHT: 510px
}