/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #1D5E76;
	border-right: #1D5E76 1px solid; 
	border-top: #1D5E76 1px solid; 
	border-left: #1D5E76 1px solid; 
	border-bottom: #1D5E76 1px solid; 
	/* border-color #7994cb */
	/*-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;*/
}
.containerrow1_blue {
	/*background-image: url(gradient_LtBlue.jpg);*/
	background-color: #1D5E76;
	color:White;
}
/* modules with white background, black letters. Wallace  */
.containerrow2_blue {
	background-color: #ffffff;
	color:Black;
}
.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: 7pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space:  normal;  /*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: 7pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.containerrow1_blue a
{
font-size: 10pt;
letter-spacing:1px;
color:white;
white-space:normal;
}
.containerrow1_blue a:hover
{
font-size: 10pt;
letter-spacing:1px;
color:#c97788;  /* maroon */
text-decoration:none;
}
.containerrow2_blue p{
font-size:12px;
line-height:1.5em;
PADDING-RIGHT: 5px; PADDING-LEFT: 5px;  PADDING-BOTTOM: 0px;  PADDING-TOP: 0px
}
.containerrow1_blue input[type="text"]{

 
}

