html, body {
font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #00000;
}
input, textarea, select {
 font-family: 'Open Sans', sans-serif;
}
body {
 padding: 0px;
 font-size: 14px;
 line-height: 20px;
 margin: 0px;
}
#ppwrapper {
 padding: 25px;
}
a {
 color: #808588;
 text-decoration: none;
}
h1 {
 margin: 0px 0 10px 0;
 padding: 0px 0px 10px 0px;
 font-size: 32px;
  color: #808588;
   font-family: 'Lora', serif;
}
h2 {
 margin: 0px 0px 20px 0px;
  color: #808588;
 font-size: 20px;
 line-height: 26px;
   font-family: 'Lora', serif;
}
ul {
    list-style: none;
    font-size: 14px;
    padding:0;
    margin:0;
}
 li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: #808588;
    font-weight: bold;
}
/* Stylesheet: Popup Modified On 2017-04-19 15:42:22 */
#cal-nav { width: 790px; height: 45px; }
#cal-nav a {
 /*background: #b5995a;*/
 color: #fff;
 padding: 3px 10px 10px 10px;
 display: block;
 width: 15px;
 text-align: center;
 font-size: 26px;
 line-height: 25px;
}
#cal-nav .cal-nav-left {
 float: left;
 width: 35px;
}
#cal-nav #cal-title {
 float: left;
 width: 720px;
 text-align: center;
 color: #808588;
 font-size: 26px;
 line-height: 35px;
font-family: 'Lora', serif;
}
#cal-nav .cal-nav-right {
 float: right;
 text-align: right;
 width: 35px;
}
.cal-wrap {
 height: 380px;
 overflow: hidden;
}
.calendar tr td a
{
  color: red;
}

.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  clear: both;
  margin: 0px;
  border-collapse:    collapse;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid #808588;
  margin-bottom: 5px;
  padding: 5px 0px;
  width: 112px;
 background: ##808588;
 color: #fff;
}
#cal-calendar td.filler {
 height: 5px;
 background: transparent;
 border: 0px;
 padding: 0px;
}
#cal-calendar td {
  border: 1px solid #808588;
  vertical-align: top;
  padding: 3px;
  height: 50px;
  width: 112px;
}
#cal-calendar td.cal-spacer {
 background: transparent;
 border: 0px;
}
/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #ffffff;
}
#cal-calendar .key {
 position: absolute;
 z-index: 29;
 height: 50px;
 width: 112px;
 line-height: 50px;
 text-align: center;
 font-size: 22px;
}
#cal-calendar .daylink {
 position: absolute;
 z-index: 39;
 height: 50px;
 width: 112px;
 display: block;
 background: transparent;
 border:0px;
 cursor: pointer;
}
#cal-calendar .cal-pasted {
 background: #fffef9 !important;
 color: #bbb !important;
}
#cal-calendar .cal-free:hover {
 background: #808588;
}
#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #eee;
}
#cal-calendar .cal-booked, .table-avail td.key-unavail {
 background-color: #6c203d;
  color: #bbb;
}
#cal-calendar .cal-pending, .table-avail td.key-pending {
 background: #DACCAC;
 color: #888;
}
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
.table-avail {
 padding-top: 12px;
}
.table-avail td {
 height: 10px;
 line-height: 10px;
 padding: 5px;
}
.table-avail td.key-avail, .table-avail td.key-unavail, .table-avail td.key-pending {
 width: 10px;
 border: 1px solid #808588;
}
.table-avail td.key-spacer {
 width: 15px;
}
.table-avail td.key-avail {
 background: #fff;
}
#auctioneer h1, #auctioneer #cal-title {
 color: #221e72 !important;
}
#auctioneer #cal-calendar .cal-booked, #auctioneer .table-avail td.key-unavail {
 background: #221e72 !important;
}
/* Stylesheet: Availablity Calendar Modified On 2022-03-01 12:24:32 */
