input, textarea {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

fieldset {
    margin-bottom: 12px;
    border: 1px solid #4f6e4f;
    padding: 4px;
}

legend {
    text-align: left;
    margin-left: 8px;
    background-color: #3e4a3e;
    color: #e99142;
    padding: 3px 5px;
    font-size: 12px;
}

legend span {
    display: block;
    width: 11em;
    font-size: 12px;
}

fieldset input[type=submit], fieldset input[type=reset], fieldset input[type=button] {
    background: transparent url(/images/but-bk.png) repeat-x left top;
    color: white;
    border: 1px solid #cccccc;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 2px 0;
    margin: 1px;
}

form.formatted {
    background: transparent url(/images/form-background.jpg) repeat left top;
    padding: 12px 10px;
    border: 1px solid #888888;
}

form.formatted th, form.formatted td {
    padding: 0;
}

form.formatted > table > tbody > tr > th, form.formatted > table > tbody > tr > td {
    color: white;
    font-size: 12px;
    padding: 2px;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
}

form.formatted > table > tbody > tr > th {
    line-height: 18px;
}

form.formatted > table table:first-child {
    width: 100%;
}

form.formatted > table table:first-child td + td {
}

form.formatted td.addOption {
    text-align: right;
    padding-left: 2px;
}

form.formatted input[type=text], form.formatted input[type=password], form.formatted input[type=radio], form.formatted textarea, form.formatted select {
    border: 1px solid #75604b;
    background-color: #1b1b1b;
    color: white;
    padding: 1px;
}

form.formatted select {
    margin-top: -2px;
}

form.formatted input[type=submit], form.formatted input[type=reset], form.formatted input[type=button],
#middleCol input[type=submit], #middleCol input[type=reset], #middleCol input[type=button] {
    background: transparent url(/images/but-bk.png) repeat-x left top;
    color: white;
    border: 1px solid #cccccc;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 2px 0;
    margin: 1px;
}

form.formatted div.leftButton {
    float: left;
}

form.formatted div.rightButton {
    float: right;
}

form.formatted div.centerButton {
    margin: 0 auto;
    text-align: center;
}

#resultsTable {
    width: 100%;
    padding: 6px 0;
}

#resultsTable th {
    padding: 2px;
    text-align: left;
    white-space: nowrap;
}

#resultsTable td {
    padding: 2px;
}

#resultsTable td a {
    color: #006600;
}

#resultsTable td a:hover {
    color:#e99142;
}

#resultsTable td.saleStatus {
    white-space: nowrap;
}

#resultsNav {
    width: 100%;
    text-align: center;
}

#resultsNavPaging {
    float: left;
}

#resultsNavSelects {
    text-align: center;
}

#resultsNavOptions {
    float: right;
}

a.button {
    color: #444444 !important;
    background: #dddddd;
    border: 1px solid #cccccc;
    -moz-border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 3px 0;
    position: relative;
    top: 1px;
}

/*
 * General class styles
 */

.clear {
    clear: both;
}

form.formatted .highlight {
    font-weight: bold;
    color: red;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.fraction {
    font-size: 75%;
    line-height: 75%;
    vertical-align: super;
}

.noborder {
    border: 0;
}

.row0 {
    background-color: #e8e8e8;
}

.row1 {
    background-color: #ffffff;
}

.error {
    color: red;
}

.buttons {
    text-align: right;
}

.leftButtons {
    float: left;
}

.centerButtons {
    text-align: center;
    margin: 0 auto;
}

.rightButtons {
    float: right;
}

.right {
    float: right;
}

