body { font-size:12px;font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif, sans-serif}
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
/***** common table settings ******/
table.records-table thead tr td
{
  height: 20px;
  padding: 0px 4px 0px 4px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #3e5579;
  font-size: 12px;
  font-weight: bold;
}

table.records-table tbody tr td
{
  height: 16px;
  padding: 2px 4px 2px 4px;
  font-size: 12px;
  white-space: nowrap;
  border-bottom: 1px solid #c9c9c9;
  overflow: hidden;
  text-align: left;
}

table.records-table tr{}

table.records-table tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}

table.records-table .tableEvenRow {background-color:#e8e8e8;}
table.records-table .tableRowSelected {background-color:#f5ad1c;}
