@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;
	width: 700px;
	margin-left: 280px;
	clear: right;
	padding: 10px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	background-image: url(../themes/img/rowBG.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 1px;
	padding: 0px;
	color: #CCC;
	font-size: 0.75em;
	line-height: 1.5em;
}
.StackedContainers .RowColumnAbout {
	background-color: #333;
	margin-bottom: 1px;
	color: #CCC;
	font-size: 0.75em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 350px;
	padding-left: 0px;
	line-height: 1.5em;
}
.StackedContainers .RowColumnCustomer {
	background-color: #333;
	color: #CCC;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-bottom: 10px;
	height: auto;
}



a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #A7CC4F;
	text-decoration: none;
}
a:hover {
	color: text-decoration: none;
	color: #6C9A38;
}
.StackedContainers .RowColumnFlashCust {
	margin-bottom: 1px;
	color: #CCC;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 82px;
	padding-left: 0px;
}
