/*
  Owner Specific Style Sheet for Online Reservations
*/

@import url("http://www.chambresdhotes.org/onlinereservations/or/styles/landf.css");

body 	{ 
	font-family: Helvetica, Garamond, Arial, serif;
	font-size: 16px;
	background-color: #ffff66;
        color:#0099CC;
     	}
body.calendarBody
	{
	font-family: Helvetica, Garamond, Arial, serif;
	font-size: 16px;
	background-color: #ffff66;
        color:#0099CC;
	}
	
body.datePickerBody
	{
	font-family: Helvetica, Garamond, Arial, serif;
	font-size: 16px;
	background-color: #ffff66;
        color:#0099CC;
	}

body.furtherDetailsBody
	{
	font-family: Helvetica, Garamond, Arial, serif;
	font-size: 16px;
	background-color: #ffff66;
        color:#0099CC;
	}
	
table.priceTable
     	{
        width: 100%;
     	border-width: 5px;
     	border-style: ridge;
     	border-color: silver;
	}
	
span.priceHeader
	{
	font-size: 1.1em;
	text-decoration: underline;	
	}
	
span.priceColumnHeader
	{
	text-decoration: underline;	
	}

