@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, Geneva, sans-serif;
	margin: 0px;
	width:600px;
	height: 300px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	/*border: 1px solid gray;*/
	margin-bottom: 15px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #FFF;
	margin-bottom: 4px;
}

.StackedContainers .RowColumn1
{
	background-color: #FFF;
	margin-bottom: 4px;
	color:#000;
}

.StackedContainers .RowColumn2
{
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-left:10px;
	margin-bottom: 5px;
	font-style:italic;
	font-size:14px;
	line-height:150%;
	
	
}