@charset "UTF-8";
/* CSS Document */

#right_block .sidebar_news ul.calendar  {
	margin: 0px;
	padding: 0px 9px;
	list-style: none;
}
#right_block .sidebar_news ul li.calendar table  {
	font-size: 10px;
}

#right_block .sidebar_news ul li.calendar {
	font-size: 10px;
	list-style: none;
	margin: 0px;
	padding: 1.1em 0px 0px; 
	border-bottom: none;
	width: 216px;
}

#calendar a,
#calendar a:visited,
#calendar a:link {
	text-decoration: none;
	cursor: pointer;
	display: block;
	font-weight: normal;
}
#calendar a:hover {
	text-decoration: none;
	font-weight: bold;
}

.calendar_month {
	background:url(../img/calendar_month_img.gif) 0 0 no-repeat;
	width: 54px;
	height: 11px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	line-height: 11px;
	text-align: center;
}
.calendar_day a,
.calendar_day a:visited,
.calendar_day a:link {
	background:url(../img/calendar_day_img.gif) 0 0 no-repeat;
	width: 54px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	font-variant: normal;
	color: #4D4D4D;
	text-align: center;
	padding-top: 2px;
	cursor: pointer;
}
.calendar_day a:hover {
	color: #4D4D4D;
}
.calendar_week {
	background:url(../img/calendar_week_img.gif) 0 0 no-repeat;
	width:54px;
	height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4D4D4D;
	text-align: center;
	line-height: 10px;
}
.calendar_table_event {
	background-color: #06C;
	color: #FFF;
}
#calendar a.calendar_table_event_day,
#calendar a.calendar_table_event_day:visited,
#calendar a.calendar_table_event_day:link {
	background-color: #06C;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
#calendar a.calendar_table_event_day:hover {
	background-color: #06C;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.calendar_table_today {
	border: solid 1px;
}
.calendar_table_day {
	background-color: #FFF;
	color: #06C;
}
.calendar_table_weekday {
	background-color: #FFF;
	color: #4D4D4D;
	font-weight: normal;
} 

.tool-tip {
	color: #FFF;
	width: 200px;
	z-index: 13000;
	background-color: #06C;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
}
.tip {
}
.tip-top {
}
.tip-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 8px 8px 0px;
}
.tip-text {
	font-size: 10px;
	padding: 0px 8px 8px;
}
.tip-text p {
	margin: 2px 0px 0px 0px;
	border-top: 1px solid #DEDCFE;
}
.tip-bottom {
}

