/******************************************************************************/
/*                                                                            */
/* @copyright module                                                          */
/*                                                                            */
/* Help Styles                                                                */
/*                                                                            */
/* @Comment1@                                                                 */
/* @Comment2@                                                                 */
/* @Comment3@                                                                 */
/* @Comment4@                                                                 */
/* @Comment5@                                                                 */
/*                                                                            */
/* @BuildInfo@                                                                */
/*                                                                            */
/******************************************************************************/

.help        { @FontFamilySansSerif@ @FontSizeWpsNormal@ background-color:#ffffff; color:#000000; }

/* New in v5 */
.help_indent { @FontFamilySansSerif@ @FontSizeWpsNormal@ background-color:#ffffff; color:#000000; }

a.help { color: #333399; }

a:visited.help { color: #333399; }

a:active.help { color: #333399; }

a:hover.help { color: #6699CC; }

samp.help {font-family:monospace;@FontSizeWpsNormal@}

h2.help { @FontSizeWpsXXLarge@ @TextAlign@ color:#ffffff;
     margin-top:-5; @H2_MarginEnd@ margin-bottom:8; @H2_MarginStart@ 
     background-color:#8956a4; @H2_PaddingStart@  height:36; padding-top:22;
     @FontWeightBold@ border-bottom:1 solid #000000; } 
     
h3.help   { @Margin@ background-color:#8956a4; @SubHead_PaddingStart@ @FontWeightBold@
            height:24; padding-top:3; color:#ffffff; @FontSizeWpsXLarge@  }

h3 a.help { @FontSizeWpsXLarge@ color:#ffffff; background-color:#8956a4; } 

h4.help   { @TextAlign@ color:#ffffff; @Margin@ @FontSizeWpsLarge@ @FontWeightNormal@ @FontStyleItalic@ 
            background-color:#8956a4; @SubHead_PaddingStart@ padding-top:3; height:20; }

h4 a.help   { @FontSizeWpsLarge@ @FontWeightNormal@ @FontStyleItalic@ color:#ffffff;background-color:#8956a4; }

p.help      { padding-top:4; margin-top:2; @P_MarginStart@ @MarginEnd@ padding-bottom:0; margin-bottom:0; }

ul.help   { @UL_MarginStart@ @MarginEnd@ }
ol.help   { @OL_MarginStart@ @MarginEnd@ }
dl.help   { @DL_MarginStart@ @MarginEnd@ }

/* New in v5 */
p.help_indent  { padding-top:4; margin-top:2; margin-left:0; margin-right:0; padding-bottom:0; margin-bottom:0; }
ul.help_indent   { @UL_IndMarginStart@ margin-right:0; }
ol.help_indent   { @OL_IndMarginStart@ margin-right:0; }
dl.help_indent   { margin-left:0; margin-right:0; }

dt a.help { @FontWeightBold@ color:#000000; }

dd.help { padding-top:2; padding-bottom:20; }

li.help { padding-top:2; padding-bottom:2; }

table.help  { @TablePaddingStart@ @TablePaddingEnd@ @P_MarginStart@ }
pre.help    { @FontFamilyMonospace@ @P_MarginStart@ }
dd p.help { padding-top:4; margin-top:2; margin-left:0; margin-right:o; padding-bottom:0; margin-bottom:0;  }

/* New in v5 */
table.help_indent  { padding-left:0; padding-right:0; @IndMarginStart@ }
pre.help_indent    { @FontFamilyMonospace@ @IndMarginStart@ }

/* table td.help  { padding:8; } */

th.help { @TextAlign@ @TH_PaddingTop@ @TH_PaddingBottom@ vertical-align:top; }
td.help { @TextAlign@ @TD_PaddingTop@ @TD_PaddingBottom@ vertical-align:top; }


