/* Market Page Customizations */

#content {
    background: url('img/phone-m.png') black;
    margin: 14px;
    width: 550px;
}

#content .phoneContent {
    background: white;
    border: 1px solid #888888;
    color: black;
    font: normal 13px sans-serif;
    margin: 0 38px;
}

#content .phoneContent h2 {
    background: url('img/blue-bar.png') repeat-x bottom;
    color: white;
    font: normal bold 25px sans-serif;
    margin: 0;
    padding: 5px;
}

#content .phoneContent h3 {
    background: #dddddd;
    color: #0000ee;
    font: normal bold 18px sans-serif;
    margin: 5px 0;
    padding: 5px;
}

#content .phoneContent h4 {
    font: normal bold 15px sans-serif;
    color: black;
    margin: 5px;
    padding: 0;
}

#content .phoneContent p {
    font: normal 13px sans-serif;
    margin: 5px;
    padding: 0;
}

#content .phoneContent table {
    margin: 0;
    padding: 0;
    width: 100%;
}

#content table.mktEvt td {
    padding: 6px 0;
    vertical-align: top;
}
#content table.mktEvt tr.first td { padding-top: 12px; }
#content table.mktEvt h4 { margin-top: 0; }
#content table.mktEvt img { padding-left: 12px; }

#content table.mktSched td,
#content table.mktSched th {
    font: 15px sans-serif;
    padding: 5px 10px;
}
#content table.mktSched th { font-weight: bold; }
#content table.mktSched td.date { padding: 0; }
