#calendar td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
			
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 530px;
	background-color:#147db7;
	margin: 35px auto;
}


.cal a {
	color: #147db6;
	text-decoration: none;
	font-size: 10px;
}

.cal a:hover {
	color: #7e7e7e;
}

.calhead {
	width: 100%;
	font-weight: normal;
	color: #FFF;
	background-color:#147db7;
	padding: 5px;
	
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 30px;
	background: #f3f3f3;
}

.dayhead td {
	text-align: center;
	color: #7e7e7e;
		
}

.dzien {
	text-align: center;
	color: #000;
	font-size:12px;
	font-family:Tahoma;
		
}



.dayrow {
	background: #fff;
	height: 40px;
	text-align:center;
	
}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	font-family:Tahoma;
	padding: 4px;
	
	}
	
.day {
	
}

.dayover {
	background: #f3f3f3;
}

.dayout {
	background: #fff;
}

#event {
	
	width: 533px;
	margin-left: 70px;
	margin-top:40px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #888;
	line-height:14px;
	text-align:justify;
	border: 1px solid #147db7;
	
}

#event .heading {
	padding: 5px;
	position: relative;
	background-color:#147db7;
	
}

#event .title {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

#event .posted {
	color: #ffffff;
	font-size: 9px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #fff;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #fff;
}

#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;
}
