/* 
================================
 Container Styles for DotNetNuke
================================
*/



/* bos container */

.container { padding:10px;}
.container_w {margin:0px auto; display: block;}
.container_w2 {margin:0px auto; border:1px solid #dde3e3; background:#f0f6f6;}
.c_title_w { clear:both; }
.c_tit_c1 {background: url(images/bg_title_c1.jpg) repeat-x left top; height:46px; line-height:46px;}
.c_tit_l {}
.c_tit_r {background: url(images/bg_title_c.jpg) repeat-x right top;margin-left:24px;}
.c1_title_p {padding:0px 5px 0px 10px; text-align:left;}
.c2_title_p {padding:0px 20px 20px 30px; text-align:left; }


.c_content { padding:10px; padding-right:20px; clear:both; background:#f0f6f6;   }
.c2_content { padding:10px; clear:both;   }


.c_footer {clear:both; margin-left:11px;margin-right:11px;}
.c_foot_c {background: url(images/foot_c.html) repeat-x left top; padding-top:3px; padding-bottom:42px;margin-right:5px;}
.c_foot_l {background: url(images/foot_l.html) no-repeat left top;}
.c_foot_r {background: url(images/foot_.html) no-repeat right top; padding-left:15px; padding-right:15px; margin-left:7px;}
.c_foo_add {padding-left:1px; text-align:left; width:55%;;float:left;}
.c_foo_set {padding-right:1px; text-align: right; width: 10%;float:right;}

/* text */

.c2_title{font-family: Arial, Helvetica;font-weight:bold;font-style: normal;color: #404040; font-size: 16px;}


.Normal , .NormalDisabled { color:#595959; font-size: 12px;font-family:Arial, Helvetica;font-weight: normal;font-style: normal; line-height:18px; word-spacing:0px;  }





.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; 
	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;
}