﻿/* StaticPanel Look */
.menuStaticPanel
{
	 background-color:#505050;
     cursor:pointer;    
     background-image:url('Images/gronbgr.gif');
	 padding:2px;
}
.menuStaticPanel .menuPanelItem
{	
	height:18px;
	padding:1px;
	
}
.menuStaticPanel .menuPanelItem .menuTextCont
{	
  color:white;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 7px;
}
.menuStaticPanel .menuPanelItem_Expanded
{
	background-image:url('Images/LBStaticItemExpanded.gif');
	background-color:#eeeeee; 
	border:solid 1px #9599a5; 
	border-bottom-color:#fffafa; 
	color:black;
	height:18px;
}
.menuStaticPanel .menuPanelItem_Expanded .menuTextCont
{	
  color:black;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 7px;
}
.menuStaticPanel .menuPanelItem_Hover
{
  background-image :url('Images/LBStaticItemHover.gif'); 
  background-color:#ffeaaa; 
  border:solid 1px #ffbe69; 
  color:Black;
  height:18px;
}
.menuStaticPanel .menuPanelItem_Hover .menuTextCont
{	
  color:#716575;
  font-family:Tahoma;
  font-size:11px; 
  width: 100%;
  padding-left: 7px;
}
/* Image Cell */
.menuImgCont
{
	height:16px;
	width:16px;
}
.menuImg
{
	height:16px;
	width:16px;
}

.menuTextCell
{
	height:10px;
	padding-top:2px;
	padding-bottom:1px;	
	padding-left:3px;
}
.menuTextCont
{
	color:black;
	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/ObisidianDynamicPanelbg.gif');
    background-color:#fffafa;
    border:solid 1px #9599a5; 
      
    cursor:pointer;
}

.menuDynamicPanel .menuPanelItem
{
	height:20px;
	padding:1px;
}
.menuDynamicPanel .menuPanelItem .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuDynamicPanel .menuPanelItem .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

.menuDynamicPanel .menuPanelItem_Expanded
{
	background-image:url('images/LBDynamicItemHover.gif');
	background-color:#ffda75; 
    height:20px;
	border:solid 1px #c2ae79; 
	border-top:1px solid #dace99;
	border-bottom:1px solid #d6d2b2;
}
.menuDynamicPanel .menuPanelItem_Expanded .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuDynamicPanel .menuPanelItem_Expanded .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

.menuDynamicPanel .menuPanelItem_Hover
{
	background-image:url('images/LBDynamicItemHover.gif');
	background-color:#ffda75; 
	
	height:20px;
	border:solid 1px #c2ae79; 
	border-top:1px solid #dace99;
	border-bottom:1px solid #d6d2b2;
}
.menuDynamicPanel .menuPanelItem_Hover .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuDynamicPanel .menuPanelItem_Hover .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

/* Disabled Item Look */
.menuPanelItemDisabled .menuTextCont
{
	color:#9d9da1;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}
.menuPanelItemDisabled_Hover .menuTextCont
{	
	color:#9d9da1;
	font-family:Tahoma;
    font-size:11px; 
	width: 100%;
	
	padding-left:7px;
}

.menuDynamicPanel .menuPanelItemDisabled .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuDynamicPanel .menuPanelItemDisabled .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

.menuDynamicPanel .menuPanelItemDisabled_Hover .menuImgCont
{
	height:16px;
	width:16px;
	padding:2px;
}
.menuDynamicPanel .menuPanelItemDisabled_Hover .menuTextCell
{
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
}

/* Separator Look */
.menuSep .menuImgCont
{
	height:0px;
}
.menuSep .menuImgCell
{
	height:0px;
}
.menuSep .menuImg
{
	height: 0px;
	width:25px;
	background-image:url('Images/ObisidianBreak.gif');
}

.menuSep .menuTextCont
{
	line-height: 0px;
	font-size:0px;
    color:Black;	
	border-top:1px solid #9595a1;
}
.menuSep .menuTextCell
{
	
}