@charset "iso-8859-1";
/*
 * Style sheet for the Parthia.com web site
 * 
 * 28 Dec 2002 - Initial file by Chris Hopkins www.parthia.com
 * 11 Jan 2007 - conversion to Microsoft Expression Web
 * 14 Feb 2007 - special "font-less" css for the Greek Unicode tests
 */
/* ------------------------------------------ */
a:link {
	color: #0000FF; /* Blue */
	background-color: inherit; 
}
a:active {
	color: #FF0000; /* Red */
	background-color: inherit; 
}
a:visited {
	color: #990000;
	background-color: inherit; 
}
a:hover {
	color: #FF0000; /* Red */
	background-color: inherit;
}
body {	font-weight: normal;
	font-style: normal;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	background-image : url("../images/papyrus.gif");
	background-repeat: repeat;
}
html {
}
button {
	background-color: #333333;
	color: #FFFFFF; /* white */
	border-top-style: solid;
	font-style: normal;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	border-left-width: 1pt;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-right-style: solid;
}
caption {
	color: #333333;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-style: normal;
	background-color: inherit; 
}
/* ------------------------------------------ */
/*  hr replacement with a graphic image 
  (see: http://www.sovavsiti.cz/css/hr.html and http://ppewww.ph.gla.ac.uk/~flavell/www/hrstyle.html#conc)
  Use this code snippet for horizontal line on web page:
         <div class="hr"><hr></div>*/
