table#calendar{
    width:900px;
    background:#b5b2aa;
    margin-left:auto;
    margin-right:auto;
}
table#calendar th{
    background:#582b7e;
    height:30px;
    font-size:9pt;
    text-transform:uppercase;
    color:#e2ded4;
    padding:0px;
    text-align:center;
}
table#calendar td{
    height:110px;
    width:126px;
    border:1px solid #eceae3;
    position:relative;
    margin:0px;
}
.active
{
    background:#c5c2ba;
}
.date
{
    float:left;
    height:17px;
    width:17px;
    background:#eceae3;
    color:#582b7f;
}
table#calendar ul li
{
    margin-left:25px;
}
table#calendar ul li a
{
    text-decoration:underline;
    text-transform:capitalize;
    color:#000;
    padding-top:10px;
}
dl#eventList
{
    padding-top:40px;
    padding-left:0px;
}
.calEvent
{
    font-size:12pt;
    font-weight:bold;
    text-transform:uppercase;
    color:#582b7e;
}
#calHeader
{
    margin-top:50px;
    text-transform:uppercase;
    height:25px;width:900px;
    margin-left:auto;
    margin-right:auto;
}
#calHeader h2
{
    float:left;
    color:#582b7f;
}
#calHeader a{
    float:right;
    text-decoration:none;
    color:#000;
    padding-left:30px;
}