td
{
	vertical-align:top;
}
img
{
	height:60px;
	width:45px;
}
td.c
{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align:center;
}
table.example {
	border:1px solid black;
	border-collapse:collapse;
}
table.example th, table.example td {
	border:1px solid #aaaaaa;
	padding: 2px 4px 2px 4px;
}
table.example thead th {
	background-color:#ccccff;
}
table.example tfoot td {
	background-color:#ffccff;
}

table.example tr.tbody_header {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

table.example a.pagelink {
	padding-left:5px;
	padding-right:5px;
	border:1px solid #666666;
	margin:0px 5px 0px 5px;
}
table.example a.currentpage {
	background-color:yellow;
}
/* Striping */
tr.alternate {
	background-color:#ffffcc;
}

/* Sorting */
th.table-sortable {
	cursor:pointer;
	background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/sortable.gif');
	background-position: left center;
	background-repeat:no-repeat;
	padding-left:12px
}
th.table-sorted-asc {
	background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/sorted_up.gif');
	background-position: left center;
	background-repeat:no-repeat
}
th.table-sorted-desc {
	background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/sorted_down.gif');
	background-position: left center;
	background-repeat:no-repeat
}
th.table-filtered {
	background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/filter.gif');
	background-position: left center;
	background-repeat:no-repeat
}
select.table-autofilter {
	font-size:smaller;
	width: 75px;
}

th.table-filterable
{
}

/* Examples which stray from the default */
table.altstripe tr.alternate2 {
	background-color:#ccffff;
}

/* Sort Icon Styles */
table.sort01 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/01_unsorted.gif'); }
table.sort01 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/01_ascending.gif'); }
table.sort01 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/01_descending.gif'); }

table.sort02 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); padding-left:16px }
table.sort02 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/02_ascending.gif'); }
table.sort02 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/02_descending.gif'); }

table.sort03 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort03 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/03_ascending.gif'); }
table.sort03 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/03_descending.gif'); }

table.sort04 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort04 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/04_ascending.gif'); }
table.sort04 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/04_descending.gif'); }

table.sort05 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/05_unsorted.gif'); padding-left:16px}
table.sort05 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/05_ascending.gif'); }
table.sort05 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/05_descending.gif'); }

table.sort06 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); padding-left:16px}
table.sort06 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/06_ascending.gif'); }
table.sort06 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/06_descending.gif'); }

table.sort07 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort07 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/07_ascending.gif'); }
table.sort07 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/07_descending.gif'); }

table.sort08 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort08 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/08_ascending.gif'); }
table.sort08 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/08_descending.gif'); }

table.sort09 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); padding-left:30px}
table.sort09 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/09_ascending.gif'); }
table.sort09 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/09_descending.gif'); }

table.sort10 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/10_unsorted.gif'); }
table.sort10 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/10_ascending.gif'); }
table.sort10 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/10_descending.gif'); }

table.sort11 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/11_unsorted.gif');padding-left:24px }
table.sort11 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/11_ascending.gif'); }
table.sort11 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/11_descending.gif'); }

table.sort12 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort12 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/12_ascending.gif'); }
table.sort12 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/12_descending.gif'); }

table.sort13 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort13 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/13_ascending.gif'); }
table.sort13 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/13_descending.gif'); }

table.sort14 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort14 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/14_ascending.gif'); }
table.sort14 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/14_descending.gif'); }

table.sort15 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort15 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/15_ascending.gif'); }
table.sort15 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/15_descending.gif'); }

table.sort16 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort16 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/16_ascending.gif'); }
table.sort16 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/16_descending.gif'); }

table.sort17 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/none'); }
table.sort17 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/17_ascending.gif'); }
table.sort17 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/17_descending.gif'); }

table.sort18 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/18_unsorted.gif'); }
table.sort18 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/18_ascending.gif'); }
table.sort18 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/18_descending.gif'); }

table.sort19 th.table-sortable { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/19_unsorted.gif');padding-left:24px }
table.sort19 th.table-sorted-asc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/19_ascending.gif'); }
table.sort19 th.table-sorted-desc { background-image:url('https://web.archive.org/web/20201226124950im_/http://www.purpleworm.org/tools/table/icons/19_descending.gif'); }

/* Icons box */
.iconset {
	margin:5px;
	border:1px solid #cccccc;
	border-color:#cccccc #666666 #666666 #cccccc;
	text-align:center;
	cursor:pointer;
	width:100px;
}
.iconset img {
	margin:3px;
}

/* Documentation */
tr.doc_section {
	font-weight:bold;
	text-align:center;
	background-color:#dddddd;
}

#imgbox
{
	vertical-align : middle;
	position : absolute;
	border: 1px solid #999;
	background : #FFFFFF;
	filter: Alpha(Opacity=100);
	visibility : hidden;
	/* height : 120px;
	width : 90px;
	*/
	z-index : 150;
	overflow : hidden;
	text-align : center;
}

/*
     FILE ARCHIVED ON 12:49:50 Dec 26, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:05:41 Mar 08, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.135
  exclusion.robots.policy: 0.123
  cdx.remote: 0.109
  esindex: 0.012
  LoadShardBlock: 667.075 (6)
  PetaboxLoader3.resolve: 309.073 (4)
  PetaboxLoader3.datanode: 234.814 (7)
  load_resource: 62.938
*/