@charset "windows-1251";
/* CSS Document */

#calendaritem{
	float: left;
}

#calendaritem table{
	width: 257px;
	border-collapse:collapse;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

#calendaritem table th{
	line-height: 14px;
	border-bottom: 1px solid #989898;
}

#calendaritem table th.month{
	text-align: center;
}
#calendaritem table th.year{
	text-align: right;
}
#calendaritem .prev, #calendaritem .next{
	cursor:pointer;
	text-align: center;
}
#calendaritem .prev{
position: relative;
right: -6px;
}
#calendaritem .next{
position: relative;
left: -6px;
}

#calendaritem table td.interval{
	height: 7px;
}

#calendaritem table td{
	margin: 0;
	padding: 0;
	width: 36px;
	text-align:center;
	height: 14px;
}
#calendaritem table td.first{
	width: 41px;
}

#calendaritem td.current, #calendaritem td.current a{
	color: #ed2028;
}

#calendaritem td a{
	text-decoration: none;
	display: inline-block;
	width: 20px;
	height: 13px;
	background-color: #dadada;
}

#social{
	width: 76px;
	height: 163px; /* 133 */
	float: left;
}
#social>div.in{
	height: 163px; /* 133 */
	border-left: 1px solid #989898;
	overflow: hidden;
}
#social>div.in>div{
	width: 50%;
	margin-top: 11px;
	float: left;
	text-align: center;
}
