/*
	CREATED 2005-03-24
	Tom De Herdt <http://www.wulfila.be>

*/


h2 {
	/*font-family: 'Verdana'; */
	font-size: 110%; }

.POS, .analysis {
	text-transform: lowercase; }

.lemma {
	font-weight: bold;}

.translation {
	font-style: italic; color: #444444;}

.ambiguous {
	color: #FF5B01;}  /* nice color: #AD8031;*/

#note {
	border-top: 3px solid #FFEDDD; 
	margin-top: 2em;}

strong.current {
	color: #640000; } /* current token in context */

div#body div {
	border-radius: 1em; 
	border-top: 1px solid #F6F6F6; 
	border-right: 1px solid #DFDFDF; 
	border-bottom: 1px solid #DFDFDF; 
	border-left: 1px solid #F6F6F6;
	margin-top: 1em; 
	padding-left: 1em; 
	padding-right: 1em; 
	background-color: #F6F6F6;
	padding-bottom: 1em;
	padding-top: 0;}
dt {display: none;}

a.unknown {color: orange;}
em:lang(got) {color: olive;}
.gothic {color: #7D634B;}

div#context p.navigation a {
	padding: 1px 4px 1px 4px;}
div#context p.navigation a:hover {
	padding: 1px 3px 1px 3px; 
	border: 1px solid gray;
	background-color: #FAFAFA;}
div#context p.navigation a:link, div#context p.navigation a:visited, div#context p.navigation a:visited:hover, div#context p.navigation a:active {
	color: maroon; 
	text-decoration: none;}
	
div#context p.navigation {
	text-align: right; 
	font-family: sans-serif; 
	font-size: smaller;
	margin-bottom: 0; 
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0; }

dl {margin-bottom: 0em;}/* distance between context and navigation */

span.subtoken {font-family: monospace; border: 1px solid #DFDFDF; background-color: white; padding: 0.2em; margin-left: 0; margin-right: 0;}
span.subtoken-index {font-family: monospace; border: 1px solid #DFDFDF; background-color: #EEEEEE; padding: 0.2em; margin-left: 0; margin-right: 0;}

@media print {
	div#body {
		margin: 0 0 0 0.5cm;
		padding: 10px 10px 10px 10px; }
	div#body div {
		background-color: white;
		border: 0;
		padding: 0;
	}
	div#footer {
		font-size: 8pt;
		margin: 0 0 0 0.5cm;
		padding: 10px 10px 10px 10px; }
	div#context p.navigation {
		display: none; }
}
/*
#ana {background-color: #FDFAFA;	-moz-border-radius: 1em; 
	border-bottom: 1px solid #EEEEEE; 
	border-left: 1px solid #DFDFDF; 
	border-top: 1px solid #DFDFDF; 
	border-right: 1px solid #EEEEEE; }
	
dl.text {background-color: #FDFAFA;	-moz-border-radius: 1em; 
	border-bottom: 1px solid #EEEEEE; 
	border-left: 1px solid #DFDFDF; 
	border-top: 1px solid #DFDFDF; 
	border-right: 1px solid #EEEEEE; padding: 0.6em;}*/
	
	.status-ok {font-style: normal; color: green;}
	.status-ambiguous {font-style: normal; color: orange;}
	
#lemmata {list-style-type: bullet; margin-left: 1em; padding-left: 0;}
#lemmata.subtokens {list-style-type: none;}
#lemmata li {margin-bottom: 1em; }
#lemmata li ul li {margin-bottom: 0; }
li.analysis {list-style-type: square;}
