/* Debugging only:
* {
	border: dotted 1px;
} */

/**************************************
General formatting:
**************************************/
body {
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
	color: black;
	background: white;
	text-align: left;
	padding: 0.3em; /* 10px */
}
          
h1, h2, h3, h4, .sidebar {
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
	background-color: #fff;
	color: #777777;
    text-align: left;
    font-size: 1.5em; /* 18pt */
    padding: 0em;
}

dl {
	font-size: smaller;
}

dt {
	font-weight: bold;
}

h3 {
    font-size: 1em; /* 12pt */
}

h3.docu {
	margin-bottom: 0;
	padding-bottom: 0;
}

h3.docu a {
	text-decoration: underline;
}

blockquote {
    text-align: justify;
}

a {
    text-decoration: none;
}

a:hover, a:active {
	color: #333;
	background-color: #eee;
}

a:visited {
	color: #203cd8;
}

div.entry {
	margin: 0em;
	padding: 0em;
}

.exist-match {
	background-color: #FFFF00;
	font-size: 100%;
}

/**************************************
Formatting of the language selection list:
**************************************/
div.langsel {
    font-size: small;
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
	color: #777;
	text-align: right;
}

div#banner div.langsel {
	display: block;
	font-size: 80%;
	height: 1.4em;
	margin-right: 2px;
}

div#banner div.langsel a {
	display: inline;
	color: gray;
	text-decoration: underline;
}

div#banner table tr td div.langsel a {
	color: #777 !important; /* !important is a hack -
                                couldn't find what to override*/
	font-size: 90%;
	text-decoration: underline;
}

/**************************************
Formatting of the document pages:
**************************************/
body.docu p {
	font-size: 80%;
}

/********************************************
Formatting of the file-not-found error page:
********************************************/
ol.filepaths li {
	font-size: 80%;
}

/**************************************
Formatting of the search form page:
**************************************/

/* Formatting of the search form table: */
table.search {
    font-size: small;
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
}

th.search {
	text-align: right;
	font-weight: bold;
	color: #777;
	padding-right: 0.5em; /* 10px */
	border-right: 0.1em; /* 1px; */
}

td.search {
	width: 90%;
	text-align: left;
	font-weight: bold;
	color: #777;
	padding-left: 0.5em; /* 10px; */
	border-left: 0.1em; /* 1px; */
}

p.srchex {
	font-size: 70%;
	color: #777;
}

p.srchex + ul {
	font-size: 70%;
	color: #777;
}

p.srchex + ul li {
	cursor: pointer;
}

p.samichars {
	font-size: 70%;
	color: #777;
}

/**************************************
Formatting of the search form page - override & extensions
for the editing search form:
**************************************/

body.docu > p {
	margin-top: 0;
	padding-top: 0;
}

div.logged-in {
    font-size: small;
    color: gray;
    line-height: 1em;
}

div.logged-in p {
    margin: 3px;
}

/**************************************
Formatting of the hit list page:
**************************************/

/* The search term printed above the list: */
p.searchterm {
	font-size: 70%;
	color: #777;
}

/* Formatting of the hit list table: */
table.hitlist {
    border: none;
    width: 100%;
    border-collapse: collapse;
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
}

/* The table head: */
th.navtop, th.navbottom {
    border: 1px solid #eee;
    font-size: 70%;
}

tr.result-head {
	background-color: #eee;
    border: 1px solid #eee;
}

/* The table entries - the hits: */

/* slightly highlight every second hit. */
tr.tbleven {
	background-color: #eee;
}

td.hit {
    font-size: 0.85em; /* small */
}

td.hit span.entryword {
	font-weight: bold;
	font-size: 80%;
	margin-left: -1em; /*  */
	margin-bottom: 0.15em; /* 2px; */
	color: #444;
}

td.hit span.collection {
	font-size: 80%;
	color: #777;
}

td.hit a:link {
	color: black;
}

/* td.hit a:visited {
	background-color: #ddd;
} */

span.status {
	font-size: 80%;
	margin-left: 2em;
}

td.hit a {
	border-bottom:  1px dotted;
	padding-bottom: 0px;
}

td.hit span.topic {
	font-size: 80%;
	margin-left: 1em; /* 5px; */
}

/************************************************
Formatting of the hit list, editing page version:
*************************************************/

ul.hitlist {
	padding: 0;
	margin: 0 0 0 20px;
}

td.hit form {
	margin: 0;
}
/*
li, form, ul, table, tr, td, th {
  border: 1px solid #777;
}
*/
li.recordentry {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid silver;
}

li.recordentry span.topic {
	display: inline;
}

li.recordentry a {
	font-size: 80%;
}

li.entryword {
	font-size: 100%;
}

