div.myCalendar {
    font-size: 13px;
    width: 500px;
	margin: 0 auto 0 auto;
	line-height: 20px;
}
div.myCalendar div.years {
    
}
div.myCalendar div.years div.year {
    float: left;
    width: 140px;
    text-align: center;
    height: 20px;
	background: #eee;
	font-size: 12px;
	border: 1px solid #ddd;
}
div.myCalendar div.years div.year a,
div.myCalendar div.years div.year a:visited {
	display: block;
    color: #999;
    text-decoration:none;
}
div.myCalendar div.years div.year a:hover {
    text-decoration: underline;
}
div.myCalendar div.years div.year.current {
    width: 206px;
    font-size: 14px;
    background: #ddd;
	border-left: 0px;
	border-right: 0px;
}
div.myCalendar div.years div.year.current a {
	color: #676767;
}
div.myCalendar div.monthes {
}
div.myCalendar div.monthes div.month {
    float: left;
    width: 40px;
    text-align: center;
}
div.myCalendar div.monthes div.month a {
	display: block;
	color: #999;
}
div.myCalendar div.monthes div.month.current {
    background: #eee;
    font-size: 14px;
}
div.myCalendar div.monthes div.month.current a {
	color: #676767;
}
div.myCalendar div.weekdays {
}
div.myCalendar div.weekdays div.weekday {
    float: left;
    width: 70px;
    text-align: center;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #eee;
	color: #888;
	font-size: 12px;
}
div.myCalendar div.weekdays div.weekday.current {
    background: #ddd;
	color: #676767;
	font-size: 14px;
}
div.myCalendar div.days {
    padding: 1px 0 0 0;
}
div.myCalendar div.days div.noday {
    float: left;
    width: 70px;
}
div.myCalendar div.days div.day {
    float: left;
	padding: 0px 2px 0px 2px;
    width: 62px;
    text-align:center;
    border: 1px solid #ddd;
    margin: 1px;
    height: 20px;
    background: #f4f4f4;
    cursor: pointer;
	line-height: 20px;
}
div.myCalendar div.days div.day a {
	color: #888;
	display: block;
}
div.myCalendar div.days div.day.current {
    font-weight: bold;
    background: #fff;
    color: #555;
    cursor: default;
    border: 1px solid #ccc;
    font-size: 14px;
}
div.myCalendar div.days div.day div.number {
    float:left;
}
div.myCalendar div.days div.day div.icon {
    float:right;
}
div.myCalendar div.days div.day div.icon img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div.myCalendar div.days div.day:hover {
    background: #fff;
    border: 1px solid #777;
    
}
div.myCalendar div.current {
    /*color:#99cc00;*/
}
