/*Kalendarz */
div.kalendarz {
/*	background: url(/dodatki/kalendarz/bgkal-v.gif) repeat-x; */
	background-color: #E8EC28;
	padding: 2px 2px;
	border: 1px solid #7c2f0d;
	width: 160px;
	min-height: 200px;
	font-family: Verdana;
	text-align: center;
	font-size: 12px;
	visibility: hidden;
	z-index: 1;
	cursor: pointer;
	margin-left: 15px;
}

div.dzien_tyg  {
	font-family: Verdana;
	position: relative;
	width: 160px;
	font-size: 14px;
}

div.miesiac {
	font-family: Verdana;
	position: relative;
	width: 160px;
	font-size: 14px;
	cursor: pointer;
}

div.dzien {
	position: relative;
	width: 160px;
	font-size: 50px;
	font-weight: bolder;
	line-height: normal;
}

div.imieniny {
	position: relative;
	width: 160px;
	font-size: 10px;
	margin-top: 5px;
	font-weight: bold;
	line-height: normal;	
}

p.dzis {
	margin-top: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}

table.kalendarz {
	text-align: center;
	font-size: 14px;
	font-family: Verdana;
	height: 160px;
	width: 160px;
	margin-top: 5px;
}

table.kalendarz th {
	padding: 0;
	font-size: 12px;
	text-align: center;
}

table.kalendarz td {
	padding: 0;
	text-align: center;
}

td.dzis {
	background-color: #0000FF;
	color: #FFFF00;
	}

div.naglowek {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}

div#hint {
	position: absolute;
	visibility: hidden;
	font-size: 10px;
	background: #ffff00;
	padding: 1px 2px;
	line-height: normal;
}
