body {
	margin:0px;
	padding:0px;
}

a {
	color:#101010;
}

a:hover {
	text-decoration:underline;
}


#topBar {
	display:visible;
	}

#statusBar {
	display:visible;
	}

#navigator {
	clear:both;
	background-color:#e5efe0;
	height:17px;
	overflow:hidden;
	color:#009000;
	padding-top:3px;
	padding-left:20px;
}

#navigator a {
	color:#006000;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
}
#navigator a.selected {
	font-style:italic;
	text-decoration:underline;
}

.ev {
	float:left;
	font-size:11px;
	width: 150px;
}

.evLabel {
	float:left;
	font-size:11px;
	line-height: 20px;
}

.evItem {
	float:right;
	font-size:11px;
}

.evInput{
	font-family: Lucida Grande,Tahoma,sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	visibility: visible;
	width: 60px;
}
.evInput_out{
	border:2px solid #FBF9EC;
	background-color: #FBF9EC;
	font-family: Lucida Grande,Tahoma,sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	visibility: visible;
	width: 60px;
}

.kodLabel {
	float:left;
	font-size:11px;
	line-height: 20px;
	padding-left:10px;
}

.kodInput{
	font-family: Lucida Grande,Tahoma,sans-serif;
	border:2px solid #FBF9EC;
	font-size: 11px;
	color: #5C5C5C;
	visibility: visible;
	width: 80px;
}

.clearFloatSpace {
	clear:both;
	height: 5px;
}

.over_class{
	width: 300px;
}