/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	height:100%;
	padding:0px;
	margin:0px;

	
}
.containerrow1_blue {

}
.containerrow2_blue {

	width:100%;

}
.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; 
	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;
}
div#pcorner, div#pcorner2, div#pcorner3, div#pcorner4
{
	height:100%;
	padding:0px;
	margin: 10px 0px 0px 8px;
	background-color: #fff;
	float:left;
	clear:left;
}
div#IndustryPane1,div#IndustryPane2,div#IndustryPane3, div#IndustryPane4 {
	width:160px;
	background-color: #fff;
	

}
div#pcorner
{
	padding:0px;
	margin:10px 0px 10px 0px;
	background-color: #fff;
	border:1px solid #d85732;
	width:796px;
}

.DNNleftp{

	margin:0px;
	
}
.pcornerhead {
	background-color:#d85732;
	text-align:center;
	font:16px "Palatino Linotype", georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	}

/*.prtop, .prbottom{
	display:block;
	background-color: #FFF; 
	}
b.prtop b{
	display:block;
    overflow: hidden; 
	background-color: #d85732;
	border-left:2px solid #d85732;
	border-right:2px solid #d85732;
}
b.prbottom b{
	display:block;
    overflow: hidden; 
	background-color: #d85732;
	border-left:1px solid #d85732;
	border-right:1px solid #d85732;
	}
.pr1{margin: 0 5px;}
.pr2{margin: 0 3px}
.pr3{margin: 0 2px}
.pr4{margin: 0 1px; height: 2px}
b.prtop b.pr4, b.prbottom b.pr4{margin: 0 1px;height: 2px}*/




