/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containertop   { background-color: #e2e3e8; padding-left: 12px; width: 100%; border: solid 1px gray }
.containerbody   { background-color: #e2e3e8; width: 100%; border-right: 1px solid gray; border-bottom: 1px solid gray; border-left: 1px solid gray }
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
.ModuleTitle { color: #5f5f5f; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.ModuleTitle_MenuItem TD  { color: black; font-size: 9pt; font-family: Tahoma, Arial, Helvetica; font-style: normal; font-weight: normal; white-space: nowrap; cursor: hand; padding: 1px 3px 3px 1px; height: 21px }


.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  { color: black; font-size: 9pt; font-family: Tahoma, Arial, Helvetica; font-style: normal; font-weight: bold; background-color: #e2e3e8; cursor: hand }


.normal , A.Normal:active, A.Normal:link, A.Normal:visited    { color: 5f5f5f }


A.Normal:hover     { color: 5f5f5f; text-decoration: underline }



