div.clickmap:hover {
	cursor:pointer;
}

div.clickmap {
	margin: 0 auto 0 auto;
	width: 1em;
	height: 1em;
	background-image: url("images/map.png");
	background-repeat: no-repeat;
    background-size: 1em 1em;
}

table {
	display: none;
	width: 100%;
}

table tr.odd {
	background: #cddfe8;
}

table tr.even {
	background: #f8fafb;
}

table tr td.mark {
	border-bottom: 3px Solid white;
}

table th {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px Solid black;
}

table td {
	padding: 2px 5px 2px 5px;
	text-align: center;
}

table td#start, td#end {
	width: 120px;
}

table td#nsta {
	width: 85px;
}

table td#description {
	padding: 2px 15px 2px 5px;
	text-align: left;
}

#stations table td#description {
	font-size: 90%;
}

#controls {
	text-align: center;
}

ul {
	list-style: none;
}

#network ul {
	list-style: none;
}

#station ul {
	list-style: none;
}

#network ul li {
	padding: 0;
	margin: 0;
}

#station ul li {
	padding: 0;
	margin: 0;
}

#map {
	margin: 5px auto 10px auto;
	width: 100%;
	display: block;
	height: 350px;
}

#loading {
	text-align: center;
}

#loading div.loadingimg {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50px;
	height: 50px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-size: 50px 49px;
}

#station {
	width: 100%;
}

#channels table tr#sensor td{
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

#controls input {
	margin: 0 0 0 10px;
}

.label {
	font-weight: bold;
}

div.popupphoto {
	float: right;
	width: 120px;
	height: 71px;
	text-align: center;
	background-repeat: no-repeat;
}

div.siphoto {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	border: 1px solid white;
	text-align: center;
	background-size: 180px;
	background-clip: border-box;
	background-repeat: no-repeat;
}

div.hvphoto {
	width: 60x;
	height: 100px;
	float: left;
	text-align: center;
	margin-left: 2px;
	border: 2px solid white;
	background-image: url('../../../assets/hvsr/hvsr.png');
	background-repeat: no-repeat;
	background-clip: border-box;
	background-size: 60px;
	cursor:pointer;
}

div.hvphoto p {
	background: gray;
	border-radius: 5px;
	opacity: 0.8;
	margin-top: 65px;
	font-size: 0.8em;
	color: white;
	line-height: 120%;
	font-weight: bold;
}

div.hvphoto:hover {
	border-radius: 45px;
	opacity: 0.6;
}

div.siphoto:hover {
	opacity: 0.6;
}


.hvsr_report {
	margin-top: 20px;
	margin-left: 20px;
}

.hvsr_focus {
    margin-left: 20px;
    margin-top: 20px;
    background-color: #FFF59D;
}
