﻿/* Hotel sitebox.css */

table.SiteBoxTable
{
}
.SiteBoxInner p
{	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 0px 0px 15px 0px;
	width: 240px;
}

div.SiteBoxOuter
{
	background-color: #F2ECE1;
	padding: 0px 0px 20px 20px;
}

.SiteBoxOuter .smallbreak br
{
	height: 0px;
	line-height: 0px;
}

.SiteBoxOuter fieldset
{
	border: 1px solid #d4b991;
}

.SiteBoxOuter fieldset legend
{
	padding: 0px 5px;
	margin-left: 10px;
	font-size: 11px;
	color: #8B7756;
}
.SiteBoxOuter .SiteBoxInner
{
	padding: 10px;
	text-align: left;
}

.SiteBoxOuter .SiteBoxInner a.thumbnail img
{
	margin: 6px;
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav
{
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav:hover
{
	color: #000000;
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav:visited
{
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav-visit
{
	text-decoration: none;
	font-weight: bold;
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav-visit:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav-visit:visited
{
	text-decoration: none;
	font-weight: bold;
}

.SiteBoxOuter .SiteBoxInner a.exhibitNav-visit:active
{
	text-decoration: none;
	font-weight: bold;
}
/* evc updated 11.08.07 to create auto-wrapping bullets within the "other info" side boxes */
.SiteBoxOuter .SiteBoxInner ul
{
	margin-top: 1px;
	list-style: none;
	margin-left: 0;
	padding-left: .8em;
	text-indent: -.8em;    
}
