/*
JourneySat, a library to georeference a travel journal using Google Maps.
Copyright (C) 2005  Paolo Montrasio, paolo AT paolomontrasio.com

This file is part of JourneySat (the Program).

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

html, body, p, ul {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 { font-size: 24px; }

img {
	border: 0px;
}

.travelDescription {
	font-size: 12px;
	text-align: left;
}

.travelDates {
	font-size: 12px;
	text-align: left;
}

.place {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.placeDate {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}

.placeDescription {
	font-size: 11px;
	text-align: left;
}

.photoDescription {
	font-size: 12px;
	text-align: left;
}

table.main {
	table-layout: auto;
}

td.description {
	vertical-align: top;
	width: 350px;
}

td.map {
	vertical-align: top;
}

.controlsTop {
	vertical-align: bottom;	
	text-align: center;
	border-style: none none dotted none;
	border-width: thin;
}

.controlButton {
	font-size: 12px;
	vertical-align: middle;
}

.controlsBottom {
	vertical-align: middle;	
	text-align: center;
	border-style: dotted none none none;
	border-width: thin;
}
	
a:link {
	color: #0000CC;
	text-decoration: none;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: none;
}

.image {
	border-color: #bbbbbb;
	padding: 4px;
	padding-color: #dddddd;
}

hr {
	width: 30%;
}
