#top	#calendar	{top:12px;}
.calendar	{font-family:Tahoma;height:85px;width:189px;background:url(/img/day-back.png);}
.week_day_name	{}
.mo,
.tu,
.we,
.th,
.fr,
.sa,
.su		{}

.mo		{left:0em;}
.tu		{left:27px;}
.we		{left:54px;}
.th		{left:81px;}
.fr		{left:108px;}
.sa		{left:135px;}
.su		{left:162px;}


.cwLine0		{top:0em;}
.cwLine1		{top:17px;}
.cwLine2		{top:34px;}
.cwLine3		{top:51px;}
.cwLine4		{top:68px;}
.cwLine5		{top:85px;}

.calendar		{position:relative;}
.calendar	.day	{position:absolute;width:27px;height:17px;text-align:center;padding:0em 0em 0em 0em;display:block;text-decoration:none;color:#3a382c;font-size:9px;}
.calendar	.have_data		{text-decoration:underline;}
.calendar	.day:hover		{background-color:#ddd;}
.calendar	.days	.current	{z-index:300;background:url(/img/day-current.png) no-repeat;padding:2px 7px 3px 4px;border:none;margin:-3px 0px 0px -3px;height:18px;}

.calendar	.day		.hint	{position:absolute;top:2em;left:0em;display:none;padding:0.25em 0.5em;background-color:#eee;border:1px solid #aaa;z-index:500;margin-top:-1px;}
.calendar	.day:hover	.hint	{}


.calendar	.sa,
.calendar	.su,
.calendar	.holyday	{color:#ee2b32;}

