.CalendarWidth {
	width: 190px;
}
.DayRef {
	color: #333333; 
	text-decoration: none;
}
.DayNotValidRef {
	color: #AFAFAF;
	text-decoration: none;
}
.NotValidDate {
    font-size: 10px;
    text-align: center;
}
.Today {
	font-size: 10px;
	color: white;
	background-color: #FFD700;
	
	text-align: center;
}
.ChooseDay {
	font-size: 10px;
	background-color: #FFFFCC;
	color: #333333;
	text-align: center;
	height: 15px;
	border : 1px solid #e46100;
}

.Day {
	font-size: 10px;
	background-color:#FFFFE0;
	color: #333333;
	text-align: center;
	height: 15px;
}
.Weekend {
	font-size: 10px;
	text-align: center;
	color: #333333;
	background-color: #FFF4B8;
}
.Topic {
    font-size: 10px;
	font-weight: normal;
    height: 15px;
    text-align: center;
    color: #e46100;
}
.Month {
    font-size: 11px;
    font-weight: bold;
	color: #333333; 
	text-align: center;
}
.Calendar {
	border: solid #FFCC00 1px;
	background-color:#FFFfff;
	position: absolute;
	display: none;
	font-size: 12px;
	font-family: tahoma;
}
.cut{
	background-color: #e46100;
	background-color: #e3e3e3;
	  background-color: #b8b8b8;  
}