/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.white
{
	color:White;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
}
.title_l
{
	background-image:url(title_l_w.gif);
	background-repeat:no-repeat;
	width:57px;
	height:25px !important;
	height:27px;
	
	
} 
.title_r
{
	background-image:url(title_r_w.gif);
	background-repeat:no-repeat;	
	width:57px;
	height:25px !important;
	height:27px;
	text-align:right;
	float:right;
	
	
} 
.title_m
{
	background-image:url(title_m.gif);
	background-repeat:repeat-x;	
	height:25px !important;
	height:27px;
	text-align:left;
	color:White;
	
}
.yellow4_mr
{
	background-image:url(yellow4_mr.gif);
	background-repeat:repeat-y;
	width:9px;
}
.yellow4_ml
{
	background-image:url(yellow4_ml.gif);
	background-repeat:repeat-y;
	width:9px;
}
.yellow4_tc
{
	background-image:url(yellow4_tc.gif);
	background-repeat:repeat-x;
	height:9px;
}
.yellow4_bc
{
	background-image:url(yellow4_bc.gif);
	background-repeat:repeat-x;
	height:9px;
} 
.bgAboutUs	
{
	width: 100%;
	background-color:#e6e6e6;
	background-repeat:repeat-x;
	text-align:left;	
}

.den{ color:Black;}

.containerrow1_blue {
	background-image:url(bg_topmenu.gif);
	height:25px;
	background-repeat:repeat-x;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.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; 
	
	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;