/* 
================================
 Container Styles for DotNetNuke
================================
*/
.containerpane{ width:94%;padding:5px 0; line-height:1.5em;clear:both;}
.whitetitle{margin:0px;color:#FFFFFF; font:bold 8pt Arial, Helvetica, sans-serif; white-space:nowrap;padding-left:10px}
.blacktitle{margin:0px;color:#333; font:bold 9pt Arial, Helvetica, sans-serif; white-space:nowrap; line-height:2.7em;padding-left:10px}
.grayfilletborder{ background:url(C01tbg.gif) left top repeat-x #FFFFFF; float:left; margin-bottom:5px}
.grayfilletborder .fillethead{ height:27px; background:url(C01tr.gif) right top no-repeat; width:100%}
.grayfilletborder .fillethead .title{height:27px; background:url(C01tl.gif) left top no-repeat; float:left; padding:0 0 0 5px}
.grayfilletborder .containerleft{ clear:both;border-left:1px #ccc solid; border-right:1px #ccc solid}
.grayfilletborder .botbox{ background:url(C01bbg.gif) left bottom repeat-x; float:left; clear:both; width:100%}
.grayfilletborder .botbox .botleft{background:url(C01bl.gif) left bottom no-repeat; float:left; height:15px; width:20px}
.grayfilletborder .botbox .botright{background:url(C01br.gif) right bottom no-repeat; float:right; height:15px; width:20px}
.actions{ float:right}


.ModuleTitle_MenuBar{}
.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;
}


