﻿div#monthHolder 
{
    background: #c0c0c0;
    font-family: Arial, MS Sans Serif, Sans-Serif;
    font-size: 10px;
}

table#gigCalendar 
{
    margin: 10px 0 0 0;
}

table#gigCalendar th
{
    width: 25px;
    background: #930000;
    color: #ffffff;
}

table#gigCalendar td
{
    width: auto;
    background: #ffffff;
    text-align: center;
}

table#gigCalendar td.gigDay
{
    width: auto;
    background: #d9d9d9;
    text-align: center;
}

img#gigInfo
{
    float:right;
    clear:left;
}

td.Day
{
    background: #930000;
}

a 
{
    color: #ffffff;
    text-decoration:none;
}

a:hover
{
    color: #930000;
    text-decoration:none;
}
