.MainContainer {
	width: 100%;
}
.TopContainer {
	width: 100%;
	height: 88px;
}
.TopContainer_title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-transform: uppercase;
}
.TopContainer_title h2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-transform: uppercase;
	margin:0;
	padding:0;
}

.TopContainer_content {
	width: 189px;
}
.TopContainer #row1 {
	width: 100%;
	height: 81px;
	background-color: #E8E8E8;
	background-image: url(images/topcontainers_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.TopContainer #row2 {
	width: 100%;
	background-color: #FFFFFF;
	height: 1px;
}
.TopContainer #row3 {
	width: 100%;
	background-color: #F7A933;
	height: 6px;
}
.TopContainer_leftcorner {
	background-image: url(images/topcontainers_bottomleftbg.jpg);
	background-repeat: repeat-y;
	background-position: top left;	
}
.TopContainer_rightcorner {
	background-image: url(images/topcontainers_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: top right;	
}
.Container_Grey_header {
	width: 100%;
}
.Container_Grey_header #row1 {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/container_header_grey_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}
.Container_Grey_header_ContentPane {
	padding-left: 23px;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.Container_Grey_header_title {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #616161;
}







.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	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: #EEEEEE; 
	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: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	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: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
