@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: 14px "Times New Roman", Times, serif;
	margin: 2px;
	padding: 2px;
	left: -20px;
	position: relative;
	background-color: #EAEAEA;
	border: 1px solid gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 1px;
	cursor: pointer;
}

.StackedContainers .RowColumn .RowDate {
	font-size: 12px;
}
.StackedContainers .RowColumn .RowDescription {
	font-weight: bold;
}