/** Stylesheet for Digital Numismatic Library */

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

H1 { text-align: center }
H2 { text-align: center }

TD.coins
{ color: black; background: #dcdcdc }

.plate { text-align: center; font-style:italic; font-weight: bold }

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

/** Retrograde text rendered mirrored.  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 }

/** Text that is in Polytonic Greek */
.g { color: #4B0082 }

.footnote { font-size: smaller }

/** Commentary (new to Digital H.N.) */
.comment { font-family: sans-serif; font-size: small; color: darkblue; font-style: italic }

/** Commentary (new to Digital H.N.) */
.corr { color: darkgreen }

DIV.pagenum
{ text-align: right }

a.lbutton {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
}
a.lbutton:link { 
	background-color: green; 
	color: #FFF;
	text-decoration: none;
	}
a.lbutton:visited {
	background-color: green; 
	color: #fff;
	text-decoration: none;
	}
a.lbutton:hover { 
	background-color: green; 
	color: yellow;
	border-color: black white white black;
	text-decoration: none;
	}
a.lbutton:active { 
	background-color: green; 
	color: red; 
	text-decoration: none;
	}
