/*-------- KALENDARZ ------*/
#kalendarz { padding:5px;}
#kalendarz table
{
font-family:arial;
font-size:11px;
border:0px black solid;
width:170px;
background:#ECF6EE;

}
#kalendarz table th {vertical-align:middle; text-align:center}
#kalendarz form{margin:0;}
#kalendarz form input{width:1em; height:1em; border:0 solid;}
#kalendarz a{text-decoration:none;}

#kalendarz th{width:42px; text-align:center;}
#kalendarz td{text-align:center; border:0px #ECF6EE solid; }
/*------- wyroznienia */
#kalendarz .free{ background-color:#D5E9D7; border-width:1px; }
#kalendarz .event1{ cursor:pointer; border-color:#0D6AAB; border-width:2px; font-weight:bold;}
#kalendarz .event2{ cursor:pointer; border-color:#FFB900; border-width:2px; font-weight:bold;}
#kalendarz .event3{ cursor:pointer; border-color:#6F0000; border-width:2px; font-weight:bold;}
#kalendarz .days{ color:#066135; /*background-color:white;*/ }
#kalendarz .today{background-color:#006334;color:#fff;}

#okienko
{
	position:absolute;
	left:0; top:0;
	display:none; 
	width:100px; 
	padding:5px;
	
	font-family:arial;
	font-size:11px;
	color:#006334;
	
	border:solid 2px #006334; 
	background:#C5E0CD; 
}
#kalendarz .bc1{ border-color:#FF8A00;}
#kalendarz .bc2{ border-color:#FFE900;}
#kalendarz .bc3{ border-color:#EF0000;}

/*-------- KONIEC KALENDARZ ------*/



abbr
{
  text-decoration:none;
  border:0;
  display:block;
  text-align:center;
}

