a.menu {
	color: black;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

.not_count {
	position: relative;
	top: -4px;
	font-size: 75%;
	color: blue;
}

.blink {
	border: 1px solid red !important;
}

.bordered {
	border: 1px solid silver;
}

.centered {
	text-align: center;
}

.cleaner {
	clear: both;
}

.content {
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
	position: relative;
}

.error {
	color: red;
}

.fl {float: left;}

.footer {
	padding-left: 12px;
	text-align: left;
	width: 100%;
	border-top: 1px solid black;
}

.fr {float: right;}

.helper {
	font-size: 75%;
	color: gray;
}

.helper.black {
	color: black;
}

.hov:hover {
	color: black;
}

.link {
	text-decoration: underline;
}

.main {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid black;
	display: block;
	margin: 10px auto 10px auto;
}

.map_holder {
	position: relative;
	border: 1px solid silver;
	margin: 0px;
	padding: 0px;
}

.map_object {
	position: absolute;

	margin: 0px;
	padding: 0px;
}

.news_form {
	overflow-y: scroll;
	overflow-x: inherit;
	height: 200px;
	padding: 2px;
}


.titler {
	text-align: center;
	background-color: gray;
	color: white;
	font-weight: bold;
}

.top {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid black;
}

.ttp {
	display: none;
}

span.tooltip {
	color: purple;
}

.tooltip_body {
	width: 350px;
	background: white;
	border: 1px solid purple;
	padding: 2px 4px;
}
