<style>

.calendarmod_mini{ 
    border-collapse: collapse; 
    border-style:solid;
    border-color: black;
    float: none;
    margin-top: 1px;
}

.calendarmod_header_mini { 
  text-align: center;
  font-weight: bold;
  }
    
td.calendar_markday_mini {
    background-color: #66FF92;
    text-align: center;
  }
  
td.calendar_weekday_mini {
    background-color: #CCCCFF;
    width: 30px;
    text-align: center;
  }
td.calendar_noday_mini {
    background-color: #FFFFFF;
    text-align: center;
  }
  
div.hr {
  height: 2px;
  background: #000000;
  width: 95%;
}
  .calendarmod { 
    border-collapse: collapse; 
    border-style:solid;
    border-color: #5A5A5A;
    float: none;
    margin-top: 1px;
    margin-left: 110px;
    width: 50%;
  }
  .calendarmod td {
    color: #000000;
    text-align: center;
    border-color: #5A5A5A;
    height: 20px;
  }
  .calendarmod a { color: #650101; font-weight: bold;}
  .calendarmod-header { text-align: center }
  
  td.calendar_markday {
    background-color: #cccccc;
  }
  td.calendar_weekday {
    background-color: #323232;
    width: 30px;
		color:#fff;
  }
  td.calendar_noday {
    background-color: #FFFFFF;
  }
  
  
  .actionlist { 
    color: #000000;
    float: none; 
    width: 95%; 
    overflow: auto;
    border: 0px solid #cccccc; 
  }
  .actionlist_table { 
    width: 95%; 
    margin: 5px;
    border-spacing:2px; 
  }
  .actionlist_action { color: #FFF; }
  .actionlist a { color: #650101; }
  .actionlist td { border-bottom: 0px solid #A5A5A5; }
  .actionlist td { border: 0px solid #5A5A5A; }
  
  .actionlist_header {
    //font-size: 12px;
    font-weight: bold;  
  }
  .actionlist_date { padding-right: 4px; width: 30px;}
  .actionlist_type { font-size: 9px; }
  .actionlist tr {
        background-color: #eeeeee;
         height: 20px;}
  
  .action_details {
    color: #000000;
    float: left;
    margin-top: 10px;
    width: 95%;
    border: 0px solid #5A5A5A;
  }
  
    
  .detail_actionname { 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: underline; 
    color: #650101; 
  }
  .detail_typeofaction { 
    font-size: 10px; 
    color: #000000; 
  }
  .detail_description { 
    color: #000000;
  
  }
  
  .detail_termin { color: #000; }
</style>