/*
Bitsand - a web-based booking system for LRP events
Copyright (C) 2006, 2007 Russell Peter Phillips

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.
*/

/*
This file should be renamed to body.css then edited to suit the individual installation.
It only has the style definitions for the body tags
*/

#logo
  {
  background-image: url("../img/logo.jpg");
  background-repeat: no-repeat;
  background-color: black;
  height: 239px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }

p {
  padding-left: 1em;
  padding-right: 1em;
}

address {
  padding-left: 1em;
  padding-right: 1em;
}

table
{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

html {
  width: 779px;
  margin: auto;
  text-align: left;
  background-color: #FF8C00;
  padding: 10px 0px 10px 10px;
  background-image: url("../img/bgmiddle.jpg");
  background-repeat: repeat-y;
  height: 100%;
  }

  body {
  margin:0px; 
  background-color:#EFD079; 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:11pt;
	width: 779px;
	text-align: left;
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	}
  
    .topshadow
  {
    height:10px; 
    float: left; 
    margin-top:-10px;
  }

  #topleft {background-image: url("../img/bgtopleft.jpg"); width:10px; margin-left:-10px;}
  #topmiddle {background-image: url("../img/bgtop.jpg"); width:780px; margin-left:0px;}
  #topright {background-image: url("../img/bgtopright.jpg");  width:10px; margin-left:780px;}

.menu {
width: 100%;
border-bottom: black 1px solid;
color: #000;
font-size: 14;
font-family: Arial, Helvetica, sans-serif;
height: 2em;
}

.menu ul
{
margin: 0px;
padding-left:0;
padding-top: 0.5em;
padding-bottom: 0.3em;
white-space: nowrap;
}

.menu li {
list-style-type: none;
display: inline;
}

.menu li a {
text-decoration: none;
padding: 0.5em 0.75em 0.3em 0.75em;
}

.menu li a:link {
color: #000;
}

.menu li a:visited {
color: #000;
}

.menu li a:hover {
background-color: #FF8C00;
}

#commonactions {
border-bottom: #FF8C00 1px solid;
background-color: #EFD079;
color: #000;
}

#management {
width: 100%;
background-color: #000;
color: #FFF;
}
#management ul {
float: right;
}

#management li a:link {
color: #FFF;
}

#management li a:visited {
color: #FFF;
}

#management li a:hover {
background-color: grey;
}

#management form {
  float: right;
  padding-left: 0.75em;
}

#management input {
margin-top: -0.3em;
}

.total td
{
  border-top: 1px solid black;
}

.totallabel
{
  text-align: right;
  font-weight: bold;
}

.bookingitems
{
  width: 80%;
}

.bookingitems td
{
  width: 25%;
}

.bookingitems .description
{
  width: 50%;
}

.paypalbutton
{
  
}

.paypalamount
{
  float: left;
  margin-right: 1em;  
}

.payment td
{
  padding: 1em;
}
