/*
================================
 Container Styles for DotNetNuke
================================
*/
.containermaster_green {
  width: 100%;
  background-color: #EFFFEC;
  border-right: #7994cb 1px solid;
  border-top: #7994cb 1px solid;
  border-left: #7994cb 1px solid;
  border-bottom: #7994cb 1px solid;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}

.containermaster_green_padding {
  width: 100%;
  padding: 10px;
  background-color: #EFFFEC;
  border-right: #7994cb 1px solid;
  border-top: #7994cb 1px solid;
  border-left: #7994cb 1px solid;
  border-bottom: #7994cb 1px solid;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}

.container_bg_R {
  background: url(bg_right.gif) no-repeat;
  width: 25px;
  height: 25px;
}

.container_bg_L {
  background: url(bg_left.gif) no-repeat;
  width: 25px;
  height: 25px;
}

.container_table {
  border-collapse: collapse;
  border: none;
}

.containerrow2_green {
  background-color: #7EC658;
}

.containerrow_title_green {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}

.containerrow_title_green_no {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  height: 5px;
}

.containerrow_bg {
  background-color: #EFFFEC;
}

.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, 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: #BDF99E;
  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: #BDF99E;
  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: #000000;
  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, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
  background-color: #C1D2EE;
}


