/*******************/
/* Booking manage  */
/* Base stylesheet */
/*******************/

table.booking_manage tr th {
	padding: 3px 0px;
}

div.booking_manage_text a, td.booking_manage_request a {
	font-weight: bold;
}

div.booking_manage_text {
	text-align: justify;
}

div.booking_manage_text p {
	margin: 4px 0px;
}

div.booking_manage_text p.booking_manage_title {
	font-weight: bold;
	/*border-bottom: 1px solid;*/
}

div.booking_manage_error {
	font-weight: bold;
	text-align: center;
	margin: 7px 5px 5px 5px;
	padding: 5px;
	border: 1px solid;
}

div.booking_manage_body {
	margin-top: 20px;
	margin-bottom: 20px;
}

td.booking_manage_request {
	text-align: center;
	padding-left: 20px;
}

div.booking_login {
padding: 5px;
}

div.booking_login td {
	white-space: nowrap;
	padding: 1px;
}

table.booking_manage td.title_field {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 25px;
}

table.booking_details {
margin: 5px 0px 5px 5px;
}

table.booking_details td {
padding: 1px 0px;
}

td.booking_manage_conditions {
	padding-right: 8px;
}

div.booking_manage_text {
margin-left: 5px;
margin-right: 5px;
}

span.note {
	font-weight: bold;
	background-color: red;
	color: white;
	margin: 0px 3px;
	padding: 0px 3px;
}

span.cancel_booking_link {
	margin-left: 25px;
	border-width: 2px;
	border-style: solid;
	padding-right: 5px;
}

span.cancel_booking_link a {
	font-weight: bold;
}

span.cancel_booking_link a:hover{
	text-decoration: none;
}

span.cancel_booking_link span {
	margin-right: 5px;
	padding: 0px 2px;
}

p.special_offer_title {
font-weight: bold;
}

p.special_offer_description {
font-style: italic;
}
