/* CSS Document */
/*
.phpc-navbar
	{
	font-size: 80%;
	text-align: center;
	}

.phpc-navbar a
	{
	margin: 0px 5px;
	}

#calendar
	{
	width: 100%;
	}

#calendar caption
	{
	font-size: 110%;
	}

#calendar th
	{
	font-size: 80%;
	text-align: center;
	}

#calendar td
	{
	width: 14%;
	border: 1px solid #999999;
	height: 80px;
	}

#calendar td.none
	{
	border: none;
	}

#calendar .date
	{
	display: block;
	background: #653A29;
	color: #FFFFFF;
	padding: 2px 5px;
	text-align: center;
	font-size: 80%;
	}

#calendar ul
	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#calendar ul a
	{
	display: inline;
	background: transparent;
	}

#calendar phpc-present
	{
	background: #FFFFFF;
	}
*/

#calendar-wrap {
  font: 12pt Arial;
}

#calendar-wrap a {
  color: #000000;
   background-color: inherit;
}

#calendar-wrap a:hover {
  color: gray;
  background-color: inherit;
}

#calendar-wrap h1 {
  font-size: 200%;
  text-align: center;
  font-family: sans-serif;
  color: #000000;
  background-color: inherit;
}

#calendar-wrap h2 {
  font-size: 175%;
  text-align: center;
  font-family: serif;
  color: #000000;
  background-color: inherit;
}

#calendar-wrap input[type="submit"] {
  background-color: #590617;
  color: white;
  border: 1px solid #000000;
}

#calendar-wrap .phpc-navbar a {
  color: #000000;
  border: 1px solid #000000;
}

#calendar-wrap input[type="submit"]:hover {
  background-color: #000000;
  color: #590617;
}

#calendar-wrap .phpc-navbar a:hover {
  background-color: #590617;
  color: #FFFFFF;
}

#calendar-wrap .phpc-navbar {
  margin: 1em 0 2em 0;
  text-align: center;
}

#calendar-wrap .phpc-navbar a {
  font-size: 90%;
  text-decoration: none;
  margin: 0;
  padding: 2px;
}

#calendar-wrap .phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  color: #000000;
}

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

#calendar-wrap .phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #590617;
  padding: .25em; 
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
color: white;
}

#calendar-wrap .phpc-main div {
  margin: .5em;
  font-weight: bold;
}

#calendar-wrap .phpc-main p {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #000000;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

#calendar-wrap caption {
  font-size: 175%;
  color: #000000;
  padding: 2px;
  font-weight: bolder;
}

#calendar-wrap thead th {
  background-color: #590617;
  color: white;
}

#calendar-wrap thead {
  border: 1px solid #000000;
}

#calendar-wrap thead, tfoot {
  text-align: center;
}

#calendar-wrap #calendar td, #calendar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 1px;
  padding: .5em;
}

#calendar-wrap table.phpc-main tbody th {
  text-align: right;
}

#calendar-wrap #calendar {
  table-layout: fixed;
}

#calendar-wrap #calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
color: white;
}

#calendar-wrap td.past {
  background-color: #590617;
  color: inherit;
color: white;
}

#calendar-wrap td.past a{
color: white;
}

#calendar-wrap td.future {
  background-color: white;
  color: inherit;
}

#calendar-wrap td.none {
  color: inherit;
}

#calendar-wrap table.phpc-main ul {
  margin: 2px;
  padding: 0;
  list-style-type: none;
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}

#calendar-wrap table.phpc-main li {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

#calendar-wrap table.phpc-main li a {
  display: block;
  text-decoration: none;
  padding: 2px;
}

#calendar-wrap table.phpc-main li a:hover {
  background-color: gray;
  color: #FFFFFF;
}

#calendar-wrap .phpc-list {
  border: 1px solid #000000;
}

#calendar-wrap .phpc-footer {
  text-align: center;
}

#calendar-wrap .phpc-button {
  text-align: center;
}

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

#calendar-wrap #calendar phpc-present {
  background: #FFFF00;
}

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


