﻿
    .calendar h2.darkblue
    {
        cursor          : pointer;
        cursor          : hand;
    }
 
    .calendar .calendareventheader
    {
    
        border-bottom   : 1px dotted blue;
    }
    
    .calendar h3
    {
       display          : inline;
       float            : left;
       font-size        : 1em;
       margin           : 0px;
    }

    .calendar .calendarevents
    {
        display         : none;
    }
    
    .calendar .datetitle
    {
        font-style      : italic;
        float           : right;
        display         : inline;
    }