/*
 *    hrmedit.css
 *
 *    Style rules for HRM website.
 *
 */
.spanRed
{
  color:            #ee4400;
  font-size:        10pt;
}
.bodySection_1
{
  margin-top:       18px;
  margin-left:      18px;
}
.th_1
{
  background-color: #cccccc;
  padding-left:     4px;
  padding-right:    2px;
  font-size:        9pt;
  text-align:       right;
}
.th_2
{
  background-color: #eeeeee;
  padding-left:     4px;
  padding-right:    2px;
  font-size:        9pt;
  text-align:       right;
}
.td_1
{
  background-color: #dfdfdf;
  padding-left:     4px;
  padding-right:    4px;
  font-size:        9pt;
  text-align:       left;
}
.td_1i
{
  background-color: #dfdfdf;
  color:            #ee4400;
  padding-left:     4px;
  padding-right:    4px;
  font-style:       italic;
  font-size:        9pt;
  text-align:       left;
}
.td_2
{
  background-color: #f9f9f9;
  padding-left:     4px;
  padding-right     4px;
  font-size:        9pt;
  text-align:       left;
}
.button
{
  font-size:        8pt;
  font-weight:      bold;
}
.mtb
{
  font-size:        9pt;
}
.mtb_display
{
  text-decoration:  none;
  color:            #000000;
  font-size:        9pt;
}
.mtb_edit
{
  border:           0px;
  color:            #000000;
  background-color: #ffffff;
  font-size:        9pt;
}
.ml
{
  font-size:        9pt;
}
.ml_display
{
  color:            #000000;
  text-decoration:  none;
  font-size:        9pt;
}
.ml_edit
{
  color:            #000000;
  background-color: #ffffff;
  border:           0px;
  font-size:        8pt;
}

