/*
	This file is part of the OSM Route Manager.

	OSM Route Manager is free software: you can redistribute it and/or modify
	it under the terms of the GNU Affero General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	OSM Route Manager is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU Affero General Public License for more details.

	You should have received a copy of the GNU Affero General Public License
	along with this software. If not, see <http://www.gnu.org/licenses/>.

	Copyright © 2010 Candid Dauth
*/

body { line-height:1.4em; background:#fff; color:#000; }

dt { margin:0; padding:0; float:left; font-weight:bold; font-style:normal; clear:left; }
dt:after { content:": "; }
dd { margin:0; padding:0; }

table { border-collapse:collapse; border-spacing:0; }
th,td { border:1px solid #000; padding:.2em .3em; }

.tr-segment-highlight,body.norender #segment-list tbody tr:hover { background-color:yellow; }

img { border-style:none; }
.sortarrow { display:none; }

#map { height:600px; width:59%; border:1px solid #000; }
#segment-list { float:right; width:40%; }
body.norender #segment-list { float:none; width:auto; }

ul.buttons { margin:0; padding:0; list-style-type:none; }
ul.buttons li { display:inline; }

h1,h2,h3,h4,h5,h6 { clear:left; }

#switch-lang { margin:0; padding:.3em; position:absolute; top:0; right:0; list-style-type:none; }
#switch-lang li { margin:0; padding:0; }

p.scheduled,.error { font-size:1.2em; background-color:#fcc; padding:.2em .5em; }