/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_boxCP {
	width: 100%;
	background-color: transparent;
	border-right: #2392D9 0px solid; 
	border-top: #2392D9 0px solid; 
	border-left: #2392D9 0px solid; 
	border-bottom: #2392D9 0px solid; 
}
.containerrow1_boxCP {
/*	background-color: #ffffff;
	background-color: #b0d8f2;*/
	background-image : url(title_bg.gif);
	background-position : center left ;
	background-repeat: repeat-x ;
	height: 20px;
}
.containerrow2_boxCP {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}
.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; 
	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, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #DDDDDD;
}
/* Curved Borders*/

.curved {
  background: transparent; 
  width:100%;
  }
.curved h1, .curved p {
  margin:0 10px;
  }
.curved h1 {
  font-size: 11px; 
  font-family: Tahoma, Verdana, Arial;
  color:#ffffff;
  background:#2392D9;
  }
.curved p {
  padding-bottom:0.5em;
  }
.curved .b1 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 4px; 
  background:#2392D9;
  font-size:1px;
  }
.curved .b2 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 3px; 
  background:#2392D9; 
  border-left:0px solid #ffffff; 
  border-right:0px solid #ffffff; 
  font-size:1px;
  }
.curved .b3 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 2px; 
  background:#2392D9; 
  border-left:0px solid #ffffff; 
  border-right:0px solid #ffffff; 
  font-size:1px;
  }
.curved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 1px; 
  background:#2392D9; 
  border-left:0px solid #ffffff; 
  border-right:0px solid #ffffff; 
  border-width:0 0px 0 0px;
  font-size:1px;
  }
.curved .b5 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 0px; 
  background: #ffffff; 
  border-left:1px solid #2392D9; 
  border-right:1px solid #2392D9; 
  border-width:0 1px 0 1px;
  font-size:1px;
  }
.curved .b6 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 1px; 
  background: #ffffff; 
  border-left:1px solid #2392D9; 
  border-right:1px solid #2392D9; 
  border-width:0 1px 0 1px;
  font-size:1px;
  }
.curved .b7 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 2px; 
  background: #ffffff; 
  border-left:1px solid #2392D9; 
  border-right:1px solid #2392D9; 
  border-width:0 1px 0 1px;
  font-size:1px;
  }
.curved .b8 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 3px; 
  background: #ffffff; 
  border-left:1px solid #2392D9; 
  border-right:1px solid #2392D9; 
  border-width:0 1px 0 1px;
  font-size:1px;
  }
.curved .b9 {
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 4px; 
  background: #2392D9; 
  border-left:0px solid #2392D9; 
  border-right:0px solid #2392D9; 
  border-width:0 0px 0 0px;
  font-size:1px;
  }
.curved .boxcontent {
  display:block; 
  background:#2392D9;
  border:0 solid #fff; 
  border-width:0 0px;
  }

