
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 2%;
	padding: 0;
	background-color: #15393a;
	color: #ffffff;
}

a {
	color: #ffffff;
	background-color: inherit;
}

a:hover {
	color: #15393a;
	background-color: inherit;
}

h1 {
  font-size: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: inherit;
}

h2 {
  font-size: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #dbcf99;
  background-color: inherit;
  font-weight:normal;
}

/*Submit Button*/
input[type="submit"] {
  background-color: #13909e;
  color: #ffffff;
  border: 1px solid #ffffff;
}
input[type="submit"]:hover {
  color: #13909e;
   background-color: #15393a;
}


.phpc-navbar {
  margin: 1em 0 1em 0;
  text-align: center;
 }
.phpc-navbar a {
	font-size: 90%;
	text-decoration: none;
	margin: 0;
	padding: 2px;
	color: #ffffff;
/*	background-color: #13909e;
	border: 1px solid #ffffff;*/
}
.phpc-navbar a:hover {
  color: #13909e;
/*  background-color: #ffffff;*/
}


.phpc-main {
  font-size: 12;
  border-style: solid;
  border-collapse: collapse;
  border-color: #ffffff;
  border-width: 1px;
  color: #ffffff;
  background-color: #95a0a0;
}
.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #13909e;
  padding: .25em; 
  border-color: #ffffff;
  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: #ffffff;
  padding: .5em;
  margin: 0;
  text-align: justify;
}


/*Page title*/
caption {
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #95a0a0;
  padding: 5px;
  font-weight: bold;
}


/*Days of the week*/
thead {
  border: 1px solid #ffffff;
  font-size: 13px;
}
thead th {
  background-color: #13909e;
  color: #dbcf99;
}
thead, tfoot {
  text-align: center;
}


/*Controls text for labels of input fields and calendar dates*/
table.phpc-main {
	font-size: 12px;
	color: #ffffff;
	width: 100%;
}
table.phpc-main tbody th {
	text-align: right;
}
table.phpc-main ul {
	margin: 1px;
	padding: 0;
	list-style-type: none;
}
table.phpc-main li {
	font-weight: normal;
	padding: 0;
}
table.phpc-main li a {
	display: block;
	text-decoration: none;
	padding: 1px;
}

/*Event hover size and color and text color*/
table.phpc-main li a:hover {
	font-size: 12px;
	color: #dbcf99;
/*  background-color: #15393a;*/
}


#calendar {
	table-layout: fixed;
}
#calendar td, #calendar th {
	border-style: solid;
	border-collapse: collapse;
	border-color: #ffffff;
	border-width: 1px;
	padding: .5em;
}
#calendar td {
	text-align: left;
	height: 100px;
	overflow: hidden;
}



td.past {
	background-color: #17686b;
	color: inherit;
}
td.future {
	background-color: #19afb5;
	color: inherit;
	text-decoration: none;
}
td.none {
	background-color: #15393a;
	color: inherit;
}
.phpc-list {
	border: 1px solid #ffffff;
}
.phpc-footer {
	text-align: center;
}
.phpc-button {
	text-align: center;
}
.phpc-add {
	float: right;
	text-align: right;
}

/* \*/ /*/  #calendar {table-layout: auto;}  /* */