@charset "UTF-8";

/* THIS STYLE SHEET IS FOR ALL PAGES HAVING TO TO WITH TRAVEL AND TOURS, INCLUDING THE TRAVEL FORUM, AND TRAVEL DIRECTORY. */

.tourstitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	color:#000066;
}

/*styles for aligning photos left and right */

.align_right {
	float:right;
	margin:10px;
}

.align_left {
	float:left;
	margin:10px;
}

/*styles for the table which is created at the bottom of the tours_by_category.php page if there is more than one page, which has links to previous and next pages.  These tables don't show if there is only one page, but without a separate style, the table data blocks will show up empty with a border around them. */


.spanPages {
	width:50%;
}

.spanPages tr {
	border:none;
}

.spanPages td {
	border:none;
}

.tourDepartureDates {
	width: 80%;
}

.tourPrices {
	width:60%;

}

.tourHotels {
	width: 80%
}


/*styles for tours index page */

.tourSlogan {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
}

.tourIntro {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px; 
	margin:10px;
}


/*styles for the panels showing various tours available on the index page */

#tourPanels {
	padding:0px;
	border:none;
}


#tourPanels td {
	margin:0 5px;
	vertical-align:top;
	border:none;
}

.tourPanelDiv h1 {
	height:30px;
	width: 280px;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	background-color:#0000FF;
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #FFFFFF;	
}

.tourPanelDiv h1 a {
	color:#FFFFFF;
	text-decoration:none;
}

.tourPanelDiv p {
	margin: 5px 0 10px 0;
}


/* Navigation menu div for the province and city guides, puts it on the left side */

#leftSidebar ul {
	margin:0;
	padding:0;

}

#leftSidebar ul li {
	border-bottom: 1px solid #FFFFFF;
	list-style:none;
}

#leftSidebar ul li:last-child {  
	border-bottom:1px solid #660000;  
}  

#leftSidebar ul li a {
	display:block;
	padding:10px 5px 10px .10px;
	border-left:8px solid #660000;
	border-right:1px solid #660000;
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:none;
}

/*styles for the booking link and image on tour detail pages */
.booking {
	position:relative;
	margin: 20px auto;
	text-align:center;
}

.booking img {
	margin:auto;
	border:none;
}

/*style for the box (paragraph) containing links to the forum, tours, or other parts of the site*/

.linkbox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	border: 2px dotted;
	border-color:#990000; 
	margin: 20px auto;
	padding: 10px auto;
}
