.calendars TD {
	vertical-align: top;
	padding:5px;
}

.calendar td {
	width: 66px;
	height: 48px;
	vertical-align: top;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.calendar th {
	width: 66px;
	height: 25px;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}

.number {
	font-size: 1.5em;
}
.number2 {
	font-size: 1.5em;
	margin: 0px 0px 0px -17px;
}
.number-bold {
	font-size: 1.5em;
	font-weight: bold;
}

.calendar {
	width: 499px;
	min-height: 350px;
	margin: 0px;
	padding: 0px 0px 0px 1px;
	background-image: url(images/calendar.png);
	background-repeat: repeat-y;
	vertical-align: bottom;
}
.calendar-head {
	width: 500px;
	height: 29px;
	background-image: url(images/calendas.png);
	background-repeat: no-repeat;
}
.calendar-foot {
	width: 500px;
	height: 20px;
	background-image: url(images/calendat.png);
	background-repeat: no-repeat;
}
.calendar td {
	width: 67px;
	height: 48px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #F6F1E6;
	border: 1px solid #FFF;
	text-align: center;
	font-family : Arial; 
	font-size: 10px;
}
.calendar th {
	width: 67px;
	height: 25px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}

.sunday {
	color: #328FBE;
}
.days {
	background-image: url(images/calendar_days.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.number {
	font-size: 1.5em;
}
.number2 { /* vycentruje cislo dna tam, kde je aj cislo tyzdna*/
	font-size: 1.5em;
	margin: 0px 0px 0px -17px;
}
.number-bold {
	font-size: 1.5em;
	font-weight: bold;
}
.today {
	background-image: url(images/calendar_today.png);
	background-repeat: repeat;
	color: #FEFEFE;
}
.blue {
	color: #328FBE;
}
