div.calendar {
		background: url(../images/menu_background.gif) repeat-y;	
}
table.calendar_table {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	width: 140px !important;
	height: 100%;
}
table.calendar_table td {
	margin: 0;
	padding: 0;
	text-align: center;
}
table.calendar_table td.day_out {
	text-align: center;
	width: 20px;
	height: 20px;
}
table.calendar_table td.month_minus, table.calendar_table td.month_plus {
	text-align: left;
}
table.calendar_table td.month_minus a, table.calendar_table td.month_plus a {
	background: transparent;	
}
table.calendar_table td.month_plus {
	text-align: right;
}
table.calendar_table td.month_act {
	width: 84px;
	text-align: center;
	color: #C5C418;
	font-weight: bold;
}
table.calendar_table a {
	background: #4A6291;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
table.calendar_table a:hover {
	background: #EDF2FF;
	color: #C5C418;
}
table.calendar_table td.today a, table.calendar_table td.today  {
	background: #C5C418;
}
table.calendar_table td.today a:hover {
	color: #999;
	background: transparent;
}
