#calendar_site {
		background: #e9f5fe;
		width: 220px;
		margin: 5px 10px 5px 0;		
}
.calendar_site {
        width: 209px;
        font-size: 11px;
        font-family: Tahoma, monospace;
        border-spacing: 1px;
        border-collapse:separate;
}
.calendar_site td {
        padding: 1px 2px 2px 2px;
        text-align: center;
        color: #000000;
        width: 14%;
}
.calendar_site td.current {
        background: #9999FF;
        color: #fff;
}
.calendar_site td.implink {
		padding: 1px;
        background: #3366CC;
}
.calendar_site tr.headers td {
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 11px;
        height: 28px;
}
.calendar_site td.implink a, .calendar_site td.implink a:visited {
        color: #fff;
        text-decoration: none;		
}
.calendar_site td.implink a:hover {
		text-decoration: underline;
		background: #ΡΡ0000;
}
.calendar_site td.link a, .calendar_site td.link a:visited {
        color: #3300CC;
        text-decoration: underline;
}
.calendar_site td.current a, .calendar_site td.current a:visited {
		color: #fff;
		text-decoration: underline;	
}
.calendar_site td.link a:hover, .calendar_site td.current a:hover{
        text-decoration: none;

}
.calendar_site td.rightbtn, .calendar_site td.leftbtn {
        padding: 0;
}
.calendar_site td.rightbtn .rightbtn {
        color: #e2eefc;
        padding: 2px;
}
.calendar_site td.leftbtn .leftbtn {
        color: #e2eefc;
        padding: 2px;
}
