/* Base Css file 'D:\internet\root\www\TourWebManta\www\Roundtrips\Css\comDatesAndPrices.css' */
#roundtripDatesPrices div, #roundtripDatesPricesPopup div {
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3C51AA;
	border-bottom-color: #3C51AA;
	border-left-color: #3C51AA;
}

#roundtripDatesPrices div.dates, #roundtripDatesPricesPopup div.dates {
	background-color:#A8E5FF;
}
#roundtripDatesPrices div.dates {
	behavior: url(../shared/css/hover.htc);
}
#roundtripDatesPrices div.dates:hover, #roundtripDatesPrices div.dates.hover {
	background-color:#3C51AA;
	color:#FFFFFF;
	cursor:pointer;
}
#roundtripDatesPrices div.prices, #roundtripDatesPricesPopup div.prices {
	background-color:#EBFFFF;
}
#roundtripDatesPrices div.dates span, #roundtripDatesPricesPopup div.dates span {
 float:right;
}
#roundtripDatesPrices div.prices span, #roundtripDatesPricesPopup div.prices span {
	float:right;
	color:#3C51AA;
	font-weight:bold;
	font-size:12px;
}
