/* ------- style kalendarza -------- */

a.cal_date:link {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:visited {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;}
a.cal_date:active {text-decoration:none;color:white;display:block;width:100%;height:100%;}

a.cal:link {text-decoration:none;color:red;display:block;height:100%;background:#93C2EC;padding:3px;}
a.cal:visited {text-decoration:none;color:red;display:block;width:100%;height:100%;background:#93C2EC;padding:3px;}
a.cal:hover {text-decoration:none;color:white;display:block;width:100%;height:100%;background:#dddddd;border: thin solid black;padding:0px;}
a.cal:active {text-decoration:none;color:red;display:block;width:100%;height:100%;background:#93C2EC;padding:3px;}

a.event:link {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}
a.event:visited {text-decoration:none;color:blue;width:100%;background:lightblue;padding:3px;}

a.deleteevent:link {text-decoration:none;color:blue;background:red;padding:2px;border:thin solid black;}
a.deleteevent:visited {text-decoration:none;color:blue;background:red;padding:2px;border:thin solid black;}

p.deleteevent {
	text-decoration:none;
	color:#FFFFFF;
	background:red;
	padding:2px;
	border:thin solid black;
	width:8px; 
	height:10px;
}

.special span{
	text-decoration:none;
	color:#FFFFFF;
	background:red;
	padding:0px;
	border:thin solid black;
	width:7px; 
	height:7px;
	font-size: 10px;
}

p.wolny {text-decoration:none;color:#FFFFFF;background:green;padding:2px;border:thin solid black; width:8px; height:10px;}
.special1 span{
	text-decoration:none;
	color:#FFFFFF;
	background:green;
	padding:0px;
	border:thin solid black;
	width:7px;
	height:7px;
	font-size: 10px;
}
table.cal {
	border: thin solid black;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.olive th.cal a:hover {
	text-decoration: none;
	color: #CCFF99;
}
.olive th.cal a, a:active{
	color:#FFFFFF;
	}	

th.cal {
	background: #42687D;
	color: #ffffff;
	text-align: center;
	
}

td.cal_data {
  background: #5084BE;
  color: #ffffff;
  text-align: center;
}

td.cal {
text-align: center;
background: #93C2EC;
}

span.datepicker {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

#prawy span.datepicker a{
text-decoration:none;
}
