﻿/**************************
Listings
**************************/	

.resultsBreakdown {
    margin-top: 10px;
}
.filterAZ {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.resultsPaging {
    text-align: center;
    margin-top: 10px;
}
.resultsShowall {
    text-align: center;
    margin-bottom: 10px;
}
.resultsNone {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.currentPageNum {
    font-weight: bold;
}
.fadedPageNum {
	color: #CCCCCC;
}
#quickSearchForm {
    float: right;
    width: 240px;
}
#quickSearchForm .formbutton,
#quickSearchForm .form_btn_search,
#quickSearchForm .input_field,
#quickSearchForm .formWaterMark {
    float: right;
}
#quickSearchForm .input_field,
#quickSearchForm .formWaterMark {
    width: 175px;
}

#tableRow {
    border:1px solid #ccc;
    margin:2px;
}
 
