﻿body
{
    margin-top: 0px;
    background-color: #e6d8b0;
    text-align: left; /* this is the basic text for the site. */
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    line-height: 150%;
    color: White;
}
.theName
{
    font-size: 12pt;
    font-weight: bold;
}
.artistCaption
{
    color: White;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 10px;
}
span.artistCaption
{
    height: 50px;
}
.siteCaption
{
    color: White;
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 10px;
}
td.middleText
{
    color: White;
    font-size: 10pt;
    padding-right: 20px;
    vertical-align: top;
}
table td
{
    padding: 0px;
    border-spacing: 0px;
}
.listItem
{
    background-color: #dd8b56;
}
.altItem
{
    background-color: #dda17a;
}
TD.leftCol
{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 9pt; /* side cols are smaller */
    color: Black;
}
TD.rightCol
{
    width: 280px;
    padding-left: 10px;
    font-size: 9pt;
}
a
{
    text-decoration: none;
    color: #e6d8b0;
}
a:hover
{
    text-decoration: underline;
}
a.menuitem
{
    font-family: verdana, arial, helvetica;
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
.artistBioPic
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
img.listingsImgThumb
{
    width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: White;
}
td.listingsLabel
{
    padding-left: 5px;
    vertical-align: middle;
    font-size: 10pt;
}
.subhead
{
    color: #372669;
}
hr
{
    border: 0; /* width: 80%; */
    height: 1px;
    color: White;
    background-color: White;
}
.errLabel
{
    background-color: White;
    color: Red;
    padding: 3px;
    font-weight: bold;
}
.required
{
    background-color: #ffffcc;
}
.reqdLbl
{
    font-weight: bold;
}
.btn
{
    color: #ffffff;
    font: bold 80% Verdana, Arial, helvetica,sans-serif;
    background-color: #daa653;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid;
    border-color: Black;
    text-transform: uppercase;
    cursor: pointer;
    cursor: hand;
}
td.wizButtons
{
    text-align: right;
    padding-right: 40px;
}
td.lbl
{
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

