@charset "utf-8";
/* CSS Document */

.neighborhoodBox {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	clear: both;
	border-spacing: 0px;
}

.neighborhoodBox:hover {
	background: url(../images/neighborhoodbg.jpg);
	background-repeat: repeat-y;
	cursor: pointer;
}

.neighborhoodBox td {
	padding: 3px 7px 3px 4px;
}

.neighborhoodBox th {
	padding: 3px 7px 3px 4px;
	font-weight: bold;
}

.neighborhoodLabel {
	font-weight: bold;
	font-style: normal;
}

.name {
	font-style: italic;
}

.label {
	font-style: italic;
}

.cityState {
	font-style: italic;
	font-size: 14px;
}

.neighborhood {
	font-style: italic;
}

.startsAt {
	float: right;
	font-size: 16px;
	color: #900;
}

.odd {
	background: #FFFFFF;
	filter:alpha(opacity=50);
	opacity:0.5;
	color: #000000;
	padding: 4px;
}

.even {
	background: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	color: #FFFFFF;
	padding: 4px;
}

.odd:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

.even:hover {
	filter:alpha(opacity=70);
	opacity:0.7;

}

.popUp {
	display:none; 
	position:absolute; 
	border: solid #000000 2px; 
	background-color: white; 
	padding: 8px;	
	text-align: left;
}

.neighborhoodtitle {
	font-size: 16px;
	font-weight: bold;
}
