
/* ReservationGrid Control*/

table.ReservationGrid  tr.header td
{
	background-color: #DADBDB;
	border-bottom: 1px solid black;	
	border-top: 1px solid black;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;	
}

tr.reservationItem, td.date, td.roomtype, td.price {
	font-size: 11px;
	color: #000000;
	padding: 3px;
	width: 100px;
	background-color:White;
}


tr.reservationItem td.roomtype {
	width:320px;
}



/* summary of costs*/

td.totaltext, td.total, td.bookingFeetext, td.bookingFee {
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
	background-color: #DADBDB;
	padding: 0px;
	text-align: left;	
	border-top: 1px solid black;	
}

td.bookingFeetext, td.bookingFee{
	border-bottom: 1px solid black;		
}

td.total, td.bookingFee, tr.header td.price, tr.reservationItem td.price  {
	text-align: right;
	padding-right:10px;	
}


