#tx_uptick_error {
  color:red;
}

#tx_uptick_table {
  font-size: 11px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

#tx_uptick_table .tx_uptick_em_data  {
  background-color: #e93001;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}

#tx_uptick_table .tx_uptick_em_label {
  background-color: #e93001;
  color: #ffffff;
  font-weight: bold;
}

#tx_uptick_table .tx_uptick_data {
  color: #585858;
  background-color: #f6f3ee;
  text-align: right;
}

#tx_uptick_table .tx_uptick_label {
  background-color: #f6f3ee;
}

#tx_uptick_table .tx_uptick_data .minus {
  color:#FF0000;
}

#tx_uptick_table .tx_uptick_data .plus {
  color:#00FF00;
}

