/* CSS Document */

.calendar-month{
/*	background-color:#304e17;*/
	padding-top:4px;
	color:#000000;
/*	height:19px;*/
}
.calendar-month a{	
	color:#000000;
}
.calendar{
	background-color:#f0eff4;
	font-size:12px;
}
.calendar th{
/*	background-color:none;*/
	background-color:#DFDFD;
	font-size:9px;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;*/
	height:19px;
	width:26px;
	padding:0px;
	margin:0px;
	
}
.calendar td{
	font-size:12px;
	border: none;
	text-align:center;
	height:19px;
	width:26px;
	background-image: url(kalendar_day_bg.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
.calendar td.linked-today{
/*	background-color:#b5cc39;*/
/*	border: 1px dashed #467e07;*/
	border: none;
	background-image: url(kalendar_day_bg_selected.png);
	background-repeat:no-repeat;
}
.calendar td.linked-day{
	border: none;
/*	background-color:#b5cc39;*/
}
.calendar td.today{
	border: none;
	background-image: url(kalendar_day_bg_selected.png);
	background-repeat:no-repeat;

/*	background-color:#fffdcc;
	border: 1px dashed #467e07;*/
}