/*wrap img src code in <span> tags with the following class names. Ex: <span class="big_img"><image src="http://www.isram.us/ajc/images/squares/big/israel/Eilat-Jer-Tel.jpg"></span>*/

/*for image before itinerary. Suggested width for this image is 500px*/
.big_img {
	padding:3px 0px 3px 0px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	}
	
/*left aligned images. Suggested size for images in itinerary is 130px by 110px*/
.l_img {
	padding:4px;
	display:block;
	margin: 0px 10px 0px 0px;
	float: left;
	border: 2px solid #006699;
	}

/*right aligned images*/
.r_img {
	padding:4px;
	display:block;
	margin: 0px 0px 0px 10px;
	float: right;
	border: 2px solid #006699;
	}

/*price charts, etc. All charts should be 500px wide*/
.chart_img {
	border:1px #000 solid;
	}
	
/*faux table for listing tour dates */
#dates_tbl span {margin-right:15px; display:block; float:left; width:120px;}
#dates_tbl a {
	color:#069;
	font-weight:bold;
	display:block;
	float:left;
	}
#dates_tbl a:hover {
	color:#333;
	}