li a span.langcode {
	color: #777;
	font: 130% FreeMono, "Everson Mono Unicode", "Courier New", monospace;
}

li form {
	margin-bottom: 3px;
}

/**************************************
Formatting of term articles:
**************************************/

div.entry h2 {
	margin-bottom: 0px;
	font-variant: small-caps;
	font-size: 100%;
	color: #aaa;
/*	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #aaa; */
}

div.topic {
	margin-left: 2em;
/*	text-transform: capitalize; */
}

div.topic span, span.topic {
	display: block;
	margin-bottom: 0px;
	font-variant: small-caps;
	font-size: 85%;
	color: #aa4;
}

span.top, span.mid, span.botm {
	display: block;
}

span.mid {
	margin-left: 1em;
}

span.botm {
	margin-left: 2em;
}

/* Language header in term records: */
div h3 {
	margin-bottom: 0.3em; /* 5px; */
	font-variant: small-caps;
	border-bottom-style: solid;
	border-bottom-width: 1px; /* thin */
	text-transform: capitalize;
	text-align: left;
}

/* Formatting of the Entry Word + POS, infl. codes: */
/* span.sensetitle further specified in section dictionary articles */
span.statustitle, span.sensetitle {
	font-size: 80%;
	font-variant: small-caps;
	font-weight: bold;
	color: #8AA;
}

span.entryword {
	font-weight: bold;
	font-size: 80%; /* 10px; */;
	padding-left: 1em;
}

span.infl, span.pos {
	font-style: italic;
	color: #666;
	font-size: smaller;
}

/* Formatting of Inflection examples: */
div.inflex {
	padding-left: 2em;
	font-size: 80%;
}

span.inflextitle, span.infltitle, span.Orthography, span.QAChecked {
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	color: #A8A;
}

span.inflextxt {
	font-size: 90%;
	color: #777;
}

/* Formatting of the sense part - definition & synonyms: */
span.deftitle, span.syntitle {
	display: block;
	font-size: 80%;
	font-variant: small-caps;
	font-weight: bold;
	color: #AA8;
	padding-left: 2em;
}			

div.def, div.synonyms {
	margin-left: 3em;
	font-size: 80%;
	color: #777;
}

/* Formatting of the ellapsed search time note */
p.srchtime {
	font-size: 70%;
	color: #777;

}

/* This one seems not to be in use, could not find any (div of) class 'item' */
div.item {
	font-size: 80%;
	padding-right: 10px;
	text-align: right;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 15px;
}
.item { font-size: 80%; }

th, td { /* ns 4 */
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
}

/********************************************
Formatting of term articles - editor version:
*********************************************/

/* Formatting of field labels: */
tr.entryword,
tr.pos,
td.infltitle,
td.inflextitle,
tr.Orthography,
td.OrthVarTitl,
tr.QAChecked {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 80%;
	color: #A8A;
}

tr.QAChecked td table tr td + td {
	font-variant: normal;
	font-weight: normal;
	font-size: 80%;
	color: #A8A;
}

/**************************************
Formatting of dictionary articles:
**************************************/

span.sensetitle {
	margin-left: 1em;
	margin-top: 1em;
	display: block;
}

ol.senses {
	margin-top: 0em;
}

ol.senses li {
	font-family: "Lucida Sans Unicode",
	             "Lucida Grande",
	             "Arial Unicode MS",
	              Arial,
	              FreeSans,
	              Verdana,
	              sans-serif;
}

li a span, div.status {
	font-size: 80%;
}

div.synonyms a, span.entryword a {
	border-bottom: 1px solid silver;
	padding-bottom: 1px;
}

span.entryword a {
	color: #111;
}

div.synonyms a {
	color: #333;
}

div.status {
	color: #8a8;
}

div.status span.status {
	color: #444;
}

form.search {
    border: 1px solid gray;
}

/**************************************
Formatting of changelogs:
**************************************/

div.changelog, span.changelog {
	margin-top: 1em;
	margin-bottom: 0px;
	font-variant: small-caps;
	font-size: 80%;
	color: #aaa;
}

table.changelog {
	margin-left:   1em;
	margin-top:    0.1em;
	margin-bottom: 0.3em;
	font-size: 70%;
	color: #aaa;
    border-left:  1px solid #aaa;
    border-right: 1px solid #aaa;
}

table.changelog tr {
    border-left:  1px solid #aaa;
    border-right: 1px solid #aaa;
}

table.changelog tr th {
    border-bottom:  1px solid #aaa;
}

table.changelog tr th + th, table.changelog tr td + td {
    text-align: left;
	padding-left: 0.5em;
    border-left:  1px solid #aaa;
}

dd ol {
	margin: 0;
	padding: 0;
	padding-left: 1.5em;
}

.non-selected span.title {
	font-size: x-small;
}
