﻿/* For search results lefthand menu filters */

	.leftFilters {
    float: left;
    width: 100%;
    border: 1px solid #c4c5b3;
    background-color: #e0e1d6;
    margin-left:3px;
    margin-bottom:10px;
   	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
}

	.padding {	margin: 0 auto 0 5px;	}
	
	.searchFilter {
		font-weight: bold;
		text-decoration: none;
		word-wrap: break-word;
		}

	.searchFilter a:link { 
		font-weight: bold;		
		text-decoration: none;	
	}

	.searchFilter:active { 
		font-weight: bold;	
		text-decoration: none;		
	}

	.searchFilter:visited { 
		font-weight: bold;		
		text-decoration: none;
	}	
		
	.searchFilter a:hover { 
	
	color: #1b5399;
	font-weight: bold;
	background-color: red; /* match with asp.net menu style for StaticHoverStyle-BackColor*/
	
	text-decoration: underline;
	margin-left:3px;
	width: 100%;	}
	
	
	.searchFilterSelected {
		font-weight: bold;
		text-decoration: none;
		word-wrap: break-word; 	}
			
	.searchFilterSelected a:link, .searchFilterSelected a:visited, a:active  { 
		font-weight: bold;		
		text-decoration: none;	
		color: white;
	}
	.searchFilterSelected a:hover {
		color: white;
		font-weight: bold;
		background-color: #AE1C3F; /* match with asp.net menu style for StaticHoverStyle-BackColor*/	
		text-decoration: none;
		margin-left:3px;
		width: 100%;  	}
	
