

a {
  color: #000000;
}

a:hover {
  color: #fcf5db;
}

h1 {
  font-size: 120%;
  text-align: center;
  font-family: georgia, seriff;
  color: #000000;
}

h2 {
  font-size: 105%;
  text-align: center;
  font-family: georgia, seriff;
  color: #000000;
}


.phpc-navbar a {
  background-color:transparent;
}


.phpc-navbar a:hover {
  color: #fcf5db;
}

.phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

.phpc-navbar a {
  font-size: 75%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

.phpc-main {
  font-size: 75%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #333333;
  border-width: 1px;
  color: #000000;
  background-color:none;
}

table.phpc-main {
  width: 100%;
}

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #fcf5db;
  padding: .25em; 
  border-color: #333333;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.phpc-main div {
  margin: .5em;
  font-weight: bold;
}

.phpc-main p {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #333333;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

caption {
	font-family:georgia, geneva;
  font-size: 115%;
  color: #000000;
  background-color:#8C7E61;
  padding: 2px;
  font-weight: bolder;
}

thead th {
  color: #000000;
}

thead {
  border: 1px solid #333333;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #333333;
  border-width: 1px;
  padding: .5em;
}

table.phpc-main tbody th {
  text-align: right;
}

#calendar {
  table-layout: fixed;
}

#calendar td {
  text-align: left;
  height: 70px;
  overflow: hidden;
}

td.past {
  background-color: #666666;
  color: inherit;
}

td.future {
  background-color: #F8F9F5;
  color: inherit;
}

td.none {
  background-color: #fcf5db;
  color: inherit;
}

table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #333333;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #333333;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

table.phpc-main li a:hover {
  color: #FFFFFF;
}

.phpc-list {
  border: 1px solid #333333;
}

.phpc-footer {
  text-align: center;
}

.phpc-button {
  text-align: center;
}

.phpc-add {
  float: right;
  text-align: right;
}

/* \*/ /*/
/*  #calendar {table-layout: auto;} */
/* */

