body {
    background: url('../../../graphics/backgroundImage.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#siteName {
    padding-top: 20px;
    padding-left: 20px;
    font-size: larger;
    font-family: "Arial Black";
}

/* query styles */
#queryRow {
    background-color: rgb(204,204,204,0.8);
}

#queryInputWrapper {
    padding-top: 15px;
}

#querySearch {
    cursor: pointer;
}

#queryClear {
    cursor: pointer;
}

#linkHome {
    cursor: pointer;
}

#linkLogout {
    cursor: pointer;
}

/* button row styles */
#buttonRow {
    margin-top: 5px;
    margin-bottom: 5px;
}

.displayButton {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(221,221,221,0.7);
    cursor: pointer;
    font-size: x-small;
    border-radius: 5px;
    text-align: center;
    padding-right: 20px;
}

/* tag row styles */
#tagRow {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.tagDisplayColumn {
    text-align: center;
}

#tagDisplayColumn2 {
    border-left: solid 1px #888888;
    border-right: solid 1px #888888;
}

#tagDisplayColumn3 {
    border-right: solid 1px #888888;
}

.tag {
    font-size: smaller;
    margin: 1px;
    border-radius: 10px;
    width: 98%;
    padding: 0px;
    text-align: center;
    color: black !important;
}

.tagSelected {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(197,221,199,0.7);
}

.tagDeselected {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(238,218,221,0.7);
}

/* product row styles */
#productRow {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.productDisplayColumn {
    text-align: center;
}

#productDisplayColumn2 {
    border-left: solid 1px #888888;
    border-right: solid 1px #888888;
}

.product {
    font-size: smaller;
    margin: 1px;
    border-radius: 10px;
    width: 96%;
    padding: 0px;
    text-align: center;
    color: black !important;
}

.productSelected {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(197,221,199,0.7);
}

.productDeselected {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(238,218,221,0.7);
}

/* toggle button styles */
.toggleButtonWrapper {
    font-size: smaller;
    margin-bottom: 10px;
    text-align: center;
}

.toggleButton {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(221,221,221,0.7);
    cursor: pointer;
    display: inline-block;
    font-size: x-small;
    border-radius: 5px;
    width: 20%;
    margin-left: 10px;
    margin-right: 10px;
}

/* results row styles */
#resultsRow{
    padding-top: 10px;
    background-color: rgb(238,238,238,0.7);
}

#noResults {
    width: 100%;
    text-align: center;
    display: none;
}

#resultsTable {
    width: 100%;
}

.resultTag {
    font-size: x-small;
}

.linkIcon {
    color: #777777;
    margin-right: 8px;
}

.loadMoreButton {
    border: solid 1px rgb(204,204,204,0.7);
    background-color: rgb(221,221,221,0.7);
    cursor: pointer;
    display: inline-block;
    font-size: x-small;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
}

/* footer row styles */
#footerRow {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(204,204,204,0.8);
}

.metaData{
    font-size: smaller;
    text-align: center;
}

/* copyright row styles */
#copyrightRow {
    text-align: center;
    font-size: small;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(204, 204, 204, 0.8);
}

#copyrightImage {
    width: 100%;
}