#calendar {
	
}
#calendar h1 {
	
}
#calendar .table a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c0b0a;
	text-decoration: none;
	padding: 3px;
	line-height: 20px;
	
}
#calendar .table td {
	text-align:center;
	padding: 0 1px;
}
#calendar .table .curr {
	background-image: url(../images/date_fon_10.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.curr {
	text-align: center;
}
#calendar .monthName {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
#calendar .next {
	display: block;
	position: absolute;
	right: 0px;
	background-image: url(../images/kalendar_next_06.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
#calendar .prev {
	display: block;
	position: absolute;
	left: 0px;
	background-image: url(../images/kalendar_prev_06.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}



