#taskbar a.button-calendar {
  background: url('images/calendar.png') 0px 4px no-repeat;
}

#calendar {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

#icsuploadform {
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}

#print {
  width: 680px;
}

pre {
 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#agendalist {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  border: 1px solid #C1DAD7;
  display: none;
}

#agendalist table {
  width: 100%;
}

#agendalist td, th {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
}

#agendalist tr {
  vertical-align: top;
}

#agendalist th {
  font-weight: bold;
}

#toolbar {
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  text-align: right;
  display: none;
  overflow: hidden;
}

#event,
#calswitch,
#calfilter {
  display: none;
}

#calusername {
  position: absolute;
  bottom: 20px;
  left: 10px;
  text-align: left;
  color: #666;
  padding-right: 10px;
}

#user {
  position: absolute;
  top: 10px;
  right: 100px;
  left: 100px;
  text-align: center;
}

.fc-event-title {
  font-weight: bold;
}

.fc-event-cateories {
  font-style:italic; 
}