﻿body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    color: black;
    font-family: Arial;
}

.activeforumbutton {
    display: inline-block;
    border-radius: 3px;
    padding: 0 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: #990210;
    background: -moz-linear-gradient(top, rgba(153,2,16,1) 0%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,2,16,1)), color-stop(100%,rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom, rgba(153,2,16,1) 0%,rgba(109,0,25,1) 100%);
    border: 0px;
}

    .activeforumbutton:hover {
        background: rgb(193,4,22);
        background: -moz-linear-gradient(top, rgba(193,4,22,1) 0%, rgba(153,2,16,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,4,22,1)), color-stop(100%,rgba(153,2,16,1)));
        background: -webkit-linear-gradient(top, rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
        background: -o-linear-gradient(top, rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
        background: -ms-linear-gradient(top, rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
        background: linear-gradient(to bottom, rgba(193,4,22,1) 0%,rgba(153,2,16,1) 100%);
    }

.inactiveforumbutton {
    display: inline-block;
    border-radius: 3px;
    padding: 0 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: rgb(122,122,124);
    background: -moz-linear-gradient(top, rgba(122,122,124,1) 0%, rgba(106,106,107,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,124,1)), color-stop(100%,rgba(106,106,107,1)));
    background: -webkit-linear-gradient(top, rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: -o-linear-gradient(top, rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: -ms-linear-gradient(top, rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    background: linear-gradient(to bottom, rgba(122,122,124,1) 0%,rgba(106,106,107,1) 100%);
    border: 0px;
}

    .inactiveforumbutton:hover {
        background: rgb(165,165,166);
        background: -moz-linear-gradient(top, rgba(165,165,166,1) 0%, rgba(104,104,104,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,165,166,1)), color-stop(100%,rgba(104,104,104,1)));
        background: -webkit-linear-gradient(top, rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
        background: -o-linear-gradient(top, rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
        background: -ms-linear-gradient(top, rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
        background: linear-gradient(to bottom, rgba(165,165,166,1) 0%,rgba(104,104,104,1) 100%);
    }

.specialactionbutton {
    display: inline-block;
    border-radius: 3px;
    padding: 0 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    height: 23px;
    text-transform: uppercase;
    text-shadow: #888 1px 1px 1px;
    text-decoration: none;
    box-shadow: 1px 1px 1px #343232;
    background: rgb(54,70,102);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(54,70,102,1) 0%, rgba(45,58,86,1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,70,102,1)), color-stop(100%,rgba(45,58,86,1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(54,70,102,1) 0%,rgba(45,58,86,1) 100%);
    /* W3C */
    border: 0px;
}

    .specialactionbutton:hover {
        background: rgb(81,108,150);
        background: -moz-linear-gradient(top, rgba(81,108,150,1) 0%, rgba(74,100,139,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,108,150,1)), color-stop(100%,rgba(74,100,139,1)));
        background: -webkit-linear-gradient(top, rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
        background: -o-linear-gradient(top, rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
        background: -ms-linear-gradient(top, rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
        background: linear-gradient(to bottom, rgba(81,108,150,1) 0%,rgba(74,100,139,1) 100%);
    }

    .inactiveforumbutton a, .activeforumbutton a, .specialactionbutton a {
        color: white;
        text-decoration: none;
    }

#fbtab {
    top: 40%;
    width: 40px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 5000;
    right: 1px;
}

    #fbtab a {
        border: 0px;
        text-decoration: none;
        margin-bottom: 2px;
        display: block;
    }

    #fbtab img {
        border: 0px;
    }

.header {
    background: white url('/home/images/htwheader2.jpg') no-repeat top center;
    width: 100%;
    background-size: 100%;
    margin: 0 auto;
    padding: 0px;
    min-height: 275px;
    max-height: 325px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/home/images/htwheader2.jpg', sizingMethod='scale')
}

.newButton {
    margin-left: 2px;
    margin-right: 2px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color: #79bbff;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #469df5;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 14px;
    width: 60px;
    text-decoration: none;
    text-align: center;
}

.soldButton {
    margin-left: 2px;
    margin-right: 2px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 14px;
    width: 32px;
    text-decoration: none;
    text-align: center;
}

.reducedButton {
    margin-left: 2px;
    margin-right: 2px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 14px;
    width: 72px;
    text-decoration: none;
    text-align: center;
}

.archivedButton {
    margin-left: 2px;
    margin-right: 2px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    width: 84px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.listingThumbnail {
    width: 100px;
    height: 100px;
}

/* The animation code */
@keyframes colorchange {
    from {
        background-color: yellow;
    }

    to {
        background-color: white;
    }
}

.changedField {
    animation: colorchange 2s;
}

.navbar-inverse-dealer {
    background-color: #f25004 !important;
}

.activeButton {
    margin-left: 2px;
    margin-right: 2px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color: #79bbff;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #469df5;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 14px;
    width: 60px;
    text-decoration: none;
    text-align: center;
}

.inactiveButton {
    margin-left: 2px;
    margin-right: 2px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    width: 60px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
}

.deletedButton {
    margin-left: 2px;
    margin-right: 2px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    height: 16px;
    line-height: 14px;
    width: 60px;
    text-decoration: none;
    text-align: center;
}