table.datatable
{
  font-family: Verdana;
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 1em;
  }
table.datatable img { display: inline; vertical-align: middle; }
tbody.datatable td, tbody.datatable th
{
  margin: 0;
  padding: 1ex;
  border: 1px solid black;
  }
table.datatable th, td.tableheader
{
  background-color: #A0C0D0;
  color: white;
  font-weight: bold;
  font-size: 110%;
  }
table.datatable th a, td.tableheader a { color: white; }
table.datatable th { text-align: center; }
td.tableheader { white-space: nowrap; }
tbody.datatable p { margin-top: 0.5ex; margin-bottom: 0.5ex; }


table.mediadb_db {
	width: 100%;
	border-collapse: collapse;
}
.mediadb_db td {
	border: 1px dotted black;
	padding: 0.5ex;
	text-align: center;
}
.mediadb_db p {
	text-align: center;
}
table.mediadb_op {
	width: 100%;
	border-collapse: collapse;
	margin-left: 1em;
	margin-right: 1em;
}
.mediadb_op td {
	border-style: none;
	vertical-align: bottom;
}
.mediadb_op img {
	vertical-align: middle;
}
.mediadb_op a {
	text-decoration: none;
}

table.plansite { border-collapse: collapse; }
