#left_small_calendar {
	margin:0 auto;
	width: 260px;
	height:152px;
}
.s_arrow {
	cursor: pointer;
	padding: 0px;
	padding: 5px 3px 0px 3px;
	float:left;
	border-bottom: 0px;
	border-right:  0px;
	text-decoration: none;
}
.s_header {
	width:260px;
	height: 14px;
	background-color:#012f73;
	padding: 2px 0px 2px 0px;
}
.month_content {
	margin: 0px;
	padding: 0px;
	float: left;
}
.text_month {
	padding: 0px 2px 0px 2px;
	float: left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.year_content {
	margin: 0px;
	padding: 0px;
	float: right;
}


.s_all_days {
	padding: 0px;
	float: left;
	border-left: solid #cccccc 1px;
}
.text_days {
	background-color: #012f73;
	border-bottom: solid #012F73 1px;
	border-right: solid #012F73 1px;
	width: 36px;
	height: 19px;
	float: left;
}
span.text_days {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	height: 16px;
	border-bottom: 0px;
	border-right:  0px;
	text-decoration: none;
}


.table_day_hover {
	background-color: #E2E2E2;
}
.table_day_selected {
	background-color: #FFFFFF; /*#BFD9FF;*/
}
.table_day_past {
	background-color:#F2F2F2;
	width: 36px;
	height: 30px;
	border-bottom: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	float: left;
}
.day_past {
	cursor: default;
	padding: 3px 2px 0px 2px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
}
.table_day_future {
	width: 36px;
	height: 30px;
	float: left;
}
span.table_day_future {
	cursor: pointer;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#999999;
	padding: 3px 0px 0px 0px;
	height: 27px;
	border-bottom: 0px;
	border-right:  0px;
}
.table_day {
	width: 36px;
	height: 30px;
	border-bottom: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	float: left;
}
span.table_day {
	cursor: pointer;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	padding: 3px 0px 0px 0px;
	height: 27px;
	border-bottom: 0px;
	border-right:  0px;
	text-decoration: none;
}
.table_day_current {
	width: 36px;
	height: 30px;
	float: left;
}
span.table_day_current {
	cursor: pointer;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#003399;
	padding: 3px 0px 0px 0px;
	height: 27px;
	border-bottom: 0px;
	border-right:  0px;
}
.post_day {
	background:url(../images/public/blog_day.gif) no-repeat;
}




















/*
.table_day_special {
background-color: #CC3366;
width: 19px;
height: 19px;
float: left;
}

span.table_day_special {
cursor: default;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#FFFFFF;
padding: 0px;
padding: 0px;
height: 16px;
border-bottom: 0px;
border-right:  0px;
}
*/