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

html {
  color: black;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/static/background.jpg');
  margin: 0 2em;
  padding: 0;
}

h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
}
a img{
	border:none;
}
.right {
	padding:0px 0 0 400px;
	}
	

.php-calendar a {
  color: black;
  text-decoration:none;
}
.php-calendar-title {
  color: black;
	height:80px;



}

.php-calendar a:hover {
  color: gray;
}

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

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

.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-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 black;
  background-color: #CCC;
  padding: 4px;
  color:white;
}

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

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

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

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

.php-calendar table {
  border-collapse: collapse;
  color: black;
  margin-left: auto;
  margin-right: auto;
}

.php-calendar td, .php-calendar th {
  border: 1px solid #666;
  background-color:#f7f7f7;
}

.phpc-container {
  min-width: 50%;
  background-color:#FFF;
}

table.phpc-main {
  width: 100%;
  
}
table.phpc-main2 {
  width: 100px;
  
}
.phpc-main2 td, .phpc-main2 th {
  border: 0px solid #FFF;
}

div.phpc-main {
  padding: 0;
  border:0;
}

.phpc-main h2 {
  text-align: left;
  margin: 0;
  background-color: grey;
  padding: 2px .5em; 
}

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

.phpc-event {
  border: 2px solid black;
  color: black;
  background-color: #CCC;
  margin: 0;
  padding: .5em;
}

.phpc-event-header {
  border: 1px solid black;
  background-color: #AAA;
  padding: .5em;
}

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

.php-calendar caption {
  font-size: 175%;
  color: #0F6DCA;
  background-image:url('../../images/calendarstrip.png');
  padding: 2px;
  font-weight: bolder;
  margin: 1px;
}

.php-calendar thead {
  color: #000;
  
}
.small {
	font-size:9px;
}
a.calendar {
	font-size:13px;
	color:#FFF;
}
.week {
	color:white;
	
}

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

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

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

.phpc-calendar td {
  text-align: left;
  height: 80px;
}
.phpc-summary-body{
	color:white;
}
td.phpc-past {
  background-color: #f7f7f7;
  padding: 0;
  color:white;
}
td.phpc-past a{
  padding: 0;
  color:white;
}

td.phpc-future {
  background-color: white;
  padding: 0;
  color:white;

}

td.phpc-present {
  background-color: #f7f7f7;
  padding: 0;
  color:white;

}

td.phpc-future a{
  padding: 0;
  color:white;

}

td.phpc-present a{
  padding: 0;
  color:white;

}

td.phpc- {
  background-color: #eeeeee;
  padding: 0;
  
}


.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: black;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  
}

.phpc-main li a {
  display: block;
  font-size: 80%;
  font-weight: normal;
  border-color: black;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
  background-color: #0C6;
  text-decoration: none;
  padding: 2px;
}

.phpc-main li a:hover {
  background-color: #0C7;
  color: white;
}

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

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

.phpc-add {
  float: right;
  text-align: right;
  font-size:10px;
}

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

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

.form table {
  width: 100%;
  background-color:grey;
}

.form-part th tr td{
  background-color:grey;
}

.phpc-none .phpc-date {
  background-color: #eeeeee;
}

.phpc-none a {
  background-color: #eeeeee;
  color: #eeeeee;
}
.phpc-none a:hover {
  background-color: #eeeeee;
  color: #eeeeee;
}

.phpc-past .phpc-date {
  background-color: #a2a3ae;
}

.phpc-present .phpc-date {
  background-color: #31528e;
}

.phpc-future .phpc-date  {
  background-color: #a2a3ae;
}

td.form-color {
  padding: 2px;
  width: 20px;
  height: 20px;
  border-style: none;
}

td.form-color-selected {
  border: 2px dotted #000000;
  padding: 0;
}

.phpc-message {
  position: fixed;
  background-color: #EED055;
  top: 0;
  left: 0;
  right: 0;
  height: 1.25em;
  padding: 0.5em 1em;
  border-style: solid;
  border-color: #666;
  border-width: 0 0 1px 0;
}

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