@charset "UTF-8";


/* 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: 12px Arial, Helvetica, sans-serif;
	margin: 2px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 5px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 40px;
}
.StackedContainers .RowColumn_title  {
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 110px;
}

.StackedContainers .RowColumn_date {
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #6B6A5E;
}

