@import url(head.css);
@import url(word.css);
@import url(normal.css);
@import url(concord.css);


/* DEFAULT FONT SIZE: font-size:10pt; for copy/paste into Word. */
.textline, .line-number, .side-label, .header, .body, p
{
/*
	font-size:10pt;
*/
}
/* Adjust font-size of head.css: .title, .sec-title, .genlist .  */

/*******************************************/
/*******************************************/
body
{
	margin-top:.25in;
	margin-left:.25in;
	margin-right:.25in;
	margin-bottom:.25in;
}

.column
{
	font-family:Arial, sans serif;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

.line-number
{
	font-family:Arial, sans serif;
	text-align:right:
}
.side-label
{
	font-family:Arial, sans serif;
}

/*******************************************/
/* FONT CONTROL: text lines *********************/
.textline, .syllable, .phoneme
{
/*
	font-family:BaTimesAkkad, serif;
*/
}


/*******************************************/
/* SIGN VALUES & ELEMENTS *********************/
.logogram
{
	font-variant:small-caps;
	color:darkred;
	font-style:normal;
}

.mark
{
	color:purple;
	font-style:normal;
}

.unk
{
	color:black;
	font-style:normal;
}

.phoneme
{
	font-style:italic;
}

.syllable
{
	color:darkblue;
	font-style:italic;
}

.determinative
{
	vertical-align:super;
	color:darkgreen;
	font-style:normal;
	font-size:90%;
}

.divider
{
	color:orange;
	font-style:normal;
}

.det-divider
{
	vertical-align:super;
}

.index
{
	font-style:normal;
	font-size:90%;
	vertical-align:sub;
	color:gray;
}

.det-index
{
	font-style:normal;
	color:gray;
	/* HACK: Sub-in-super is not supported (just undoes).
		So, put det. index on superscript line, but make it a little smaller. */
	vertical-align:super;
	font-size:80%;
}

.seg-sub
{
	font-size:90%;
	vertical-align:sub;
}

/*******************************************/
/* REPLACEMENT NOTATION **********************/

/* gc, rc: Graphical or reading characteristic (defective or uncertain). */
.replace-flag, .gc-rc-flag
{
	font-style:normal;
	font-weight:normal;
	color:black;
	vertical-align:super;
	font-size:100%;
}

/* Brackets used in replacements. */
.repl-br
{
	font-style:normal;
	font-weight:normal;
}

/**************************************************/
/* BRACKETING: DAMAGE, ERASURE, ADDITION, OMISSION *******/
.dmg-part
{
	font-style:normal;
	font-weight:normal;
}

.dmg-full
{
	font-style:normal;
	font-weight:normal;
}

.det-br
{
	vertical-align:super;
}

.erase-br
{
	font-style:normal;
	font-weight:normal;
}

.addition-br
{
	font-style:normal;
	font-weight:normal;
}

.omission-br
{
	font-style:normal;
	font-weight:normal;
}
/*******************************************/

