﻿.menustyle
{
	background-color:#F7F6F3;
	border-width:1px;
	border-style: dotted;
	border:none;
	width:100%;
	height:20px;
	text-align:left;  
}

.MenuItem
{
	width:140px;
	/*color:#7C6F57;*/
	color:Black;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border-width:1px;
	border-style:dotted;
	border:none;
	height:20px;
	text-align:left;
}

.DynamicMenuItem
{
	width:140px;
	background-color:#F7F6F3;
	color:#7C6F57;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border-bottom-width:1px;
	border-bottom-color :#7C6F57;
	border-bottom-style :dotted;
	cursor:pointer;
	cursor:hand;
	height:20px;
	text-align:left;
}

.MenuItemHover
{
	width:140px;
	background-color:#cccccc;
	/*color:#7C6F57;*/
	color:black;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border-width:1px;
	border-color:#7C6F57;
	border-left-color:#7C6F57;
	border-top-color:#7C6F57;
	border-right-color:#7C6F57;
	border-bottom-color:#7C6F57;
	border-style:dotted;
	cursor:hand;
	text-align:left;
}

.MenuItemSelected
{
	width:140px;
	background-color:#5D7B9D;
	/*color:#7C6F57;*/
	color:Black;
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	padding:1px;
	padding-left:1px;
	padding-right:1px;
	border-width: 1px;
	border-color:#3F3F3F;
	border-right-color:#8A99BA;
	border-bottom-color:#8A99BA;
	border-left-color:black;
	border-top-color:black;
	border-style:dotted;
	cursor:hand;
	text-align:left;
}
.MenuCellStyle
{
	border-bottom-style: solid;
	border-color:#7C6F57; 
	border-bottom-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px;
}
		
/***************************************************************/
/*Hover Menu*/
/***************************************************************/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F7F6F3; 
	/*background-color:#F5F7F8;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size:smaller ;
	font-weight:bold; 
	color:black;
}

.popupHover {
	/*background-image:url(images/header-opened.png);*/
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F7F6F3; 
	/*background-color:#F5F7F8;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: s; 
	font-weight:bold;
	color:black;
	text-decoration: underline;

}
.HoverMenuButton
{
	color:black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:small ; 
}

.validatorCalloutHighlight
{
    background-color: Yellow;
}
/***************************************************************/
/* TreeView Menu */
/***************************************************************/
.skin0{
position:absolute;
width:140px;
border:2px solid black;
background-color:menu;
font-family:Verdana;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.treeviewmenuitems{
padding-left:10px;
padding-right:10px;
font-family:Verdana;
font-size:12px;
color:black;
}
.TreeNodeManagementLevel
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: #cc3300;	
	font-weight :bold;
	padding-left: 3px;
	text-decoration: none;
}
.TreeManagementItemOver
{
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #cc3300; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}
.TreeManagementSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #cc3300; 	
    cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}