/*
   Copyright 2009 Sean Proctor

   This file is part of PHP-Calendar.

   PHP-Calendar 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.

   PHP-Calendar 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 PHP-Calendar; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 */
/*
   Copyright 2009 Andrew Blake

   This file is part of PHP-Calendar.

   PHP-Calendar 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.

   PHP-Calendar 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 PHP-Calendar; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

 */

input, textarea {
background:white;
}
cite {
	background:none;
}

#content {
        display: inline;

	float: left;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 740px;
}



body {
  margin: 0 2%;
  padding: 0;
  background-color: white;
  color: #999999/*#E1D6C6;*/
}

.php-calendar a {
  color: #999999;
}

.php-calendar a:hover {
  color: #990000;
  text-decoration: none;
}

.php-calendar h1 {
  text-align: center;
  color: #E1D6C6;
}

.php-calendar h2 {
  text-align: center;
  color: #E1D6C6;
}

.php-calendar input[type="submit"] {
  background-color: white;
  color: #E1D6C6;
  border: 1px solid #E1D6C6;
}

.php-calendar input[type="submit"]:hover {
  background-color: white;
  color: silver;
}

.phpc-navbar a {
  text-decoration: none;
  margin: 0 .5em;
}

.phpc-navbar a:hover {
  color: 990000;
  text-decoration: none;
}

.phpc-navbar {
  margin: .5em 0;
  text-align: center;
  border: 1px solid #E1D6C6;
  background-color: #E6EADB;
  padding: 4px;
}

.phpc-month-nav a {
  text-decoration: none;
  margin: 0 .2em;
}

.phpc-month-nav {
  margin: .5em 0;
  text-align: center;
  padding: 2px;
}

.php-calendar table {
  border: 1px solid #E1D6C6;
  border-collapse: collapse;
  color: #999999;
  background-color: #F3F6ED;
  margin-left: auto;
  margin-right: auto;
}

.php-calendar td, .php-calendar th {
  border: 1px solid #E1D6C6;
}

.phpc-calendar td td, .phpc-calendar td table, .phpc-calendar td th {
  border-collapse: none;
  background-color: white;
  border: 2px solid #F3F6ED;
}

.date {
  font-weight: bolder;
}

.phpc-calendar-event{
}

.phpc-event-time {
}

.phpc-calendar-extra {
}
.phpc-calendar-extra a, .phpc-calendar-extra a:visited {
  color: blue;
}

.phpc-calendar-extra a:hover {
  color: #753206;
}

.phpc-spots-remaining {
  font-weight: bolder;
}
table.phpc-main {
  width: 100%;
}

div.phpc-main {
  padding: 0;
}

.phpc-main h2 {
  text-align: left;
  margin: 0;
  background-color: white;
  padding: 2px .5em; 
}

.phpc-main div {
  padding-left: .5em;
}

.phpc-event {
  border: 1px solid #E1D6C6;
  color: #999999;
  background-color: #E6EADB;
  margin: 0;
  padding: .5em;
}

.phpc-event-header {
  border: 1px solid #E1D6C6;
  background-color: #F3F6ED;
  padding: .5em;
}

.phpc-desc {
  padding: .5em;
  margin: 0;
  text-align: justify;
}

.php-calendar caption {
  font-size: 175%;
  color: #909D73;
  background-color: white;
  padding: 2px;
  font-weight: bolder;
  margin: 1px;
}

.php-calendar thead {
  border: 1px solid #E1D6C6;
  background-color: #E6EADB;
  color: #676E04;
}

.php-calendar tfoot {
  text-align: center;
}

.phpc-calendar {
  table-layout: fixed;
}

.phpc-calendar td, .phpc-calendar th {
  border-collapse: collapse;
  border: 1px solid #E1D6C6;
}

.phpc-calendar td {
  text-align: left;
  height: 80px;
}

.phpc-calendar td.past {
  background-color: #E7EBDD;
}

.phpc-calendar td.future {
  background-color: #F3F6ED;
}

.phpc-calendar td.present {
  background-color: white;
}

.phpc-calendar td.none {
  background-color: #E6EADB;
}

table.phpc-main ul {
  border-left:1px solid #E1D6C6; border-right:1px solid #E1D6C6; border-top:1px solid #E1D6C6; border-bottom:0px solid #E1D6C6; margin:2px; padding:0; list-style-type: none;
  
}

table.phpc-main li {
  border-left:0px solid #E1D6C6; border-right:0px solid #E1D6C6; border-top:0px solid #E1D6C6; border-bottom:0px solid #E1D6C6; font-size: 80%;
  font-weight: normal;
  padding: 0;
  margin: 1px 0;
  background-color: #CCC
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  background-color: gray;
  color: #E1D6C6;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}


/* \*/ /*/
  .phpc-calendar { table-layout: auto; }
/* */