/* 
    Document   : calendar
    Created on : 24.12.2011, 13:17:03
    Author     : cyriax
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


span.calendarDate {
    font-size: 8pt;
    color: #777;
    float: right;
}

span.calendarTitle {
    color: #fff;
    font-size: 10pt;
    margin-left: 10px;
}

span.calendarTitleToday {
    color: red;
    font-size: 11pt;
    margin-left: 10px;
    font-weight: bold;
}

img.calendarIcon {
    float: left;
}

hr.calendar {
    clear: both;
}

form#edit #eventDate {
    width: 100px;
}