table {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
}

/* Sort Table styles */
table.sort {
  font-size: 90%;
  border-color: #331100;
  border-style: solid;
  border-width: thin;
  color: #000000;
  background-color: #ffffff;
}

th.main {
  background-color: #331100;
  color: #ffffff;
  text-align: left;
  border-color: #331100;
  border-style: solid;
  border-width: thin;
}

th.sort {
  background-color: #cccccc;
}

th.sortleft {
  text-align: left;
  background-color: #cccccc;
}

td.sortedcol {
  background-color: #ffffff;
}

th.sortedcol {
  background-color: #999999;
}

/* Tab Table styles */
td.spacer {
  width: 10px;
}

td.spacerfloat {
  width: 10px;
  border-bottom: thin solid #666666;
}

td.tabfloat {
  color: #000000;
  background-color: #cccccc;
  border-top: thin solid #666666;
  border-left: thin solid #999999;
  border-right: thin solid #999999;
  border-bottom: thin solid #666666;
  text-align: center;
  width: 80px;
  font-style: italic;
  font-weight: normal;
}

td.tab {
  color: #000000;
  background-color: #cccccc;
  border-top: thin solid #666666;
  border-left: thin solid #999999;
  border-right: thin solid #999999;
  border-bottom: none;
  text-align: center;
  width: 80px;
  font-style: italic;
  font-weight: normal;
}

td.selectedtab {
  color: #ffffff;
  background-color: #331100;
  border-top: thin solid #331100;
  border-left: thin solid #331100;
  border-right: thin solid #331100;
  border-bottom: none;
  text-align: center;
  width: 80px;
  font-style: normal;
  font-weight: bold;
}

a.swurltopmenu:link {
  color: #663300;
  font-size : 85%;
  text-decoration : underline;
}

a.swurltopmenu:visited {
  color: #663300;
  font-size : 85%;
  text-decoration : underline;
}

a.swurltopmenu:hover {
  color : #FF9933;
  font-size : 85%;
  text-decoration : underline;
}

/* Link styles */
a:link {
  color: #663300;
  text-decoration : none;
}

th a:link {
  color: #663300;
  text-decoration : none;
}

td a:link {
  color: #663300;
  text-decoration : none;
}

a:visited {
  color: #663300;
  text-decoration : none;
}

th a:visited {
  color: #663300;
  text-decoration : none;
}

td a:visited {
  color: #663300;
  text-decoration : none;
}

a:hover {
  color : #FF9933;
  text-decoration : none;
}

th a:hover {
  color : #FF9933;
  text-decoration : none;
}

td a:hover {
  color : #FF9933;
  text-decoration : none;
}

