@import url("../ui.all.standard.css");
@import url("bonsoirtoulouse.ui.theme.css");
 
body {
	background-color: none;
}

a { color: #221F0F; }

#signature, #signature a {
	color:#221F0F;	
}

#restaurant_name {
	color:#cc0051;
} 

#booking_module_content {
	width: 100%;
}

/* ============ Detailbooking Part ================ */

#invitation_to_book {
	color:#cc0051;
	text-align:left;
	font-size:18px;
	margin-bottom: -40px;	
}

#partner_ship_link {
    margin-top: -15px;
    text-align: right;
    font-size: 12px;
    color:#cc0051;
}
#partner_ship_link a{
    font-size: 12px;
    color:#cc0051;
}

#booking_criterias {	
	margin: 40px 0 20px -7px;
	text-align:left;
	width: 585px;
	height: 80px;
	padding: 0px 0px 5px 5px;
	/*background: transparent url(/images/restaurants/booking_steps.gif) no-repeat 0 0;	*/
	background-color:#cc0051;
}


.dateCriteria {
	color: #ffffff;
	text-align:left;
}

#booking_criterias_date {
	color:#221F0F;
}

#persons_selection {
	margin-left: 180px;
	margin-top: -60px;
}

#selectDished {
	padding: 3px;
	margin-top: 5px;
	border: 1px solid #aaa;
	text-align:center;
	font-size: 16px;
	height: 30px;
	width:70px;
	z-index:1;
	color: #252b31;
}

#available_hours {
	color: #221F0F;
}

#available_hours {
	margin-left: 280px;	
	margin-top: -60px;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	.margin-top: -80px;	
}

#loadingimage {
	margin-top: 20px;	
}

#hours_carousel {
	visibility:hidden;
	width: 80px;
	
}

#select_hours {
	background-color:#FFFFFF;
	float: left;
	list-style: none;
	width: 45px;
	height: 15px;
}

#select_hours a {color:#cc0051;}


#select_hours_offer {
	background-color:#d45400;
}
#select_hours_offer a {
	color:#ffffff;
}

.hour_corners {
	margin-top:-5px;
	padding:5px;
	height: 15px;
	.height: 20px;
}

#offer_explaination {
	margin-top: -10px;
	color:#ffffff;	
	background-color:#d45400;
	font-weight: bold;
}


#bookingProposalPanel {		
	background-color:#e06d35;
	margin-left:-20px;	
	margin-top: -50px;	
	padding-left:5px;
	padding-top: 5px;
	width:320px;
	height: 80px;
	font-size:10px;
}


/* 
 * not Available bookings
 */

#not_available_reason {
	color: #480B00;
}

#restaurantNumber {
	color: #ffffff;
	font-size:11px;
}

#availabledates {
	font-size:11px;
	color: #ffffff;
}

#otheravailabledates {
	color: #480B00;
	font-size:11px;
}

#otheravailabledates a{
	color: #480B00;
}


/*
 * Messages
 */


#newOnTableonline {
	color: #ffffff;
	background-color:#cc0051;
}


#newbee {
	color: #480B00;
}

#connect {
	color: #ffffff;
	background-color:#cc0051;
}

#limitExceeded {
  color: #480B00;
}

#agreement {
	color: #480B00;
}

#agreement a {
	color: #480B00;
}


/*------------------------- 
restaurant confirmation page
---------------------------*/

#bookingDescription {
	background-color:#cc0051;
	color:#FFFFFF;
}

#booking_confirm {
	background-color:#cc0051;
	
	padding-top:5px;
	padding-bottom:5px;
}
#booking_confirm a{
	color:#FFFFFF;
}
.descriptionText {
	color:#221F0F;
}

#disclaimer {
	color:#221F0F;
}


