<style>
body {
    font-family: "Lucida Grande", Arial, Sans-Serif;
}
#container {
    width: 1200px;
    background-image: url('images/gray_bg.gif');
    background-repeat: repeat-x;
}
#search_section {
    width: 150px;
    float: right;
    margin-bottom: 7;
    margin-top: 25;
    margin-right: 15;
}
#search_section input {
    width: 150px;
}
#search_box_label {
    font-size: 10px;
    text-align: center;
    color: #222;
    margin-top: 2px;
}
table.mac_os_styled_table {
    clear: both;
    border: 1px solid #FFFFFF;
    padding: 0;
    border-collapse: collapse;
    font-size: 11px;
    width: 1200px;
}
table.mac_os_styled_table td  {
    padding: 2 5 2 5; margin: 0;
    height: 17px;
}

table.mac_os_styled_table tr {
    margin: 0; padding 0;
}
table.mac_os_styled_table tr td {
    border-left: 1px solid #95bce2;
    border-right: 1px solid #95bce2;
}
table.mac_os_styled_table tr.header {
    background: url('images/thead_bg.gif');
    background-repeat: repeat-x;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    height: 16px;
    font-weight: bold;
    color: #222;
}
table.mac_os_styled_table tr.header td {
    border-left: 1px solid #A5A5A5;
    border-right: 1px solid #A5A5A5;
    cursor:pointer
}
table.mac_os_styled_table tr.alt {
    background-color: #F1F5FA;
}
</style>

