body {
	font-family: "Lucida Grande","Trebuchet MS";
	font-size: 0.7em;
	color: #000000;
	background: #FFFFFF;
	line-height: 1.3em; /* 1.125em*/
}
h1, legend {
	background: url(../gfx/header.png) no-repeat;
	font-family:"Lucida Grande","Trebuchet MS", "myriad pro", "helvetica neue", helvetica, "Trebuchet MS", arial;
	font-size: 1.3em;
	line-height: 26px;
	padding-left: 10px;
	padding-top:8px;
	padding-bottom: 12px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.3em;
	line-height: 20px;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1.1em;
	line-height: 20px;
	padding-top:8px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
p.message {
	background:#FFE2AF;
	padding: 4px;
	margin:0;
}

a {
	white-space:nowrap;
	color: #286A93;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
iframe {
	border: none;
}
iframe.drop_in {
	background: white;
	border-bottom: 2px solid #B4D68B;
	border-left: 2px solid #B4D68B;
	border-right: 2px solid #B4D68B;
	margin-top: 2px;
	-moz-border-radius: 0 0 8px 8px;
}
/* the lists */
ul.tags {
	margin-left:0;
	padding-left: 0;
	background: white;
}
ul.tags li {
	display: block;
	float: left;
	background: white;
	margin-right: 2px;
}
ul.tags li a {
	float: left;
	display: block;
}
table.list {
	width: 294px;
}
table.list td {
	vertical-align:top;
}
td.name {
	padding-left:3px;
}
td.name a{
	font-size: 1.15em;
	font-weight:600;
	color:#000000;
	text-decoration:none;
	white-space:normal;
}
td.name a:hover {
	text-decoration:underline;
}
tr.title td {
	padding-top: 9px;
}
td.tags {
	font-size: 1.0em;
	padding-left: 3px;
}
tr.tags td {
	font-size: 1.0em;
	padding-bottom: 9px;
}
tr.tags a, ul.tags a {
	text-decoration:none;
	color:#666666;
	padding-right:1px;
}
tr.tags a:hover, ul.tags a:hover {
	text-decoration:underline;
}
td.author {
	text-align: right;
	padding-bottom: 1em;
}
#footer a{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
.wish, .like, .dislike, .tag, .add, .unwish {
	width: 18px;
}
.wish a, .like a, .dislike a, .tag a, .add a, .unwish a, .delete a, a.delete, a.compress, a.expand, .add_comment a {
	width: 18px;
	height: 15px;
	background: url(../gfx/evj-iconer-colors.png);
	display: block;
}

.wish a span, .like a span, .dislike a span, .tag a span, .add a span, .unwish a span, .delete a span, a.delete span {
	display: none;
}
a.with_text {
	padding-left: 20px;
}
.box a.with_text span {
	background: #DEFFC5;
	display: inline;
}
a.expand, a.compress {
	padding-left: 20px;
	margin-right: 30px;
	float: right;
}
a.expand span, a.compress span{
	background: white;
}
.add_comment a{ 
	background-position: 0px -190px;
	padding-left:20px;
}
p.add_comment span{
	background-color:#DEFFC5;
}

.wish a {/* R1 R2 R3 -37, R4 56, R5 -75*/
	background-position: 0px -117px;
}
.unwish a {
	background-position: 0px -60px;
}
.like a {
	background-position: 0px -146px;
}
.dislike a {
	background-position: 0px -87px;
}
.tag a {
	background-position: 0px -132px;
}
.add a {
	background-position: 0px -73px;
}
.delete a, a.delete { 
	background-position: 0px -103px;
}
a.expand { 
	background-position: 0px -44px;
}
a.compress { 
	background-position: 0px -30px;
}
.add_comment a:hover{ 
	background-position: -38px -190px;
	text-decoration:underline;
}

.wish a:hover {
	background-position: -75px -117px;
}
.unwish a:hover {
	background-position: -75px -60px;
}
.like a:hover {
	background-position: -75px -146px;
}
.dislike a:hover {
	background-position: -75px -87px;
}
.delete a:hover, a.delete:hover {
	background-position: -75px -103px;
}
.tag a:hover {
	background-position: -75px -132px;
}
.add a:hover {
	background-position: -75px -73px;
}
a.expand:hover { 
	background-position: -75px -44px;
}
a.compress:hover { 
	background-position: -75px -30px;
}
.show_article ul.tags  a {
	text-decoration:none;
	}
.show_article ul.tags  a:hover {
	text-decoration:underline;
	}
/*
tr.odd td {
	background: #EDF4E4;  original:EBFFD4    lukas:DEFFC6
}


tr.odd:hover {
	background: #EDF4E4; 
}
tr.even:hover {
	background: #EDF4E4; 
}*/
/* Forms */
input.text, textarea {
	border: 1px solid #BCBCBC;
	background: white;
	margin-bottom: 4px;
}
fieldset {
/*	width: 300px; */
	border: none;
	border-bottom: 1px solid #A3A3A3;	
}
legend {
	padding-right: 200px;
}
form.add_new_article {
	padding:5px;
	width:200px;
}
form.add_new_article label {
	width: 80px;
	float: left;
	display: block;
}
input.question {
	width: 300px;
}
input.tinyint {
	width: 50px;
	text-align: right;
	font-family:mono;
}
div.question {
	clear: both;
}
.survey textarea {
	width: 250px;
	height: 150px;
}
.survey label {
	display: block;
	cursor:pointer;
	padding:5px;
}
.survey label h3{
	display: inline;
}
.survey label:hover {
	background:#DEFFC5;
}
.survey h2 {
	width: 610px;
}
.survey im {
	margin-bottom:10px;
}
.survey div.option {
	width: 310px;
}
div.submit {
	clear: both;
}
.survey div.active {
	position: absolute;
	left: 45px;
	top: 200px;
	z-index: 10;
}
.survey div.inactive {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index:1;
}
input.valid {
	background:url(../gfx/input_bg.png) right -5px no-repeat #97FEAA;
	color: black;
}
input.invalid {
	background:url(../gfx/input_bg.png) right -31px no-repeat #97FEAA;
	color: black;
}
input.valid:focus {
	background-position: right -57px;
	background-color: white;
}
input.invalid:focus {
	background-position: right -83px;
	background-color: white;
}
input.disabled {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity = 60);
}
div.register {
	margin-left: 10px;
}

/* Diverse */
.flashback {
	background: white;
}
.editable {
	min-height: 1em;
	background: #f8f8f8;
}
.highlight {
	border: 1px solid #ddd;
}
.debug {
	display: none;
}