/* 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;
}

/* admin: */
.light {
	color: #666666;
}
.timewarn {
	color: #cc4444;
	font-weight: bold;
}
