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

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

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

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

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

.phpc-navbar a:hover {
  background-color: #000000;
  color: #dddddd;
}

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

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

.phpc-main {
  font-size: 90%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 2px;
  color: #000000;
  background-color: dddddd;
}

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

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #dddddd;
  padding: .25em; 
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 2px 0;
}

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

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

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

thead th {
  background-color: #dddddd;
  color: #000000;
}

thead {
  border: 1px solid #000000;
}

thead, tfoot {
  text-align: center;
}

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

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

calendar {
  table-layout: fixed;
}

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

td.past {
  background-color: #dddddd;
  color: inherit;
}

td.future {
  background-color: #ffffff;
  color: inherit;
}

td.none {
  background-color: #999999;
  color: inherit;
}

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

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;
}

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

table.phpc-main li a:hover {
  background-color: #999999;
  color: #000000;
}

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

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

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

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

BODY
        {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
        }
td, p
        {
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
        }

.top-header
        {
                font-family: Arial, Helvetica, sans-serif;
                color: #ffffff;
                font-size: 28px;
                font-weight: bold;
                text-align: left;
                font-style: italic;
        }
.top-subheader
        {
                font-family: Arial, Helvetica, sans-serif;
                color: #ffffff;
                font-size: 14px;
                font-weight: bold;
                text-align: left;
                font-style: italic;
        }

.top-subsubheader
        {
                font-family: Arial, Helvetica, sans-serif;
                color: #ffffff;
                font-size: 12px;
                font-weight: bold;
                text-align: left;
                font-style: italic;
        }

a.topmenu:link, a.topmenu:visited
        {
                font-size: 12px;
                color: #ffffff;
                text-decoration: none;
        }
a.topmenu:active, a.topmenu:hover
        {
                font-size: 12px;
                text-decoration: underline;
        }
a.leftmenu:link, a.leftmenu:visited
        {
                font-size: 9px;
                color: #000000;
                text-decoration: none;
        }
a.leftmenu:active, a.leftmenu:hover
        {
                font-size: 9px;
                color: #333333;
                text-decoration: underline;
        }
a.date:link, a.future:visited
        {
                color: #000000;
                text-decoration: none;
        }
a.date:active, a.future:hover
        {
                font-size: 9px;
                color: #000000;
                text-decoration: underline;
        }
a:link, a:visited
        {
                text-decoration: none;
        }
a:active, a:hover
        {
                text-decoration: underline;
        }

