a:link {
  text-decoration: none;
  color: #008;
}
a:visited {
  text-decoration: none;
  color: #008;
}
a:hover {
  text-decoration: underline;
  color: #008;
}
body {
  font-family: arial,helvetica,sans-serif;
  font-size : 10pt;
  margin-top : 5px;
  background-color: #D5E0EC;
  text-align: center;
}
div.main {
  position: relative;
  width: 800px;
  height: auto;
  background-color: #FFF;
  border: 10px solid #FFF;
  margin: auto;
  text-align: left;
}
div#search {
  margin-top: 10px;
}
h2, h3 {
  background-color: #F7EEEE;
  margin: 0 0 4px 0;
  font-size: 10pt;
  padding: 0 2px 0 2px;
}
table {
  font-size : 11pt;
}
.tip {
  display: inline;
  font-size : 9pt;
  font-style: italic;
  color : #444;
}
td.frame-top-left {
  width: 9px;
  height: 9px;
  background-image: url(/img/frame-top-left.png);
  background-repeat: no-repeat;
}
td.frame-top-right {
  width: 9px;
  height: 9px;
  background-image: url(/img/frame-top-right.png);
  background-repeat: no-repeat;
}
td.frame-bottom-left {
  width: 9px;
  height: 9px;
  background-image: url(/img/frame-bottom-left.png);
  background-repeat: no-repeat;
}
td.frame-bottom-right {
  width: 9px;
  height: 9px;
  background-image: url(/img/frame-bottom-right.png);
  background-repeat: no-repeat;
}
td.frame-left {
  width: 9px;
  background-image: url(/img/frame-left.png);
  background-repeat: repeat-y;
}
td.frame-right {
  width: 9px;
  background-image: url(/img/frame-right.png);
  background-repeat: repeat-y;
}
td.frame-top,td.BoxTabSub {
  height: 9px;
  background-image: url(/img/frame-top.png);
  background-repeat: repeat-x;
}
td.frame-bottom {
  height: 9px;
  background-image: url(/img/frame-bottom.png);
  background-repeat: repeat-x;
}
div.ScrollViewport {
  position: relative;
  overflow: hidden;
  float:left;
}
div.ScrollBar {
  position: relative;
  float:right;
}
.ScrollBarDrag {
  background: #E8E8E8;
  background-image: url(../jsc/lib/img/scroll-drag.png);
  background-repeat: repeat-y;
}
.ScrollHandle {
  background: #A0A0A0;
  background-image: url(../jsc/lib/img/but-drag.png);
  background-repeat: no-repeat;
  height: 16px;
}
.ScrollBarButtonUp {
  background: #C0C0C0;
  background-image: url(../jsc/lib/img/but-up.png);
  background-repeat: no-repeat;
  height: 16px;
}
.ScrollBarButtonDn {
  background: #C0C0C0;
  background-image: url(../jsc/lib/img/but-dn.png);
  background-repeat: no-repeat;
  height: 16px;
}
table.Toolbar {
  background-image: url(../img/toolbar.png);
  background-repeat: no-repeat;
  height: 42px;
  width: 794px;
  margin-top: -7px;
  padding-right: 8px;
}
div.ToolbarButton {
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  height: 25px;
  width: 75px;
  text-align: center;
  margin-left: 8px;
  margin-top: 4px;
  padding-top: 4px;
  cursor: pointer;
}
div.TButtonLeft {
  float: left;
}
div.TButtonRight {
  float: right;
}
div.TButtonHvr {
  font-weight: bold;
}
table.TabBox {
  width:795px;
  border: 0px;
  margin-top: 7px;
}
td.BoxTab {
  height: 22px;
  width: 164px;
  text-align: center;
  color: #444;
  font-weight: bold;
  font-style: italic;
  font-size: 11pt;
  background-image: url(../img/frame-handle-dis.png);
  background-repeat: repeat-x;
  padding-top: 2px;
}
td.BoxTabTitle {
  height: 22px;
  width: 442px;
  text-align: left;
  font-weight: bold;
  font-size: 11pt;
  background-image: url(../img/frame-handlelong-dis.png);
  background-repeat: no-repeat;
  padding: 2px 0 0 6px;
}
td.BoxTabSel {
  background-image: url(../img/frame-handle.png);
  color: #000;
}
td.BoxTabSelSub {
  background-image: url(../img/frame-handle-sub.png);
  background-repeat: no-repeat;
}
td.BoxTabFront,td.BoxTabBack {
  width: 9px;
}
td.BoxTabFill {
  width: 121px;
}
div#litRecord td.BoxTabFill,div#geoRecord td.BoxTabFill,div#catRecord td.BoxTabFill,div#locRecord td.BoxTabFill {
  width: 285px;
}
div#geoRecord table#tabBoxLow td.BoxTabFill {
  width: 449px;
}
div#catRecord table#tabBoxLow td.BoxTabFill {
  width: 285px;
}
div#locRecord table#tabBoxLow td.BoxTabFill {
  width: 121px;
}
div#search td.BoxTabFill {
  width: 77px;
}
td.BoxTabHvr {
  color: #000;
  cursor: pointer;
  cursor: hand;
}
table.notes td {
  padding: 1px;
}
table.lit,table.loc,table.tax,table.fig,table.geo,table.cat {
  border: 0;
  width: 776px;
}
table.lit td,table.loc td,table.tax td,table.geo td,table.cat td {
  border-bottom: 1px solid #CA8E8E;
  padding: 1px;
}
table.lit th,table.loc th,table.tax th,table.geo th,table.cat th {
  text-align: left;
  padding: 1px;
  border-top: 1px solid #CA8E8E;
  border-bottom: 1px solid #CA8E8E;
  background-color: #E8CECE;
}
table.lit td.link,table.loc td.link,table.tax td.link,table.geo td.link,table.cat td.link,table.taxSel td.link,table.litSel td.link,table.locSel td.link {
  width: 20px;
  background-color: #F7EEEE;
  vertical-align: middle;
  text-align: center;
}
td.link img,a img {
  border: 0;
}
table.lit td.authors {
  width: 16%;
  padding-left: 3px;
}
table.lit td.year {
  width: 7%;
}
table.lit td.title {
  width: 75%;
}
table.loc td.locality {
  width: 60%;
  padding-left: 3px;
}
table.loc td.layer {
  width: 38%;
}
table.tax td.taxon {
  width: 98%;
  padding-left: 3px;
}
table.tax td.invalid,table.taxSel td.invalid,div#hierarchy .invalid,table.cat .invalid {
  background-color: #FCC;
}
span.qual {
  color: #444;
  font-size: 9pt;
}
table.geo td.type,table.cat td.type {
  width: 10%;
  padding-left: 3px;
}
table.geo td.name,table.cat td.name {
  width:88%;
}
tr#qualifier td,tr#lowbound td,tr#valid td,tr#year td,tr#title td,tr#ref td,tr#keywords td {
  border-top: 1px solid #CA8E8E;
}
table.record-content {
  width: 100%;
}
table.record-content td {
  padding: 1px;
}
table.record-content td.label {
  width: 13%;
  font-size: 9pt;
  color: #444;
  background-color: #F7EEEE;
}
table.record-content td.value {
  padding-left: 6px;
}
td#taxTitleInner,td#litTitleInner,td#locTitleInner,td#geoTitleInner {
  width: 320px;
  font-weight: bold;
}
td#taxNo,td#litNo,td#locNo {
  font-size: 9pt;
  color: #444;
}
span.recCount {
  font-weight: normal;
  font-size: 9pt;
  color: #444;
}
table.features, table.featuresInner {
  width: 100%;
  font-size: 10pt;
}
td.featGroup {
  border-top: 1px solid #CA8E8E;
  border-bottom: 1px solid #CA8E8E;
  background-color: #F7EEEE;
  font-weight: bold;
}
td.featLabel {
  width: 105px;
  font-size: 9pt;
  padding-left: 2px;
  color: #444;
  background-color: #F7EEEE;
  border-top: 1px solid #F7EEEE;
  border-bottom: 1px solid #F7EEEE;
}
table.featuresInner td.featLabel {
  width: 190px;
}
td.featValue,td.featValueMulti {
  width: 60px;
  padding-left: 4px;
  border-top: 1px solid #F7EEEE;
  border-bottom: 1px solid #F7EEEE;
}
td.featValueMulti {
  padding: 0;
}
table.featuresInner td.featValue {
  width: 20px;
}
table.featuresInner td.featValueLong {
  width: 200px;
}
td.featFill {
  background-color: #F7EEEE;
  border-bottom: 2px solid #F7EEEE;
}
td.featGap {
  width: 15px;
  background-color: #F7EEEE;
  border-bottom: 2px solid #F7EEEE;
}
td.featValueMulti table {
  width: 100%;
  font-size: 10pt;
}
td.featValueMulti td {
  width: 20px;
  text-align: center;
  border-left: 1px solid #F7EEEE;
  border-right: 1px solid #F7EEEE;
}
td.featValueMulti td.empty {
  background-color: #F7EEEE;
}
table.fig {
  display: inline;
  height: 226px;
  width: 150px;
  margin: 4px;
  text-align: center;
}
table.fig td.caption {
  border-left: 1px solid #CA8E8E;
  border-right: 1px solid #CA8E8E;
  border-bottom: 1px solid #CA8E8E;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 10pt;
}
table.fig td.img {
  border: 1px solid #CA8E8E;
  padding: 2px;
}
table.fig img {
  height:205px;
}
table.fig div.zoom {
  float: right;
}
div#stats td, div#news td, div#docs td {
  font-size: 10pt;
}
div#news, div#docs {
  margin-top: 10px;
}
div#search form {
  margin: 0;
  padding: 0;
}
div#search div.collapsed {
  height: 18px;
}
div#search div.collapsed table {
  display: none;
}
div#search div.group {
  overflow: hidden;
  border: 1px solid #CA8E8E;
  margin-bottom: 5px;
}
div.group table {
  width: 99%;
  border: 4px solid white;
}
div.group td {
  padding: 1px;
}
div.group input,div.group select {
  border: 1px solid #CA8E8E;
}
div#search div.submit {
  text-align: center;
  margin: 14px 0 5px 0;
}
div#search input.submit {
  width: 150px;
}
div#searchCat td.type,div#searchGeo td.type {
  text-align: left;
  width: 115px;
}
div#searchCat select.type,div#searchGeo select.type {
  width: 110px;
}
div#searchCat input.name {
  width: 200px;
}
div#searchGeo input.name {
  width: 200px;
}
div.group td.label {
  width: 80px;
}
div#searchTaxNo td.label,div#searchLitNo td.label,div#searchLocNo td.label {
  width: 80px;
}
div#searchStrat td.label {
  width: 120px;
}
div#searchTaxNo input,div#searchStrat input,div#searchLitNo input,div#searchLocNo input {
  width: 80px;
}
div#searchAut input {
  width: 170px;
}
div#searchAut input.year {
  width: 80px;
}
div#searchTitle input,div#searchKey input {
  width: 250px;
}
div.status {
  width: 16px;
  height: 16px;
  background-image: url(../img/minus.png);
  background-repeat: no-repeat;
  float:left;
  margin-right: 4px;
}
div#search div.collapsed div.status,div#hierarchy div.collapsed div.status {
  background-image: url(../img/plus.png);
}
div#search h3,div#hierarchy div.status {
  cursor: pointer;
  cursor: hand;
}
div#hierarchy div.children {
  clear: left;
  margin-left: 25px;
  margin-bottom: 5px;
}
div#hierarchy {
  margin: 20px;
}
div#hierarchy div.collapsed div.children {
  display: none;
}
div#hierarchy h2 {
  background-color: #FFF;
  font-size: 10pt;
  font-weight: normal;
}
td.col-right {
  padding-left: 10px;
  vertical-align: top;
  width: 200px;
}
table.litSel td.authors,table.taxSel td.taxon,table.locSel td.geo {
  border-top: 1px solid #CA8E8E;
  font-weight: bold;
}
table.litSel td.authors,table.litSel td.title,table.litSel td.ref,table.taxSel td.taxon,table.taxSel td.authors,table.locSel td.geo,table.locSel td.layer {
  padding-left: 3px;
}
table.litSel td.link,table.taxSel td.link,table.locSel td.link {
  border-top: 1px solid #CA8E8E;
}
table.litSel td.ref {
  font-size: 9pt;
  color: #666;
}
div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff url(../jsc/lib/img/spinner.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #888;
	background-color:		white;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	width:					375px;
}


