#diary {
    background-color: white;
}

.diary-booking:HOVER {
	background-color: yellow;
	cursor: pointer;
}

.diary-booked {
	background-color: blue;
}

.ui-tooltip .pricelist_tooltip thead tr th {
	padding-left: 5px;
	padding-right: 5px;
}
.ui-tooltip .pricelist_tooltip tbody tr:nth-child(odd) {
	background-color: #ddd;
}

.ui-tooltip .pricelist_tooltip .price {
	text-align: right;
}

#diary-banner-message {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18.2px;
	color: black;
	margin: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid black;
}

.diary-data {
	vertical-align: text-top;
}

.diary-entry, .diary-timeslot-entry, .diary-timeslot {
	border-collapse: collapse;
}

.diary-timeslot tbody tr td {
	border-top: none;
}

.diary-timeslot {
	color: red;
	border: silver 1px solid;
}

.diary-timeslot:hover {
	border-color: blue!important;
}
#diary-weekly tbody tr td.diary-data {
	padding:0px;
}

#diary-weekly tbody tr td:first-child.diary-data {
	padding: 8px;
}

#diary-weekly .bank_holiday, #diary-weekly_wrapper .bank_holiday {
	background-color: #ffd0e5;
}

.diary-entry {
	padding: 8px;
}

.diary-nowrap {
	white-space: nowrap;
}

.diary-amount-due {
	background-color: red;
	text-decoration: underline;
	padding: 5px;
	display: inline-block;
	color: white;
}

#diary-weekly_wrapper .ui-widget-header {
	background-color: white;
}

#diary-weekly_length, #diary_date_select {
	padding-left: 5px;
}
