html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: "DejaVu Sans", Verdana, sans-serif;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	background-color: #dcf5ff;
}

hr {
    border: none;
    border-top: 1px dashed #999;
    color: #fff;
    background-color: #fff;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

#map {    
    height: 100%;
}

#sidebar {
    position: absolute;
    left: 12px;
    top: 12px;
    min-width: 330px;
    max-width: 375px;
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px dashed #999;
    z-index: 9999;
	text-align: center;
    overflow: auto;
}

#sidebar_title {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar_list {
	font-size: 14px;
	margin-bottom: 5px;
    max-height: 100%;
}

#sidebar_info {
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	padding: 0 15px;
	box-sizing: border-box;
}

#sidebar_copyright {
    font-size: 9pt;
    margin-bottom: 4px;
}

#map_tooltip {
	display: none;
	position: absolute;
	border: dashed 1px darkgreen;
	background-color: rgba(221, 251, 183, 0.85);
	padding: 2px;
	font-size: smaller;
}

#prog {
    width: 100%;
	height: 1em;
	z-index: 100;
}

/* list of stations */
table {
    border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

thead {
    text-align: center;
	font-weight: bold;
	font-size: 14px;
}

tbody {
	font-size: 12px;
}

tbody tr {
    background-color: #dffbbc;
}

tbody tr:hover {
    background-color: white;
}

table td, table th {
    border: 1px solid #DDD;
}

table tr:first-child th {
    border-top: 0;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

.location {
    background-color: #ffffe6 !important;
    text-align: center;
    font-size: 1.1em;
}

.hi {
	color: red;
	font-weight: bold;
}

.med {
	color: #FF4500;
	font-weight: bold;
}

.low {
	font-weight: bold;
}

.vlow {
}

.erp {
	text-align: right;
	font-family: monospace;
}

.pi {
	text-align: center;
	font-family: monospace;
}

.smaller {
    font-size: smaller;
}

.filtered {
    background-color: #ffe4bf;
}

.invisible {
    background-color: #E9E9E9 !important;  
}

.inactive {
    text-decoration: line-through;
}

#error {
    width: 100%;
    background-color: #FF9999;
    font-weight: bold;
}

.button_title {
	border: 1px dotted black;
	font-family: monospace;
	font-weight: bold;
    cursor: pointer;
    background-color: #fff4cf;
    margin-right: 5px;
}

#sidebar_hide {
	display: block;
	float: right;
	margin-right: 5px;
}

#pi {
	text-transform: uppercase;
}

#filter_off {
    cursor: pointer;
}
