.customer-table
{
 width: 100%;
}

.customer-header-cell
{
 padding-top: 3px;
 padding-bottom: 3px;
 background-color: #ffcc00;
 white-space: nowrap;
 font-weight: bold;
 text-align: center;
}

.customer-sub-table
{
 width: 100%;
 margin-top: 4px;
 margin-bottom: 4px;
}

.customer-item-cell
{
 padding-top: 2px;
 padding-bottom: 2px;
}

a.customer-link
{
 color: #333333;
 font-weight: normal;
 text-decoration: underline;
}

a.customer-link:visited
{
 color: #333333;
 font-weight: normal;
 text-decoration: underline;
}

a.customer-link:hover
{
 color: #cc0000;
 font-weight: normal;
 text-decoration: underline;
}