#holdbooking div {
	font: normal 11pt/normal helvetica;
	color: #444;
	line-height: 150%;
}
#holdbooking img {
	border: 0;
	padding: 0;
	margin: 0;
}
#holdbooking #filters,
#holdbooking #calendar {
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 4px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
#holdbooking #filters div {
	padding: 15px;
}
#holdbooking #filters div p {
	margin-top: 10px;
	font-weight: bold;
}
#holdbooking #filters div p:first-child {
	margin: 0;
}
#holdbooking #filters div select {
	width: 200px;
	height: 30px;
}
#holdbooking #filters div input[type="submit"] {
	width: 100px;
	height: 30px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 110%;
}
#holdbooking #filters ul.selector,
#holdbooking #filters div.selector {
	background: #fff;
	width: 220px;
	border: solid 1px #aaa;
	list-style: none;
	margin: 0;
	position: relative;
}
#holdbooking #filters div.selector {
	background: #fff url('../img/selectbox.jpg') top right no-repeat;
	width: 216px;
	height: 24px;
	padding: 2px;
}
#holdbooking #filters div.selector:hover {
	// background-color: #eee;
}
#holdbooking #filters ul.selector {
	display: none;
}
#holdbooking #filters ul.selector li {
	padding: 2px;
}
#holdbooking #filters ul.selector li:hover {
	background: #ddd;
}
#holdbooking .left {
	float: left;

}
#holdbooking .right {
	float: right;
}
#holdbooking #calendar {
	margin-top: 20px;
	padding: 0;
	border-bottom: 0;
	// overflow: hidden;
}
#holdbooking #calendar .titlebar {
	line-height: 90%;
	height: 35px;
	color: #fff;
	background: #000;
	padding: 5px 0 0 0;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #ccc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#holdbooking #calendar .titlebar .navigation {
	width: 96%;
	position: absolute;
	top: 8px;
	left: 10px;
}
#holdbooking #calendar .titlebar .navigation a:first-child {
	float: left;
}
#holdbooking #calendar .titlebar .navigation a:last-child {
	float: right;
}
#holdbooking #calendar .overview {
	// min-height: 500px;
}
#holdbooking #calendar .overview .category,
#holdbooking #calendar .overview .notfound {
	padding: 5px;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
}
#holdbooking #calendar .overview .notfound {
	font-weight: normal;
	background: #fff;
}
#holdbooking #calendar .overview .listitem {
	padding: 5px;
	min-height: 52px;
	list-style: none;
	border-bottom: solid 1px #aaa;
	//font-size: 11pt;
	position: relative;
	-webkit-transition: 300ms ease;
	overflow: hidden;
}
#holdbooking #calendar .overview .listitem:first-child {
	// border-top: solid 1px #aaa;
}
#holdbooking #calendar .overview .listitem:nth-child(even) {
	background: #fff;
}
#holdbooking #calendar .overview .listitem:hover {
	background: #dedede;
}
#holdbooking #calendar .overview .listitem:hover .more {
	background: #fff;
}
#holdbooking #calendar .overview .listitem div {
	float: left;
}
#holdbooking #calendar .overview .listitem .time {
	width: 110px;
}
#holdbooking #calendar .overview .listitem .title {
	width: 320px;
	font-weight: bold;
}
#holdbooking #calendar .overview .listitem .location {
	width: 180px;
}
#holdbooking #calendar .overview .listitem .trainer {
	width: 340px;
}
#holdbooking #calendar .overview .listitem .trainer {
	text-align: right;
}
#holdbooking #calendar .overview .listitem .description {
	max-width: 100%;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
	display: none;
	font-style: italic;
}
#holdbooking #calendar .overview .listitem .information {
	width: 200px;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#holdbooking #calendar .overview .listitem .signup {
	width: 90px;
	text-align: center;
	margin-top: 5px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#holdbooking #calendar .overview .listitem .signup button {
	width: 100%;
	height: 25px;
	float: right;
}
#holdbooking #calendar .overview .listitem .more {
	position: absolute;
	bottom: 0px;
	border: solid 1px #aaa;
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	cursor: pointer;
}
#holdbooking #calendar .overview .warning {
	padding: 10px;
	border-bottom: solid 1px #aaa;
}
#holdbooking input[type="submit"],
#holdbooking button {
	color: #fff;
	// font-size: 115%;
	height: 30px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6d9f3b), color-stop(1, #174900));
	border: none;
	border-radius: 6px;
	padding: 0px 20px 0px 20px;
	display: block;
	outline: none;
	position: absolute;
	top: 38px;
	right: 0;
}
#holdbooking input[type="submit"]:active,
#holdbooking button:active {
	background: #174900;
}
#holdbooking .button {
	background: #fff;
	width: 80px;
	border-radius: 4px;
	cursor: pointer;
	margin: 0 auto;
	border: solid 1px #aaaaaa;
	margin-top: 2px;
}
#holdbooking .button:hover {
	background: #eee;
}
#holdbooking .button a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 80%;
}