.booked
{
   background-color:#cc3333;
   color:#ffffff;
   font-family:Verdana;
   font-size:12px;
   cursor:default;
}

.today
{
   background-color:#3175b9;
   color:#ffffff;
   font-family:Verdana;
   font-size:12px;
   cursor:default;
}


.pending
{
   background-color:#ff9900;
   color:#ffffff;
   font-family:Verdana;
   font-size:12px;
}

.available
{
   background-color:#fcfcfc;
   font-family:Verdana;
   font-size:12px;
}

.disabled
{
   background-color:#f2f2f2;
   color:#cccccc;
   font-family:Verdana;
   font-size:12px;}


.ttop
{
   background-color:#3175b9;
   color:#ffffff;
   font-family: Verdana;
   font-size:13px;
   font-weight: bold;
}

.month_link
{
   color: #000000;
   font-family: Verdana;
   font-size: 14px;
   font-weight: bold;
}


.lnk
{
   cursor:pointer;
   cursor:hand;
}




a.biglink:link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color:#2562C0;
}

a.biglink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color:#2b71b7;
}

a.biglink:active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color:#092143;
}

a.biglink:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
    color:#092143;
}




.booked_small
{
   background-color:#cc3333;
   color:#ffffff;
   font-family:Verdana;
   font-size:10px;
   cursor:default;
}

.today_small
{
   background-color:#3175b9;
   color:#ffffff;
   font-family:Verdana;
   font-size:10px;
   cursor:default;
}


.pending_small
{
   background-color:#ff9900;
   color:#ffffff;
   font-family:Verdana;
   font-size:10px;
}

.available_small
{
   background-color:#fcfcfc;
   font-family:Verdana;
   font-size:10px;
}

.disabled_small
{
   background-color:#f2f2f2;
   color:#cccccc;
   font-family:Verdana;
   font-size:10px;}


.ttop_small
{
   background-color:#3175b9;
   color:#ffffff;
   font-family: Verdana;
   font-size:11px;
   font-weight: bold;
}

.month_link_small
{
   color: #000000;
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   
}

