.tableheader {
  height: 40px; 
}

#caption {
  text-align: center; 
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  letter-spacing: 0.05em;
  padding: 0 20px;
  background-color: #EDEDED;
}

#caption a {
  color: #000 !important;
  font-weight: bold;
}

#prev {
  float: left;
}

#next {
  float: right;
}
  

.kalender {
 text-align: center; 
 width: 100%;
 font-size: 0.9em;
}

.kalender tbody {
  border: 1px solid #CCCCCC;
}

#kalender th {
  width: 12%;
}

#kalender table tbody td {
  height: 25px; 
  border: 1px solid #CCCCCC; 
}

#kalender table tbody td a{
  color:#000000 !important;
  font-weight: bold;
}

#kalender table tbody td.week{
  border-right: 2px solid #CCCCCC;
}

#kalender table tbody td.week a, #kalender table th.week{
  color:#0088CC !important;
}

#kalender table tbody td.weekend a, #kalender table th.weekend{
  /*color:red;*/
}

#kalender table tbody td.current, #kalender table tbody td.current a{
  font-weight: bold;
  color: #ffffff !important;
  background-color: #848484;
}

.author_pic_small
{
  float:left;
  min-width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.blocktitle.inner {
  border-bottom: 1px solid #aaa;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14.5px;
  text-align: center !important;
  padding: 8px 10px;
  margin-bottom: 0;
  height: auto;
  background-color: #E3E3E3;
  color: #000;
}

.blockcontent {
  background-color: #fff;
  padding: 10px;
}

#authorblock, #kalender {
  background-color: #fff;
  padding: 0;
  color: #848484;
}

#authorblock .blocktitle {
  margin: 0;
  background-color: #F9F4E1;
  height: 30px;
  line-height: 30px;
}

#authorblock .block-author {
  height: 30px;
  line-height: 30px;
}

#authorblock #last-item {
  border-bottom: none;
}

#authorblock .block-author.hiddenAuthor {
  border-bottom: none;
  border-top: 1px solid #848484;
}

#authorblock .accordion-group {
  border: none;
  margin: 0;
}

#authorblock .accordion-heading {
  height: 30px;
  line-height: 30px;
  font-style: italic;
  background-color: #F9F4E1; 
  padding: 0 10px;
}

#authorblock .accordion-heading a {
  padding-right: 0;
  color: #848484 !important
}

#authorblock .accordion-heading img {
  float: right;
  padding-top: 9px;
}

.block-author {
  border-bottom: 1px solid #848484;
  clear:both; 
  font-size: 0.85em;
  line-height: 1.8em;
  padding: 0 10px; 
  
}

.block-author .author-name {
   float:left;
}

.block-author .author-count {
   float:right;
}