#calendar{
width: 620px;
height: auto;
float: right;
color: #999999;
font-weight: bold;
font-size: 14px;
}
#calendar h1{
color: #000000;
margin: 0 0 10px 0;
padding: 0px;
}
.noevents{
float: left; font-size: 14px; width: 80px; height: 60px; border: 2px solid #cccccc; display: block; text-align: center; color: #FFFFFF; text-decoration: none; font-weight: bold; margin: 2px;
}
.noevents:hover {
float: left; font-size: 14px; width: 80px; height: 60px; border: 2px solid #0099ff; display: block; text-align: center; color: #0099ff; text-decoration: none; font-weight: bold; margin: 2px;
}
.events{
float: left; font-size: 14px; background-color: #eeeeee; width: 80px; height: 60px; border: 2px solid #999999; display: block; text-align: center; color: #999999; text-decoration: none; font-weight: bold; margin: 2px;
}
.events:hover {
float: left; font-size: 14px; background-color: #eeeeee; width: 80px; height: 60px; border: 2px solid #0099ff; display: block; text-align: center; color: #0099ff; text-decoration: none; font-weight: bold; margin: 2px;
}
.eventspast{
float: left; font-size: 14px; width: 80px; height: 60px; border: 2px solid #eeeeee; display: block; text-align: center; color: #FFFFFF; text-decoration: none; font-weight: bold; margin: 2px;
}
.eventspast:hover {
float: left; font-size: 14px; width: 80px; height: 60px; border: 2px solid #cccccc; display: block; text-align: center; color: #0099ff; text-decoration: none; font-weight: bold; margin: 2px;
}
.date{
width: 74px;
height: 24px;
position: relative;
text-align: left;
padding: 3px;
color: #999999;
font-size: 18px;
}
.datepast{
width: 74px;
height: 24px;
position: relative;
text-align: left;
padding: 3px;
color: #cccccc;
font-size: 18px;
}
.daytitle{
width: 80px;
height: auto;
float: left;
margin: 0px 4px;
color: #999999;
font-size: 18px;
font-weight: bold;
}
.week{
margin: 0px;
width: auto;
height: auto;
clear: both;
}
.iehack{
float: left; width: 80px; height: 20px; border: 2px solid #FFFFFF; display: block; margin: 2px;
}
