    td.optionHeader{
        color: #003366;
        font-size: 11px;
        background-color: #DEE6ED;
        font-family: arial;
        border-color: #CCCCCC;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
    }

    td.optionHeaderMLS {
        color: #003366;
        font-size: 11px;
        background-color: #DEE6ED;
        font-family: arial;
        border-color: #CCCCCC;
        border-width: 0px 1px 0px 0px;
        border-style: solid;
    }

    .searchCriteriaCopy {
        color: #333333;
        font-size: 11px;
        font-family: arial;
    }

    .searchCriteriaCopyBold {
        color: #5C5C5C;
        font-size: 11px;
        font-family: arial;
    }



    table.optionTable {
        width: 300px;
        border-color: #CCCCCC;
        border-width: 1px;
        border-style: solid;
    }

    /*The styles for the "secret" borders that surround each "option" box One is closest to the table five is
      furthest away*/
    .fadedBorderOne {
        background-color: #4E6881;
    }
    .fadedBorderTwo {
        background-color: #59738C;
    }
    .fadedBorderThree {
        background-color: #CBCBCB;
    }
    .fadedBorderFour {
        background-color: #E1E1E1;
    }
    .fadedBorderFive {
        background-color: #F0F0F0;
    }

    table.borderTable {
        border: 0px;
    }

    span.headerText {
        color: #003366;
        font-size: 11px;
        font-family: arial;
        font-weight: bold;
    }

    span.headerItText {
        color: #003366;
        font-size: 11px;
        font-family: arial;
        font-style: italic;        
        font-weight: normal;
    }

    div.blueLine {
        background-color: #DEE6ED;
        height: 7px;
        width: 100%;
    }

    div.greenDottedLine {
        height: 1px;
        background-image: url('images/search/greenDot.gif');
    }

    table.searchHeaderTable {
        border-color: #CCCCCC;
        border-width: 0px 0px 0px 1px;
        border-style: solid;
    }

    table.mapBorderTable {
        border-color: #BEBEBE;
        border-width: 1px 1px 1px 1px;
        border-style: solid;

    }

    table.mappingInputTable {
        background-color: #D6D6D6;
        font-size: 11px;
        color: #333333;
        font-family: arial;
    }

    input.mappingInput {
        border: 1px solid #888888;
    }

    .commentCopyBold {
        color: #5C5C5C;
        font-size: 9px;
        font-family: arial;
    }
