@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font: 100% Verdana, Arial, sans-serif;
	margin: 2px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	border: 3px solid #fff;
	margin-bottom: 5px;
	padding:5px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn1
{
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom: 1px;
}
.StackedContainers .RowColumn2
{
	font-size:10px;
	color:#000;
	margin-bottom: 1px;
}
.StackedContainers .RowColumn3
{
	font-size:11px;
	color:#000;
	margin-bottom: 1px;
	font-style:italic;
}
.StackedContainers .RowColumn4
{
	color:#000;
	margin-bottom: 1px;
}
