.c_container{padding-bottom:15px; white-space:nowrap;  }
.img_style_right
{
    float:right; 
    height:20px;
    width:20px;
    border:0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
.img_style_left
{
    float:left;  
    height:20px;
    width:25px;
    border:0;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}
/*---------- To align the Actions, Icon and Title ---------*/
.c_icon, .c_actions{float:left; white-space:nowrap; vertical-align:middle;}
.c_icon img {float:left; padding-right:4px;height:25px;}
.c_title{float:left;margin:0;vertical-align:middle; padding-top:4px;}
.icn img{margin-right:5px;}
.title_vis{float:right; white-space:nowrap; vertical-align:middle; padding-top:4px; text-align:right;}

#dnnACTIONS {
color: white;
}
.c_content{clear:both; vertical-align:middle;text-align:left;}
.c_content p{margin-top:0px;}
.c_contentpane{padding:10px 23px 5px 23px; vertical-align:middle;text-align:left;}
.c_footer {clear:both;width:100%;float:left;border:0;}

/*---------- default style for head & normal -----------*/
.Normal p{margin-top:0px;}

/*---------- For the inline edit icons -----------
.eipbackimg {background-color:#DAE7F2;border:solid 1px #4F839F;}
 .eipbackimg {margin-top:0;margin-left:-20px;}*/

.c_addContent{float:left; white-space:nowrap; text-align:left; vertical-align:middle; }
.c_module{float:right; white-space:nowrap; text-align:right; vertical-align:middle;}

   

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue 
{
    width:100%;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	/*border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; */
	padding-top: 0px;
	padding-bottom: 10px;
	-webkit-border-top-right-radius:0px;
    -webkit-border-top-left-radius:0px;
    -webkit-border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    font-family: Arial;
    font-size: 11px;
    float:left;
    vertical-align:middle; 
    text-align:left;  
 }
.containerrow1_blue {
	background-image: url(main_navBar.gif);
	height:25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;  
	-moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    width:100%;
    vertical-align:middle;  
}
.container_header{padding-left:3px; padding-right:3px;width:100%; border:0;}
Table.container
{
  font-family: Arial;
  font-size: 11px;
  text-align:left;
}
.header_section 
{
	color: white;
	font-size: 13px;
	font-family: Arial;
    font-weight: bold; 
    font-style: normal; 
	background-color: Transparent;
	text-decoration:none; 
}
.containerrow_blue1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.containerrow2_gray {
	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; 
	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: #DDDDDD;
}


































































