.tabcontent table { border-collapse: collapse; }

.tabcontent th {
  border: 1px solid #719EB9;
  padding: 0.5em;
  background-color: #DFE9F0;
  color: #000;
	text-align: left;
}

.tabcontent th.c1 {
  border-left: 1px solid #719EB9;
  text-align: left;
}

.tabcontent th.c4 {  border-right: 1px solid #719EB9; }

.tabcontent th.sortedAscending {
  padding-right: 2em;
  background-image: url(arrow_up.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.tabcontent th.sortedDescending {
  padding-right: 2em;
  background-image: url(arrow_down.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.tabcontent th a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}

* html .tabcontent th a {   height: 1px;}

.tabcontent td {
  border: 1px solid #7EA9C2;
  padding: 0.5em;
  /* text-align: center; */
}

.tabcontent td.c1 {   text-align: left; }