//HWUI40 Style: 'hwblue2005'

HW_ui_stylePath = "/wavemaster.internal/v6.4/uistyle/hwblue2005";
if (typeof getDynamicResourceFileName == "function") {
  HW_ui_stylePath = getDynamicResourceFileName(HW_ui_stylePath);
}

HW_ui_style = HW_ui_stylePath+"/mstyle.js"
HW_ui_styleCaption = {en:"Hyperwave Blue 2005",ge:"Hyperwave Blau 2005"};

mbstyle={};
mbstyle.decoration="none";

function Browser()
{
  this.isWindows = Browser_isWindows;
  this.isMacOS = Browser_isMacOS;
  this.isNetscape = Browser_isNetscape;
  this.isUnix = Browser_isUnix;

  if (typeof request!="undefined") {
    this.platform = request.agent.architecture;
    this.agent    = request.agent.name;
  } else {
    this.platform = navigator.platform;
    this.agent    = navigator.appName;
  }
  this.platform = this.platform.toLowerCase();
}

function Browser_isWindows()
{
  return (this.platform.indexOf('win')!=-1);
}

function Browser_isMacOS()
{
  return (this.platform.indexOf('mac')!=-1);
}

function Browser_isNetscape()
{
  return (this.agent.indexOf('Netscape')!=-1);
}

function Browser_isUnix()
{
  return (!this.isWindows() && !this.isMacOS());
}

var b = new Browser();


if (b.isMacOS() && b.isNetscape()) {
  mbstyle.FontFace="Verdana,Arial,Helvetica";
  mbstyle.FontSizeAbs="70%";
} else {
  if (b.isWindows()) {
    mbstyle.FontFace="Verdana,Arial,Helvetica";
    mbstyle.FontSizeAbs="70%";
  } else {
    mbstyle.FontFace="Verdana,Arial,Helvetica";
    mbstyle.FontSizeAbs="70%";
  }
}


// DANTE-Menu
mbstyle.ChildTIcon="/wavemaster.internal/v6.4/uistyle/icons/empty.gif";
mbstyle.ChildTIconInv="";
mbstyle.ChildTIconWidth="9";
mbstyle.ChildTIconHeight="11";
mbstyle.ChildLIcon="/wavemaster.internal/v6.4/uistyle/icons/pc_arrow.gif";
mbstyle.ChildLIconInv="";
mbstyle.ChildLIconWidth="9";
mbstyle.ChildLIconHeight="11";
mbstyle.CheckedIcon="/wavemaster.internal/v6.4/uistyle/icons/checked.gif";
mbstyle.CheckedIconInv="";
mbstyle.CheckedIconWidth="7";
mbstyle.IconbarDefaultHeight="12";
mbstyle.IconbarDefaultWidth="16";
// end DANTE-Menu



mbstyle.Opener="/wavemaster.internal/v6.4/uistyle/icons/empty.gif";
//  mbstyle.Handle="/wavemaster.internal/v6.4/uistyle/icons/anopiesmall.gif";
//  mbstyle.Handlei="/wavemaster.internal/v6.4/uistyle/icons/anopiesmalli.gif";

//item settings
//  mbstyle.windowBorderH=16;
mbstyle.ItemColor="#000000";
//  mbstyle.ItemBGColor="";
//  mbstyle.ItemBGColorLight="#E0E0E0";
mbstyle.ItemSelColor="black";
//  mbstyle.ItemSelBGColor="#DCE4EC";
mbstyle.ItemDisColor="#A0A0A0";
mbstyle.Margin="2";

//  mbstyle.BorderColor1=getColor(mbstyle.ItemBGColor, 57);
//  mbstyle.BorderColor2=getColor(mbstyle.ItemBGColor, -30);
//  mbstyle.BorderColor3="black";

//  mbstyle.MenuCaptionTopOff="0";

//  mbstyle.CheckedIcon="/wavemaster.internal/v6.4/uistyle/icons/checked.gif";
//  mbstyle.CheckedIconInv="/wavemaster.internal/v6.4/uistyle/icons/checkedi.gif";
//  mbstyle.ChildTIcon="/wavemaster.internal/v6.4/uistyle/icons/empty.gif";
//  mbstyle.ChildTIconInv="/wavemaster.internal/v6.4/uistyle/icons/empty.gif";
//  mbstyle.ChildLIcon="/wavemaster.internal/v6.4/uistyle/icons/chil.gif";
//  mbstyle.ChildLIconInv="/wavemaster.internal/v6.4/uistyle/icons/chili.gif";
//  mbstyle.ChildIconWidth="1";
//  mbstyle.CheckedIconWidth="7";
//  mbstyle.IconWidth="3";
mbstyle.Margin="0";

