/*
================================
 Container Styles for DotNetNuke
================================
*/

.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: Arial, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	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: Arial, Tahoma, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	background-color: #C1D2EE;
}


.noborder {
  border:none;
}

.pad {
  padding: 10px 10px 10px 10px;
}

.lblue_container, .white_container {
	width:230px;
	height: 10px;
	font-family: Arial;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
}

.lblue_container_nopad, .white_container_nopad {
	width: 230px;
	font-family: Arial;
}

.lblue_container_nopad, .white_container_nopad a
{
padding-left: 4px;

}

.lblue_container_nopad, .white_container_nopad a:hover
{
text-decoration: none;

}

.white_container_fullwidth
{
	width:100%;
}


.lblue_header, .white_header {
  background: url(img/header.png) repeat-x;
  height: 26px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.lblue_content, .white_content {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 4px 4px 0px 4px;
  font-family: Arial;
  font-size: 11px;

}

.lblue_footer, .white_footer {
  border: none;
}

.white_bm {
  background: url(img/white_bm.jpg) repeat-x bottom;
  margin: 0px;
  padding: 0px;
}

.blue_borderless_container {
  background: #E7F7FF;
  border: none;
  width: 100%;
}

.whiteborder {
  border: 3px solid black;
}

.bluebg {
  background-color: #ECF9FF;
  margin-top: 2px;
  height: 100%;
  padding-bottom:8px;
  
}

.beigebg {
  background-color: #F7F1D3;
  margin-top: 2px;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
} 

.gradbg {
  background: url(img/gradbg.png) top left repeat-x;
}

.grad_title {
padding-top: 10px;
padding-left: 20px;
}

.grad_content {
padding-top: 5px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 15px;
}

.leftpad
{
padding-left: 10px;
}

html>body .white_container 
{
	margin-top: 25px;
	padding-top: 0px;
}

.hspacer 
{
height: 3px;
padding-bottom:-3px;
font-size: 3px;
}

