@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
{
	
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: transparent;

}
.StackedContainers .RowColumn1
{
	background-color: #fff;
	border-bottom:solid #000 1px;
	padding-bottom:15px;
	padding-left:0px;
	
}

.StackedContainers .RowColumn2
{
	background-color: #fff;
	padding-left:0px;
	}