/*
*	resort-info.css
*	copied and modified from V1
*
*	For the legacy resort info pages
*/

/* for resort-info.php */
p.ri_header
{	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin: auto;
	margin-top: 15px;
/*	width: 70%;*/
	border-bottom: 1px solid #858585;
	text-align:left;
}
h1.ri_header
{	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin: auto;
/*	width: 70%;*/
	border-bottom: 1px solid #858585;
	text-align:left;
}
p.hh_header
{	display: none;
}
p.ri_body
{	text-align: left;
	margin: 0 auto 1em;
	clear: none;
}
div.ritext
{	font-size: 90%;
    margin: 1em 15%;
    text-align: left;
}
div.ritext img
{	font-size: 80%;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	margin: 1em;
	float: right;
}
div.ritext a.photo
{	display: block;
	color: #88f;
	border-style: none;
	float: right;
	width: 10em;
	height: 3em;
	text-align: center;
	vertical-align: center;
}
div.header
{
	margin: 10px;
	margin-top: 5px;
	padding: 5px;
	background-color:#E8E8E8;
	border-top: 1px solid #858585;
}
div.latestvideos
{
	width: 650px;
	margin: 0 auto;
	padding-bottom: 10px;
}
div.latest
{
	float: left;
	padding: 0 5px;
	text-align: center;
	width: 120px;
}
div.latest img
{
	padding-top: 5px;
}
div.pres
{
	margin: 1em auto;
	padding: 0 1em;
	/*background-color:#E8E8E8;
	border-top: 1px solid #858585;*/
}
div.pres a, div.latest a
{	color: #C00;
	text-decoration:none;
}
div.pres a:hover, div.latest a:hover
{	color: #C00;
	text-decoration:underline;
}
div.dres
{	width: 15em;
	float: left;
	text-align:left;	
}
a.ressearch
{	float: left;
	margin: 5px 30px;
}
div.vidlink
{	height: 23px;
	vertical-align: middle;
}
div.vidlink img
{	vertical-align: middle;
}
div.spacer
{	height: 1px;
}