/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;

	margin:0.2em 0 0 0 ;
}
.containerrow1_blue {
	width:82%;
	font-size:80%;
	height:50px;
	float:left;
	background-color:#f37121;
	color:#FFFFFF;
	}
#headarea
	{
		float:left;
		width:100%;
		height:50px;
	}
.leftcorner{
	background-color:#f37121;
	float:left;
	height:50px;
	width:15px;
	display:block;
}
.rightcorner
{
	background-color:#f37121;
	height:50px;
	float:left;
	width:15px;
	display:block;
}
.containerrow2_blue {
	width:90.5%;
	padding:1em 1em 0 1em;
	border: none;  
}
.containerrow3_blue {
	width:100%;
	padding:1em 1em 0 1em;
	border: none;
	color:#006837;
	
}





.ModuleTitle_MenuItem {
	border: none;   
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 25px;
    padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	border: none;
}

.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 */
	border: none;
}

.ModuleTitle_MenuBreak  {
	border: none;
	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;
	border: none;
}

