.gp_containermaster {
	width: 100%;
}
.gp_container_standard, .gp_container_leftpane, .gp_container_rightpane1 {
	background-color: #3f4b58;
	height: 21px;
	border-bottom: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}
.gp_container_content {
	padding: 10px;
}
.gp_container_footer {

}
.gp_container_sub {
	background-image: url(Default_sub_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
}

.gp_container_leftpane {
	background-color: #928355;
	padding-left: 19px;
}
.gp_container_content_leftpane {
	background-color: #15293a;
	padding-left: 19px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: White;
	height: 119px;
}
.gp_container_footer_leftpane {
	background-color: #15293a;
	background-image: url(LeftPaneCorner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.gp_containermaster_linkspane {
	background-image: url(linkspane_all.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 197px;
	width: 327px;
}
.gp_containermaster_linkspane_small {
	background-image: url(linkspane_all.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 197px;
}
.gp_container_linkspane {
	height: 29px;
	padding-left: 19px;
	padding-right: 10px;

}
.gp_container_content_linkspane {
	color: White;
	padding-left: 19px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.gp_containermaster_rightpane1 {
	background-color: #5a6b7e;
	border-left: solid 1px White;
}
.gp_container_content_rightpane1 {
	color: White;
	height: 170px;
}
.gp_containermaster_rightpane2 {
	border-top: 1px Solid White;
	background-color: #7d8a98;
	width: 216px;
	border-left: solid 1px White;
}
.gp_container_content_rightpane2 {
	padding: 10px;
	color: White;	
}








.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;
}
