/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.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;
}
.container-header {
	background-color: #CCCCCC;
	background-image: url(images/container-header-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}
.container-content {
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.container-header-text {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 50px;
	text-decoration: none;
}
#topleftglowbg {
	width: 10px;
	height: 10px;
	background: url('/images/topleftglowbg.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/topleftglowbg.png');
}
#toprightglowbg {
	width: 10px;
	height: 10px;
	background: url('/images/toprightglowbg.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/toprightglowbg.png');
}
#bottomleftglowbg {
	width: 10px;
	height: 10px;
	background: url('/images/bottomleftglowbg.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bottomleftglowbg.png');
}
#bottomrightglowbg {
	width: 10px;
	height: 10px;
	background: url('/images/bottomrightglowbg.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bottomrightglowbg.png');
}
#topglowbg {
	height: 10px;
	background: url('/images/topglowbg.png') repeat-x;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/topglowbg.png');
}
#bottomglowbg {
	height: 10px;
	background: url('/images/bottomglowbg.png') repeat-x;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/bottomglowbg.png');
}
#leftglowbg {
	width: 10px;
	background: url('/images/leftglowbg.png') repeat-y;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/leftglowbg.png');
}
#rightglowbg {
	width: 10px;
	background: url('/images/rightglowbg.png') repeat-y;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/rightglowbg.png');
}