/* 
================================
 Container Styles for DotNetNuke
================================
*/   


.TitleWhiteOrange{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight: bolder;
color: #02519e;
margin-bottom: 10px;
}

.containermaster_white .normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;	
}

.containermaster_white H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;	
	font-weight: bold;
}
.containermaster_white H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;	
	font-weight: bold;
}
.containermaster_white H3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
}

.TitleCell{
height: 30px;
}
.WhiteLine{
color:#FFFFFF;
}

.ContentOrange{
color: #000000;
}

.containermaster_orange {
	width: 210px;
	background-color: #ff6800;
}



.containermaster_green {
	width: 210px;
	background-color: #63c12c;
}

.containermaster_gray {
	width: 100%;
	background-color: transparent;
}
.containermaster_white {
	width: 100%;
	background-color: transparent;
}

.containerrow1_gray {
	background-color: transparent;
}
.containerrow2_gray {
	background-color: transparent;
}
.containerrow2_white {
	background-color: transparent;
}
.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: #DDDDDD;
}

/* INFOBOX styles */

.InfoBox{
	width: 200px;
	}
.InfoBoxHeader{
	height: 25px;

	}
.InfoBoxMargin{
	width: 10px;
	}
.InfoBoxHeadline{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;	
	}
.InfoBoxContent{
	width: 180px;
	padding-top: 10px;
	}
.InfoBoxFooter{
	height: 10px;
	}

.InfoBox#InfoBoxOrange{
	background-color: #fde5cd;
	}
.InfoBox #InfoBoxOrangeHeader{
	background-color: #ef7f01;	
}

.InfoBox#InfoBoxYellow{
	background-color: #fff1cc;
	}
.InfoBox #InfoBoxYellowHeader{
	background-color: #fbba00;	
}

.InfoBox#InfoBoxBlue{
	background-color: #ceeaf2;
	}
.InfoBox #InfoBoxBlueHeader{
	background-color: #1dbbea;	
}

.InfoBox#InfoBoxLightGreen{
	background-color: #eaf3d8;
	}
.InfoBox #InfoBoxLightGreenHeader{
	background-color: #96c038;	
}

.InfoBox#InfoBoxDarkGreen{
	background-color: #c2f2db;
	}
.InfoBox #InfoBoxDarkGreenHeader{
	background-color: #00914a;	
}
