/*
================================
 Container Styles for DotNetNuke
================================
*/   


.containermaster_blue {		/* Assigned to the container TABLE */
	clear: both;			/* Send other containers to the new "row"  */
	 width: 280px;
    margin: 20px 0px 0px 10px;
}

.containermaster_gray {		/* Assigned to the container TABLE */
	clear: both;			/* Send other containers to the new "row"  */
    width: 280px;
    margin: 20px 0px 0px 10px;
    position: relative;
    left: 0px;
}



.containermaster_bluecont {		/* Assigned to the container TABLE */
	clear: both;				/* Send other containers to the new "row"  */
	width: 450px;
	 margin: 20px auto 0px auto;
}

.containermaster_fullwidth {	/* Assigned to the container TABLE */
	width: 600px;
	clear: both;
}

.containerrow1_gray {		/*  Styles the heading of the grey containers */
	background-image: url(gray_title.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	height: 16px;
}

.containerrow1_blue {	/* Styles the headings of the blue containers  */
	background-image: url(blue_title.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left center;
	height: 16px;
	color: #FFFFFF;
}
.containerrow2_gray {
	background-color: #ffffff;
}

.ModuleTitle_MenuBar {	/* Container for the module admin drop down menu  */
	position: relative ;
	top: 0px ;
	left: 0px;
}


.ModuleTitle_MenuItem {		/* Element of the module admin drop down menu  */
	border: white 0px solid; /*override borders*/

}


.ModuleTitle_MenuItem TD {  /*TD if menu is using tables - Menu items of module admin menu*/
	color: #000000;
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal;
    white-space: pre-wrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon { 	/* Menu item icons for the module admin drop down menu  */
	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 { 	/* Container for the menu items of the module admin drop down menu - this is where the problems were  */
	z-index: 1000;
	background-color: #CCCCCC;
	position: relative;
	top: 0px !important ; 	/* The "important" forces these positions, not others  */
	left: 0px !important ;
}



.ModuleTitle_MenuBreak  {	/* Element of the module admin drop down menu  */
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

}

