/**
 * $Horde: kronolith/themes/bluewhite/screen.css,v 1.4.10.5 2005/11/11 23:34:12 jan Exp $
 */

/* Alternating styles. item0, item1 are deprecated. */
.rowEven {
    background: #eee;
}
.rowOdd {
    background: #fff;
}

.legend {
    color: #000;
}
.day {
    background-color: #e9e9e9;
}
.day:hover {
    background-color: #fff;
}
a.newEvent {
    background-color: #e9e9e9;
}
a.newEvent:hover {
    background-color: #fff;
}

