/*
 * RCS: $Id: travel.css,v 1.2 2001/06/10 20:46:13 bossert Exp bossert $
 * Project:  Unusual Musics
 * File:     travel.css
 * Author:   greg bossert <bossert@suddensound.com>
 *
 * style sheet for Unusual Musics travel guide pages
 *
 * Copyright (C) 2001 Greg Bossert
 */

BODY {
  background-color: white;
}

P {
  color: black;
}

H1 {
  font-family: ariel,helvetica,sans-serif;
  color: #220000;
}

H2 {
  font-family: ariel,helvetica,sans-serif;
  color: #002200;
}

H3 {
  font-family: ariel,helvetica,sans-serif;
  color: #000022;
}

H4 {
  font-family: ariel,helvetica,sans-serif;
  color: #220000;
}

TH.input {
  background-color: #DDDDDD;
  text-align: right;
  vertical-align: top;
  color: #220000;
}

TD.input {
  background-color: #EEEEEE;
}

TH.field {
  text-align: right;
  vertical-align: top;
  background-color: #DDDDDD;
}

DIV.audio {
  text-align: center;
  font-family: ariel,helvetica,sans-serif;
  font-weight: bold;  
  background-color: #EEEEEE;
  padding: 4px;
  width: 80%;
  border-style: solid;
  border-width: 2px;
  border-color: #DDDDFF;
}

DIV.footer {
  text-align: right;
  font-style: italic;
}

A.audio {
  color: #000088;
  text-decoration: none;
}

A.audio:hover {
  color: #0000FF;
  text-decoration: underline;
}

A.logo {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-family: ariel, helvetica, sans-serif;
}

A {
  color: #220000;
  text-decoration: none;
}

A:hover {
  color: #880000;
  text-decoration: underline;
}

A.doc {
  color: #220000;
  text-decoration: none;
}

A.doc:hover {
  color: #880000;
  text-decoration: underline;
}

TD.doc {
  color: #000000;
  font-family: ariel,helvetica,sans-serif;
  background-color: #EEEEEE;
  padding: 4;
}

TH.doc {
  color: #000000;
  font-family: ariel,helvetica,sans-serif;
  background-color: #DDDDDD;
  padding: 4;
  text-align: left;
}

TD.title {
  color: #000000;
  text-align: right;
  font-family: ariel,helvetica,sans-serif;
  font-weight: bold;
}

DT {
  color: #002200;
  font-family: ariel,helvetica,sans-serif;
  font-weight: bold;
  font-style: italic;
}

DD {
  background-color: #EEEEEE;
}

TD.guidelight {
  background-color: #EEEEEE;
}

TH.details {
  background-color: #FFFFFF;
  font-weight: normal;
  color: #220000;
}

TH.detailsgrey {
  background-color: #DDDDDD;
  font-style: italic;
  color: #220000;
}

SPAN.green {
  color: #002200;
}
SPAN.red {
  color: #220000;
}
SPAN.blue {
  color: #000022;
}
SPAN.detailname {
  color: #000022;
  font-weight: bold;
}

TH.nav {
  text-decoration: none;
  color: #002200;
  font-weight: bold;
  background-color: #D0E0D0;
}

A.nodec {
  text-decoration: none;
  color: #002200;
  font-weight: bold;
}

A.nav {
  text-decoration: none;
  color: #002200;
  font-weight: bold;
}

A.quote:link {
  text-decoration: none;
}

A:hover { 
  color: red;
}

DIV.warn {
  float: center;
  font-family: times;
  color: #CC0000;
  width: 70%;
}

/*** Table of Contents ***/
DIV.toc {
  float: center;
  font-family: ariel, helvetica, sans-serif;
  color: #CC0000;
  font-weight: bold;
  margin-top: 40px;
}

DIV.toc UL {
  list-style: square;
}

DIV.toc A:link {
  text-decoration: none;
  color: #000000;
}

DIV.toc A:visited {
  text-decoration: none;
  color: #000000;
}

DIV.toc A:hover {
  text-decoration: true;
  color: #0000CC;
}
