/*  -------------------------- LEFT MENU --------------------------------- */
/***** MENU *****/
#leftMenuBox {
	background: #FFFFFF url(../imgs/menu_l_2_bg.gif) repeat-y center top;
	width: 210px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#leftMenuMargin {
	background: #FFFFFF url(/skins/common/imgs/shadow_up_3.gif) no-repeat left top;
	width: 210px;
	padding: 0px 10px 0px 10px;
}

/***** BANNER *****/
.bannerLeft {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 10px 0px;
	width: 172px;
	text-align: left;
}
.bannerLeft img {
	padding: 0px;
	/*width: 172px;*/
	margin: 0px 0px 4px;
}


/***** BLOG MENU *****/

/* CALENDAR START */
#leftCalendar {
	margin: 0px;
	padding: 0px;
}
#leftCalendar caption a {
	color: #CC0243;
	font-size: 12px;
	text-decoration: none;
}
#leftCalendar td a {
	display: block;
	color: #CC0243;
	background-color: #FFF4F8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F4DDE0;
	border-bottom-color: #F4DDE0;
	text-decoration: none;
}
#leftCalendar img {
	border: none;
}
#leftCalendar table {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#leftCalendar table.imgcalendar th.monthname{
	text-align: center;
	font-size: 12px;
	Vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
#leftCalendar th {
	width: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#leftCalendar td {
	width : 20px;
	height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#leftCalendar td.empcell{
		width : 20px;
		height : 20px;
		Vertical-align: middle;
		text-align: center;
		padding:0px;
		margin:0px;
		background-color:none;
		border: 1px solid RGB(<?php echo $wakurgb; ?>);
}
#leftCalendar td.imgcell{
	width : 20px;
	height: 20px;
	Vertical-align: top;
	text-align: left;
	padding:0px;
	margin:0px;
	background: #F6F6F6;
}
#leftCalendar .cellimg {
	margin: 0px;
	padding: 0px;
	POSITION: absolute;
}
#leftCalendar div.d{
	width : 18px;
	height: 18px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width:2em;
	TEXT-ALIGN: center;
	z-index:4;
	POSITION: absolute;
}
#leftCalendar .empcell{
	width : 20px;
	height: 20px;
}
#leftCalendar .cellspacer{
	width : 20px;
	height: 20px;
}
#leftCalendar .cal_sun {
	color: #CC0000;
}
#leftCalendar .cal_sat {
	color: #003399;
}
/* CALENDAR END */

.archivesList {
	text-align: left;
	width: 172px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}
.archivesList a {
	margin: 0px 0px 0px -12px;
	padding: 0px 0px 0px 12px;
	display: block;
	width: 160px;
}

.archivesList ul {
	padding:0px 0px 5px;
	margin: 0px;
	list-style: none;
}
.archivesList li {
	padding:5px 0px 5px 12px;
	margin: 0px;
	background: url(/skins/common/imgs/blog_arclistline.gif) no-repeat left bottom;
	width: 160px;
}
