body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.content_inner a {
	color:#EA7679;
	text-decoration:none;
}

.content_inner a:visited {
	color:#7b93bf;
	text-decoration:none;
}

.content_inner a:hover {
	color:#EA7679;
	text-decoration:underline;
}


.red_box {
	background:url(images/red_background.jpg) repeat-y;
	padding:0 15px 0 0;
}

.green_box {
	background:url(images/green_background.jpg) repeat-y;
	padding:0 15px 0 0;
}

.blue_box {
	background:url(images/blue_background.jpg) repeat-y;
	padding:0 15px 0 0;
}

.content {
	padding-right:15px;
	padding-bottom:15px;
}

.content_inner {
	padding-left:20px;
	padding-bottom:15px;
	padding-right:10px;
	width:606px;
}

h4 {
	color:#7B93BF;
}

h2 {
	color:#FF0000;
}

blockquote {
	color:#7B93BF;
}

.red {
	color:#FF0000;
}

.footer {
	background:url(images/footer.jpg) no-repeat;
	width:800px;
	height:34px;
}	

.event_list {
	border:1px solid black;
	padding:0 0 0 5px;
	margin: 0 0 10px 0;
}

h3 {
	margin:0;
	font-size:14px;
}	

/*Calendar App*/

body {
  font-family:Arial, Helvetica, sans-serif;
 /* margin: 0 2%;*/
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
	font-size:12px;
}

/*a {
  color: #000000;
   background-color: inherit;
}

a:hover {
  color: gray;
  background-color: inherit;
}*/

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:#ffffff;
}

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

.phpc-navbar a {
  background-color:#ffffff;
  color: #000000;
  /*border: 1px solid #000000;*/

}

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

.phpc-navbar a:hover {
 /* background-color: #000000;*/
  color:#7B93BF;
}

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

.phpc-navbar a {
  text-decoration: none;
  margin: 0;
  padding: 5px;
	font-size:14px;
}

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

}
.phpc-main td {
	padding:5px;
}

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

.phpc-main h2 {
  margin: 0;
  text-align: left;
  background-color: #ffffff;
  padding: .25em; 
  border-color: #000000;
  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: 0 0 0 0;
  border-color: #000000;
  padding: .5em;
  margin: 0;
  text-align: justify;
}

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

thead th {
  background-color:#ffffff;
  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: auto;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

.all a{
	color:#000000;
	text-decoration:none;
}

.all a:visited{
	color:#000000;
	text-decoration:none;
}

.all a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.speak a{
	color:#FF0000;
	text-decoration:none;
}

.speak a:visited{
	color:#FF0000;;
	text-decoration:none;
}

.speak a:hover {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.work a{
	color:#00FF00;
	text-decoration:none;
}

.work a:visited{
	color:#00FF00;
	text-decoration:none;
}

.work a:hover {
	color:#00FF00;
	text-decoration:none;
	font-weight:bold;
}

.comedy a{
	color:#0000FF;
	text-decoration:none;
}

.comedy a:visited{
	color:#0000FF;
	text-decoration:none;
}

.comedy a:hover {
	color:#0000FF;
	text-decoration:none;
	font-weight:bold;
}



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