@charset "UTF-8";
.SpotlightAndStacked .SpotlightAndStackedRow {
	float: left;
	width: 610px;
	background-color: #FFFFCA;
	border: 1px solid #630;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}


/* 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
{
	float: left;
	width: 90px;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{


}

/* 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: 510px;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding-right: 5px;
	padding-left: 5px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	border: 1px solid #FFF;
}
