@charset "UTF-8";

/* SprySpotlightColumn.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Spotlight Column and Stacked Containers structure. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
 
.SpotlightAndStacked
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px;
	margin: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	background-color: #EFEFEF;
	margin-bottom: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #333;
	border-left-color: #808080;
}
.titlelist {
	font-weight: bold;
	width: 70%;
	line-height: 22px;
	font-size: 13px;
	color: #006;
	text-decoration: underline;
}
.bedsbaths {
	font-size: 13px;
	font-weight: bold;
}

.propcodebg {
	color: #000;
	width: 100%;
	font-weight: bold;
	line-height: 20px;
}



/* This is the selector for the container of the Spotlight column elements. By default 
 * the Spotlight column occupy about 25% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .SpotlightContainer
{
	width: 135px;
	float: left;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
	width: 140px;
	text-align: center;

}

/* This is the selector for the container of the Stacked container elements. By default 
 * the Stacked container occupy about 75% from the width of the 
 * entire structure. 
*/
.SpotlightAndStacked .StackedContainer
{
	width: 80%;
	float: right;
	line-height: 20px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	border: 1px solid #FFFFFF;
	width: 70%;
}
#calendar {
	float: right;
	vertical-align: top;
	width: 210px;
	text-align: right;
	height: 220px;
}
.amenities {
	width: 90%;
	font-weight: bold;
	color: #090;
	line-height: 12px;
}
.description {
	font-style: italic;
	line-height: 12px;
}

