/* 
================================
 Container Styles for WIXO SKIN
================================
*/   

/* controls the font of the title, overrides the skin css class */
.Head
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px;
  font-weight:bold; 
}

/* classes for the WIXOPromo container*/
.WIXOPromo_Master
{
border:solid 1px #333333;
height:150px;
width:236px ;
background-color: #ffffff;
margin: 2px 2px 2px 2px;
}

.WIXOPromo_Head
{  
  background: url(WIXOPromo_background.jpg) no-repeat; 
  width: 100% ;
  height:42px;
}

.WIXOPromo_Head .Head 
{
  font-weight: bold ;
  font-size: 16px ; 
  color: #000000 ;
  padding: 2px;
  font-family: arial,verdana,san-serif;
}


.WIXOPromo_Body
{
  padding:0px 2px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.WIXOPromo_Body .Normal,

.WIXOPromo_Body p
{
	font:normal 12px arial,helvetica,verdana,san-serif;
	color:#000000;
}


.WIXOPromo_Body .SubHead
{
display: none;
}

/* classes for the WIXODefault and WIXODefault with title containers*/
.Admin_Master
{
background: #ffffff ;
width: 99%;
margin: 2px 2px 2px 2px;
color: #000000;
}


.Admin_Head
{
  width: 100% ;
  height: 24px;
  background: #cccccc;
  padding: 0px 2px 12px 2px;
}

.Admin_Head .Head 
{
  font-weight: bold ;
  font-size: 16px ; 
  color: #000000 ;
  font-family: arial,verdana,san-serif;
}

.Admin_Head .SubHead 
{
  font-weight: bold ;
  font-size: 14px ; 
  color: #FF0000 ;
  font-family: arial,verdana,san-serif;
}


.Admin_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
  color:#000000;
}

.Admin_Body p, 
.Admin_Body .Normal, 
.Admin_Body .Head, 
.Admin_Body .SubHead, 
.Admin_Body Label

{
  color: #000000 ;
}


.Admin_Footer
{
  width: 100% ;
 background: #cccccc;
 }


/* classes for the WIXODefault and WIXODefault with title containers*/
.WIXODefault_Master
{
background: Transparent ;
width: 99%;
margin: 2px 2px 2px 2px;
}


.WIXODefault_Head
{
  width: 100% ;
  height: 42px;
  background: url(WIXODefault_banner.jpg) repeat-x bottom;
  Vertical-align: top;
  text-align:left;
}

.WIXODefault_Head .Head 
{
  font-weight: bold ;
  font-size: 16px ; 
  color: #000000 ;
  font-family: arial,verdana,san-serif;
}

.WIXODefault_Body
{
  padding:2px 5px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}

.WIXODefault_Body .Normal,
.WIXODefault_Body p,
{
	font: normal 12px arial,helvetica,verdana,san-serif;
	color: #000000;
}

.WIXODefault_Body .SubHead
{
	font: Bold 14px arial,helvetica,verdana,san-serif;
	color: #000000;
}


.WIXODefault_Footer
{
  width: 100% ;
}

/* classes for the blank and blank with title containers*/
.Blank_Master
{
background: transparent;
width: 99%;
margin: 2px 2px 2px 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 Centered container*/
.Centered_Master
{
border:solid 1px #999999;
background-color: transparent;
margin: 10px 2px 2px 2px;
}


.Centered_Head
{
  background: url(centered_background.jpg) no-repeat center; 
  padding: 2px;
  width:100%;
  height:22px;
  vertical-align:middle;  
  text-align : center;
}

.Centered_Head .Head 
{
  font-weight: bold ;
  font-size: 16px ; 
  color: #ffffff ;
  font-family: arial,verdana,san-serif;
}


.Centered_Body
{
  padding:0px 4px; 
  height:100%;
  width:100%;
  text-align:left;
  vertical-align:top;
}


.Centered_Footer
{
  font-weight: normal;
  padding: 15px 2px 2px 2px;
  width: 100% ;
}



/* classes for the Banner containers*/
.Banner_Master
{
margin: 2px 2px 2px 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: 9px; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now opxional*/
        padding: 1px 2px 2px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the WIXODefault 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: 9px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}



