﻿body {
}

.GrpnCalAvail
{
    background-color: #3cb371;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.GrpnCalSold
{
    background-color: #dc143c;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.GrpnCalLimited
{
    background-color: #ffd700;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.GrpnCalBlackout
{
    background-color: #808080;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.GrpnCalSingles
{
    background-color: #ff69b4;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}

.GrpnCalCallUs
{
    background-color: #87cefa;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}


.GrpnCalNight
{
    background-color: #6495ed;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}