html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica;
}
th {
	font-size:11px;
	background-color: #eeeeee;
	color: #808080;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	padding: 5px 10px;
}
td {
	background-color: whitesmoke;
	padding: 10px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
tr.content {
	border-bottom: solid 2px #ffffff;
}
table, th, td {
	font-size:13px;
}
td.center {
	text-align: center;
}
.opcja {
	background-color: #4ed6ff;
}
.w-podpisie {
	background-color: #4eda4d;
}
.zajete {
	background-color: #fffe8b;
}
.inne {
	background-color: #c4d3db;
}
.urlop {
	background-color: #0188ff;
}

h2.calendar-title {
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	font-family: Tahoma, Verdana, Helvetica;
	font-weight: normal;
	color: #2c2c2c;
	line-height: 21px;
}
h2.calendar-title {
	font-size: 16px;
	line-height: 45px;
	background-color: #eeeeee;
}
a.text {
	text-decoration:none;
	color:black;
}
.contener {
	width: 978px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
}
.contener-top {
	width: 978px;
	overflow: auto;
	padding-bottom: 50px;
}
.content {
	clear: both;
	width: 978px;
}
.form-contener {
	float: right;
	width: 162px;
}
select#dzien, #miesiac, #rok {
	background-color: #eeeeee;
	border: none;
	width: 162px;
	font-size:17px;
	margin-bottom: 7px;
}
.calendar-box {
	width: 250px;
	height: 240px;
	float: left;
	position: relative;
}
.calendar-box2 {
	width: 250px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: whitesmoke;
}
}
.calendar-box-top-bg {
	width: 320px;
	height: 57px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom: solid 2px #ADADAD;
}
.calendar-box-top {
	width: 250px;
	height: 38px;
	text-align: center;
	position: relative;
}
.calendar-right-arrow{
	width: 29px;
	height: 29px;
	position: absolute;
	top: 50%;
	right: 12px;
	cursor: pointer;
	margin-top: -10px;
	background: url(/images/arrow.png) no-repeat;
	-webkit-transform:rotate(-90deg);
}
.calendar-right-arrow .2010 {
	background: none;
}
.calendar-left-arrow{
	width: 29px;
	height: 29px;
	position: absolute;
	top: 50%;
	left: 12px;
	cursor: pointer;
	margin-top: -13px;
	background: url(/images/arrow.png) no-repeat;
	-webkit-transform:rotate(90deg);
}
.calendar-box-bottom {
	width: 250px;
	height: 201px;
	overflow: hidden;
	margin-top: 2px;
}
.calendar-box-day {
	width: 320px;
	height: 23px;
	padding-top: 7px;
}
.calendar-box-days {
	width: 250px;
	height: 171px;
}
.calendar-day-name {
	width: 34px;
	height: 22px;
	border-bottom: solid 1px #cccccc;
	float: left;
	color: #808080;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	background: #eeeeee;
	text-align: center;
}
.calendar-day-name-separator {
	width: 2px;
	height: 23px;
	float: left;
}

.calendar-day {
	width: 34px;
	height: 25px;
	float: left;
	display: block;
	font-size: 14px;
	font-family: Tahoma, Verdana, Helvetica;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #2c2c2c;
}
.calendar-day.active{
	background: #c4d3db;
}
.today {
	font-weight: bold;
}
.calendar-day-poziom-separator{
	clear: both;
	width: 250px;
	height: 2px;
}
.calendar-day-pion-separator{
	width: 2px;
	height: 25px;
	float: left;
}
