/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_GreenLP {
	background-repeat: no-repeat;
	
	
	
	}
.containerrow1_GreenLP {
	border-right-color: #99cc00;
	border-bottom-color: #99cc00;
	border-left-color: #99cc00;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #99cc00;
}
.containerrow2_GreenLP {
	
	/*	border-right-color: #99cc00;
	border-bottom-color: #99cc00;
	border-left-color: #99cc00;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;*/
	
	}

.titleGreenLP{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: #000000;
	background-color: #99cc00;
}
.ModuleTitle_MenuItemGreenLP {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD GreenLP {  /*TD if menu is using tables*/
	cursor: hand; 
	cursor: hand; 
	color: #009900; 
	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_MenuIconGreenLP {
	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_SubMenuGreenLP 
{
	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_MenuBreakGreenLP  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSelGreenLP {

	cursor: hand; 
	cursor: hand; 
	color: #FF0000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

