#kalendarz{
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	text-align: center;
}
#kalendarz header{
	text-align: left;
	text-indent: 20px;
	padding-top: 25px;
	height: 47px;
	background: rgb(254,254,254); /* Old browsers */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 1%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#kalendarz header a{
	color: #6D3E00;
	font-size: 18px;
	font-weight: 700;
}
.miesiac{
	display: inline-block;
}
#kalendarz .miesiac header{
	height: 25px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	width: 228px;
	background: #fceabb; /* Old browsers */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}
#kalendarz .miesiac header a{
	text-decoration: none;
	color: #6D3E00;
	font-size: 14px;
	font-weight: 700;
}

.miesiac table tr td{
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	height: 20px;
	max-height: 20px;
	text-align: center;
	vertical-align: middle;
}
.miesiac table thead td{
	border:0px;
	color: #6D3E00;
	font-size: 12px;
	font-weight: 700;
	padding-top: 5px;
	text-align: center;
}
.miesiac table tr td a{
	color: #000000;
	text-decoration: none;
}
.wydarzenia li a{
	color: #6D3E00;
	text-decoration: none;
}
.wydarzenia li a:hover{
	background-color: #FEF9BF;
	text-decoration: none;
}
.miesiac table tr .swieta{
	background-color: #FFC0C0;
}
.miesiac table tr .swieta2{
	background-color: #C6DBFF;
}

/* toooltip */

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:200px;
  color: #000000;
  background: #E6E6E6;
  height: 60px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  box-shadow: 2px 2px 8px #000000;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #E6E6E6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.95;
  top: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
