/* 
================================
 Container Styles for DotNetNuke
================================
*/

.ReducedHeight{
	font-size:14px;
	font-weight:bold;
	height:2px;
	font-color:white;
	color:white;
	foreground-color:#ffffff;

}   
.silvermanNoheader
{
	width: 150px;
	background-color: #B8C182;
	border-right: #B8C182 0px solid; 
	border-top: #B8C182 0px solid; 
	border-left: #B8C182 0px solid; 
	border-bottom: #B8C182 0px solid; 
}
.containermaster_gray {
	width: 100%;
	background-color: #B8C182;
	border-right: #B8C182 0px solid; 
	border-top: #B8C182 0px solid; 
	border-left: #B8C182 0px solid; 
	border-bottom: #B8C182 0px solid; 
//	-moz-border-radius-bottomleft: 15px; 
//	-moz-border-radius-bottomright: 15px; 
//	-moz-border-radius-topleft: 3px; 
//	-moz-border-radius-topright: 3px;
}
.brandmaster {
	width: 200px;
	background-color: #AFD1AE;
	border-right: #B8C182 0px solid; 
	border-top: #B8C182 0px solid; 
	border-left: #B8C182 0px solid; 
	border-bottom: #B8C182 0px solid; 
//	-moz-border-radius-bottomleft: 15px; 
//	-moz-border-radius-bottomright: 15px; 
//	-moz-border-radius-topleft: 3px; 
//	-moz-border-radius-topright: 3px;
}


.BrandMaster_Brand{
	background-image: url(branbar.JPG);
}
.containermaster1_gray {
	width: 100%;
	background-color: #666666;
	border-right: #B8C182 0px solid; 
	border-top: #B8C182 0px solid; 
	border-left: #B8C182 0px solid; 
	border-bottom: #B8C182 0px solid; 
        foreground-color:#ffffff;
//	-moz-border-radius-bottomleft: 15px; 
//	-moz-border-radius-bottomright: 15px; 
//	-moz-border-radius-topleft: 3px; 
//	-moz-border-radius-topright: 3px;
}





.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);

}

containerrowgrayheader{
        background-color: #666666;
}



.containerrow1_login {
	background-image: url(login-final_01.jpg);
	height:27;
}

.containerrow1_NewsLetter{
	background-image: url(NewsLetter.jpg);
	
}
.containerrow1_NewsLetterstrip{
	background-image: url(NewsLetterstrip.jpg);
	
}

.containerrow2_login {
	background-image: url(login-final_04.jpg);
	height:25;
}

.containerrow3_login {
	background-image: url(login-final_02.jpg);
}



.containerrow2_gray {
	background-color: #ffffff;
}


.containerrow1_army{
	background-image: url(DogTag.jpg);
}

.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: 0px 0px 0px 0px;	
}


.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: 0px 0px 0px 0px;   /*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: #B8C182;
}



