body {
  background-color: #EDDFBD;
  background-image:  url(../images/home/home-bg.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

#calcontent {
  background-color: #F4EDD8;
  margin-top: 20px;
}

#caltitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;  
}

th {
  text-align: center;
  font-size: 16px;
  color:#804216;
}

tr.dayheader td {
  background: #804216;
  font-size: 12px;
  font-weight: bold;
  color: #EDDFBD;
}

td.offmonth {
  background: #CCCCCC;
}

td.weekend {
  background: #E0E0E0;
}

td.weekday {
  background: #FFFFFF;
}

p.event {
  margin: 0px;
  margin-bottom: 2px;
  padding: 1px;
  border: 1px solid #000000;
  background: #DDDDDD;
  font-size: 11px;
  color: #000000;
}

#eventerror {
  width: 95%;
  border: 1px solid #333333;
  background: #EEEEEE;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 220px;
}

#eventcontent {
  width: 95%;
  border: 1px solid #333333;
  background: #EEEEEE;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#eventcontent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px;
        margin-top: 5px;
}

#eventcontent h4.cathead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px;
        padding: 5px;
        background: #E0D3B7;
}


#eventcontent .eventtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#eventcontent .eventtitle .normal {
  font-weight: normal;
}


#eventcontent .entrytable td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#logform {
  margin-top: 20px;
  margin-bottom: 20px;
}

#linklist, #linklist li {
  list-style: none;
}

#linklist a:link {
  color:#44220b;
}

#linklist a:visited {
  color:#44220b;
}

#linklist a:hover {
  color:#c09944;
}