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

body {
/*
  margin: 0 2%;
  padding: 0;
  background-color: white;
*/
}
.php-calendar{
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  color: #444;
}

.php-calendar a {
  color: #666;
  text-decoration: underline;
}

.php-calendar a:hover {
  color: #d08;
}

.php-calendar h1 {
  text-align: center;
  color: #888;
}

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

.php-calendar .form-submit{
  text-align: center;
}

.php-calendar input[type="submit"] {
  background-color: #ffe;
  color: #666;
  border: 1px solid #aaa;
  -moz-border-radius: 1px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 5px;
  font-size: 1.15em;
  font-weight: bold;
}

.php-calendar input[type="submit"]:hover {
  background-color: #666;
  color: #ddd;
}

.phpc-navbar a {
  text-decoration: underline;
  margin: 0 .5em;
}

.phpc-navbar a:hover {
  color: gray;
}

.phpc-navbar {
  margin: .5em 0;
  text-align: center;
  border: 1px solid #aaa;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #f4f4f4;
  padding: 4px;
}

.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: #ddd;
}

.php-calendar table {
  border: 1px solid #aaa;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: #666;
  background-color: #f4f4f4;
  margin-left: auto;
  margin-right: auto;
}

.php-calendar td, .php-calendar th {
  border: 1px solid #ddd;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: .25em;
  vertical-align: top;
}

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

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 #aaa;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  color: #666;
  background-color: #f4f4f4;
  margin: 0;
  padding: .5em;
}

.phpc-event-header {
  border: 1px solid #aaa;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffe;
  padding: .5em;
}

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

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

.php-calendar thead {
  border: 1px solid #aaa;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #ffe;
  color: #666;
}

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

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

.phpc-calendar td, .phpc-calendar th {
  border-collapse: collapse;
}

.phpc-calendar td, .phpc-calendar th {
  font-size: 90%;
}

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

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

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

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

td.phpc-none {
  background-color: #ddd;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border: solid 1px #666;
  -moz-border-radius: 3px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eee;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  background-color: #eee;
  -moz-border-radius: 3px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

table.phpc-main li a:hover {
  background-color: #cfc;
  color: #666;
}

.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 #666;
  -moz-border-radius: 1px; 
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  width: 300px;
  max-height: 250px;
  overflow: hidden;
  padding: 5px;
  font-size: 80%;
}

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

.php-calendar .form table {
  width: 100%;
}

.php-calendar input, textarea, select{
  border: solid 1px #aaa;
  -moz-border-radius: 1px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: 3px;
  color: #666;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px; 
}
/* \*/ /*/
  .phpc-calendar { table-layout: auto; }
/* */