div.centered {
	margin: 0 auto;
	text-align: center;
}
div.hr {
  height: 10px;
  background: url('../images/hr.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}
/* ------------------------------------------ */
fieldset {
	color: #000000; /* black */
	border-top-width: 1pt;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1pt;
	border-left-style: solid;
	border-bottom-width: 1pt;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	border-right-width: 1pt;
	font-style: normal;
	border-bottom-style: solid;
	background-color: inherit; 
}
h1 {
	font-weight: bold;
	font-style: normal;
	color: #660000;
	text-align: center;
	vertical-align: middle;
	background-color: inherit; 
}
h2 {
	font-weight: bold;
	font-style: normal;
	color: #666600;
	text-align: center;
	vertical-align: middle;
	background-color: inherit; 
}
h3 {
	font-weight: bold;
	font-style: normal;
	color: #CC3300;
	text-align: left;
	vertical-align: middle;
	background-color: inherit; 
}
h4{
	font-weight: bold;
	font-style: normal;
	color: #996600;
	text-align: left;
	vertical-align: middle;
	background-color: inherit; 
}
h5 {
	font-weight: bold;
	font-style: normal;
	color: #CC3333;
	text-align: left;
	vertical-align: middle;
	background-color: inherit; 
}
h6 {
	font-weight: bold;
	font-style: normal;
	color: #660066;
	text-align: left;
	vertical-align: middle;
	background-color: inherit; 
}
il {
	list-style-image: url('../images/bull2_papyrus.gif');
}
img {
	border: 0px
}
img.mainbanner {
	margin-bottom: 4px; 
	width:600px;
	height:60px;
}
img.navbutton {
	margin-bottom: 2px;
	width:100px;
	height:20px;
}
/* coin image thumbnail for both tables and in text */
img.thumbnail {
	float: left;
	vertical-align: text-top;
	padding: 5px 10px 0px 10px;
}
label {
	color: black;
	background-color: inherit; 
}
li {
	text-indent: 0px;
}
legend {
	color: #333333;
	font-style: normal;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	background-color: inherit; 
}
marquee {
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
}
p {
}
select {
	color: black;
	border-style: solid; 
	font-style: normal;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	background-color: white; 	
}
/* --------------------------------------------------------------------- */
/* DATA TABLE DEFINITIONS
/*
/* Standard data table for Parthia.com
/* Three nested tables with sans serif font for tabular data
/* --------------------------------------------------------------------- */
table.dataoutside {  /* outside table for nesting */
	/* set width in html */
	margin: 0 auto;
	border-collapse: collapse;
	padding: 0px;
	background-color: inherit;
}
/* -------------- */
table.datamiddle {  /* middle table for nesting and including text */
                    /* use p.data-p for text associated outside the data table */
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	padding: 5px;
	background-color: inherit; /* or change to white or #FFFFE0 (LightYellow) */ 
}
p.data-p {
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-size: .82em; 
	vertical-align: top;
}
/* -------------- */
table.datatable {  /* this is the primary data table */
	/* set width in html if not constrained by outer tables */
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px maroon solid;
	border-left: 1px silver solid;
	border-right: 2px black solid;
	border-bottom: 1.5pt solid black;  /*  1.5pt solid black; */
	background-color: #FFFFE0; /* LightYellow */
	color: black;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-size: .82em;
}
td.data-td-border {
	width: 100%;
	padding: 5px;
	vertical-align: top;
}
td.data-td {
	/* set width in html */
	border: 1px silver solid;
	padding: 3px;
	vertical-align: top;
}
th.data-th-horiz {
	/* set width in html */
	border-left: 1px silver solid;
	border-right: 1px silver solid;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	padding: 3px;
	background-color: maroon;
	color: #FFFFE0; /* LightYellow */
	text-align: center;
	vertical-align:middle;
}
th.data-th-vert {
	/* set width in html */
	border: 1px silver solid;
	vertical-align: middle;
	padding: 3px;
	font-weight: bold; 
}
/* --------------------------------------------------------------------- 
 *
 * KEYCHART TABLE DEFINITIONS
 *
 * --------------------------------------------------------------------- */
table.keychart {
	margin: 0 auto;
	border-collapse: collapse;
	padding: 5px;
	border: 1px black solid;
	color: black;
}
table.keychart tr {
	height: 42px;
}
table.keychart th {
	font-size: 8pt;
	width: 42pt;
	border: 1px black solid;
	padding: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF; /* or change to #FFFFE0 (LightYellow) */;
}
.keychart th.clear {
	width: 24pt;
	border: 0px;
	padding: inherit;
	height: inherit;
	text-align: center;
	vertical-align: middle;
	background-color: inherit; /* or change to #FFFFE0 (LightYellow) */;
}
table.keychart td {
	font-size: 14pt;
	width: 42pt;
	height: 42px;
	border: 1px black solid;
	padding: inherit;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF; /* or change to #FFFFE0 (LightYellow) */;
}
.keychart td.transcription {
	font-weight: normal;
	width: 42pt;
	border: 1px black solid;
	padding: inherit;
	height: 42px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF; /* or change to #FFFFE0 (LightYellow) */;
}
table.keychart td.clear {
	/*	height: 32px; */
	width: 24pt;
	height: 42px;
	border: 0px;
	padding: 3px;
	vertical-align: middle;
	text-align: center;
	background-color: inherit;
}
/* --------------------------------------------------------------------- */
/* END DATA TABLE DEFINITIONS
/* --------------------------------------------------------------------- */
/* the theme table assumes left alignment and 100% width */
table.theme {
	border-color: #660000;
	border-collapse:collapse;
	vertical-align: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
/* the biblio table assumes center alignment and 100% width */
table.biblio {
	border-width:0px;
	width:100%;
	margin: 0 auto;
	border-collapse:collapse;
	border-spacing:5px;
}
/* the catalog table assumes center alignment and 80% width */
table.catalog {
	border-width:0px;
	width:80%;
	margin: 0 auto;
	border-collapse:collapse;
	border-spacing:5px;
}
td {
	text-align: left;
/*	border-color: #660000; */
}
/* A 5% spacer cell */
td.biblio-5-spacer {
	width:5%;
	text-align:left;
	vertical-align:top;
}
/* A 15% spacer cell */
td.biblio-15-spacer {
	width:15%;
	text-align:left;
	vertical-align:top;
}
td.biblio-abstract {
	width:90%;
	text-align:left;
	font-size: smaller;
	vertical-align:top;
}
td.catalog-text {
	width:70%;
	text-align:left;
	vertical-align:top;
}
td.catalog-photo {
	width:30%;
	text-align:center;
	vertical-align:top;
}
td.centered {
	text-align: center;
	border-color: #660000;
}
textarea {
	color: black;
	font-style: normal;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	background-color: inherit; 
}
th {
	font-style: normal;
	border-color: #660000;
}
ul {
	list-style-image: url('../images/papbul1a.gif');
	font-style: normal;
}
ul ul {
	list-style-image: url('../images/papbul2a.gif');
}
ul ul ul {
	list-style-image: url('../images/papbul3a.gif');
}
.alternatetext {
	color: #996600;
	font-style: normal;
	font-weight: bold;
	background-color: inherit;	
}
.blueboldtext {
	color:blue;
	font-style: normal;
	font-weight: bold;
	background-color: inherit; 
}
.textcentered {
	text-align:center;
	font-style: normal;
	background-color: inherit;	
}
/* ------------------------------------------ */
/* Use Unicode san-serif font for displaying Greek legends 
 * Currently, these supposrt all required Greek characters:
 * Sans serif: "Microsoft Sans Serif" (but not Line 4 characters) Tahoma?
*/
.GreekLegend {
	font-family: "Segoe UI","Microsoft Sans Serif","Arial Unicode MS",Arial,Helvetica,sans-serif; 
	font-weight: normal;
}
.GreekLegendRetro { 
	unicode-bidi: bidi-override; 
	direction: rtl; 
	color: red;
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
}
.GreekMonogram { 
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-weight: normal;
	text-decoration: overline; 
}
.GreekText { 
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-weight: normal;
}
/* Use the Numismatica 8-bit test font, see http://parthia.com/fonts/font_standard.htm */
.n8 { 
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
}
.n8-overln {
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	text-decoration: overline; 
	color: inherit;
	background-color: inherit; 
}
.n8retro { 
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	unicode-bidi: bidi-override; 
	direction: rtl;
	color: red;
	background-color: inherit;
}
.n8retro-overln {
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	text-decoration: overline; 
	color: inherit;
	background-color: inherit; 
}/* Overline text.  We render in red as a warning that things aren't quite right yet.  */
.overln {
	text-decoration: overline; 
	color: inherit;
	background-color: inherit; 
}
.photo-credit-right {
	margin-top: 0px;
	text-align: right;
	font-size: x-small;
}
.lightbrowntext {
	color: #CC9900;
	font-style: normal;
	background-color: inherit;
}.reddishbrowntext {
	color: #CC3300;
	font-style: normal;
	background-color: inherit;
}
/* Retrograde text rendered mirror in H.N.  Unfortunately, we don't have
 a retrograde font.  We also depend on bidi-override, an obscure property.
 We render in red as a warning that things aren't quite right yet.  */
.retrog { 
	unicode-bidi: bidi-override; 
	direction: rtl;
	color: red;
	background-color: inherit;
}
.extra-extra-largetext {
	font-size: xx-large;
}
.extra-largetext {
	font-size: x-large;
}
.largetext {
	font-size: large;
}
.smalltext {
	font-size: small;
}
.extra-smalltext {
	font-size: x-small
}
.transcription { 
/*	font-family: NO FONT FAMILY IS DECLARED ON THIS CSS */
	font-weight: normal;
}
.warningtext {
	color:red;
	font-style: normal;
	font-weight: bold;
	background-color: inherit; 
}
#centermenu {
    width:500px;
    margin:0 auto;
}
