@charset "UTF-8";
/* CSS Document */

#events
{
  width: 500px;
  padding-left: 12px;
  font-size: 11.5px;
  line-height: 1.5;
  text-align: justify;
}



td
{
  padding-left: 10px;
  padding-right: 10px;
}

td.day
{
 color: #FFFFFF;
 background: #336598;
 col
} 

td.event
{
  background: #689dd5;
 }
 
td.event a
{
text-decoration:none;
color:#000000;
}  
 
td.event:hover
{
  background:  #dddddd;
}   
 
td.time
{
  background:  #96c3f2;
  text-align: center;
 }
 
td.check
{
 background: #cbe2fb;
}  
 
 
td.description
{
 display: none;
 background: #dddddd;
 padding-top: 5px;
 padding-bottom: 5px;
 width: 100px;
}