/*
	This file is part of 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 OSM Route Manager.  If not, see <http://www.gnu.org/licenses/>.

	Obtain the source code from http://svn.cdauth.de/viewvc.cgi/Tools/osm/route-manager/
	or svn://svn.cdauth.de/tools/osm/route-manager/.
*/

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; }

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

#map { height:600px; border:1px solid #000; }
#map.blame-map { width:50%; float:right; }

.blame-changesets { width:48%; }

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; }

.changed-object-tags li table { display:none; }
* html .changed-object-tags li table { display:block; }
.changed-object-tags li:hover table { display:table; }
* html .changed-object-tags-note { display:none; }
.changed-object-tags td.old { background-color:#fcc; }
.changed-object-tags td.new { background-color:#cfc; }
.changed-object-tags td.unchanged { color:#666; font-style:italic; }

.nothing-to-do,.no-comment { font-style:italic; }
.user-colour a { color:inherit; }

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