﻿/* Beachcombers color scheme:
    #215194 blue
    #810081 magenta
    #EC8F25 orange
    #F3E401 yellow
 */

.calendar_month table
{
    background-color: #EC8F25;
    border: solid thin #EC8F25;
    width: 100%;
}

/* The photo cell. */
.calendar_month th
{
    background-color: #EC8F25;
    color: black;
    font-size: small;
    font-weight: bold;
    text-align: center;
}

.calendar_midweek
{
    font-size: small;
    background-color: #f0f0f0;
}

.calendar_weekend
{
    font-size: small;
    background-color: #ffffff;
}

.day    { font-size: x-small; text-align: center; }
.date   { font-size: x-small; text-align: right; }
.event  { width: 50%; }
.event_practice     { display: block; background-color: #a0ffa0; }
.event_tournament   { display: block; background-color: #a0ffff; }
.event_league       { display: block; background-color: #ffa0a0; }
.event_social       { display: block; background-color: #ffffa0; }
.venue  { width: 30%; }
.contact{ width: 10%; }
