.card
{
    border: 1px solid #CCCCCC;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 220px;
    text-align: center;
    cursor: hand;
    background-color: white;
    background-image: url(../images/card-corner.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0.9em;
    height: 150px;
}

.cardLogo
{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

.card img
{
   border: none;
   padding-top: 5px;
   padding-bottom: 5px;
}

td.card
{
   height: 50px;
}
TABLE.card TR
{
   height: 100px;
}
