/* dnaber, 2002-11-11 */

body {
	font-family: sans-serif;
}

.myhover:hover {
	background: #bbbbbb;
}

.myhoverbright:hover {
	background: #dddddd;
}

.okay {
	font-weight:bold;
	background-color: #94ef94;
	padding: 5px;
}

.error {
	font-weight:bold;
	background-color: #ff3567;
	padding: 5px;
}

/* e.g. non-clickable ">> next" link: */
.inactive {
	color: #777777;
}

h1 {
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 2px;
}

.navtable {
	width: 100%;
	background: #eeeeee;
	border: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	padding: 3px;
}

.bsp {
	color: #555555;
	font-weight: bold;
}

.shortcut {
	color: #555555;
	font-weight: bold;
}

.inp {
	color: #555555;
	font-weight: bold;
}

.kA {
	color:#666666;
}

.newsdate {
	font-weight: bold;
	color:#666666;
}

/* edit actions: */
.added {
	font-weight: bold;
	color: green;
}

.removed {
	font-weight: bold;
	text-decoration: line-through;
	color: red;
}

/* "[+]" on tree.php */
.openplus {
	text-decoration: none;
}

.anonymous {
	color: #777777;
}

.naviusername {
	font-weight: bold;
	color: #666666;
}

ul.tree {
	list-style: none;
}

/* search keyboard settings */

.search_keyboard a {

	padding: 0px 3px;

	border: 1px outset #ddd;

}

.search_keyboard a:hover {

	border: 1px inset #ddd;

}

/* a-z.php */
.allchars {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

.wiktionarymeaning {
	font-weight:bold;
	color: #666666;
}

.wiktionarymeaningref {
	color: #666666;
}

.wiktionarylicense {
	font-size: small;
	color: #888888;
	list-style: none;
}

.wikilicenselink {
	font-size: small;
	color: #555555;
}
