.red { color: red; }

.error { color: #FF0000; font-size: 13px; }

a.white, a.white:visited {
  color: #ffffff;
  font-weight: bold;
}

td.g1 {
  width: 69px;
  height: 28px;
  background: url(img/bar_g_short.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 14px;
  font-size: 12px; color: #ffffff;
  font-weight: bold;
}

td.g2 {
  width: 69px;
  height: 28px;
  background: url(img/bar_g_short2.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 14px;
  font-size: 12px; color: #ffffff;
}

td.g3d_1 {
  width: 113px;
  height: 28px;
  background: url(img/bar_g3d_short.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 0px;
  font-size: 12px; color: #ffffff;
  font-weight: bold;
  color: #083700;
  text-align: center;
}

td.g3d_2 {
  width: 113px;
  height: 28px;
  background: url(img/bar_g3d_short_2.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 0px;
  font-size: 12px; color: #ffffff;
  text-align: center;
}

td.g3 {
  width: 69px;
  height: 28px;
  background: url(img/bar_g_short3.jpg);
  background-repeat: no-repeat;
  padding: 7px 0px 0px 14px;
  font-size: 12px; color: #ffffff;
}

a.g, a.g:visited {
  color: #ffffff;
}

textarea { border: 1px solid #154FAC; color: #545454; }

.bg {
  border: 4px solid #91d300;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

td.tab_gr_active {
  width: 100px;
  height: 30px;
  background: url(img/tab_gr_active.gif);
  background-repeat: no-repeat;
  font-size: 12px; color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

td.tab_gr_inactive {
  width: 100px;
  height: 30px;
  background: url(img/tab_gr_inactive.gif);
  background-repeat: no-repeat;
  font-size: 12px; color: #91D300;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

th.green {
  background: #91D300;
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
}

th.green_l {
  background: #91D300;
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
  text-align: left;
}

td.green {
  border: 1px solid #91D300;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 3px;
  text-align: center;
}

td.green_l {
  border: 1px solid #91D300;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 3px;
}

td.green_lr {
  border: 1px solid #91D300;
  border-top: 0px;
  border-left: 0px;
  padding: 3px;
}

td.white_l {
  padding: 3px;
  padding-bottom: 0px;
}

td.green_cont {
  border: 1px solid #91D300;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 3px;
  padding-top: 0px;
  padding-bottom: 6px;
}

.gray, a.gray:visited {
  color: #808080;
}

.white_u, a.white_u:visited {
  color: #ffffff;
  text-decoration: underline;
}


