/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: #ffffff;
	border-right: #c41200 1px solid; 
	border-top: #c41200 1px solid; 
	border-left: #c41200 1px solid; 
	border-bottom: #c41200 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.topleft_red {
	width:10px; height:10px;
	background-image:url('topleft_red.gif');
	background-repeat:no-repeat;
	background-position:left;
}
.topright_red {
	width:10px; height:10px;
	background-image:url('topright_red.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.btmleft_red {
	width:10px; height:10px;
	background-image:url('btmleft_red.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.btmright_red {
	width:10px; height:10px;
	background-image:url('btmright_red.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #4a4a7b 1px solid; 
	border-top: #4a4a7b 1px solid; 
	border-left: #4a4a7b 1px solid; 
	border-bottom: #4a4a7b 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.topleft_blue {
	width:10px; height:10px;
	background-image:url('topleft_blue.gif');
	background-repeat:no-repeat;
	background-position:left;
}
.topright_blue {
	width:10px; height:10px;
	background-image:url('topright_blue.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.btmleft_blue {
	width:10px; height:10px;
	background-image:url('btmleft_blue.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.btmright_blue {
	width:10px; height:10px;
	background-image:url('btmright_blue.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.containermaster_yellow {
	width: 100%;
	background-color: #ffffff;
	border-right: #fe9915 1px solid; 
	border-top: #fe9915 1px solid; 
	border-left: #fe9915 1px solid; 
	border-bottom: #fe9915 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.topleft_yellow {
	width:10px; height:10px;
	background-image:url('topleft_yellow.gif');
	background-repeat:no-repeat;
	background-position:left;
}
.topright_yellow {
	width:10px; height:10px;
	background-image:url('topright_yellow.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.btmleft_yellow {
	width:10px; height:10px;
	background-image:url('btmleft_yellow.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.btmright_yellow {
	width:10px; height:10px;
	background-image:url('btmright_yellow.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.containermaster_green {
	width: 100%;
	background-color: #ffffff;
	border-right: #6a9913 1px solid; 
	border-top: #6a9913 1px solid; 
	border-left: #6a9913 1px solid; 
	border-bottom: #6a9913 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.topleft_green {
	width:10px; height:10px;
	background-image:url('topleft_green.gif');
	background-repeat:no-repeat;
	background-position:left;
}
.topright_green {
	width:10px; height:10px;
	background-image:url('topright_green.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.btmleft_green {
	width:10px; height:10px;
	background-image:url('btmleft_green.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.btmright_green {
	width:10px; height:10px;
	background-image:url('btmright_green.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.containerrow1 {
	background:white
}

.containerrow2  {
	background-color: #ffffff;
}
.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: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	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: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #EEEEEE;
}


























































