/*========================================================*/
/*         CSS for DotNetNuke Fresh Colors                */
/*                   by Cyber Siouxland                   */
/*             http://www.cybersiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/   
.containermaster_content {
	width: 100%;
}
.content_nopad {
	width: 100%;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.content_padding7 {
	width: 100%;
	padding-left:7px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}
.content_padleft {
	width: 100%;
	padding-left:20px;
	padding-right:7px;
	padding-top:0px;
	padding-bottom:0px;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
/* 
================================
 Title Text Styles
================================
*/  
.Title_H2Blue {
	color:#0c496f;
	font-size:24px;
	font-weight:bold;
	font-family: Arial;
} 
.Title_H1Blue {
	color:#0c496f;
	font-size:24px;
	font-weight:bold;
	font-family: Arial;
} 
.Title_H1White {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	font-family: Arial;
	padding-left:7px;
} 
/* 
================================
 Module Title Styles
================================
*/  
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #2a2c2c; 
	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; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff;
	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: #ffffff; 
	font-family: Arial; 
	font-style: normal;
	background-color: #e72f30;
}

