/*	exam_info.php - Direction of Travel Table	*/
.resultsTable{
	width:100%; 
	border-collapse:collapse; 
	border-spacing:1px;
}
.resultsTable, th, .infoTable td{
	color:#000;
	vertical-align:top;
	border:0px solid white;
	padding:8px;
	vertical-align:middle;
	text-align:center;
}
.resultsTable th{
	color: #FFF;
	min-height:30px; 
	/*background-color: #cd2b23;*/
	background-image: url(/images/gui/redMenuTile.png);
	text-align:centre;
	border: 4px solid white;
}
.resultsTable td{
	min-height:30px;
	background-color:#edf3f4;
	border: 4px solid white;
	padding-left:6px; padding-right:6px;
}

/*	tours.php - Tour item holders	*/
.tourHolder{
	overflow:hidden;
	text-align:left;
	margin:0px auto;
	float:left;
	height:106px;
	width: 300px;
	padding:3px;
	background-color: #eee;
	border: 4px solid white;
}

.tourDesc{
	overflow:hidden;
	float:left;
	padding-left:10px;
	padding-top:10px;
	height: 100px;
	margin:0px auto;
}
.tourDesc h2{
	margin-bottom:8px;
}

.tourImg{
	float:right;
	padding:0px;
	height: 100px;
	width: 100px;
	margin:0px auto;
	border: 3px solid white;
}