﻿.jToday {
	position:relative;
	width:64px;
	height:61px;
	background-image:url(../images/jToday_Red.png);
	overflow:hidden;
	text-align:center;
}
.jToday .year {
	display:none;
}
.jToday .month {
	font-weight:bold;
	color:#eeeeee;
	font-size:24px;
	line-height:24px;
}
.jToday .day {
	font-weight:bold;
	color:#444444;
	line-height:38px;
	font-size:38px;
}
.jToday_y {
	position:relative;
	overflow:hidden;
	text-align:center;
}
.jToday_y .year
{
	font-weight: bold;
	color: #336600;
	font-size: 18px;
	line-height: 18px;
}
.jToday_y .month {
	display:none;
}
.jToday_y .day {
   display:none;
}

