#calendar { float:left; width:162px; height:169px; font:normal 12px "宋体"; }
#calendar span.load { display:block; width:100%; padding-top:83px; font-weight:normal; font-family:"宋体"; text-align:center; color:#666666; }

#calendar .day_t { height:36px; background:url(../images/img_calendar.gif) center bottom no-repeat; }
	#calendar .day_t span { float:left; width:128px; height:20px; line-height:21px; text-align:center; font-weight:bold; }
	#calendar .day_t a { float:left; width:17px; height:20px; display:block; }
		#calendar .day_t a.prev { background:url(../images/img_calendar.gif) -41px 0 no-repeat; }
		#calendar .day_t a.next { background:url(../images/img_calendar.gif) -58px 0 no-repeat; }

#calendar table { width:162px; clear:both; }
#calendar table td {
	width:20px;
	height:19px;
	line-height:19px;
	padding:0;
	text-align:center;
	border:1px solid #eaeaea;
	background-color:#f9f9f9;
	color:#666;
	cursor:pointer;
}
#calendar table td.day { color:#D7181F; }
#calendar table td.today { color:#FFFFFF; background:url(../images/img_calendar.gif) no-repeat; }
.rlPic { width:184px; height:168px; float:right; overflow:hidden; }

#memosbox {
	width:387px;
	height:381px;
	overflow:hidden;
	z-index:888;
	display:none;
	position:relative;
	top:-253px;
	left:-375px;
}

.box_content {
	float:left;
	width:354px;
	height:377px;
	background-color:#fffae9;
	border:2px solid #f9ce22;
	border-right:0;
	overflow:hidden;
}
.box_close {
	float:left;
	width:31px;
	height:381px;
	background:url(../images/right.gif) no-repeat;
}
.box_close a {
	width:31px;
	height:48px;
	margin-top:92px;
	display:block;
	text-decoration:none;
}
.memo_date {
	clear:both;
	float:right;
	width:90px;
	height:14px;
	margin:-20px 30px 0 0;
	padding:2px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background-color:#f9ce22;
	z-index:999;
}

.pic { border:2px solid #fffae9; width:350px; }

.memos {
	margin:0;
	padding:0;
	color:#554300;
	background-color:#fffae9;
	font:normal 12px/140% "宋体";
	overflow:hidden;
}
.memos dt { border-top:8px solid #fffae9; border-bottom:3px solid #fffae9; }
.memos dt a {
	padding:2px 3px 2px 13px;
	color:#554300;
	background:#fff1b8 url(../images/arrow.gif) left center no-repeat;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.memos dt a:hover { color:#554300; }
.memos dd { margin:0 0 0 10px; text-indent:2em; }
.memos a { color:#0B55C4; text-decoration:none; }
.memos a:hover { color:#ff6600; text-decoration:underline; }
.memos p { margin:5px 0; text-indent:2em; }

img { border:0; }

.clear { clear:both; overflow:hidden; height:0; }
