/* Area Profiles Page CSS */
.resultPager{white-space: nowrap; margin: 10px 0 0 0; padding: 0; overflow: hidden;}
* html .resultPager{margin: 20px 0;} /* IE6 needs to learn to behave properly, naughty boy */
.resultPager ul{margin: 10px 0; padding: 0;}
.resultPager li{display: inline; list-style-type: none;}
.resultPager li.highlight{margin-right: 4px; padding: 4px 6px; border: 1px solid #ccc;}
.resultPager li a, .resultPager li a:visited{padding: 4px 6px; font-weight: bold; color: #fff; background: #a4bc64; border: 1px solid #999;}
.resultPager li a:hover{text-decoration: none; color: #093; background: #fff;}
.resulthead{margin: 10px 0; padding: 0;}
.resultCol{width: 100%;}
.resulthead .result_title, .resulthead .result_date, .resulthead .result_size{float: left; width: 25%;}
.resulthead .result_title a, .resulthead .result_date a, .resulthead .result_size a, .resulthead .result_title a:visited, .resulthead .result_date a:visited, .resulthead .result_size a:visited{font-weight: bold; color: #fff; background: #a4bc64; display: block; margin-right: 2%; padding: 4px 6px; border: 1px solid #999;}
.resulthead .result_title a:hover, .resulthead .result_date a:hover, .resulthead .result_size a:hover{text-decoration: none; color: #093; background: #fff;}
.resulthead .result_title img, .resulthead .result_date img, .resulthead .result_size img{margin: 2px 0 0 0;}
.result{border-bottom: 1px solid #ccc; margin-bottom: 6px; padding: 10px 0;}
.result .result_title{font-weight: bold; padding-bottom: 5px;}
.result .result_title a:hover{text-decoration: none;}
.result .result_date, .result .result_size{font-size: 90%; padding-bottom: 5px;}
.result .result_url a:hover{text-decoration: none;}
.result .result_url img{float: left; margin: 0; padding: 0 5px 0 0; border: 0 none;}
