.tx-bookaroom-pi1 {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size : 12px;
}

.tx-bookaroom-pi1 label {
	width : 180px;
	float:left;
}

.tx-bookaroom-pi1 input {
	width : 150px;
	float:left;
}

.tx-bookaroom-pi1 button {
	float:left;
	line-height : 0.5em;
}

.tx-bookaroom-pi1 div.clearage {
	clear:both;
	padding-bottom : 1em;
}

.tx-bookaroom-pi1 textarea {
	width : 150px;
}

.tx-bookaroom-pi1 div.error_list {
	background : red;
	color : white;
	padding : 1em;
	margin-bottom : 1em;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size : 12px;
}

.tx-bookaroom-pi1 div.error_list ul {
	padding-left : 1.5em;
}

.tx-bookaroom-pi1 div.error_list ul li {
	margin : 0;
	color : white;
	padding:0;
}

.tx-bookaroom-pi1 div.error_list p {
	margin : 0 0 0.5em 0;
	padding: 0;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size : 12px;

}


#tx_bookaroom_pi1_accept {
	width : auto;
	margin-right : 1em;
}

.tx-bookaroom-pi1 input.submitButton {

	width : auto;
}

.tx-bookaroom-pi1 label.label-wider {
	width : auto;
}

.DynarchCalendar .booking {
	background : url(/typo3conf/ext/bookaroom/res/statuses/booking.gif) center center no-repeat;
}

.DynarchCalendar .request {
	background : url(/typo3conf/ext/bookaroom/res/statuses/request.gif) center center no-repeat;
}

.DynarchCalendar .event {
	background : url(/typo3conf/ext/bookaroom/res/statuses/event.png) center center no-repeat;
}

.DynarchCalendar .request_event {
/*	background : url(/typo3conf/ext/bookaroom/res/statuses/request_event.png) center center no-repeat;*/
	background : #8fff80 url(/typo3conf/ext/bookaroom/res/statuses/event.png) center center no-repeat;
}

.DynarchCalendar .booking_event {
/*	background : url(/typo3conf/ext/bookaroom/res/statuses/booking_event.png) center center no-repeat;*/
	background : #808fff url(/typo3conf/ext/bookaroom/res/statuses/event.png) center center no-repeat;
}

.DynarchCalendar .tooltip_event {
	/*background : #ff8080;*/
	padding : 3px;
}

.DynarchCalendar .tooltip_request {
	background : #8fff80;
	padding : 3px;
}

.DynarchCalendar .tooltip_booked {
	background : #808fff;
	padding : 3px;
}

