/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	text-indent: 0px;
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-color: #054680;
	background-image: url(/Portals/0/images/containerbkgrd.gif)
}

.hmIndustries {
	background-image: url(/Portals/0/Skins/HylokCA/images/ind_servedbg.jpg)

}
.containerrow2_blue {
	background-color: #ffffff;
}
.contentmain {
	width: 100%;
	background-color: #ffffff;
	text-indent: 0px;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	moz-border-radius-bottomleft: 8px; 
	moz-border-radius-bottomright: 8px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.headerbar 
{
    background-image: url(/Portals/0/images/prodheader.gif);
	background-repeat:no-repeat;
}

.redline {
	height:18px;
	font-size:14px;
	border-bottom:2px solid red;
}

.blackline {
	border-bottom:2px solid black;
}



