	.calover {
	cursor: hand;
	border: 1px solid #e3e3e3;
	}
	
	.calover a {
	color: #999999;
	}
	
	.calnormal {
	border: 1px solid #FFFFFF;
	}
	
	.calnormal a{
	/*border: 1px solid #FFFFFF;*/
	color: #666666;
	}
	
	.calhighlight {
	background-color: #E3E3E3;
	border: 1px solid #FFFFFF;
	}
	
	.calhighlight a{
	color: #666666;
	}

	a.calendar {
	text-decoration: none;
	font-size: 10px;
	}
	a.calendarb {
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	a.calendar:hover {
		text-decoration: underline;
	}
	
	a.calendarh {
		text-decoration: none;
		font-weight: bold;
	}
	a.calendarh:hover {
		text-decoration: underline;
	}
	
	a.calendart {
	text-decoration: none;
	color: #FF9900;
	font-weight: bolder;
	font-size: 11px;
	}
	
	.calendarWeekT {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #FF9900;
    LINE-HEIGHT: 138%;
    FONT-FAMILY: Verdana, Geneva, Arial, sans-serif
	}
	
	.calendarWeek {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #4c4c4f;
    LINE-HEIGHT: 138%;
    FONT-FAMILY: Verdana, Geneva, Arial, sans-serif
	}
	
	a.calendart:hover {
		text-decoration: underline;
	}
