﻿.eCardSelectionPanel
{
    margin: 0 auto;
    width: 900px;
    height: 200px;
}

body
{
    background-color: #faae1c;
    color: Black;
    font-family: Helvetica, Trebuchet MS;
}

.logoBox
{
    margin: 0 auto;
    text-align: right;
    width: 934px;
}

.smallText
{
    font-size: 8pt;
}

.smallText a
{
    color: White;
}

.smallText a:visited
{
    color: White;
}

.eCardPanel
{
    width: 900px;
    margin: 0 auto;
}

.eCardSelectionPanel
{
    float: left;
    width: 300px;
}

.allCategoriesPanel
{
    display: block;
}

.eCardCategoryTbl
{
    float: left;  
}

.eCardThumbPanel
{
    float: left;
    width: 300px;
    height: auto;
}

.eCardCategoryLink
{
    background-color: #b92920;
    color: White;
    float: left;
    display: block;
    text-decoration: none;
    margin: 0 2px 0 0;
    padding: 5px 8px;
}

.eCardSelectionCell
{
    background-color: transparent;
    padding: 5px;
}

.eCardSelectionCellSelected
{
    background-color: Gray;
    padding: 5px;
}

.thumbNailBtn
{
    
}

.flashPanel
{
    float: right;
    width: 600px;
    text-align: center;
    margin: 0 auto;
}

.spacer
{
    width: 20px;
}

.sendPanel
{
    width: 700px;
    margin: 0 auto;
}

.validator
{
    font-size: 10pt;
}

.cleared
{
    margin: 30px 0;
    float: left;
    clear: both;
    display: block;
}
