/* 
================================
 Container Styles for DotNetNuke
================================
*/

     

/* bos container */
           
.container { padding:10px;}     
.container_w {margin:0px auto;}
.c_title_w { clear:both;}
.c_tit_c {background: url(images/bg_title_c.jpg) repeat-x left top;}
.c_tit_c1 {background: url(images/bg_title.jpg) repeat-x left bottom; padding-bottom:5px; width: 179px;}
.c_tit_l {background: url(images/bg_title_l.jpg) no-repeat left top;}
.c_tit_r {background: url(images/bg_title_r.jpg) no-repeat right top;}
.c1_title_p {padding:0px 15px 0px 5px; text-align:left;}
.c2_title_p {padding:5px 20px 5px 30px; text-align:left; }

.c_content { padding:10px; padding-right:20px; clear:both;  }
.c2_content { padding:5px; clear:both; background:#f3f7f8; }


.c_footer {clear:both;}
.c_foot_c {background: url(images/foot_c.jpg) repeat-x left top; padding-top:5px; padding-bottom:42px;}
.c_foot_l {background: url(images/foot_l.jpg) no-repeat left top;}
.c_foot_r {background: url(images/foot_r.jpg) no-repeat right top; padding-left:15px; padding-right:15px;}
.c_foo_add {padding-left:20px; text-align:left; width:55%;;float:left;}
.c_foo_set {padding-right:20px; text-align: right; width: 10%;float:right;}

/* text */
.c1_title{font-family: Tekton Pro, Arial, Helvetica;font-weight:bold;font-style: normal;color: #f00202;font-size: 22px; }
.c2_title{font-family: Arial, Helvetica;font-weight:bold;font-style: normal;color: #f9f9f9; font-size: 18px;}


.Normal , .NormalDisabled { color:#c2c2c2; font-size: 13px;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;
}