table {
  border-collapse: collapse;
}

.toprows {
/*  font-weight: bold; */
  color: #FFFFFF;
  background-color: #D63939;
  font-size: 12px;
  text-align: center;
  border: 1px solid #555555;
}

body {
  font-family: verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.grayrows {
  font-size: 12px;
  text-align: center;
  background-color: #CCCCCC;
  border: 1px solid #555555;
}

.normalrow {
  font-size: 12px;
  text-align: center;
  background-color: #EFEFEF;
  border: 1px solid #555555;
}

.menu {
  font-size: 11px;
/*  font-weight: bold; */
  text-align: center;
  color: #000000;
}

.menustatus {
  font-size: 12px;
/*  font-weight: bold; */
  text-align: center;
  color: #ffffff;
}

.buttons {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
}

body {
  font-family: verdana;
}

A:link {
  text-decoration: underline;
  color: #000000;
}

A:visited {
  text-decoration: underline;
  color: #000000;
}

A:active {
  text-decoration: underline;
  color: #000000;
}

A:hover {
  text-decoration: none;
  color: red;
}

.traderow {
  font-size: 12px;
  text-align: center;
  border: 1px solid #555555;
}

.traderowssmall {
/*  font-weight: bold; */
  font-size: 10px;
  text-align: right;
  border: 1px solid #555555;
}

.traderowssmall2 {
/*  font-weight: bold; */
  font-size: 10px;
  text-align: right;
}

.toprowssmall {
/*  font-weight: bold; */
  color: #FFFFFF;
  background-color: #3939D6;
  font-size: 10px;
  text-align: center;
  border: 1px solid #555555;
}

.toprowssmall2 {
/*  font-weight: bold; */
  color: #FFFFFF;
  background-color: #3939D6;
  font-size: 10px;
  text-align: center;
}

.normalrowsmall {
  font-size: 10px;
  text-align: center;
  background-color: #EFEFEF;
  border: 1px solid #555555;
}

.totalrowssmall {
/*  font-weight: bold; */
  color: #FFFFFF;
  background-color: #666666;
  font-size: 10px;
  text-align: right;
  border: 1px solid #555555;
}

.totalrowssmall2 {
/*  font-weight: bold; */
  color: #FFFFFF;
  background-color: #666666;
  font-size: 10px;
  text-align: right;
}

.summaryrows {
  color: #000000;
  background-color: #dddddd;
  font-size: 10px;
  text-align: center;
  border: 1px solid #555555;
}

.summaryrows span {
  cursor: pointer;
}

.traderowssmall td, .totalrowssmall td, .summaryrows td {
  font-size: 10px;
  padding-left: 2px;
  padding-right: 4px;
  white-space: nowrap;
  border: 1px solid #555555;
}

.traderowssmall2 td, .totalrowssmall2 td, .summaryrows2 td {
  font-size: 10px;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  border: none;
}


