﻿* 
{
    font-family: Verdana, Arial, Helvetica, Futura, Sans-Serif;
    font-size:13px;
}

body 
{
    
}

.calendar
{
    width: 570px;
}

.header 
{
    background-color: #254B21;
    font-size:12px;
    font-weight: bold;
    color: white;
}

.dayheader
{
    background-color:#527F4C;
    font-size:11px;
    font-weight: bold;
    color: #FFFF99;
}


.othermonth 
{
    background-color: #D4C8B3;
    font-size: 10px;   
}

.day 
{
    font-size: 11px;
    background-color: #F8F5F0;
}

.event 
{
    font-size:x-small;
}

a.event 
{
    text-decoration: none;
    color: #1F3F5F;
}

a.event: hover
{
    text-decoration: underline;
}

a.event: visited
{
    color: #336699;
}

.selectWeek 
{
 font-size: small;  
}

.nextPrev
{
   color: white; 
} 

.nextPrev a
{
    color: white;
    text-decoration:none;
}

#upcoming 
{
width: 150px;
height: 100px;
border: 1px solid black;
}



