.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 240px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: #f7eda0;
border: 1px solid black;
border-width: 1px 2px 2px 1px;
padding: 5px;
}
img {
	behavior: url("../pngbehavior.htc");
}

// body {
//	padding-top: 0px;
//	background-color: #F9F9F9;
}
#content_container {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}


.month{
    width:220px;
    float:left;
    border:3px solid #F9F9F9;
    margin:8px;
    border-collapse:collapse;
		font-size: 10pt;
}

.month-td {
		text-align: center;
		vertical-align: middle;
    border:3px solid #F9F9F9;
		background: #f7eda0;
    color:#000;
    padding:3px;
		width: 25px;
		height: 30px;
		
}

.month-th {
		text-align: center;
		vertical-align: middle;
    padding:5px;
		background: #F9F9F9;
    color:#000;
		font-family: verdana, tahoma, arial;
		font-size: 17px;
		font-weight: normal;
}
.nextprev
{
	text-decoration: none;
	color: #000000;
}
.wydarzenie
{
	text-decoration: none;
	color: #FF6600;
}
.actday{
		text-align: center;
		vertical-align: middle;
    border:3px solid #F9F9F9;
		background: #F6EFB5;
    color:black;
    font-weight: normal;
		padding:3px;
		width: 25px;
		height: 30px;
}
.resday{
	 text-align: center;
	 vertical-align: middle;
	 border:3px solid #F9F9F9;
   color:#FF6600;
	 background: #e4d688;
   font-weight:bold;
	 padding:3px;
	 width: 25px;
	 height: 30px;
}
.resday a{
	color: #FF6600;
}
.sun{
	 text-align: center;
	 vertical-align: middle;
   border:3px solid #F9F9F9;
   color:#000000;
	 background: #e2cf62;
   font-weight:normal;
	 padding:3px;
	 width: 25px;
	 height: 30px;
}
.days{
    background : #F9F9F9;
		color: #000000;
		font-family: verdana, tahoma, arial;
		vertical-align: bottom;
		text-align: center;
}

