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

/*body {
  font-family: "Times New Roman", serif;
  margin: 0 2%;
  padding: 0;
  background-color: white;
  color: black;
}*/

.php-calendar a {
  color: black !important;
}

.php-calendar a:hover {
  color: #f60 !important;
}

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

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

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

.phpc-navbar {
  margin: .5em 0;
  text-align: center;
}

.phpc-month-nav a {
  text-decoration: none;
  background-color: #ece9e5;
  color:#837d6f !important;
  padding: 5px;
  margin: 0 .2em;
}

.phpc-month-nav a:hover {
	background-color: #96df5c;
	color:#fff !important;
}

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

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

.php-calendar table {
  border-collapse: collapse;
  color: black;
}

.php-calendar td, .php-calendar th {
  border: 1px solid #fff;
  padding: .25em;
}



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

div.phpc-main {
  padding: 0;
}

.phpc-main h2 {
  text-align: center;
  margin: 0;
  color:#000 !important;
  font-size:2em;
  padding: 1em 0 0 0; 
}

.phpc-main div {
  padding-left: .5em;
}

.phpc-event {
  border: 1px solid #837d6f;
  color: black;
  margin: 10px 0 10px 0;
  padding: .5em;
}

.phpc-event-header {
  padding: .5em;
}

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

caption {
  font-size: 2em !important;
  padding: 1em 0 .5em 0 !important;
  font-weight: bold !important;
  text-align: center !important;
}



.phpc-calendar {
  table-layout: fixed;
    margin-bottom:2em !important;
}

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

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

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

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

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

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

th {
    background-color:#2a5179;
    color:#b2d4f6;
    border-color:#18324c !important;
}

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

.phpc-main li a {
  display: block;
  font-size: .8em;
  margin: 2px;
  background-color: #fff;
  text-decoration:none;
  padding: 2px;
}

.phpc-main li a:hover {
  background-color: gray;
  color: black;
}

.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 1px #837d6f; 
  width: 200px;
  max-height: 250px;
  overflow: hidden;
  padding: 5px;
}

.phpc-summary-head, .phpc-event-header {
  background-color: #ece9e5;
  color:#837d6f !important;
  padding:5px;
  margin-bottom:5px;
}

.phpc-container, table.form, form table {
  width: 100% !important;
  background-color:#eee !important;
  margin-bottom:10px !important;
}
.phpc-container th, table.form th, form table th {
border-color:#fff !important;
background-color:transparent !important;
color:#000 !important;
}
.phpc-container tbody th, table.form tbody th, form table tbody th {
width:200px !important;
}
table.form table tbody th {
width:100px !important;
}
.phpc-container tfoot, table.form tfoot, form table tfoot{
background-color:#fff !important;
}
.phpc-container tfoot td, table.form tfoot td, form table tfoot td{
padding:10px 0 20px 200px;
}
table select{
display:block;
}
tr{
vertical-align:top !important;
}

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

.download{
    font-size:.5em;
    font-weight:normal;
    display:block;
    padding-bottom:1em;
    margin-top:.5em;
}

