@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	background: url('./images/page_bg.gif') top repeat-x;
	background-color: #7ea7d9;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#content
{
	width: 900px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

#gallery_container
{
	overflow: hidden;
}

#tour_header
{
	height: 137px;
	background: url('./images/header.jpg') center top no-repeat;
	width: 900px;
}

#searchbar
{
	text-align: center;
	width: 900px;
	min-height: 75px;
	margin-bottom: 10px;
	overflow: hidden;
}

#topbar
{
	text-align: center;
	width: 900px;
	min-height: 30px;
	margin-bottom: 4px;
	overflow: hidden;
}

#tourlisting
{
	text-align: center;
	width: 700px;
	margin: auto;
}

#content_wrapper
{
	overflow: hidden;
}

#tour_tourname
{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
	width: 410px;
	float: left;
}

.tour_address
{
	font-size: 8pt;
	font-weight: normal;
}

#tour_description
{
	margin-top: 2px;
}

#tourlisting_tourdata
{
	width: 120px;
	height: 100px;
	margin-left: 10px;
	float: left;
}

#tour_blob
{
	clear: both;
	padding-left: 10px;
	padding-right: 4px;
	font-size: 10pt;
}

#tour_container
{
	padding: 6px;
}

#gal_container
{
	float: right;
	width: 534px;
	padding: 6px;
}

#tour_applet_container
{
	float: left;
	width: 400px;
	padding: 10px;
	overflow: hidden;
}

#tour_roomlist
{
	padding-top: 20px;
	float: right;
	text-align: center;
	width: 448px;
	margin: 10px;
}

#tour_roomlist_entry
{
	/*
	width: 100px;
	margin: 10px auto auto auto;
	height: 70px;*/
	padding: 6px;
	float: left;
	width: 100px;
	height: 100px;
}

#tour_roomlist_entry a
{
	font-size: 10pt;
}

#tour_roomlist_entry img
{
	border: 0;
}

#footer
{
	padding-top: 25px;
	background: transparent url('./images/footer.gif') center top no-repeat;
	color: black;
	font-size: 6pt;
	text-align: center;
	text-transform: uppercase;
}

.gallery_item
{
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

#more_links {
	text-align: center;
	padding-top: 15px;
}

.morelinks
{
	font-size: 14px;
	font-weight: bold;
}