/*
 * Version: $Revision: 22343 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2007 BeSite
 */

.calendar
{
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

.calendar table
{
    font-family: Arial, helvetica, sans-serif;
    background-color: #efefef;
}

.calendar table,
.calendar table th,
.calendar table td
{
    border: 0;
}

.calendar thead .title
{
    color: black;
    border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

.calendar .button,
.calendar .nav,
.calendar thead .title,
.calendar thead .name,
.calendar table .wn,
.calendar tfoot .ttip,
.calendar .combo
{
    background-color: #dddddd;
}

.calendar tbody .rowhilite td
{
    background-color: #5d5daa;
}

.calendar thead .weekend
{
    color: #007340;
}

.calendar tbody td.weekend
{
    color: #007340;
}

.calendar tbody .day.othermonth.oweekend
{
    color: #77b097;
}

.calendar tbody td.today
{
    color: #000099;
}

.calendar tbody .rowhilite td.today
{
    color: white;
}

.calendar tbody .rowhilite td.weekend
{
    color: #bfdbcf;
}

