
thead {
  font-weight: bold;
  text-align: center;
	padding: 3px 0;
}

.widget_tableDiv a {
  display: block;
  text-decoration: none;
}

.widget_tableDiv a:hover {
  color: yellow;
  background: maroon;
  display: block;
  text-decoration: none;
}

.tableWidget_headerCell, .tableWigdet_headerCellOver, .tableWigdet_headerCellDown { /* General rules for both standard column header and mouse on header of sortable columns */
  cursor: pointer;
}

.tableWidget_headerCell { /* Standard column header */
	background-color: #4B0000;
}

.tableWigdet_headerCellOver { /* Rollover on sortable column header */
	background-color: #686838;
}

.tableWidget tbody .tableWidget_dataRollOver { /* Rollover style on mouse over (Data) */
  /* background-color: #FFF; */ /* No mouseover color in this example - specify another color if you want this */
}

.tableWigdet_headerCellDown {
  background-color: #DBD8C5;
}

.tableWidget td {
	font-size: 1.2em;
  margin: 0px;
  padding: 3px 2%;
  border-right: 1px solid #4B0000; /* Border of table data cells */
}

.tableWidget tbody {
  /* background-color: #FFF;*/
}

.tableWidget {
  width: 100%;
}
/* End layout CSS */
div.widget_tableDiv {
  border-top: 1px solid #4B0000; /* Border around entire widget */
  border-left: 1px solid #4B0000; /* Border around entire widget */
  border-bottom: 1px solid #4B0000; /* Border around entire widget */
  overflow: auto;
  overflow-y: auto;
  width: 100%;
}

.tableWidget thead {
  position: relative;
}

.tableWidget thead tr {
  position: relative;
  top: 0px;
  bottom: 0px;
}
/*
.tableWidget .scrollingContent {
  overflow-y: auto;
  width: 100%;
}
*/
