/* style sheet for map directory */
/* created by Tracy Hughes */
/* www.hughesllc.net */

table.cc {
	border-top:2px solid #c2a269;
	width: 100%;	
}
table.cc th {
	text-align:left;
}
table.cc td {
	border-top:1px solid #ededed;
}

.mapbox { 
	cursor:pointer;
	text-decoration:underline;
}
a.backtotop {
	font-size:.8em;
	background-image:url(../img/arrowup.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
}
