/* @group calendar */

div#sideBlog table#wp-calendar {
	position: absolute;
	left: 4px;
	top: 134px;
	width: 168px;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
	line-height: 1.2;
}

div#sideBlog table#wp-calendar caption {
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

div#sideBlog table#wp-calendar th {
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	height: 12px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-size: 11px;
	font-weight: normal;
}

div#sideBlog table#wp-calendar td {
	text-align: center;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}

div#sideBlog table#wp-calendar td.holiday {
	color: #FF9999;
}

div#sideBlog table#wp-calendar td.saturday {
	color: #6699FF;
}

div#sideBlog table#wp-calendar td.today {
	display: block;
	height: 18px;
	line-height: 1.5;
	background-color: #FDB2CC;
	border: 0px;
	_width: 100%;
}

div#sideBlog table#wp-calendar td a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	background-color: #FFE8E9;
}

/* @end */
















#pr a{
display:block;
background:url(/img/blog/common/cursor_left.gif);
width:12px;
height:12px;
text-indent:-9999px; /*\*/overflow: hidden;/**/
}



#nt a{
display:block;
background:url(/img/blog/common/cursor_right.gif);
width:12px;
height:12px;
text-indent:-9999px; /*\*/overflow: hidden;/**/
}



#wp-calendar tfoot {
    display:none;
}


