/* 
================================
 Container Styles for WGNA SKIN
================================
*/   

/* controls the font of the title, overrides the skin css class */
.Head
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  font-weight:bold; 
}

/* classes for the WNWZPromo container*/
.WNWZPromo_Master
{

width:236px ;
background-color: transparent;
margin: 3px 3px 3px 3px;
}

.WNWZPromo_Head
{
  background:#ffffff url(WNWZPromo_banner.gif) no-repeat; 
  padding: 0px   //2px 8px 2px;
  width: 100% ;
  height:32px;
  vertical-align: bottom;
}

.WNWZPromo_Head .Head 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #000000 ;
  font-family: arial,verdana,san-serif;
  padding: 0px 0px 14px 0px
}

.WNWZPromo_Body
{
  padding:0px 2px; 
  background: #ffffff;
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
  border : solid 1px #e20204;
}

.WNWZPromo_Body .SubHead
{
display: none;
}

/* classes for the WNWZCentered and WNWZCentered with title containers*/
.WNWZCentered_Master
{
background: #ffffff;
border: solid 1px #000000;
width: 99%;
margin: 3px 3px 3px 3px;
}


.WNWZCentered_Head
{
  width: 100% ;
  height: 33px;
  background: #ffffff url(WNWZCentered-Container.jpg) no-repeat center;
  padding: 2px 2px 14px 2px;
}

.WNWZCentered_Head .Head 
{
  font: bold 14px arial,verdana,san-serif;
  color: #ffaa00 ;
}

.WNWZCentered_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.WNWZCentered_Footer
{
  width: 100% ;
}

/* classes for the Blank and Blank with title containers*/
.Blank_Master
{
background: transparent;
width: 99%;
margin: 3px 3px 3px 3px;
}


.Blank_Head
{
  width: 100% ;
}

.Blank_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.Blank_Footer
{
  width: 100% ;
}

/* classes for the Default container*/
.WNWZDefault_Master
{
border: 0px;
background-color: transparent;
margin: 3px 3px 3px 3px;
width:99%;
}

.WNWZDefault_Head
{
  background:#01c000 url(WNWZDefault_Banner.gif) repeat-x; 
  padding: 0px 2px 5px 2px;
  width:100%;
  height:20px;
  vertical-align:middle;  
  text-align :center;
}

.WNWZDefault_Head .Head 
{
  font: bold 14px arial,verdana,san-serif;
  color: #ffffff ;
}

.WNWZDefault_Body
{
  padding:0px 2px; 
  background: #ffffff;
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}
.WNWZDefault_Footer
{
  width: 100% ;
}

/* classes for the Banner containers*/
.Banner_Master
{
margin: 3px 3px 3px 3px;
width: 99%;
}


.Banner_Head
{
}

.Banner_Body
{
  height:100%;
  width:100%;
  text-align:center;
  vertical-align:middle;
}

.Banner_Footer
{
}


/*
These classes are common to all
*/
.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;
}



/* classes for the Blue and Blue with title containers*/
.Blue_Master
{
background: #ffffff;
width: 99%;
margin: 3px 3px 3px 3px;
}


.Blue_Head
{
  width: 100% ;
  height: 24px;
  background-color: #00346b ;
}

.Blue_Head .Head 
{
  font: bold 14px arial,verdana,san-serif;
  color: #ffffff ;
}

.Blue_Body
{
  padding:2px 5px; 
  height:100%;
  text-align:left;
  vertical-align:top;
  border-left: dashed 2px #00346b ;
  border-right: dashed 2px #00346b ;
  border-bottom: dashed 2px #00346b ;
  font: normal 12px arial,verdana,san-serif;
}

.Blue_Footer
{
  width: 100% ;
}