@charset "UTF-8";

/* text in the listing table */
#ctl00_mainContent_PropertyTextList1_ListPanel td
{
font-size:10px;
}

/* text in the footer */
#ctl00_mainContent_PropertyTextList1_List_LastUpdate, .mlsfooter
{
    font-size:9px;
    color:Gray;
}

/* pager links on list pages */
#ctl00_mainContent_PropertyTextList1_ListPanel a:link
{
    font-size:11px;
    color:Black;
}

/* main property details text */
.mlslistinginfo
{
    font-family: Arial;
    font-size:12px;
    color:Black;
}

/* navigation links on property details page */ 
#ctl00_mainContent_PropertyTextList1_ItemPrevious, #ctl00_mainContent_PropertyTextList1_ItemNext, #ctl00_mainContent_PropertyTextList1_ItemBack, #ctl00_mainContent_PropertyTextList1_ItemBack2, #ctl00_mainContent_PropertyTextList1_ItemPrevious2, #ctl00_mainContent_PropertyTextList1_ItemNext2
{
    font-family: Arial;
    font-size:11px;
    font-weight:bold;
    color:#333;
}

.Head 
{ 
    font-size:15px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}


/* input fields on the search pages */
#mlssearchtable input, #mlssearchtable select 
{
    border:1px solid black;
    font-family: Arial, Sans-Serif;
    font-size:13px;
    color: #333;
}

#mlssearchtable td
{
    margin:0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
}


#ctl00_mainContent_FilterButton
{
    border:1px solid black;
}