//******************************************************************
// in the default UI the default menu configuration (DMC) used
//******************************************************************
mitstyle=DMC;
mitstyle.ItemBGColor ="#DCE4EC";

// DANTE-Menu
mitstyle.ChildTIcon="/wavemaster.internal/v6.4/uistyle/icons/empty.gif";
mitstyle.ChildTIconInv="";
mitstyle.ChildTIconWidth="9";
mitstyle.ChildTIconHeight="11";
mitstyle.ChildLIcon="/wavemaster.internal/v6.4/uistyle/icons/pc_arrow.gif";
mitstyle.ChildLIconInv="";
mitstyle.ChildLIconWidth="9";
mitstyle.ChildLIconHeight="11";
mitstyle.CheckedIcon="/wavemaster.internal/v6.4/uistyle/icons/checked.gif";
mitstyle.CheckedIconInv="";
mitstyle.CheckedIconWidth="7";
mitstyle.IconbarDefaultHeight="12";
mitstyle.IconbarDefaultWidth="24";
// used only for MacIE
mitstyle.ItemSelBGColor="#FFFFFF";
mitstyle.ItemBGColor="#dce4ec";
// end DANTE-Menu



//style for (collection)listing
listyle={};
listyle.headBGColor = "white";
listyle.attribColor="#999999";
listyle.ItemBGColor="#C0C0C0";
listyle.ItemColor="black";
listyle.TreeView={};
listyle.TreeView.style="text-decoration:none; font-size:10pt;font-family:Arial, Geneva, Helvetica;color:black;";
listyle.TreeAttr={};
listyle.TreeAttr.style="font-size:9pt;font-family:Arial, Geneva, Helvetica;color:#404040;";
listyle.Update={};
listyle.Update.style="text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#FF0000;";

// style for header
hstyle = {};
hstyle.BGImg = "/wavemaster.internal/v6.4/uistyle/icons/hwlogoBig.gif";
hstyle.BGImgIden = "";
hstyle.BGImgIdenEdit = "";
hstyle.BGImgSys = "";

if (typeof request !="undefined" && request.agent.name=="Netscape")
  hstyle.BGImgHeight = "75";
else
  hstyle.BGImgHeight = "85";

hstyle.BGColor = "#003399";
hstyle.Color="black";
hstyle.FontSize="8pt";
hstyle.FontFace="Chicago,MS Sans Serif,Arial,Helvetica";
hstyle.EditImg = "/wavemaster.internal/v6.4/uistyle/icons/edit.gif";
hstyle.DefUserImg = "/wavemaster.internal/v6.4/uistyle/icons/user.gif";

smbstyle=mbstyle;
adstyle=ADC;
// use default-style except the background color of the dialog caption
adstyle.capBGColor="#A7A9B3";
adstyle.logo = "/wavemaster.internal/v6.4/uistyle/icons/hwlogo.gif";

seqstyle=DSC;
//fstyle=DMC;

//style for portal display
pstyle=DPC;

//style for default text output
pstyle.DefText={};
pstyle.DefText.style="font-family:Arial; font-size:10pt;";

pstyle.cssPath="/wavemaster.internal/v6.3/uistyle/hwblue2005/css/portalspace.css";

//Styles for the portal, tabs and tracks
pstyle.decoration="full";
pstyle.TrackTitle={};
pstyle.TrackTitle.style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktitleback.gif)";
pstyle.TrackTitleLeft={};
pstyle.TrackTitleLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktitleleft.gif)";
pstyle.TrackTitleRight={};
pstyle.TrackTitleRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktitleright.gif)";
pstyle.TrackHeader={};
pstyle.TrackHeader.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktopback.gif)";
pstyle.TrackHeaderRight={};
pstyle.TrackHeaderRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktopright.gif)";
pstyle.TrackHeaderLeft={};
pstyle.TrackHeaderLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/tracktopleft.gif)";
pstyle.TrackFooter={};
pstyle.TrackFooter.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/trackbottomback.gif)";
pstyle.TrackFooterLeft={};
pstyle.TrackFooterLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/trackbottomleft.gif)";
pstyle.TrackFooterRight={};
pstyle.TrackFooterRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/trackbottomright.gif)";
pstyle.TrackLeft={};
pstyle.TrackLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/trackleftback.gif)";
pstyle.TrackRight={};
pstyle.TrackRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/trackrightback.gif)";
pstyle.TrackContent={};
pstyle.TrackContent.style="background-color: #FFF2B6; background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/empty.gif)";
pstyle.TrackContentSmall={};
pstyle.TrackContentSmall.style="text-decoration:none;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000";
pstyle.TrackAnchor={};
pstyle.TrackAnchor.style="font-family: Arial, Helvetica, sans-serif; font-size: 9pt";
pstyle.TrackAnchorSmall={};
pstyle.TrackAnchorSmall.style="font-family: Arial, Helvetica, sans-serif; font-size: 8pt";

