table * {
	font-size: 10pt;
}
table {
  background-color: #99BBE8;
  empty-cells: show;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #99BBE8;
}
table thead {
  background-color: #99BBE8;
}
table th, caption {
  padding: 5px;
  margin: 0px;
  text-align: left;
  background-repeat: repeat-x;
  background-attachment: scroll;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #99BBE8;
}
table caption {
  background-image: url(../images/table-caption.gif);
  background-position: 0 -1px;
  border-width: 1px 1px 0 1px;
  font-weight: bold;
  color: #15428B;
}

table th {
  background-color: #F9F9F9;
  background-image: url(../images/table-header.gif);
  background-position: 0 bottom;
  color: #000000;
  font-weight: normal;
  white-space: nowrap;
}
table tbody th {
  border-width: 0 0 0 1px;
}

table tr td {
  padding: 4px;
  margin: 0;
  border-width: 0 0 1px 1px;
  border-style: dashed solid;
  border-color: #DCE8F8 #99BBE8;
}

table tr td.actions {
  background-color: #F9F9F9;
  background-image: url(../images/table-header.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0 bottom;
  border-color: #99BBE8;
  border-style: solid;
  border-width: 0 0 0 1px;
  text-align: center;
  width: 75px;
}
table tbody tr {
  background-color: #FCFCFC;
}
table tbody tr:hover {
  background-color: #E6EFF8;
}
