/*========================================================*/
/*  Universal                                             */
/*========================================================*/   
.containermaster_content {
	width: 100%;
}
.content_padding7 {
	width: 100%;
	padding-left:7px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}
.h2content_padding {
	width: 100%;
	padding-left:14px;
	padding-right:14px;
	padding-top:0px;
	padding-bottom:0px;
}

.content_padleft {
	width: 100%;
	padding-left:20px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}
.containerrow2_Branch {
	background: url(branch.gif) no-repeat top left;
	height:31px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
}
.HR_Top { background: url(images/HR_Top.jpg) bottom repeat-x; height: 1px; margin: 3px 0px 3px 0px; }
.HR_Bottom { background: url(images/HR_Bottom.jpg) bottom repeat-x; height: 1px; margin: 3px 0px 3px 0px; } 
.container_style {width:100%; margin:auto; padding:0; margin:0; border:0;}
.clear_float{clear:both; padding:0; margin:0; border:0;}
.c_head{padding:8px 0px 0 0px; text-align:left;}
.cnopad_head{padding:0px 0px 10px 0px; text-align:left;}
.c_headeronly{padding:0px 0px 0px 0px; text-align:left;}
.c_content{clear:both; padding:0; margin:0; border:0;}
.c_contentpane{padding:5px 5px 5px 5px ; text-align:left;}
.cnopad_contentpane{padding:0; margin:0; border:0; text-align:left;}
.cround_contentpane{padding:0 13px 0 13px; margin:0; border:0; text-align:left;}
.c_footer {padding:5px 0px 0px 0px; text-align:right;}
.cnopad_footer {margin-bottom:0px; padding:0px 0px 0px 0px; text-align:right; clear:right;}
.title{padding:0; margin:0; border:0; float:left; white-space:nowrap;}
.title_vis{padding:0; margin:0; border:0; float:right; text-align:right;}

/* 
================================
 Title Text Styles
================================
*/  
.Title_Branch {
	color:#329fc3;
	font-size:24px;
	font-weight:normal;
	font-family: arial;
	padding-left:40px;
} 
.H2ONLY { font-size: 18px; color: #329fc3; background: transparent; font-weight: normal; padding: 0; font-family: Arial; line-height:1;}

/* 
================================
 Module Title Styles
================================
*/  
.ModuleTitle_MenuItem {
    font-family: Arial;
	border: #3774b3 0px solid; /*override borders*/    
}
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #3774b3; 
	font-family:Arial; 
	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: #ffffff; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000;
	font-family: Arial; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff;
	border: #3774b3 1px solid;
	color:#2a2c2c; 
	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: #f5f5eb; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #3774b3; 
	font-family: Arial; 
	font-style: normal;
	background-color: #c2e4ee;
}
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
.ModuleTitle_MenuContainer { color: #2c2c2c; }
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
.ModuleTitle_SubMenu { margin: 0 0 0 1px; font-family: Arial;}
