#market-wrap {
}

#controller-alerts {
    width: 348px;
}

#controller-alerts input {
    margin: 6px 4px 0 0;
    float: left;
}

#controller-alerts label {
    display: block;
    float: left;
    padding: 4px;
}

#controller-alerts label#controller-alerts-saved {
    background: #fc0;
    color: #16171a;
    display: none;
}


#market-wrap-main {
    width: 540px;
    float: left;
}

#market-wrap-main ul {
    list-style: disc;
}

#market-wrap-data {
    float: right;
    width: 456px;
}

#market-wrap-data h3 {
    color: #496608;
}

#market-wrap-data img {
    margin: 4px 0;
}

.dataset {
    border: 1px solid #7c990b;
}

.dataset tr.first td {
    border-top: 1px solid #ddd;
}


.dataset td {
    text-align: right;
}

.dataset td:first-child {
    text-align: left;
    background: #EEF5D3;
    border-right: 1px solid #7c990b;
}

.dataset.market-wrap thead td {
    text-align: center;
    border-right: 1px solid #7c990b;
}

.dataset.market-wrap thead td:last-child {
    border-right: none;
}


.dataset .column-set-last {
    border-right: 1px solid #7c990b;
}

.dataset.options td {
    width: 20%;
}

.dataset.options tbody td,
.dataset.options tfoot td {
    border-right: 1px solid #7c990b;
}

.dataset.options td:last-child {
    border-right: none;
}

.dataset tfoot td {
    text-align: right;
}

#market-wrap-subscribe {
    margin: 0 0 4px 0;
    padding: 4px;
    background: #ddd;
    -moz-border-radius: 8px;
}

#market-wrap-subscribe h3 {
    margin: 0 0 4px 0;
    background: url(/images/home-h3-bg.png);
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px 8px;
}

#market-wrap-subscribe p {
    text-align: center;
    font-weight: bold;
}

#market-wrap-subscribe table {
    margin: 0 8px;
}


#market-wrap-subscribe input[type=submit] {
    padding: 4px;
}
