table {
  width: 693px;
  font-family: arial; 
  font-size: .8em; 
}


#nextlink {
  float: right;   
  color: #000000; 
  text-decoration: none;
}

#prevlink {
  color: #000000; 
  text-decoration: none;  
}

#prevlink:hover, #nextlink:hover {
  text-decoration: underline; 
}

#monthname {
  text-align: center; 
  padding: 0 0 30px 0;
}

#weekrow td {
  border-bottom: 1px solid black;
}

.daterow td {
  padding: 10px 0 0 0;
  height: 80px;
  width: 99px;
}

.daterow a {
  color: #d41c1c;  
}

.event {
  border: 1px solid #AAA9A9; 
  padding: 10px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.event .label {
  float: left; 
  width: 100px; 
}

.event .text {
  width: 550px; 
  float: right; 
}

.eventclick {
  display: block; 
  font-family: arial; 
  text-decoration: none; 
  font-size: .8em; 
  margin: 0;
}

