#calendar td {
	font-family: Verdana, Arial, sans-serif;
}

#calback {
	margin-top:14px;
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 248px; /*edytowalem  z 400px*/
	*width: 247px;
	/* margin: 0 auto; */
	margin-left:7px;
	padding-left:0px;
	background: url('../img/header_right.png') no-repeat top left;
}

.cal a {
	font-family:Verdana;
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
	font-weight:bold;
}

.cal a:hover {
	color: #0E0;
	cursor:pointer;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #000;   /*zmienilem z fff*/
	font-size: 15px;  /*edytowalem  z 20px*/
	padding: 2px 5px 10px 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE; 
}

.dayhead td {
	text-align: center;
	color: #000;
	font-size:13px;
}

.dayrow {
	background: #FFF;
	height: 28px;  /*edytowalem z 40px*/
}

.dayrow td {
	width: 14%;
	font-size: 12px;  /*zmienilem z 9px*/
	color: #656551;
	padding: 0px; /*zmienilem z 3px*/
	/* border: 1px solid #DDD; */
}

.day {
	float: right;
	padding-right:2px;  /*dodalem*/
	height:14px;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

.calevent{
	/* border:1px solid red; */
	/* background:#4a71a5; */
	height:28px;  /*dodalem aby tam gdzie jest event komorka miala cale inne tło*/
}


.calevent_inner{
	width:100%;
	padding-top:16px;
	padding-left:2px;

	/* font-size:9px; */
}