/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	text-align: left;
	background-color: transparent;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.ContainerTitle {
	color: #797979;
	font-family: Verdana, Arial, Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.containercontent {
	height: 100px;
	text-align: left;
	border-top : solid 0px #009DD9;     
 	border-bottom : solid 0px #009DD9;     
  	border-right : solid 0px #009DD9;
  	border-left  : solid 0px #009DD9;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-left: 2px;
	padding-right: 6px;
}

/*  Styles for curved corners  */

.containerlinksboven {
	background-image: url(images/linksboven.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.containerboven {
	background-image: url(images/boven.gif);
	background-repeat: repeat-x;
	height: 32px;
}
.containerrechtsboven {
	background-image: url(images/rechtsboven.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.containerlinks {
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
	width: 32px;
	
}
.containertable {
	background-image: url(images/gradientcontent.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	background-color: #e5f3f8;
	height: 100%;
	width: 100%;
}
.containerrechts {
	background-image: url(images/rechts.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 100%;
}
.containerlinksonder {
	background-image: url(images/linksonder.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.containeronder {
	background-image: url(images/onder.gif);
	background-repeat: repeat-x;
	height: 32px;
}
.containerrechtsonder {
	background-image: url(images/rechtsonder.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.containerlinksscale {
	background-image: url(images/linksonderscale.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 32px;
}
.containerrechtsscale {
	background-image: url(images/rechtsonderscale.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 32px;
}


.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; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	height: 19px;
   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; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

