/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width:100%;
	background-color: #f7faff;

}

.containerrow1_gray {

	  font-family: Arial, Helvetica;
   font-size:12px;
   text-align:center;
   width:100%;
   background-image:url(headingbg.jpg);
   background-repeat:repeat-x;
   padding-left:15px;
   line-height:33px;
   font-weight: bold;
   color: #fff;

}
.containerrow2_gray {
	background-color: #000000;
}
.ModuleTitle_MenuItem {
	border: black 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: #50abe0; 
	font-family: verdana, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}

.TextColor
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 11pt; 
	font-weight: bold;
	font-style: normal;  
background-position: top;  
}

/*on edit image background*/
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #ffffff; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	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: #fff; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

/*edit menu hover*/
.ModuleTitle_MenuItemSel {
	font-family: verdana, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #f9f9f9;
}

.cat_left
{
  background-image: url(Image/container-left.jpg);
  height: 28px;
  width: 33px;
  background-repeat: no-repeat;
}

.cat_center
{
  background-image: url(Image/container-center.jpg);
  height: 29px;
  width: 16px;
  background-repeat: repeat-x;
  background-position: left;
}

.cat_right
{
  background-image: url(container-right.jpg);
  height: 27px;
  width: 28px;
  background-repeat: no-repeat;
}

.mid-container
{
	background-image:url(headingbg.jpg);
	background-repeat:repeat-x;
	height:33px;
}

.left-container
{	
	background-image:url(left-corner.jpg);
	background-position:left top;
	height:33px;
	background-repeat:no-repeat;
}
.right_container
{
background-image:url(right-link.jpg);
background-repeat:no-repeat;
background-position:left top;
height:33px;
}	
