/*========================================================*/
/*         CSS for DotNetNuke Meridian Containers         */
/*                   by Cyber Siouxland                   */
/*             http://www.cybersiouxland.com              */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/   
.containermaster_grey {
	width: 100%;
	background-color: #e9e9e8;
	border-right: #a9aaaa 1px solid; 
	border-top: #a9aaaa 1px solid; 
	border-left: #a9aaaa 1px solid; 
	border-bottom: #a9aaaa 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containermaster_GreenDots {
	width: 272;
	background-color: #f0f7d8;
	border-right: #dcefa6 1px solid; 
	border-top: #dcefa6 1px solid; 
	border-bottom: #dcefa6 1px solid; 
}
.containermaster_white {
	width: 100%;
	background-color: #ffffff;
	border-right: #a9aaaa 1px solid; 
	border-top: #a9aaaa 1px solid; 
	border-left: #a9aaaa 1px solid; 
	border-bottom: #a9aaaa 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containermaster_tan {
	width: 100%;
	background-color: #f5f5eb;
	border:#dedbd2 solid 1px;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.containermaster_content {
	width: 100%;
}
.containermaster_RightPhoto {
	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;
}
/* 
================================
 Text Only Header Styles
================================
*/
.containermaster_Lgreenhr {
	width: 100%;
	border-bottom:#22411f solid 2px;
	padding-bottom: 5px;
	padding: 0 0 0 0;
}

/* 
================================
 Green Styles
================================
*/  
.containerrow2_green {
	background-color: eef5b8;
	border-top:#d23f3f solid 2px;
	height:27px;
	padding-left:5px;
	padding-right:5px;
}

.containerrow3_green {
	padding-top:2px;
}
.containerrow4_green {
	border-top:#aece7a solid 1px;
	padding-top:11px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
	width:100%;
}
.containerrow2_GreenDots {
	background: url(GreenDots.jpg) no-repeat top left; color:#dcefa6;
	height:37px;
	width:272;
	padding-left:5px;
	padding-right:5px;
}
/* 
================================
 Pink Styles
================================
*/  
.containerrow2_pink {
	background-color: #fbbfbf;
	height:33px;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
/* 
================================
 Text Header Styles
================================
*/
.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;
}
.containerrow2_tan {
	background-color: #e1dac8;
	border-bottom:#d4cdbb solid 1px;
	height:37px;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}
/* 
================================
 Title Text Styles
================================
*/  
.Title_GreenDots {
	color:#0951a0;
	font-size:20px;
	font-family: "Century Gothic";
	font-weight:normal;
	padding-left:42px;
	padding-bottom:5px;
	padding-top:5px;
}
.Title_White {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:"Trebuchet MS";
} 
.Title_Orange{
	color:#d23f3f;
	font-size:14px;
	font-weight: bold;
	font-family:"Trebuchet MS";
}
.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: #0951a0; 
	font-family:"Trebuchet MS"; 
	font-style: normal;
	background-color: #cbe97a;
}
