/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#LtGray .Head {
    font-size: 9pt;
	font-weight: bold; 
	font-style: normal;
	font-family: Helvetica; 
	color: #192b44;
}
td {
    font-size: 9pt;
	font-weight: normal; 
	font-style: normal;
	font-family: Helvetica; 
	color: #192b44;
}
.containermaster_LtGray {
	width: 100%;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray150 {
	width: 150px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray225 {
	width: 225px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray280 {
	width: 280px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray400 {
	width: 400px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray550 {
	width: 550px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containermaster_LtGray700 {
	width: 700px;
	background-color: #ffffff;
	border-right: #d8d8d8 1px solid; 
	border-top: #d8d8d8 1px solid; 
	border-left: #d8d8d8 1px solid; 
	border-bottom: #d8d8d8 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
    padding: 4px 4px 4px 4px;
}
.containerrow1_LtGray {
	background-image: url(FrameGray_center.gif);
	font-size: 9pt;
	font-weight: bold; 
	font-style: normal;
	font-family: Helvetica; 
	color: #192b44;
}
.containerrow2_LtGray {
	background-color: #ffffff;
}
.containermaster_Orange {
	width: 100%;
	background-color: #ffffff;
    padding: 4px 4px 4px 4px;
}
.containerrow1_Orange {
	background-image: url(HeaderOrange_center.gif);
	font-size: 14pt;
	font-weight: bold; 
	font-style: normal;
	font-family: Helvetica; 
	color: #ffffff;
}
.containerrow2_Orange {
	background-color: #ffffff;
}
.containermaster_Transparent {
	width: 100%;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.containermaster_Featured {
	width: 639px;
	height: 266px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.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: Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
