/* 
================================
 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;
	margin-bottom: 5px; /* below quick links */
}
.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: sans-serif; 
	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: 13px;
    color:white;
    display:block;
    float:left;
    clear:left;
    white-space: normal;
    padding-top:2px;padding-bottom:2px;
    padding-left:4px;padding-right:4px;
 }
.containerrow1_blue a:hover 
{
    color:#b1b38a;  /* green gray */
    text-decoration:none;
    white-space:normal; 
}
.containerrow1_blue a:active
{
    color:#b1b38a;  /* green gray */
    text-decoration:none;
    white-space:normal; 
}
.containerrow1_blue table
{
     padding: 5px 0px 0px 0px;
}
.containerrow1_blue td
{
     height:.6em;
}
.containerrow2_blue p{
    font-size:12px;
    line-height:1.5em;
    /*PADDING-RIGHT: 5px; PADDING-LEFT: 5px;  PADDING-BOTTOM: 0px;  PADDING-TOP: 0px*/
}

