/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.coutside { padding: 15px 15px 0 15px; }
.coutside_fpl { padding: 15px 0 0 15px; }
.coutside_fpr { padding: 15px 15px 0 0; }

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #BCBEC1 1px solid; 
	border-top: #BCBEC1 1px solid; 
	border-left: #BCBEC1 1px solid; 
	border-bottom: #BCBEC1 1px solid; 
}

.containerrow1_blue {
	background-color: #BCBEC1;
}

.containerrow2_blue {
	background-color: white;
}

.containermaster_outline {
	width: 100%;
	background-color: white;
	border: #45566E 1px solid; 
}

.containerrow1_outline {
	background-color: white;
}

.containerrow2_outline {
	background-color: white;
}

.containermaster_invis {
	width: 100%;
	background-color: #white;
}

.containermaster_yellow {
	width: 100%;
	background-color: #FDF4A7;
	border: 1px solid black;
}

.containermaster_yellow_noborder {
	width: 100%;
	background-color: #FDF4A7;
}

.containerrow1_yellow {
	background-color: #FDF4A7;
}

.containerrow2_yellow {
	background-color: #FDF4A7;
}

.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: #C1D2EE;
}

#NormalTextBox {
	color: #FDF4A7;
	}

h3 {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	line-height: 1;
	color: #474757;
	margin: 0 0 0 0;
	text-align: center;
	}
	
h4 {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	line-height: 1;
	color: #474757;
	margin: 0 0 0 0;
	text-align: center;
	}
