@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-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
    border-left: 0 solid #BBB9B9;
    /* [disabled]border-right-color: #BBB9B9; */
    border-right-style: none;
    border-right-width: 0;
    /* [disabled]border-bottom-color: #BBB9B9; */
    border-bottom-style: none;
    border-top: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
    background-color: #F0F0F0;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
