/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.orangetitle{font-family:Arial;color:#321531;font-size:16pt;}
.orangecontent p{font-family:Verdana;color:#000000;font-size:10pt;}

.darkorangebar{height:5px;background-color:#cf7817;}
.orangebg{background-color:#f0dbb0;border:1px solid #cf7817;width:100%;}
.orangebgtitle{padding: 5px 5px 5px 5px;font-weight:bold;color:#cf7817;font-family:Garamond;text-transform:uppercase;font-size:10pt;}
.orangebgcontent{padding: 5px 5px 5px 5px;color:#000000;font-family:Verdana;font-size:12pt;}

.gradientorange{border: 1px solid #321531;width:100%;padding:5px 5px 5px 5px;
	background-image:url(images/gradientbg.jpg);background-position:top center; background-repeat: repeat-x;}
.gradientorangetitle{color:#321531;font-size:14pt;font-family:Garamond;text-transform:uppercase;}
.gradientorangecontent{padding: 5px 5px 5px 5px;color:#000000;font-family:Verdana;font-size:11pt;}

.flagorange{width:100%;}
.flagorangetitle{color:#321531;font-size:16pt;font-family:Garamond;text-transform:uppercase;
padding-left:35px;padding-top:5px;
	}
.flagorangecontent{padding:10px;
	border-bottom:1px solid #321531;
	border-left:1px solid #321531;
	border-right:1px solid #321531;}
.nw{font-size:1px;background-image:url(images/nwbg.jpg);background-position:left top; background-repeat: no-repeat;}
.n{width:15px;font-size:1px;background-image:url(images/nbg.jpg);background-position:center top; background-repeat: repeat-x;}
.ne{width:268px;height:34px;background-image:url(images/flagbg.jpg);background-position:top right; background-repeat: no-repeat;}
/*MODULE DROP DOWN STYLES*/
.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: #C1D2EE;
}

