/* CSS Style-sheet for Muhlenberg Papyri OnLine */
/* Formulated in July 2008 by Peter Gavin Ferriby, Ph.D. for Trexler Library, Muhlenberg College */
/* Each papyrus document in Grenfell & Hunt is divided into title; description; edition (text + apparatus); translation; commentary */
/* This style sheet is divided to make sense of those divisions in the papyrus documents as presented in Grenfeel & Hunt */
/* ------------------------------------------- */

.body {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Title: Document assigned title, assigned date, and papyrus measurements in div type="description" */
.papyrus_number {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

.table{
	background-color:#E1E1E1;
}
	
.papyrus_title {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
.measurements {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

/* Styles for div type="description" */
.description {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.O_Pap_number {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
/* Styles for div type="edition" */
.edition_text {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* "erasure" used for ancient erasures, tagged as <corr? */
.erasure {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C62D47;
}
.fragment_end {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.gap {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #66CC33;
}
.handshift {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
}
/* "illegible" used for points where a letter is known but cannot be distinguished */
.illegible {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	color: #AC58FA;
}
/* "omission" used for letters omitted anciently by intention or error and not because of physical decay */
.omission {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	background-color: #FFFFFF;
}
/* "solution" used for letters in parentheses as standard abbreviations */
.solution {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #DF0174;
	}
/* "superfluous" used for letters incorrectly included by ancient scribe */
.superfluous {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #C62D47;
	background-color: #FFFFFF;
}
.supplied {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}
.supralinear {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.supralinear_handshift {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	color: ##000000;
}
.text_note {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* "unclear" used for letters assigned by Grenfell & Hunt but indicated by a sublinear dot */
.unclear {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #045FB4;
}
/* apparatus styles */
.apparatus {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* translation and commentary styles */
.translation_commentary {
	font-family: Vusillus, "Courier New", Verdana, "Arial Unicode MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

