/******************************************/
/* HELP PAGE STUFF                        */
/******************************************/

/* Descriptions:                                                                                 */
/*   helptable          class for <table> containing the text on the help screens.                          */
 /*  helptitle          title at the top of a help table on the help page                        */
/*   helpindex          the table of contents at the top of the help screen                      */
/*   helplabelcell      <TD> for the label of the help item in the help table left of the 
                        helpcontrolcell
/*   helpcontrolcell    <TD> for the help text associated with a help label in the help table 
                        right of the helplabelcell                                               */
/*   helpline           help area on the launchpad between the tabs and the actions              */
/*   HelpArea           Area where help will be displayed in a form.                             */
/*   HelpClose          Area where help will be displayed in a form.                             */

.helptable
,.helptitle
,.helpindex
,.helplabelcell
,.helpcontrolcell
,.helpline
,.HelpAction
 {font-family:Verdana,Helvetica,Arial;}

.helpline{background-color:#CCCCCC; color:#666666;}


TD.HelpAction{
  font-size: 0.7rem;
}

TD.HelpAction A:link,
TD.HelpAction A:visited{
  font-weight:bold;    
  color:black;    
}
TD.HelpAction A:hover,
TD.HelpAction A:active{  
  font-weight:bold;    
  color:#0000FF;
}
TD.HelpAction {
  font-weight:bold;    
  text-align: left;     
}

TD.HelpClose {
  text-align: right;     
}
TD.HelpClose a:link,       
TD.HelpClose a:visited{
    color:pink;    
    text-decoration:none;
}
TD.HelpClose a:active,       
TD.HelpClose a:hover{
    color:red;
    text-decoration:none;
}


.helptable a:link,   
.helpindex a:link,
.helptable a:visited,
.helpindex a:visited{
  font-weight:bold;    
  color:black;    
}
.helptable a:link,
.helpindex a:active,       
.helptable a:hover,
.helpindex a:hover{
  font-weight:bold;    
  color: #FF3333;
}
.helpindex{
  font-size: .80rem;
  font-weight : bold;   
  background-color: white;
}
.helptitle{
  font-size: 1.1rem;
  font-weight : bold;   
  background-color:#E1E1E1;
}
.helptable{
  font-size: 1.0rem;
  font-weight : bold;   
  background-color:#E1E1E1;
}

.helplabelcell,
.helpcontrolcell{
    font-size: 1.0rem;
    vertical-align: top;
    font-weight : normal;       
    background-color:#FFFFFF;    
}

.helplabelcell{font-weight : bold;   }

.helpcontrolcell,
.helptable,
.helplabelcell{  
  vertical-align: top;
}              
