#pricebox {
	width:500px;
height:auto;
   z-index:1;
    clear:both;
}
td.prices, td.pricesred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bcb6a8;
	border-bottom-color: #bcb6a8;
}
td.pricesred {
    color:#cc0000;
}
tr.rowfirst {
	background-color: white;
}
tr.rowalt {
	background-color: #dcdcdc;
}
tr.highlightbox {
	background-color: #d1c0c9;
    padding:2px 3px;
}
td.planABC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb6a8;
}
td.hotelcity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #bcb6a8;
	border-left: none;
	padding-right: 6px;
	height: 12px;
	background-color: #dededf;
}
td.hotelname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bcb6a8;
	border-bottom-color: #bcb6a8;
	height: 12px;
}

td.hotelname p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
		height: 12px;
}

tr.rowdepart {
	background-color: #c1d1d1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bcb6a8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bcb6a8;
}

td.depart,td.departRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bcb6a8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcb6a8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bcb6a8;
}
td.departRED {
    color:#cc0000;
}
td.share {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bcb6a8;
	border-bottom-color: #bcb6a8;
}
td.pricevalue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
color:darkslategray;
}
#notesbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #c1d1d1;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #bcb6a8;
	height: auto;
	width: 500px;
}

#notesbox strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
  line-height: normal;
	font-variant: normal;
}

#notesbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#notesitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
#priceboxheaders {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #c1d1d1;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #bcb6a8;
	height: auto;
	width: 500px;
}
.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663366;
	text-align: center;
}


