/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	height: 225px;
	background-image: url(images/bck_block_5.gif);
	background-repeat: no-repeat;

	
}
.containermaster2_blue {
	width: 100%;
	height: 219px;
	background-image: url(images/bck_block_6.gif);
	background-repeat: no-repeat;
	
}
.containermaster3_blue {
	width: 100%;
	height: 310px;
	background-image: url(images/bck_block_7.gif);
	background-repeat: no-repeat;
	
}
.containermaster4_blue {
	width: 100%;
	height: 170px;
	background-image: url(images/bck_block_8.gif);
	background-repeat: no-repeat;
	
}
.containermaster5_blue {
	width: 100%;
	height: 380px;
	background-image: url(images/bck_block_9.gif);
	background-repeat: no-repeat;
	
}
.containermaster6_blue {
	width: 100%;
	height: 210px;
	background-image: url(images/bck_block_10.gif);
	background-repeat: no-repeat;
	
}
.containermaster7_blue {
	width: 100%;
	height: 185px;
	background-image: url(images/bck_block_11.gif);
	background-repeat: no-repeat;
	
}
.containermaster8_blue {
	width: 100%;
	height: 185px;
	background-image: url(images/bck-block_4.gif);
}
.containermaster9_blue {
	width: 100%;
	height: 30px;
	background-image: url(images/bck_block_12.gif);
	background-repeat: no-repeat;
}
.containermaster10_blue {
	width: 100%;
	height: 30px;
	background-image: url(images/bck-block_13.gif);
	background-repeat: no-repeat;
}
.containermaster11_blue {
	width: 100%;
	height: 380px;
	background-image: url(images/bck-block_14.gif);
	background-repeat: no-repeat;
}
.containermaster11a_blue {
	width: 100%;
	height: 373px;
	background-image: url(images/bck-block_14a.gif);
	background-repeat: no-repeat;
}
.containermaster12_blue {
	width: 100%;
	height: 185px;
	background-image: url(images/bck_block_15.gif);
	background-repeat: no-repeat;
	
}
.containermaster13_blue {
	width: 100%;
	height: 310px;
	background-image: url(images/bck_block_16.gif);
	background-repeat: no-repeat;
	
}
.containermaster14_blue {
	width: 100%;
	height: 320px;
	background-image: url(images/bck_block_16a.gif);
	background-repeat: no-repeat;
	
}
.containermaster15_blue {
	width: 100%;
	height: 320px;
	background-image: url(images/bck_block_7a.gif);
	background-repeat: no-repeat;
	
}
.containermaster16_blue {
	width: 100%;
	height: 52px;
	background-image: url(images/bck_block_17.gif);
	background-repeat: no-repeat;
}
.containermaster17_blue {
	width: 100%;
	height: 118px;
	background-image: url(images/bck_block_18.gif);
	background-repeat: no-repeat;
}
.containermaster18_blue {
	width: 100%;
	height: 320px;
	background-image: url(images/bck_block_7b.gif);
	background-repeat: no-repeat;
	
}
.containermaster19_blue {
	width: 100%;
	height: 320px;
	background-image: url(images/bck_block_7c.gif);
	background-repeat: no-repeat;
	
}
.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;
}

