.mTopGroup
{
	background-color: #757495;
	border: 1px;
	border-bottom-color: #57566F;
	border-right-color: #57566F;
	cursor: default;
}

.ContextMenuGroup
{
  background-color:white;
  border:solid 1px Gray; 
}
.ContextMenuItem 
{
  color:black; 
  font-size:10px; 
  cursor:default;
}

.ContextMenuItemHover 
{
  color:black; 
  background-color:silver; 
  color:black; 
  font-size:10px; 
  cursor:default;
}

.ContextMenuBreak
{
  padding:0px; 
}
.MenuGroup
{
	background-color: #F5F5F5;
	cursor: default;
	border-right: #4e5358 1px;
	border-top: #4e5358 1px;
	border-left: #4e5358 1px;
	border-bottom: #4e5358 1px;
}

.TopMenuItem
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	cursor: default;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.TopMenuItemHover 
{
  color:white; 
  background-color:#757495; 
  font-size:12px; 
  font-weight: bold;
  cursor:default; 
}

.MenuItem
{
	color: White;
	font-size: 11px;
	font-weight: bold;
	cursor: default;
	background-color: #10A071;
	padding: 0px;
	margin: 0px;
	border-right: #10A071 1px;
	border-top: #10A071 1px;
	border-left: #10A071 1px;
	border-bottom: #10A071 1px;
}

.MenuItemHover 
{
  color: white;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-weight:bold;  
  font-size:11px; 
  cursor:default; 
  background-color:blue;
  padding: 0px;
  margin : 0px;
  cursor: default;
  border-right: #10A071 1px;
  border-top: #10A071 1px;
  border-left : #10A071 1px;
  border-bottom : #10A071 1px;
}

.MenuItemExpanded
{
  background-color:blue; 
  color: white;
  border: 1px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-size:11px; 
  font-weight:bold;  
  cursor:default; 
}

.MenuItemActive
{
  color: white;
  background-color:blue; 
  border: 1px solid #BB5503; 
  font-size:11px; 
  font-weight: bold;
  cursor:default; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
 }

.ScrollItem
{
  background-color:#F5F5F5; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#FFEEC2; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
}

.ContextmenuMenuBreak
{
	background-color:black;
	height:8px;
	margin-left:20px;
}
.DisabledContextmenu
{
	color:gray;
	font-size: 9pt;
	cursor: default;
}
.DisabledContextmenuHover
{
	color:gray;
	font-size: 9pt;
	cursor: default;	
}
.ContextMenu
{
	color: black;
	font-size: 9pt;
	cursor: default;
	font-weight :bold;
}

.ContextMenuHover
{
	color: black;
	background-color: silver;	
	font-size:9pt;
	cursor: default;
	font-weight :bold;
}

/*Group Context menu item*/
.GMenuItem
{
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  margin:1px; 
  cursor:default; 
}
.GMenuGroup
{
  background-image:url(/images/group_background.gif);
  background-color:white;
  border:solid 1px #7E7E81; 
  cursor:default; 
}


.GMenuItemHover 
{
  background-color:rgba(177, 220, 229, 1); 
  color:black; 
  font-family:tahoma; 
  font-size:11px; 
  border:solid 1px #4B4B6F; 
  cursor:default; 
}

.GMenuBreak
{
  background-image: url(/images/break_bg.gif); 
  width:100%;
  height:2px;
 }