@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: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 417px;
	border-bottom-width: thin;
	border-bottom-color: #F09;
}

/* This is the selector for the row element which houses all the Spotlight and Stacked containers
 * classes. 
*/
.SpotlightAndStacked .SpotlightAndStackedRow
{
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F09;
	border-right-color: #F09;
	border-bottom-color: #F09;
	border-left-color: #F09;
}

/* 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
{
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: left;
}

/* This is the selector for the Spotlight column element which holds the actual data for 
 * a spotlight column.
*/
.SpotlightAndStacked .SpotlightColumn
{
	margin-right: 10px;
	margin-left: 10px;
	color: #999;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-weight: normal;
}

/* 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
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* This is the selector for the Stacked container elements which holds the actual data for 
 * a stacked column.
*/
.SpotlightAndStacked .StackedColumn
{
	float: left;
	font-size: x-small;
	font-weight: normal;
	margin-top: 2px;
}
.what {
	float: left;
	color: #F09;
	font-weight: normal;
	text-transform: uppercase;
}
.what a {
	text-transform: uppercase;
	color: #F09;
	font-weight: normal;
	float: left;
}