pstyle.LinkTitle={};
pstyle.LinkTitle.style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; text-decoration: none";
pstyle.PortalSpace={};
pstyle.PortalSpace.style="background-color: #7A7E93";
pstyle.PortalSpaceLeft={};
pstyle.PortalSpaceLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleleftback.gif)";
pstyle.PortalSpaceRight={};
pstyle.PortalSpaceRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/rolerightback.gif)";
pstyle.PortalSpaceHeader={};
pstyle.PortalSpaceHeader.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roletopback.gif)";
pstyle.PortalSpaceHeaderRight={};
pstyle.PortalSpaceHeaderRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/rolertopright.gif)";
pstyle.PortalSpaceFooter={};
pstyle.PortalSpaceFooter.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/rolebottomback.gif)";
pstyle.PortalSpaceFooterRight={};
pstyle.PortalSpaceFooterRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/rolebottomright.gif)";
pstyle.PortalSpaceFooterLeft={};
pstyle.PortalSpaceFooterLeft.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/rolebottomleft.gif)";
pstyle.TabActive={};
pstyle.TabActive.style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF; background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleactiveback.gif)";
pstyle.TabInactive={};
pstyle.TabInactive.style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #FFFFFF; background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleinactiveback.gif)";
pstyle.TabActiveLeft0={};
pstyle.TabActiveLeft0.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleactiveleft.gif)";
pstyle.TabActiveLeft1={};
pstyle.TabActiveLeft1.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleactiveleft1.gif)";
pstyle.TabActiveRight={};
pstyle.TabActiveRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleactiveright.gif)";
pstyle.TabInactiveLeft0={};
pstyle.TabInactiveLeft0.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleinactiveleft.gif)";
pstyle.TabInactiveLeft1={};
pstyle.TabInactiveLeft1.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleinactiveleft1.gif)";
pstyle.TabInactiveRight={};
pstyle.TabInactiveRight.style="background-image: url(/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/roleinactiveright.gif)";

//portal images
pstyle.seperator="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/seperator.gif"

// Border settings for the track
pstyle.TabHorizontalMargin="10";
pstyle.TabVerticalMargin="2";
pstyle.TrackHorizontalMargin="8";

//portal icons
pstyle.TrackRoleImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/role_seperator.gif";
pstyle.TabRoleActiveImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/role_tab_active.gif";
pstyle.TabRoleInactiveImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/role_tab_inactive.gif";
pstyle.TrackConfigureImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/edit.gif";
pstyle.TrackAboutImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/about.gif";
pstyle.DesktopConfigureImg=pstyle.TrackConfigureImg;
pstyle.TabConfigureImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/edit3d.gif"
pstyle.TrackMinimizeImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/minimize.gif";
pstyle.TrackMaximizeImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/maximize.gif";
pstyle.TrackDeactivateImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/close.gif";
pstyle.TrackRelatedObjectImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/portal/related_object.gif";

// style for the userblock in frameset
ubstyle = DUC;
ubstyle.decoration="full";
ubstyle.SearchBGColor = "#A7A9B3";
ubstyle.def = {};
ubstyle.def.style = "font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold";
ubstyle.formelements = {};
if (!b.isUnix()) {
  ubstyle.formelements.style = "background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000";
}
ubstyle.username = {};
ubstyle.username.style = "font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF";
ubstyle.search = {};
ubstyle.search.style = "font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF;";
ubstyle.searchform = {};
if (!b.isUnix()) {
  ubstyle.searchform.style = "font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px";
}
ubstyle.toolbar = {};
ubstyle.toolbar.style = "font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold";
ubstyle.search.hover = "color: #CC0000;"

// --> eCS 1.5
ubstyle.IconeCS="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_ecs.gif";
// <-- eCS 1.5

// define images and icons
ubstyle.BGImg="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/bg.gif";
ubstyle.Empty="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/empty.gif";
// toolbar
ubstyle.IconHome="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_home.gif";
ubstyle.IconHome1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_home1.gif";
ubstyle.IconUp="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_upbutton.gif";
ubstyle.IconUp1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_upbutton1.gif";
ubstyle.IconLogin="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_login.gif";
ubstyle.IconLogin1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_login1.gif";
ubstyle.IconPrefs="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_prefs.gif";
ubstyle.IconPrefs1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_prefs1.gif";
ubstyle.IconHelp="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_help.gif";
ubstyle.IconHelp1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_help1.gif";
ubstyle.IconEditMode="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_editmode.gif";
ubstyle.IconEditMode1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_editmode1.gif";
ubstyle.tbStartDelim="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_startdelim.gif";
ubstyle.tbSeperator="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_seperator.gif";

