/* CSS Document */

#content h2 {
	margin-top: 20px;
	}

.box_locations_table {
	background: #fff;
	border: none;
	font-size: 11px;
	margin: 50px 0;
	}
	
.box_locations_table h3 {
	color: #fff;
	}
	
	
.box_locations_table td {
	border: none;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	}
	
.box_locations_table tr.odd td {
	background: url(row.gif) repeat-x top;
	}
	
.box_locations_table tr:hover td {
	background: url(row_hover.gif) repeat-x top;
	cursor: default;	
	}
	
.box_locations_table th {
	background: #999;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 0 10px;
	height: 25px;
	font-weight: normal;
	line-height: 25px;
	}
	
.box_locations_table th.title {
	background: #29568f url(th.gif) repeat-x;
	height: 30px;
	padding-top: 10px;
	}
	
#content .map_pin {
	display: block;
	width: 35px;
	height: 30px;
	background: url(map_pin.gif) no-repeat left top;
	border: none;
	float: right;
	}
	
#content .map_pin:hover {
	background-position: 0 -30px;
	background-color: transparent;
	border: none;
	}
	
.map_pin * {
	display: none;
	}
	
#content .petes_post {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(petes_post.gif);
	border: none;
	}
	
/***

#content .petes_post:hover {
	background-position: 0 -30px;
	border: none;
	background-color: transparent;
	}
	
***/	
	
.petes_post * {
	display: none;
	}
	
	
#box_finder {
	background: #9f2d20 url(box_finder.gif);
	border: 1px solid #50180d;
	cursor: default;
	width: 188px;
	height: 228px;
	margin: 20px 0 20px -5px;
	overflow: hidden;
	}
	
#legend {
	list-style: none;
	padding: 0;
	font-size: 10px;
	min-height: 1px;
	margin: 0;
	position: relative;
	top: 30px;
	}

* html #legend {
	height: 1px;
	}
	
#legend:after {
	height: 0;
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	}
	
#legend li {
	float: left;
	padding: 0 30px;
	background: url(map_pin.gif) no-repeat left top;
	height: 30px;
	line-height: 30px;
	margin: 0;
	}
	
#legend #petes_post {
	background-image: url(petes_post.gif);
	width: 170px;
	}
	
	
/*** Alphabet Chooser ***/

#alphabet_chooser a {
	padding: 0 2px;
	margin: 0px;
	border: 1px solid #ddd;
	}
	
#alphabet_chooser a:hover {
	border: 1px solid #508cc7;
	background: #6197cc;
	color: #fff;
	}

#alphabet_chooser a.disabled,
#alphabet_chooser a.disabled:hover
 {
	border: 1px solid #f9f9f9;
	color: #ddd;
	background: #fff;
	cursor: default;
	}