/** Stylesheet for Historia Numorum */

/** Properties for main text */
BODY 
{ font-family: Georgia, "Times New Roman", Times, serif; color: black; background: white; text-align: justify }

/** Properties for tables. (Don't use this.  Use TABLE.undone, 
    TABLE.coins, or TABLE.simple. */
TABLE 
{font-family: Verdana, Arial, Helvetica, sans-serif; color: black; background: #dcdcdc; border: 1px black; width: 80% }

/** Legends on coins. */
.legend { font-family: monospace; font-weight: bold }

/** City names.  Use this for the initial entry, not any time the city
    name is bold.  */
.cityname { font-weight: bold }

/** The names of rulers.  Use this for the initial entry, not any time the
    dynast's name is bold. */
.dynast { font-weight: bold }

/** The names of tribes.  Use this for the initial entry, not any time the
    tribes's name is bold. */
.tribe { font-weight: bold }

/** The name of the city in modern times.  (Experimental; Few pages use this.) */
.moderncity { font-style: italic }

/** Center above table */
.thead { text-align: center; font-weight: normal; font-style: italic }

/** A date range in a table. (Experimental; Few pages use this.) */
.daterange { text-align: center; font-weight: normal; font-style: italic }

/** A figure/picture */
.figure { text-align: center }

/** Text that has been transliterated from Greek to latin letterforms. */
.greek { font-style: italic; color: #4B0082; display: inline }

/** Text that is in Polytonic Greek */
.g { display: inline }

/** A section heading. */
.sectionhead { font-weight: bold; font-size: large }

/** A subsection heading */
.subsection {font-weight: bold }

/** A sub-subsection heading */
.sect { text-align: center }

/** An unfinished/unformatted table.  Tables can be marked with this to
    show they still need proper cell layout. */
TABLE.undone
{font-family: Verdana, Arial, Helvetica, sans-serif; color: black; background: #b0c4de; border: 1px black; margin-left: auto; margin-right: auto }

/** Properties for tables. */
TABLE.coins
{font-family: Verdana, Arial, Helvetica, sans-serif; color: black; background: #dcdcdc; border: 1px black; width: 80%; margin-left: auto; margin-right: auto; border-style: none; border-collapse: collapse; }

TR
{ vertical-align: top; text-indent: -1em; }

TR.vcent
{ vertical-align: middle; }

TD
{ padding-left: 1.2em; padding-right: .2em  /*border-right: thin solid black;*/ }

/** Simple tables, as wide as the page. */
TABLE.simple
{ margin-left: auto; margin-right: auto; background: white; font-family: serif; color: black; width: 100% }

/** Simple, narrow tables, the same color as regular text */
TABLE.nsimple
{ background: white; font-family: serif; color: black; width: auto }

/** Simple, narrow tables, the same color as coin tables. */
TABLE.ncsimple
{ background: white; font-family: serif; color: black; width: auto; background: #dcdcdc }

DIV.denom
{ text-align: right }

TD.simple
{
 padding-left: 0em; padding-right: 0em; text-indent: 0em
}

/** Use the Numismatica 8-bit test font, see http://www.parthia.com/font_standard.htm */
.n8 { font-family: "Numismatica Beta Test" }

/** 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 { color: red; unicode-bidi: bidi-override; direction: rtl }

/** Entries in index */
.i1 { padding-left: 1.5em; text-indent: -1.5em; margin-top: 0 }
.i2 { padding-left: 3em; text-indent: -1.5em; }
.i3 { padding-left: 4.5em; text-indent: -1.5em; }
.i4 { padding-left: 6em; text-indent: -1.5em; }

/** Large */
.large { font-size: large }

.invis { visibility: hidden }
