/*
 * Copyright 2005 Salem Ganzhorn <eyekode@yahoo.com>
 *
 * This file is part of Game Day.
 *
 * Game Day 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.
 *
 * Game Day 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 Game Day; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * $Id: game_day.css,v 1.13 2005/07/20 03:29:06 ganzhorn Exp $
 */

div.wrapper {
	width:90%;
	margin-left:5%;
}

td.left {
	width:100%;
}

td.right {
	width:20%;
}

table.menu {
             background:#555555;
             color:lightgray;
	     width:100%;
             }
table.menu h3 {
	padding:0px;
	margin:0px;
}
table.menu a {
  text-align:left;
  color:#fffff3;
  text-decoration:none;
}
table.menu a:visited { color:#ffff99 }
table.menu a:hover   { 
                       color:#ffff99;
                       background:#999999;
		       border:slate 1px solid;
                       }
table.menu a:active  { color:#ffff77 }
/*table.menu h3 { color:green; }*/

div.top
{
  text-align:left;
  background-color:gray;
  color:white;
  padding:2px;
  width:100%;
}

div.top h3
{
 display:inline;
}

a.right
{
  float:right;
}

div.top a
{
  color:lightblue;
/*  clear:right;*/
}

p.title
{
  font-size:120%;
  color:white;
  background:darkgray;
  padding:0px;
  margin:0px;
}

div.day
{
 border: 1px solid gray;
 width:100%;
 margin-top:5px;
 margin-bottom:5px;
 margin-left:0px;
 margin-right:0px;
 padding:0px;
}

div.inset
{
  padding:4px;
}

div.right
{
  border: 1px solid gray;
  background:lightgrey;
  text-align:left;
  width:200;
  padding:0px;
  valign:"top";
  margin:5px;
}

div.location
{
  border: 1px solid white;
  margin: 5px;
  width: 90%;
  height: 95%;
}

p.comment
{
  color:green;
  font-style: italic;
  font-size: 9pt;
}

input
{
 margin:4px;
}

p.para:first-letter
{
 font-size:200%;
}

div.outline {
 border:1px solid lightgray;
 padding:5px;
}

div.email {
 background:lightgray;
}
