/**********************************************************************
 *
 * $Id: screen.css,v 1.14 2008/10/28 09:06:15 sanoju Exp $
 *
 * Stylesheet for Fujinomiya Akimatsuri Map
 * 
 * Copyright (C) 2007  Junya Sano
 * 
 * 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.
 **********************************************************************/

body {
  background-color: rgb(40, 10, 10);
  padding: 10px;
}

#map {
  position: absolute;
  top: 40px;
  left: 10px;
  height: 480px;
}

#titlePanel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
}

h1 {
  color: white;
  font-size: 18px;
  margin-left: 1em;
  padding: 2px;
}

.smallFont {
  font-size: 60%;
  margin-left: 1em;
}

#rightPanel {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 200px;
  height: 480px;
  z-index: 200;
}

#legendPanel {
  position: relative;
  top: 0px;
  left: 0px;
  height: 475px;
  margin: 5px;
  overflow: auto;
}

.whiteLabel {
  color: rgb(255, 255, 255);
  font-size: 80%;
}

.whiteTitle {
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
}

.whiteSubTitle {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 80%;
}

.noBorder {
  border: 0px;
}

#menuPanel {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 5px;
}

#photoPanel {
  position: absolute;
  top: 40px;
  left: 10px;
  height: 480px;
  z-index: 300;
  background-color: rgb(40, 10, 10);
}

#footerPanel {
  position: absolute;
/*  bottom: 0px; */
  top: 520px;
  left: 0px;
  width: 100%;
  height: 20px;
  text-align: right;
}

#extlink {
  margin: 5px;
  text-align: right;
}

#extlink a {
  color: white;
  font-size: 10px;
  margin-left: 10px;
  text-decoration: none;
}

#extlink a:hover {
  text-decoration: underline;
}

#nowloading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 20px;
  color: #333366;
  background-color: #ffffff;
  border: 2px ridge #336666;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  z-index: -500;
}

.title {
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: 333366;
  text-align: center;
}

.index {
  font-size: 90%;
  font-weight: bold;
  text-decoration: underline;
  color: 333366;
}

.info {
  font-size: 80%;
  color: 333366;
}

.markerButton {
  width: 20px;
  height: 34px;
  cursor: pointer
}

* html .markerButton { behavior: expression(IEPNGFIX.fix(this)); }

p.navbar {
  color: white;
  text-align: center;
}

p.navbar a {
  color: white;
  margin-left: 5px;
}

#notice {
  color: rgb(150, 150, 150);
  font-size: 10px;
}
