.container_Plain 
{
	width: 100%;
	padding:0px;
}


.contentpane_plain {
	padding: 0px 0px 0px 0px;
	color:#8E996A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	/*text-align:justify;*/
}

.ModuleTitle_BarTitle {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: #8E996A; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
    padding: 0px;
		
}

.ModuleTitle_MenuItem {
	width:100%; padding: 0;
	/*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color:  #A94215; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
    padding: 0px;
			
}


.ModuleTitle_MenuIcon {
	cursor: pointer;  
	width: 15px;
	height: 100%;
	background-color:#FCFCC8;
	border:0px #FCFCC8 solid; 
	
	/*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000;
	cursor: pointer;
	background-color: #E2C86D;
	border:2px #8E996A solid; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #E2C86D; 
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: #FCFCC8; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:#8E996A;
}














