@charset "utf-8";
/* CSS Document */
.container {
	width: 1200px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {

	padding: 10px 0;
}

.desc_table {
	table-layout: fixed;
	padding-left: 0px;
	text-align:left;
	vertical-align:top;
	width:560px;
/*	border-color:#000;
	border-style:solid;
	border-width:thin; */
}
.desc_table_cell {
	padding-left: 0px;
	text-align:left;
	vertical-align:top;
}
.desc_list {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-left:5px;
}
.booked_name {
	font-size:24px;
	font-weight:bold;
	color:#06F;
}
.warning{
	 color:#FF0000; 
	 font-weight:bolder; 
	 text-decoration:underline;
}
#group_description{
/*	border-color:#000;
	border-style:solid;
	border-width:thin; */
}
.booking_detail{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-bottom-width:thin;
	font-size:12px;
	border-collapse:collapse;
	margin-bottom:5px;
	background-color:#CCC;
}
.booking_detail_top_row{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none !important;
}
.booking_detail td{
	vertical-align:top;
}
#quotation_table{
	border-color:#000;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
}
#quotation_table td{
	border-color:#000;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
}
#car_detail{
	border-style:none;
	border-collapse:collapse;
	width:570px;
}
#car_detail td{
	border-style:none;
	border-collapse:collapse;
}
.center_align{
	text-align:center;
}
.transerror {
	background-color:#F3B7B8;
}
.mrtrans .transerror {
	background-color:#F3B7B8;
}
