@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
{
	margin: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #003;
	background-position: top;
	vertical-align: top;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	border: 1px solid gray;
	margin-bottom: 5px;
	color: #FFF;
	background-color: #003;
	background-position: top;
	vertical-align: top;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	background-color: #003;
	margin-bottom: 1px;
	color: #FFF;
	background-position: top;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent table tr {
	vertical-align: top;
}

#footer {
	color: #63C;
}
