
table { position: relative; }
tr {
  height: 1.5em;
  line-height: 1.5em;
}
td {
	width: 130px;
	text-align: center;
}
.rowlink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5em;
 }
.rowlink:hover::before { 
  /* to make it easier to see what is going on */
  background: red;
  opacity: .5;

}
.tr_titles {
	background-color: #D2FFFF;
	width: 155px;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;	
}
input {
	width: 100%;
	text-align: center;
}
.menuTop {
	background-color: #8DBAF9;
	width: 100%;
	border: 0;
}
.menuTop ul{
	list-style-type: none;
	width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menuTop ul li{
	float: left;
	margin-left: 10px;
} 
.menuTop li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.menuTop li a:hover {
  background-color: #111111;
}

.content > div.menuFilter{
	margin: 0 0;
	padding: 0px;
	width: 70%;
	height: 30px;
	background-color: #fee;
}

.content > div.menuFilter ul li{
    list-style-type: none;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
  
    margin: 2px;
    border: 1px solid #070000;
}

.content > div.menuFilter ul li a{
	padding: 0px;
	border: 1px;
	display: block;
}