/*
 * calendar dir
 */

p.caltrio {
        text-align: center;
        font-weight: bold;
}
div.calsubmit {
        text-align: center;
}
form.inline {
        display: inline;
}
div.calevent div#location {
        margin-left: 25%;
}
.cal-day {
        font-size: 1.1em;
        font-weight: bold;
}
.cal-nullday {
    background: transparent;
}
.cal-oldday {
    background: transparent;
}
.cal-today {
    background: #C0C0C0;
}
div#weekview td.addevent {
        font-size: .8em;
        text-align: right;
        width: 1%;
}
.weekview-curday {
        background-color: #D1D1D1;
}
.weekview-offday {
        background-color: #F2F2F2;
}
div#weekview td.daterange, div#dayview td.daterange {
        font-size: 1.2em;
        font-weight: bold;
}
div#weekview td.caltitle, div#dayview td.caltitle {
        font-size: 1em;
        font-weight: bold;
}
div#weekview td.event, div#dayview td.time {
        text-align: center;
}
.dayview-times {
    font-weight: bold;
    text-align: center;
}
.smallcal-week-even {
	background: #D1D1D1;
}