/* 
================================
 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 promo container*/
.Promo_Master
{
border: solid 1px #000000;
height:150px;
width:236px ;
background-color: transparent;
margin:2px;
}

.Promo_Head
{
  background:#000000 url(promobanner.jpg) repeat-x; 
  padding: 2px 2px 8px 2px;
  width: 100% ;
  height:43px;
  vertical-align:middle;
}

.Promo_Head .Head 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;
}

.Promo_Body
{
  padding:0px 2px; 
  background: #ffffff;
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}
.Promo_Body p,
.Promo_Body .Normal,
.Promo_Body H1,
{color:#000000;}

.Promo_Body .SubHead
{
display: none;
}

/* classes for the Red and Red with title containers*/
.Red_Master
{
background: #ffffff;
border: solid 1px #000000;
width: 99%;
margin:2px;
}


.Red_Head
{
  width: 100% ;
  height: 24px;
  background-color: #a5292b;
}

.Red_Head .Head 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;
}

.Red_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
  color:#000000;
}

.Red_Body p,
.Red_Body .Normal,
.Red_Body .NormalBold,
.Red_Body H1,
.Red_Body .Head,
.Red_Body h2,
.Red_Body .SubHead,
.Red_Body h3,
.Red_Body .SubSubHead
{
color:#000000;
}

.Red_Footer
{
  width: 100% ;
}

.Red_Body p,
.Red_Body h1,
.Red_Body h2,
.Red_Body h3,
.Red_Body .Normal,
.Red_Body .Head,
.Red_Body .SubHead,
.Red_Body .SubSubHead,
.Red_Body .NormalBold,
{
color:#000000;
}

/* classes for the blank and blank with title containers*/
.Blank_Master
{
background: transparent;
width: 99%;
margin:2px;
}


.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*/
.Default_Master
{
border: 0px;
background-color: transparent;
margin:2px;
width:99%;
}


.Default_Head
{
  background:url(Default_header.jpg) repeat-x; 
  padding: 2px;
  width:100%;
  height:20px;
  vertical-align:middle;  
  text-align :center;
}

.Default_Head .Head 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;

}

.Default_Body
{
  padding:0px 2px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
  border: solid 1px #666666;
}

.Default_Footer
{
  width: 100% ;
}

/* classes for the KLAQ_Default container*/
.KLAQ_Default_Master
{
border: 0px;
background-color: transparent;
margin:2px;
width:99%;
}


.KLAQ_Default_Head
{
  background:url(KLAQ_Default_Header.jpg) repeat-x; 
  padding: 2px;
  width:400px;
  height:29px;
  vertical-align:middle;  
  text-align :center;
}

.KLAQ_Default_Head .Head 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;

}

.KLAQ_Default_Body
{
  padding:0px 2px; 
  height:100%;
  width:400px;
  text-align:left;
  vertical-align:top;
  border: solid 1px #666666;
}

.KLAQ_Default_Footer
{
  width: 100% ;
}



/* classes for the Banner containers*/
.Banner_Master
{
margin:2px;
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;
}

.FileManager 
{}
.FileManager_ToolBar 
{}
.FileManager_Explorer 
{}
.FileManager_FileList 
{ color:#000000; }
.FileManager_MessageBox 
{}
.FileManager_Header 
{}
.FileManager_Pager 
{}
.FileManager_StatusBar 
{}
.FileManager_Item 
{}
.FileManager_AltItem 
{}
.FileManager_SelItem 
{}
.FileManagerTreeNode 
{color:#000000;}
.FileManagerTreeNodeSelected 
{color:#ff0000;}
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link 
{color:#000000;}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited 
{color:#000000;}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active 
{color:#000000;}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover 
{color:#ff0000;}



