/* Style specific to the Tour pages */

/* MIGHT NEED "Tour Screen" and "Tour Print" files...

/* Previously p.tourhead */
h2.tour {
	color: #FFCC33;
	background-color: inherit;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	height: auto;
}

/* Previously p.toursubhead */
h3.tour {
	color: #FFCC33;
	background-color: inherit;
	font-size: small;
	font-weight: bold;
	text-align: center;
	clear: both;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.starttour {
	clear: both;
	margin-top: 1em;
}

div.navigate {
	clear: both;
	width: 485px;
	margin-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.navigate div.left {
	width: 240px;
	float: left;
	text-align: right;
	color: inherit;
	background-color: #007777;
	margin: 0px;
	padding: 0px;
}

div.navigate div.right {
	width: 240px;
	float: right;
	text-align: left;
	color: inherit;
	background-color: #007777;
	margin: 0px;
	padding: 0px;
}

div.photo {
	clear: both;
	width: 495px;
	text-align: center;
	font-size: x-small;
	margin-right: 5px;
	padding-bottom: 1em;
}

div.photo div
{
	float: left;
	width: 245px;
	text-align: center;
	font-size: x-small;
	margin-right: 2px;
	padding-bottom: 1em;
}

div.photo img {
	color: inherit;
	background-color: #007777;
}

div.intextright {
	float: right;
	text-align: center;
	font-size: x-small;
	margin-left: 5px;
	margin-right: 2px;
	padding-bottom: 1em;
}

div.intextright img {
	color: inherit;
	background-color: #007777;
}

img.stnicfloodmark {
	color: inherit;
	background-color: #007777;
	border: 2px solid black;
	margin-top: -7em;
	margin-left: 140px;
}

div.left {
	float: left;
	margin: 0;
	padding: 0;
}

div.lastcastleimages {
	width: 495px;
}


/*  Tour history chronological Table ids */
*#historydatecol {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.5em;
	padding-bottom : 0.5em;
}

*#historydetailscol {
	vertical-align: top;
	padding-bottom: 1em;
	padding-right: 0px;
}

ul.historyitem {
	list-style-type : disc;
	list-style-position : outside;
	margin-left : 1.5em;
	margin-top : 0em;
	margin-bottom : 0em;
	text-indent : 0em;
}

tr.withnext {
	padding-bottom : 0em;
}

q {
	quotes: "" "";		/* No quotes to be compatible with IE 7 !! */
	font-style: italic;
}