ul.autocompleter-choices li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
}
ul.autocompleter-choices li.autocompleter-title
{
  font-size: 7pt;
  background-color: #ddd;
  height: 12px;
}
ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}
div.print h1
{
  font-size: 18pt;
  font-weight: bold;
}
div.print h2
{
  margin-top: 14px;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid #000;
  background-color: #FFF;
}
div.print td.label {
  width: 13%;
  font-size: 9pt;
  color: #444;
  background-color: #EEE;
}
div.print tr#qualifier td,div.print tr#lowbound td,div.print tr#valid td,div.print tr#year td,div.print tr#title td,div.print tr#ref td,div.print tr#keywords td {
  border-top: 1px solid #888;
}
div.print a {
  display: none;
}
div.print table.features,div.print table.featuresInner {
  border-spacing: 1px;
}
div.print table.features tr {
  margin-bottom: 1px;
}
div.print td.featLabel {
  background-color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
div.print td.featGroup {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: #EEE;
}
div.print td.featFill,div.print td.featGap {
  background-color: #FFF;
  border-bottom: 2px solid #FFF;
}
div.print td.featValue {
  border: 1px solid #888;
}
div.print td.featValueMulti table {
  width: 65px;
}
div.print td.featValueMulti {
  border: 1px solid #777;
  border-left-width: 0;
}
div.print td.featValueMulti td {
  border-left: 1px solid #888;
  border-right-width: 0;
  width: 33%;
}
div.print td.featValueMulti td.empty {
  background-color: #FFF;
}
div.print div.relations td {
  border-bottom: 1px solid #888;
}
div.print div.relations th {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  background-color: #EEE;
}
div.print div.Relations td.link {
  background-color: #FFF;
}
div.print table.fig td {
  border-color: #888;
}
div#printsettings {
  position:absolute;
  top:20px;
  right:20px;
  width:200px;
  border:1px solid #000;
  background-color:#EEE;
  padding: 5px;
}
div.print div.hide {
  display: none;
}
div.print div.PrintSection {
  page-break-inside: avoid;
}
div.print div.PrintSection * {
  page-break-inside: avoid;
}
div.print td.invalid {
  background-color: #EEE;
}
div.print table.Empty {
  height: auto;
}
div.print table.Empty td {
  border-bottom: 0px;
}
@media print {
  .NoPrint {
    display: none;
  }
  body {
    background-color: #FFF;
	text-align: left;
  }
}
