﻿	.ZventsQuickSearch {
		margin: 2px 2px 0 0;
		width: 285px;
	}
	.ZventsQuickSearch * {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
	}
	.ZventsQuickSearch form {
		margin: 0;
		padding: 0;
	}
	.ZventsDayButton, .ZventsDayButton * {
		display: block;
		text-align: center;
	}
	.ZventsDayButton {
		color: rgb(91,91,91);
		background-color: rgb(255,255,255);
		border: 1px solid rgb(102,153,153);
		/*border-top: 1px solid #d0d0d0;*/
		/*border-left: 1px solid #d0d0d0;*/
		text-decoration: none;
		cursor: pointer;
		line-height: 120%;
		font-weight: bold;
		margin-right: 2px;
		padding: 2px 2px 0 2px;
	}
	.ZventsDayButton:hover {
		background-color: rgb(204,239,239);
		/*border: 1px solid #c2e1ef;*/
		/*color: #336699;*/
	}
	
	.ZventsDayButtonDate {
		font-size: 16px;
	}
	.ZventsDayButtonDay {
	}
	.ZventsDayButtonAll {
		margin-right: 0;
		background-color: rgb(153,204,204);
	}
	.ZventsDayButtonToday {
		color: #336666;
	}
	.ZventsDayButtonWeekend {
		background-color: rgb(255,255,255);
	}
