/*========================================================*/
/*         CSS for DotNetNuke Skin - Churches for Life    */
/*                   by Cyber Siouxland                   */
/*             http://www.CyberSiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/   
.containermaster_LBGradient {
	width: 100%;
	background: url(BG_Mid.gif) repeat-x top left; color:#ffffff;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}
.containermaster_white {
	width: 100%;
}
.containermaster_content {
	width: 100%;
}
.content_padding7 {
	width: 100%;
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
/* 
================================
 row 2 Styles
================================
*/  
.containerrow2_LBGradient{
	background: url(BG_TM.gif) repeat-x top left;
	height:26px;
}
.containerrow2_BlueGradient{
	background: url(Blue_Gradient_R2.gif) no-repeat top left; color:#ffffff;
	height:26px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}
.containerrow2_TextOnly {
	width: 100%;
	padding-bottom:20px;
	-moz-border-radius-bottomleft: 0px; 
	-moz-border-radius-bottomright: 0px; 
	-moz-border-radius-topleft: 0px; 
	-moz-border-radius-topright: 0px;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerrow2_trans {
	background-color: transparent;
	color:#FFFFFF;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
/* 
================================
 row 3 Styles
================================
*/  
.containerrow3_blueHR {
	border-bottom:#003f92 solid 1px;
}

/* 
================================
 Title Text Styles
================================
*/  
.Title_LBGradient {
	color:#1e438c;
	font-size:18px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	line-height:1.3;
}
.Title_BlueGradient {
	color:#1e438c;
	font-size:14px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	padding-left:5px;
}
.Title_Blue {
	color:#0951a0;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS";
} 
/* 
================================
 Module Title Styles
================================
*/  
.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: #0951a0; 
	font-family:"Trebuchet MS"; 
	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:#0951a0; 
	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: #003f92; 
	font-family:"Trebuchet MS"; 
	font-style: normal;
	background-color: #00c54f;
}
