/*
 * Copyright 2010 Sean Proctor
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 
.php-calendar th { text-align: center; }

.php-calendar a {
  color: black;
}


.php-calendar h2 {
  text-align: center;
  color: black;
}

.php-calendar input[type="submit"] {
  background-color: silver;
  color: black;
  border: 1px solid black;
}

.php-calendar input[type="submit"]:hover {
  background-color: black;
  color: silver;
}

.phpc-month-nav a {
  text-decoration: underline;
  margin: 0 .2em;
}

.phpc-month-nav {
  margin: .5em 0;
  text-align: center;
  padding: 2px;
}

.phpc-month-nav .php-present {
  background: silver;
}

.php-calendar table {
  border: 2px solid black;
  border-collapse: collapse;
  color: black;
  background-color: #CCC;
  margin-left: auto;
  margin-right: auto;
}

.php-calendar td, .php-calendar th {
  border: 1px solid black;
  padding: .25em;
  width: 129px;
}

.phpc-container {
  min-width: 50%;
}

table.phpc-main {
  width: 100%;
}

div.phpc-main {
  padding: 0;
}

.phpc-main h2 {
  text-align: left;
  margin: 0;
}

.phpc-event
{
	color: black;
	margin: 0;
	padding: .5em 0 .5em 0;
}

.phpc-desc
{
	padding: .5em 0 .5em 0;
	margin: 0;
	text-align: justify;
}

.php-calendar caption {
  font-size: 175%;
  color: black;
  background-color: white;
  padding: 2px;
  font-weight: bolder;
  margin: 1px;
}

.php-calendar thead {
  border: 1px solid black;
  background-color: silver;
  color: black;
}

.php-calendar tfoot {
  text-align: center;
}

.phpc-calendar {
  table-layout: fixed;
}

.phpc-calendar td, .phpc-calendar th {
  border-collapse: collapse;
  border: 2px solid black;
}

.phpc-calendar td
{
	text-align: left;
	height: 80px;
}

td.phpc-past {
  background-color: #B9C7DD;
}

td.phpc-future {
  background-color: #8AA2C6;
}

td.phpc-present {
  background-color: #CBD1BA;
}

td.phpc-none {
  background-color: white;
}

.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
}

.phpc-main li a
{
	display: block;
	font-size: .8em;
	font-weight: normal;
	border-color: black;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin: 0;
	text-decoration: none;
	padding: 2px;
	line-height: 1.2em;
}

.phpc-main li a:hover
{
	color: black;
	text-decoration: underline;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

#phpc-summary-view {
  display: none;
  position: absolute;
  background-color: white;
  border: solid 2px black; 
  width: 300px;
  max-height: 250px;
  overflow: hidden;
  padding: 5px;
}

.phpc-summary-head {
  border-bottom: solid 1px black;
}

.form table {
  width: 100%;
}


.hidden, .phpc-navbar { display: none; }

.th-width { width: 129px; }

/* \*/ /*/
  .phpc-calendar { table-layout: auto; }
/* */
