/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.MC_TopLeft
{
   background: url('MC_TopLeft.jpg') no-repeat top center transparent;
   height:26px;
   width:10px;
}
.MC_TopCenter
{
   background: url('MC_TopMiddle.jpg') repeat-x top center transparent;
   height:26px;
   vertical-align:bottom;
   text-align:left;
}
.MC_TopCenter Span
{
   display:inline-block;
   color:#FFFFFF;
   font-family: Arial;
   font-weight:bold;
   font-size:14px;
   padding-left:5px;
   padding-bottom:4px;
}
.MC_TopRight
{
   background: url('MC_TopRight.jpg') no-repeat top center transparent;
   height:26px;
   width:10px;
}

.MC_LeftRunner
{
   background: url('MC_LeftRunner.jpg') repeat-y top left transparent;
   height:100%;
   width:10px;
}

.MC_RightRunner
{
   background: url('MC_RightRunner.jpg') repeat-y top right transparent;
   height:100%;
   width:10px;
}
.MC_containerrow 
{
	background-color: Transparent; /*#EDEDED */
    height:26px;	
}

.MC_ContentClass
{
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:5px;
}

.MC_BottomLeft
{
   background: url('MC_BottomLeft.jpg') no-repeat top center transparent;
   height:7px;
   width:10px;
}
.MC_BottomRunner
{
   background: url('MC_BottomMiddle.jpg') repeat-x top center transparent;
   height:7px;
}


.MC_BottomRight
{
   background: url('MC_BottomRight.jpg') no-repeat top center transparent;
   height:7px;
   width:10px;
}





.HC_containermaster {
	width: 100%;
	background-color:Transparent;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	padding-left:6px;
	padding-right:6px;
}



.SimpleBack 
{
   background-color:Transparent;
   padding-top:1px;
   padding-left:1px;
   padding-right:1px;
}

.SimpleBottom
{

}

.Head
{
  font-family :Arial;
}

.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: #DDDDDD;
}


