
#calendar {
width: 100%;
background: #fff;
color: #666;
font-size:1.3em;
}


table#controls {
width: 100%;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
background: #ddd;
color: #666;
font-size:1.4em;
}

table#controls td {
background: #ddd;
}

table a{
color: #666;
text-decoration: none;
display: block;
color: #000;
padding: 5px 0;
}

td {
text-align: center;
background: #eee;
padding:10px;
}

th {
text-align: center;
background: #ddd;
color: #000;
font-weight:normal;
font-size:1.4em;
padding:10px;
}

.all {
background: #eee;
}

.event {
background: #CDEAF7;
}

.etoday {
background: #9BCADF;
}

.other {
background: #eee;
color: #ccc;
}

#controls a:link,
#controls a:visited,
#controls a:hover {
text-decoration: none;
color: #2B1D13;
font-size:1.4em;
background:none;
}

.month {
color: #c00;
width: 120px;
}

.today {
background: #ffc;
}



