body,div,p,table,td,h1,h2{
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: default;
	color: black;
	font-family: arial;
	font-size: 10pt;
	line-height: 12pt;
}
img{
	height: 25px;
}
hr{
	border: 0;
}
table,td{
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
}
table.filterTable{
	width: 100%;
	border-collapse: separate;	
	border-spacing: 20px 0;
}
td.filterTitle,#header{
	font-weight: bold;
}
td.help{
	border:1px solid rgba(0,0,0,0.2);
}
td.filterContents{
	border-top: 1px solid black;
	width: 33%;
	vertical-align: top;
}
td{
	padding: 3px;
	max-width: 240px;
}
div.mainContainer,input{
	padding: 5px;
	position: absolute;
	color: black;
	top: 10px;
}
input{
	display: block;
	position: static;
	border: none;
	width: 100%;
	background-color: rgba(0,0,0,0.05);
}
input.filterText{
	margin: 7px;
}
p.filterInputTitle{
	padding-left: 7px;
}
p.filterInputValue{
	padding-right: 25px;
}
#login,#progress,#error{
	display: block;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 240px;
	margin-left: -250px;
	margin-top: -200px;
	padding: 20px 100px;
}
#progress,#progressPercent,#progressMessage,#error,#errorMessage{
	width: 500px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
#progressPercent,#progressMessage{
	height: 20px;
	margin-top: 2px;
}
#progressMessage{
	padding-top: 2px;
}
#errorMessage{
	background: linear-gradient(90deg, rgba(200,0,0,0.2) 0%, rgba(200,0,0,0.7) 30%, rgba(200,0,0,0.7) 70%, rgba(200,0,0,0.2) 100%);
}
#progress,#error{
	display: none;
	top: auto;
	bottom:10px;
	padding: 0;
}
#error{
	bottom: 40px;
}
#pointerCoordinates{
	top:auto;
}
#progressMessage{
	margin-top: -24px;
}
#map,#shade{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
}
#popup,#filter{
	-moz-user-select: none;
	user-select: none;
}
#help,#filter,#statistics,#popup,#pointerCoordinates,#clickPointerCoordinates{
	display:none;
}
#help{
	top: auto;
	right: 10px;
}
#help,#pointerCoordinates{
	bottom: 10px;
}
.helpTabTable{
	line-height: 20px;
	font-weight: bold;
	width: 100%;
}
.helpTabButton{
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}
.helpTabSelected{
	background: transparent;
}
#helpOpened{
	max-width: 400px;
}
/*#helpClosed{
	font-size: 40pt;
}*/
#filter{
	top: 10px;
	left: 50%;
	width: 520px;
	margin-left: -260px;
}
#tripinfo{
	right: 10px;
}
#statistics,#pointerCoordinates{
	left: 10px;
}
h1{
	font-weight: bold;
}
p.action, p.actionGroup{
	margin: 2px;
}
p.action{
	cursor: pointer;	
}
p.action:hover,.helpTabButton:hover{
	text-shadow: 1px 1px 10px black;
}
p.grouptitle{
	margin: 20px 0 10px 0;
}
#loginmessage{
	margin-top: 50px;
}
.indented{
	padding-left: 20px;
}
.spaced{
	margin: 7px 0;
}
.error{
	font-weight: bold;
}
span.selected{
	display: inline-block;
	font-weight: bold;
	text-align: right;
	font-size: 12pt;
	line-height: 12pt;
	width: 20px;
}
.inline{
	display: inline-block;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.browserError{
	padding-top: 33%;
	text-align: center;
	font-weight: bold;
}
