#divtablelist table {
    color: blue;
    font-size: 12px;
}

#divtablelist th {
    background-color: #0533ff;
    border-left: dotted;
    border-top: dotted;
    border-width: 1px;
    color: yellow;
}

#divtablelist th a {
    color: yellow;
}

#divtablelist th a:visited {
    color: yellow;
}

#divtablelist th button {
  background: none!important;
  border: none;
  padding: 0!important;
  color: yellow;
  text-decoration: none;
  cursor: pointer;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}


#divtablelist td {
    border-left: dotted;
    border-top: dotted;
    border-width: 1px;
    text-align: left;
}

#divtablelist td.thd {
    text-align: right;
}

#divtablelist tr.r1
{
    background-color: RGB(255,255,132);
    white-space: nowrap;
}

#divtablelist tr.r2
{
    background-color: RGB(255,255,205);
    white-space: nowrap;
}

#divtablelist td.noborder
{
    border: 0;
    background-color:white;
}

#divtablelist button {
    font-size: 11px;
    color: #0533ff;
}