﻿/**************************
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: #000066;
}
.formWaterMark {	
	background: #FFFFFF;
	color: #BBBBBB;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
	width: 200px;
	padding: 2px;
	margin-right: 5px;
}
#quickSearchForm {
    float: right;
    width: 300px;
}
#quickSearchForm .form_btn_search,
#quickSearchForm .input_field,
#quickSearchForm .formWaterMark {
    float: right;
}
