﻿/* StaticPanel Look */
.menuStaticPanel
{
	 cursor:pointer;
}

.menuStaticPanel .menuPanelItem
{	
	color:White;
	background-image:url('/App_Themes/ApThec/Images/Menu/BackMenu.jpg');
	height:45px;
	width:140px;
}
.menuStaticPanel .menuPanelItem_Hover
{
	background-image:url('/App_Themes/ApThec/Images/Menu/BackMenuHover.jpg');
  	height:45px;
	width:140px;
	color:#3b79c5;
}

/*When we focuse on the sub menu*/
.menuStaticPanel .menuPanelItem_Expanded
{    
	background-image:url('/App_Themes/ApThec/Images/Menu/BackMenuHover.jpg');
  	height:45px;
	width:140px;
}


/* Image Cell */
.menuImgCont
{
	height:16px;
	width:16px;
}
.menuImg
{
	height:16px;
	width:16px;
}

.menuTextCell
{
	padding-top:12px;
	padding-bottom:1px;	
	text-align:center;
}

.menuTextCont
{  
  font-family:Tahoma;
  font-size:11px; 
  width: 100%; 
}
/* Arrow Cell*/
.menuArrCont
{
	height:8px;
	width:8px;
	padding:3px;
}
.menuArr
{
	height:8px;
	width:8px;
}

/* Dynamic Panel Look */

.menuDynamicPanel,
.menuDynamicPanel_RTL
{
    background-color:#FAFFFF;
    border:solid 1px #7191be; 
    cursor:pointer;
    
}

.menuDynamicPanel .menuPanelItem,
.menuDynamicPanel_RTL .menuPanelItem
{
	 border:solid 1px #7191be; 
    cursor:pointer;
	padding:1px;
	
}
.menuDynamicPanel .menuPanelItem .menuImgCont,
.menuDynamicPanel_RTL .menuPanelItem .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem .menuTextCell,
.menuDynamicPanel_RTL .menuPanelItem .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;
	
}
.menuDynamicPanel .menuPanelItem_Expanded,
.menuDynamicPanel_RTL .menuPanelItem_Expanded
{
	background-color:#dae2f2; 
	border:solid 1px #4465a1; 
}
.menuDynamicPanel .menuPanelItem_Expanded .menuImgCont
,.menuDynamicPanel_RTL .menuPanelItem_Expanded .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem_Expanded .menuTextCell,
.menuDynamicPanel_RTL .menuPanelItem_Expanded .menuTextCell
{
	height:15px;
	padding-top:2px;
	padding:3px;
	
}
.menuDynamicPanel .menuPanelItem_Hover,
.menuDynamicPanel_RTL .menuPanelItem_Hover
{
	background-color:#dae2f2; 
	border:solid 1px #4465a1; 
}
.menuDynamicPanel .menuPanelItem_Hover .menuImgCont,
.menuDynamicPanel_RTL .menuPanelItem_Hover .menuImgCont
{
	height:16px;
	width:16px;
	padding:3px;
}
.menuDynamicPanel .menuPanelItem_Hover .menuTextCell
,.menuDynamicPanel_RTL .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;
	line-height:0px;
}
.menuSep .menuImgCell
{
	height:0px;
	line-height:0px;
}
.menuSep .menuImg
{
	height: 0px;

	width:24px;
	background-image:url('../images/SyncBlueMenuBreak.gif');
}

.menuSep .menuSepImg
{
	line-height: 0px;
	font-size:0px;
	border-top:1px solid #6985ba;
}
