#tblSearchForm {
    border: solid 1px #000;
    background-color: #e6e6e6;
}

#tblSearchForm td.input {
    padding: 10px;
    width: 300px;
}

#tblSearchForm td.button {
    padding: 10px 20px 10px 10px;
    text-align: right;
    width: 300px;
}

#tblSearchForm span.label {
    font-weight: normal;
    font-size: 110%;
}

#tblBrands {
    background-color: #e6e6e6;
    width: 300px;
}

#tdBrands {
    vertical-align: top;
}

#tblBrands tr.even {
    background-color: #f3f3f3;
}

#tblBrands th {
    background-color: #4f2d7f;
    color: #fff;
    width: 300px;
    height: 25px;
    font-family: Arial;
    font-size: 13px;
}
#footnote {
    font-size: 9px;
    border-top: solid 1px #666;
}
 
#divValidation {
    width: 940px;
    text-align: center;
    margin: 5px 0 10px 0;
}

.middle {
    vertical-align: middle;
}

select {
    font-size: 10px;
    font-family: Arial;
}

div.results {
    clear: both;
}

div.voice {
    width: 940px;
    clear: both;
    text-align: left;
    margin: 5px 0 10px 0;
    font-weight: bold;
    color: #c03;
}

.footnote {
    font-size: 11px;
    font-family: Arial;
}

.super {
    margin-left: 2px;
    font-size: 13px;
    color: #c03;
}

.ValidationSummary {
    width: 940px;
    text-align: center;
    height: 200px;
    color: #c03;
}

/* === Gridview === */
#ctl00_ContentPlaceHolderBody_GridViewBrands {
    width: 940px;
    border: solid 1px #666;
    border-collapse: collapse;
    background-color: #e6e6e6;
}

#ctl00_ContentPlaceHolderBody_GridViewBrands th {
    padding: 2px;
    font-size: 11px;
    font-weight: bold;
    background-color: #4f2d7f;
    color: #fff;
    text-transform: lowercase;
}

#ctl00_ContentPlaceHolderBody_GridViewBrands td {
    padding: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

/*
#ctl00_ContentPlaceHolderBody_GridViewBrands a {
    color: #fff;
    text-decoration: none;
}
*/
.gridAltCell {
    background-color: #f7f7f7;
    color: #000;
}
