﻿.menuRootFull
{
	background-color: #ECE9D8;
	border: solid 1px #8A867A;
	width: 90%;
}

/* StaticPanel Look */
.menuStaticPanel
{
	background-color: #ECE9D8;
	cursor: pointer;
}

.menuStaticPanel .menuPanelItem
{	
	height:17px;
	padding:1px;
}

.menuStaticPanel .menuPanelItem_Expanded
{
	background-image:url('../images/O2003StaticItemExpanded.gif');
	background-color:#E5E6EF; 
	border:solid 1px #7C7C94; 
	border-bottom-color:#BAB9CD; 
	
	height:17px;
}

.menuStaticPanel .menuPanelItem_Hover
{
  background-image :url('../images/O2003StaticItemHoverbg.gif'); 
  background-color:#E5E6EF; 
  border:solid 1px #7C7C94; 
  
  height:17px;
}

/* Image Cell */
.menuImgCont
{
	height:16px;
	width:16px;
}
.menuImg
{
	height:16px;
	width:16px;
}

.menuTextCell
{
	height:10px;
	padding-top:2px;
	padding-bottom:1px;	
}
.menuTextCont
{
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  
  padding-left: 7px;
}
/* Arrow Cell*/
.menuArrCont
{
	height:8px;
	width:8px;
	padding:3px;
}
.menuArr
{
	height:8px;
	width:8px;
}

/* Dynamic Panel Look */

.menuDynamicPanel
{
    background-image:url('../images/O2003DynamicPanelbg.gif');
    background-color:#ECE9D8;
    border:solid 1px #7D7D95; 
    
    cursor:pointer;
}

.menuDynamicPanel .menuPanelItem
{
	padding:1px;
}
.menuDynamicPanel .menuPanelItem .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;
	
}
.menuDynamicPanel .menuPanelItem_Expanded
{
	background-color:#FFEEC2; 
	border:solid 1px #48486D; 
}
.menuDynamicPanel .menuPanelItem_Expanded .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem_Expanded .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;
	
}
.menuDynamicPanel .menuPanelItem_Hover
{
	background-color:#FFEEC2; 
	border:solid 1px #48486D; 
}
.menuDynamicPanel .menuPanelItem_Hover .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem_Hover .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;	
}

/* Disabled Item Look */
.menuPanelItemDisabled .menuTextCont
{
	color:Gray;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}
.menuPanelItemDisabled_Hover .menuTextCont
{	
	color:Gray;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}

.menuDynamicPanel .menuPanelItemDisabled .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItemDisabled .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;	
}

.menuDynamicPanel .menuPanelItemDisabled_Hover .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItemDisabled_Hover .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;	
}

/* Separator Look */
.menuSep .menuImgCont
{
	height:0px;
}
.menuSep .menuImgCell
{
	height:0px;
}
.menuSep .menuImg
{
	height: 0px;

	width:24px;
	background-image:url('../images/O2003break.gif');
}

.menuSep .menuSepImg
{
	line-height: 0px;
	font-size:0px;
	border-top:1px solid black;
}
