/* dnaber, 2002-11-11 */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #dedede;
}
a:active {
	text-decoration: none;
}

body {
	font-family: verdana, palation, arial, sans-serif;
	font-size:10pt;
/*	font-weight:normal;*/
  	padding:11px;
	border-top:4px double #666;
	border-bottom:1px solid #666;
	line-height:125%;
	background: #FFFFFF;
/*	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 {
	color: #039;
	font-size: 18px;
	font-weight: bold; /*dodano*/
	margin-top: 7px;
	margin-bottom: 2px;
}

.navtable {
	width: 100%;
	background: #eeeeee;
	border: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	padding: 3px;
	color: #039; /*dodano*/
}

.navtable-bottom {
	width: 100%;
	border-width: 1px;
	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;
}

p.firstcompact {
	margin-bottom: 0px;
}

p.compact {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.compact {
	margin-top: 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;
}

/* overview.php */
.supersynsethead {
	font-size: small;
	color: #555555;
}
.supersynset {
	font-size: small;
	color: #777777;
}
.synsetlist {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* a-z.php */
.allchars {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}

/* news archive page */
.newsYearDelimiter {
    background-color:#eee;
    font-weight:bold;
    text-align: right;
}