﻿/*
.cRootItem, .cHoverItem, .cExpandedItem
{
	background-color:#cfb9e8;
	
	padding:0;
	margin:0;	
}
.cRootItem .menuItemTable
{
	padding:0;
	margin:0;
	
}
.rContainer, .tContainer
{
	
}
.cRootText
{
	font-weight:bold;
	border:none;
	font-size:10px;
}
.cRootTextCont tr td
{
	padding-bottom:5px;
	border:none;
}
.cRootItem .menuImgCell .menuImgCont
{
	height:16px;
	width:16px;
}
*/

/* */
.tContainer {
}
.tContainer .menuDynamicPanel, .tContainer .menuDynamicPanel_RTL 
{
    background-color: White;
    border: 1px solid gray;
}
.tContainer .menuStaticPanel 
{	
    background-color: #cfb9e8;
    border: 1px solid gray;
}
.tContainerFC .menuStaticPanel 
{	
    background-color: #8464A2;
    border: 1px solid gray;
	color:white;
}
.tContainerFC .menuStaticPanel .menuTextCont
{	
	color:white !important;
	padding-right:12px !important;
}
.tContainerFC .menuStaticPanel .menuTextCont:hover
{	
	background-color: #8464A2;
    border: 1px solid gray;
	color:white;
}

.tContainer .menuImgCell .menuImg {
    height: 16px;
    width: 16px;
}
.tContainer .menuImgCell .menuImgCont {
    height: 16px;
    width: 16px;
}

.tContainer .menuArr {
    height: 8px;
    margin: 4px;
    width: 8px;
}
.tContainer .menuArrCont {
    width: 14px !important;
}
.tContainer .menuTextCont {
    color: black !important;
    font-family: MS Sans Serif,Verdana;
    font-size: 12px;
    padding: 2px;
}
.tContainer .menuTextCell {
    padding-bottom: 3px;
    padding-top: 3px;
}
.tContainer .menuStaticPanel .menuPanelItem, .tContainer .menuStaticPanel .menuPanelItem_Expanded, .tContainer .menuStaticPanel .menuPanelItem_Selected, .tContainer .menuStaticPanel .menuPanelItem_Hover 
{	    
    border: 1px solid white;
    cursor: default;
    background-color: #cfb9e8 !important;
}
.tContainer .menuDynamicPanel .menuPanelItem, .tContainer .menuDynamicPanel .menuPanelItem_Expanded, .tContainer .menuDynamicPanel .menuPanelItem_Selected, .tContainer .menuDynamicPanel .menuPanelItem_Hover 
{	    
    border: 1px solid white;
    cursor: default;
}
.tContainer .menuPanelItem_Expanded, .tContainer .menuPanelItem_Selected
 {  
    cursor: default;
}

.tContainer .menuSep {
    border-top: 0 solid silver;
}
.tContainer .menuSep .menuImgCell {
    padding-bottom: 0;
    padding-top: 0;
}
.tContainer .menuSep .menuImgCont {
    font-size: 0;
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.tContainer .menuSep .menuImg {
    height: 0;
    margin: 0;
    vertical-align: middle;
}
.tContainer .menuSep .menuTextCell {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}
.tContainer .menuSep .menuTextCont {
    border-top: 1px solid silver;
    font-size: 0;
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.tContainer .menuSep .menuArr {
    border-top: 1px solid silver;
    height: 0;
    vertical-align: middle;
    width: 100%;
}
.tContainer .menuPanelItemDisabled {
    padding: 2px;
}
.tContainer .menuPanelItemDisabled_Hover {
    background-color: silver;
    padding: 2px;
}
.tContainer .menuPanelItemDisabled .muneText .menuTextCont, .tContainer .menuPanelItemDisabled_Hover .menuTextCont {
    color: #AEAA99;
}
.tContainer .menuScroll {
    background-color: #D1D1D1;
    border: 1px solid silver;
}
.tContainer .menuScroll_Hover {
    background-color: #AFAFAF;
    border: 1px solid gray;
}