/* default styles for extension "tx_klabbooking_pi1" */
		
		.booking {
			color: #966054;
			padding: 5px;
			width: 100%;
			border: 1px solid #966054;
			#background-color: ;
		}
		
		.booked {
			background-color: #966054;
			color: #fbf4e0;
			text-align: center;		
		}
		
		.cell {
			width: 50px;
		}
		
		.day {
			text-align: center;
			font-weight: bold;
			height: 20px;
			border-bottom: 1px solid #966054;
		}
		
		.day_number {
			text-align: center;
		}
		
		.nav {
			text-align: center;
			background-color: #966054;
			color: #fbf4e0;
			font-weight: bold;
		}

		.nav a {
			color: #fbf4e0;
			text-decoration: none;
		}

		.nav a:hover {
			color: #fbf4e0;
			text-decoration: none;
		}
		
		.month {
			text-align: center;
			background-color: #966054;
			color: #fbf4e0;
			font-weight: bold;
			height: 20px;
		}