/* The "pl" class is for the point location html pages.
   The "pl-wide" class is for the point location html pages that are wider than tall. 
*/ 

img.pl {height: 100%}
img.pl-wide {width: 70%}

body {font-family: Tahoma, Arial, sans-serif, Times;
	font-size 100%;}
h1 {text-align: center;
	font-family: Tahoma, Arial, sans-serif, Times;}
h6 {font-family: Tahoma, Arial, sans-serif, Times;
	 font-size: 100%;}
h7 {font-family: Tahoma, Arial, sans-serif, Times;
	 font-size: 100%;}
table.specific-info {font-family: Tahoma, Arial, sans-serif, Times;
	 font-size: 100%; }
table.refs {table-layout: fixed;
	 font-family: Tahoma, Arial, sans-serif, Times;
	 font-size: 100%;}
table.file-list {font-family: Tahoma, Arial, sans-serif, Times;
	 font-size: 200%; }
th {color: black;
	background-color: silver;}
th.column {text-align: left;}
thead {font-weight: bold;
	text-align: center;
	color: black;
	background-color: silver;}

/* "h-..." are the classes for the table heading cells */

td.h-author {width: 260px;}
td.h-title {width: 200px;}
td.h-edition {width: 50px;}
td.h-pub {width: 200px;}
td.h-year {width: 50px;}
td.h-pages {width: 70px;}

/* "d-..." are the classes for the table cells containing the actual data */

td.d-author {color: black;}
td.d-title {font-style: italic;}
td.d-edition {text-align: center;}
td.d-pub {color: black;}
td.d-year {text-align: center;}
td.d-pages {text-align: left;}

col.center {text-align: center;}
dt {font-weight: bold;}
