
/*---Recycling Calandar Pop-Up Display Styles---*/

.calendarTitle{
			
				font-family: verdana;
				font-size: 75%;
				font-weight: bold;
				color: white;
				text-align: right;
			}
		
		
			.calendarTitle a{
	
				color: white;
				text-decoration: none;
			}
		
			.calendarTitle a:hover{
	
				color: white;
			}
			
	#Monday{
				height: 500px; 
				width: 650px;
				background: #20A4C8; 
				border: solid 1px #20A4C8; 
				display: none;
			}
			
	#Tuesday{
				
				height: 500px; 
				width: 650px;
				background: #20A4C8; 
				border: solid 1px #20A4C8; 
				display: none;
			}
			
	#Wednesday{
			
			height: 500px; 
			width: 650px;
			background: #20A4C8; 
			border: solid 1px #20A4C8; 
			display: none;
		}
		
	#Thursday{
			
			height: 500px; 
			width: 650px;
			background: #20A4C8; 
			border: solid 1px #20A4C8; 
			display: none;
		}
		
	#Friday{
			
			height: 500px; 
			width: 650px;
			background: #20A4C8; 
			border: solid 1px #20A4C8; 
			display: none;
		}

/*---End Recycling Calandar Pop-Up Display Styles---*/

.streetsweep{
	text-align:left;
	border-collapse:collapse;
	border:0px solid #366732;
	background-color: #eeeeee;
	
	}
.streetsweep a{
	text-decoration: underline;

}

.streetsweep td{
	
	border-collapse:collapse;
	border:1px solid #18a1d5;
}

.streetsweep .days{
	
	padding: 5px;
	background: #eaf9e3;
}

.streetsweep .weekends{
	
	padding: 5px;
	background: #eeeeee;
	color: #666666;
}

.streetsweep .weekdayswhite{
	
	padding: 5px;
	background: #c2eaf9;
	color: #000000;
}

.streetsweep .weekdaysblack{
	
	padding: 5px;
	background: #ffffcc;
	color: #000000;
}

.streetsweep th{
	
	border-collapse:collapse;
	border:1px solid #18a1d5;
}

.streetsweep .header {
	text-align:center;
	background-color: #18a1d5;
	color: white;
	font-size: 125%;
	border-bottom: 1px solid #18a1d5;
	padding-top:5px;
	padding-bottom: 5px;
}

