.notes, span.unicode { font-family: "Starling Serif", "Times New Roman PSMT Pro", "Charis SIL", "Doulos SIL", "Arial Unicode MS"; text-rendering: optimizeLegibility; }
span.fld { font-weight: bold; }

a {text-decoration:none}
a:hover{text-decoration:underline}

tr.hidden { display: none; }
tr.even { background: #FFDFBF; }
tr.odd { background: #FFFF99; }
tr.spacer { background: #FFC; }

.expandable, .hidden { display: none; }
.collapsible { display: inline; padding-left: 0.5em; }
.subquery_link { display: inline; padding-left: 0.5em; }
.subquery_result { display: block; background: #ccc; border: 1px solid #000; font-size: 95%; margin-left: 3em; padding-left: 1em; }

.notes { font-size: 90%; margin-left:1em; }
img.plus, img.minus { border: 1px solid #555; padding: 1px; }
img.plus:hover, img.minus:hover { cursor: pointer; }

.expand-all, .collapse-all, .expand-descr, .collapse-descr { display: inline; padding-right: 1em; margin-right: 1em; border-right: 1px solid #000; }
.collapse-descr { border: none; }

.compare-box { float: right; width: 30%; }
#bases-list h2, .compare-box h2 { text-align: center; }

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

table.tablesorter td.author,
table.tablesorter td.title { font-weight: bold; }

.basename { display: none; }

h3 { text-shadow: 0px 1px 0px #EEE; }

td.date {white-space: nowrap;}