/*
 * Add for ERMS
 */
ubstyle.IconPrint="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_print.gif";
ubstyle.IconFiling="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/tb_filing.gif";
/*
 * End Add for ERMS
 */

//Language Buttons
//origin:	07.01.03 - B. Mülhauser - DV Bern AG
ubstyle.deButton="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/de_button.gif";
ubstyle.deButton1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/de_button1.gif";
ubstyle.frButton="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/fr_button.gif";
ubstyle.frButton1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/fr_button1.gif";
ubstyle.itButton="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/it_button.gif";
ubstyle.itButton1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/it_button1.gif";
ubstyle.enButton="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/en_button.gif";
ubstyle.enButton1="/wavemaster.internal/v6.4/uistyle/hwblue2005/ubimg/en_button1.gif";

// style for collection listing (portal)
plstyle = {};
plstyle.colltitle = {};
plstyle.colldescr = {};
plstyle.collentry = {};
plstyle.collheader = {};
plstyle.collattributes = {};
plstyle.collupdate = {};

if (b.isMacOS() && b.isNetscape()) {  // Macintosh/Netscape
  plstyle.colltitle.style = "text-decoration:none; font-size:14pt;font-family:Arial, Geneva, Helvetica;color:black;";
  plstyle.colldescr.style = "text-decoration:none; font-size:10pt;font-family:Arial, Geneva, Helvetica;color:#9797FF";
  plstyle.collentry.style = "text-decoration:none; font-size:12pt;font-family:Arial, Geneva, Helvetica;color:black";
  plstyle.collattributes.style = "text-decoration:none; font-size:10pt;font-family:Arial, Geneva, Helvetica;color:gray";
  plstyle.collheader.style = "text-decoration:none; font-size:12pt; font-weight:normal; font-family:Arial, Geneva, Helvetica; color:black;  background-color: #DDDDDD";
  plstyle.collupdate.style="text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight: normal; color:#FF0000";
} else {
  if (b.isNetscape()) {
    plstyle.colltitle.style = "text-decoration:none; font-size:15px;font-family:Arial, Geneva, Helvetica;color:black";
    plstyle.colldescr.style = "text-decoration:none; font-family: MS Sans Serif, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; margin-bottom: 6px";
    plstyle.collentry.style = "text-decoration:none; font-family: MS Sans Serif, Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color:black";
    plstyle.collattributes.style = "text-decoration:none; font-family: MS Sans Serif, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:gray";
    plstyle.collheader.style = "text-decoration:none; font-size:11px; font-weight:normal; font-family: MS Sans Serif, Arial, Geneva, Helvetica; color:black;  background-color: #DDDDDD";
    plstyle.collupdate.style="text-decoration:none; font-family: MS Sans Serif, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight: normal; color:#FF0000";
  } else {
  plstyle.colltitle.style = "text-decoration:none; font-size:15px;font-family:Arial, Geneva, Helvetica;color:black";
  plstyle.colldescr.style = "text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#999999; margin-bottom: 6px";
  plstyle.collentry.style = "text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color:black";
  plstyle.collentry.hover = "color:#8C5B00; text-decoration:underline;";
  plstyle.collattributes.style = "text-decoration:none; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:gray";
  plstyle.collheader.style = "text-decoration:none; font-size:11px; font-weight:normal; font-family: tahoma, Arial, Geneva, Helvetica; color:black;  background-color: #DDDDDD";
  plstyle.collupdate.style="text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight: normal; color:#FF0000";
  }
}

fstyle = {};
fstyle.decoration="none";
fstyle.FontFace="MS Sans Serif,Arial,Helvetica";
fstyle.FontSize="";
fstyle.FontSizeAbs="8pt";

//item settings
fstyle.ItemColor="black";
fstyle.ItemBGColor="#DDDDDD";
fstyle.ItemBGColorLight="#E0E0E0";
fstyle.Margin="2";

// dialog style
dstyle=DDC;
// use default-style except the background color of the dialog caption
dstyle.capBGColor="#A7A9B3";
dstyle.logo = "/wavemaster.internal/v6.4/uistyle/icons/hwlogo.gif";

// help style
hlpstyle=DHC;
// use default-style except the background color of the dialog caption
hlpstyle.capBGColor="#A7A9B3";
hlpstyle.logo = dstyle.logo;

// tab style
tabstyle = {};
tabstyle.HoverColor="orange";

//general style
gstyle = {};
gstyle.snapshotImg ="wavemaster.internal/v6.4/uistyle/hwblue2005/snapshot.gif";
gstyle.frameBorderColor ="#ffffff"; // for the subframeset: NOTE this setting has only an effect in IE. Firefox/Mozilla do ignore it.

//HWUI40 Style: 'hwblue2005'  --- END ---


