﻿a.NavigationButton {
	width: 107px;
	display: block;
	height: 20px;
	font-size: 11px;
	float: left;
	color: #fff;
	text-align: center;
	margin-right: 1px;
	padding-top: 3px;
	background: #596F78;
	border-bottom: 1px solid #fff;
}

a.NavigationButton:hover {
	background: #DCE7ED;
	color: #000;
}

a.NavigationButtonActive {
	width: 107px;
	display: block;
	height: 20px;
	font-size: 11px;
	float: left;
	color: #000;
	text-align: center;
	margin-right: 1px;
	padding-top: 3px;
	background: #DCE7ED;
	border-bottom: 1px solid #fff;
}

.SearchMask {
    clear: both;
    width: 580px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    margin-top: -15px;
}

.SearchMaskInput {
    border: solid 1px #596F78;
    background: white;
    font-size: 11px;
    padding: 3px;
}

.SearchMaskSelect {
    border: solid 1px #596F78;
	background: white;
    font-size: 11px;
    padding: 2px;
}

.SearchMaskButton {}

.HitListItem p {
    font-size: 11px;
}

.HitListItem h2, .HitListItemContainerContent h2 {
    font-size: 13px;
}

.HitListFooter {
    width: 580px;
    font-weight: bold;
    height: 30px;
}

.DetailBack {
    width: 580px;
    font-weight: bold;
    height: 30px;
    margin-top:15px;
    padding-top:4px;
    font-size:11px
}

.DetailBack a {
    padding: 10px;
}

.HitListFooter {
    font-size: 11px;
}


.HitListFooter a {
    font-size: 11px;
    text-decoration: underline;
}

.FlashMap {
    margin-top: 15px;
}

.HitListItem {
	width: 500px;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.HitListItemContainerHead, .HitListSearchContainerHead {
    width: 580px;
    height: 8px;
    background: #DCE7ED;
}

.HitListItemContainer {
    width: 580px;
    background: #DCE7ED;
}

.HitListSearchContainerHead {
    background: #DCE7ED;
}

.HitListItemContainerContent {
    padding: 0px 10px 10px 10px;
}

.CssLabel {
	float: left;
	width: 120px;
	padding-top: 3px;
	display: block;
}
