/*Container 01*/
.TopTD{background: url(Images/cont1.gif); height:40px; padding-bottom: 14px;}
.TopLeftTD{background: url(Images/cont1_left.gif) no-repeat; height:40px; width:16px;}
.TopRightTD{background: url(Images/cont1_right.gif) no-repeat; height:40px; width:25px;}

/*Container 02*/
.TopTD2{background: url(Images/cont2_top.gif) no-repeat; height:42px;}
.ContTD2{background: url(Images/cont2_bg.gif) repeat-y; height: 100%; width:190px; padding: 10px 20px 10px 10px;}
.BottomTD2{background: url(Images/cont2_bottom.gif) no-repeat; height:49px;}

/*General*/
.containermaster{width: 100%; background-color:#ffc20e; padding-bottom: 0px;}
.contentPaneCont{width: 100%; padding-top:0px;padding-bottom:0px; padding-right: 10px;}
.contentPaneNoPadding{width: 100%;}

.link, a.link:link, a.link:visited, a.link:active{text-decoration:none; font-weight: bold;}
.Title{font-size: 13.5px; font-family: Verdana, Arial; color: #000000; font-weight: normal; }
.Title2{font-size: 12px; font-family: Verdana, Arial; color: #000000; font-weight: bold; padding-left: 8px;}

.ModuleTitle_MenuItem {
	border: #000000 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	color: #000000;     
	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 1px 3px 3px 1px;	
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #fcc300; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #fcc300; 
	 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #fcc300; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #ffd01a;
}
