.programName {
	background: #fab51d;
	margin: 0px 15px 0 15px;
	padding: 3px 5px 0px 0px;
	font-weight: bold;	
}			   

.programListItem {
	border-style: solid;
	border-width: 2px;
	border-color: #fab51d;
	padding: 5px 5px 5px 5px;
	margin: 0 15px 15px 15px;
	background: url(images/programlist-bg.jpg) bottom right;
}

.highLight {
	background: #fae8bf;
/*	text-align: center;*/
	padding: 3px 8px 3px 8px;
	margin: 4px 0px 4px 0px;
	border: 1px #fab51d solid;
}
.highLight a {
	color : green;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	font-family : Garamond;
}
.highLight a:hover {
	color : green;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	font-family : Garamond;
}

.bpprogram_price {
	background:  #FEFCE0 url(images/bpprogram-price-bg.gif) no-repeat;
	width: 56px !important;
	width: 66px;
	height: 18px !important;
	height: 27px;
	float: right;
	padding: 5px 5px 4px 5px;
	text-align: center;
	font-weight: bold;
}

.hotelView { 
	border: 1px #fab51d solid;
	float: left;
	margin-right: 5px;
 }
 

