/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #ffffff;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerblack2 {
	width: 100%;
	background-color: #E8E8E8;
	border-right: #CC0000 1px dashed; 
	border-top: #CC0000 1px dashed; 
	border-left:#CC0000 1px dashed; 
	border-bottom: #CC0000 1px dashed;
}
.containerclear {
	width: 100%;
	background-color: transparent;
	border-right: #CC6666  0.5px solid; 
	border-top: #CC6666 0px solid; 
	border-left: #CC6666 0.5px solid; 
	border-bottom: #CC6666 0.5px solid; 
	-moz-border-radius-bottomleft: 12px; 
	-moz-border-radius-bottomright: 12px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.containerclear_noheader {
	width: 100%;
	background-color: transparent;
	border-right: #CC6666  0px solid; 
	border-top: #CC6666 0px solid; 
	border-left: #CC6666 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
}
.containerclear_grayborder {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left:#CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid;
}
.containergray_grayborder {
	width: 100%;
	background-color:#CCCCCC;
	border-right: #CCCCCC  1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-left:#CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid;
}
.containerclear_noborder {
	width: 100%;
	background-color: transparent;
	border-bottom: #CCCCCC 1px dashed;
}
.productcontainer {
	width: 100%;
	background-color: #ffffff;
	background-image:url(productcontainer.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border-right: #000000 1px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containerwhite {
	width: 100%;
	background-color:#FFFFFF;
	border-right: #CC6666  0.5px solid; 
	border-top: #CC6666 0px solid; 
	border-left: #CC6666 0.5px solid; 
	border-bottom: #CC6666 0.5px solid; 
	-moz-border-radius-bottomleft: 12px; 
	-moz-border-radius-bottomright: 12px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.containerrow1_gray {
	background-image: url(graybutton.jpg);
	height: 36px;
}
.container_red {
	background-image:url(red-button.jpg);
	height: 32px;
}
.container_none {
	background-image:url(whitebutton.jpg);
	height: 36px;
}
.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; 
	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;
}

