/* TABLE ELEMENTS */

.lighttable {
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width:99%;
  border-collapse:collapse;
  background:#fff;
  font-size: 11px;
  font-family: Verdana;
}

.lighttable thead td, .lighttable thead th, .lighttable tfoot td {
  background: #FFC523;
  padding:10px;
  font-weight:bold;
  text-align:center;
}
.lighttable thead tr td#last{
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius: 8px;
}

.lighttable tbody { text-align:left; }
.lighttable tbody td {
  line-height:22px;
  padding:0 6px;
  border-bottom:1px solid #FFC523;
}
.lighttable tbody td a:link, .lighttable tbody td a:visited {
  color: #2D95BC;
  text-decoration: none;
  cursor:pointer;
}
.lighttable tbody td a:hover,a.active {
  color: #D54E21;
  cursor:pointer;
}

.rowA td, .rowA { 
  background: #fff;
  vertical-align:top;
}

.td_bleft { border-left:1px dotted #EAEAEA; }

.faketabs {
  background: #FFC523 ;
  height:30px;
  line-height:30px;
  padding:2px 20px;
  margin:0 0 0 20px;
  width:250px;
  -moz-border-radius-topleft:11px;
  -webkit-border-top-left-radius: 11px;
  -moz-border-radius-topright:11px;
  -webkit-border-top-right-radius: 11px;
  border-bottom:1px solid #f9f9f9;
  vertical-align:middle;
  font-weight:bold;
}

.faketabs a { text-decoration: none; }
.faketabs a:hover { text-decoration: underline; }