@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-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.StackedContainers a:link, .StackedContainers a:visited, .StackedContainers a:active
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #030;
	text-decoration: none;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #729981;
}
.StackedContainers a:hover
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #030;
	text-decoration: underline;
	margin-top: 5px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	padding-right: 5px;
	padding-left: 5px;
}

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