@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: 2px;
	float: left;
	padding: 2px;
	border: 1px none #CCC;
	width: 200px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 11px;
	width: 100%;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 1px;
	font-size: 11px;
}
#BlogNews .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .StackedContainers .RowContainer .RowColumn #pubDate {
	font-size: 9px;
	color: #666;
}
.StackedContainers .RowContainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.StackedContainers .RowContainer .RowColumn #title {
	font-size: 11px;
}
