﻿div#kalendarz table
{
	border-collapse:collapse;
	border:3px solid #bbb;
}
div#kalendarz table td {
	background: #d8d8d8;
	width:35px;
	height:26px;
	text-align:center;
	color:#666;
	border:2px solid #bbb;
	font-weight:bold;
	cursor:pointer;
	padding:2px;
  font-size:22px;
}
div#kalendarz table td.dni_tyg {
	background:#f6f6f6;
	height:20px;
	border:2px solid #bbb;
}
div#kalendarz table td.active {
	background: #00bf60;
	color:white;
}
div#cal_nav {
	background: #008040;
	height:30px;
	color:white;
	font-size:14px;
	font-weight:bold;
}
div#cal_nav * a#nast {
	background: url("/img/next.png") no-repeat;
	width:7px;
	height:7px;
	display:block;
	float:right;
	margin: 3px 7px 0 7px;
}
div#cal_nav * a#nast_rok {
	background: url("/img/next2.png") no-repeat;
	width:14px;
	height:7px;
	display:block;
	float:right;
	margin: 3px 0 0 0;
}
div#cal_nav * a#poprz {
	background: url("/img/prev.png") no-repeat;
	width:7px;
	height:7px;
	display:block;
	float:left;
	margin: 3px 7px 0 7px;
}
div#cal_nav * a#poprz_rok {
	background: url("/img/prev2.png") no-repeat;
	width:14px;
	height:7px;
	display:block;
	float:left;
	margin: 3px 0 0 0;
}
span.mon_year {
	padding:8px 0 0 0;
	display:block;
	width:240px;
}
input#cal {
	border:none;
	width:20px;
	height:20px;
	background: url("/img/kalendarzyk.JPG") no-repeat;
	cursor:pointer;
}
#cal_all{
width:260px;
}