/* anchor styles */

A{text-decoration:none;color:blue;}
A:visited{text-decoration:none;color:purple;}
A:hover{text-decoration:bold;color:red;}

/* Table styles
   affects all table elements - any way to just apply to those used by tablesort???
 */

table.sort {
  border-color: #000000;
  border-spacing: 0px;
  border-style: solid;
  border-width: 2px;
  cell-spacing: 0px;
  text-align: right;
}

td.norm {
  font-family: default;
  font-size: default;
  padding: default;
  white-space: default;
}

td, th.sort {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
}

.txt {
  text-align: left;
}

th.sort {
  background-color: #c0c0c0;
  text-align: center;
}

th.sort a {
  color: #000080;
  text-decoration: none;
}

th.sort a:visited {
  color: #000080;
}

th.sort a:active, th a:hover {
  color: #800000;
  text-decoration: underline;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}

/*
body { background-color: white; font-family: arial, helvetica, sans-serif }
.copyright { font-family: times new roman, sans-serif; font-size: 10pt }
.title { font-family: arial, helvetica, sans-serif; font-size: 24pt; }
.tocfont { color: #996600; font-family: arial, helvetica, sans-serif; font-size: 8pt }
.small { font-family: arial, helvetica, sans-serif; font-size: 9pt }
.base { font-family: arial, helvetica, sans-serif; font-size: 10pt }
h1, h2, h3, h4, h5, h6 { color: black; font-family: arial, helvetica, sans-serif; }
tr.field { background-color: #FFFF99 }
tr.head { background-color: #FF9900}
th { font-family: arial, helvetica, sans-serif; font-size: 9pt; text-align: right }
th.c { text-align: center }
th.l { text-align: left }
td { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: right }
td.c { text-align: center }
td.l { text-align: left }
td.blue { background-color: #BBFFFF }
	:link { color: #996600; }
	:visited { color: #4D3300; }
b { color: black; }
*/

