div#callendarHolder {	
	margin-left: 3px;
}

div.subpage div#callendarHolder {
	margin: 0px;
}

div#callendar {
	
	padding: 0px;	
	overflow: hidden;			
	color: #4B474F;
	margin: 0px;
	padding: 0px;
	background: transparent;
	height: 178px;
}



div#callendar span.day {
	width: 55px;
	height: 20px;
	line-height: 20px;
	float: left;
	text-align: center;
	padding: 1px;
	border-left: 1px solid #F7F7F7;
	border-top: 1px solid #F7F7F7;
	display: block;	
	background: #E3E0E8;
}

div.subpage div#callendar span.day {
	width: 37px;
}


div#callendar span.day.empty {
	background: #EDEBEF;
}

div#callendar span.today {
	background: #B5ACC1;
	color: white;
}

div#callendar span.dayName {	
	font-weight: bold;
	cursor: default;
	display: none;
}

div#callendar div.month {
	text-align: center;	
	font-weight: bold;
	position: relative;
	left: 1px;
	color: #fff;		
	background: url('grafika/header-dark-callendar.gif') no-repeat;
	height: 24px;
	line-height: 30px;
}

div.subpage div#callendar div.month {
	background-image: url('grafika/header-dark-callendar-short.gif');
}

div#callendar div.month span {
	position: relative;
	top: -2px;
}

div#callendar div.month a {
	text-decoration: none;
}

div#callendar a.back {
	position: absolute;
	left: 5px;

	font-weight: normal;
}

div#callendar a.backMonth {
	position: absolute;
	left: 130px;
	top: 6px;
}

div.subpage div#callendar a.backMonth {
	left: 60px;
}
   
div#callendar a.forward {
	position: absolute;
	right: 130px;
	top: 6px;
	font-weight: normal;
}

div.subpage div#callendar a.forward {
	right: 60px;
}


div#callendar span.day.event {
	background: #8acbdd;  
}

div#callendar span.separator {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #6cbcef;
	display: none;
	margin: 3px 0px;
}

div#callendar .type1 { cursor: pointer;	color: white; background: #0085E2 ;}
div#callendar .type2 { cursor: pointer;	color: white; background: #727272 ;}
div#callendar .type3 { cursor: pointer;	color: white; background: #5FA100 ;}
div#callendar .type4 { cursor: pointer;	color: white; background: #DD9D20 ;}

div#callendar .hasEvent { cursor: pointer; color: white; }

div#callendarLegend {
	padding-left: 15px;
	margin-bottom: 15px;
}

div#callendarLegend span {
	display: inline-block;
	width: 250px;
	font-size: 11px;
}

div.subpage div#callendarLegend span {
	width: 130px;
}

div.subpage div#callendarLegend span span,
div#callendarLegend span span {
	width: 8px;
	height: 8px;
	margin-right: 2px;
	line-height: 1px;
	font-size: 1px;

}
/*
div#tabkalendarz a.type1, div#callendarLegend span.type1 { color: #0085E2;}
div#callendarLegend span.type1 span { background: #0085E2; }
div#tabkalendarz a.type2, div#callendarLegend span.type2 { color: #727272;}
div#callendarLegend span.type2 span { background: #727272; }
div#tabkalendarz a.type3, div#callendarLegend span.type3 { color: #5FA100;}
div#callendarLegend span.type3 span { background: #5FA100; }
div#tabkalendarz a.type4, div#callendarLegend span.type4 { color: #DD9D20;}
div#callendarLegend span.type4 span { background: #DD9D20; }
*/
div#tabkalendarz a:hover {
	text-decoration: underline;
}
