@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: 100% Georgia,Verdana, Geneva, sans-serif;
	margin: 2px;
	color: #390;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	border: 1px thin #390;
	/*background-image: url(../images/back_all.gif);	*/
	background-color:#FFF;
	margin: 1px;

}

/* 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: 25%;*/
	overflow: auto;
	float: left;
	margin: 2px;
	text-align:left;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
	font: Georgia,Verdana;
	font-size: x-small;
	float: left;
	font-weight:bold;
	color:#360;
	margin: 0px;
}

/* 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: 95%;
	float: left;
	font: 80% Georgia,Verdana, Geneva, sans-serif;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
/*	border: 1px thin #FFFFFF;*/
	font-size: xx-small;
}
.SpotlightAndStacked .StackedColumnKeys
{
/*	border: 1px thin #FFFFFF;*/
	font-size: xx-small;
	font-weight: bold;
	color:#360;
}
