﻿/*==================== HERITAGE MAP CSS ====================*/


/*-------------------- Map Legend ----- Start --------------------*/
#hm-legend
{
	border:1px solid #ccc;
} 

#hm-legend tr, #hm-legend td
{
	border:1px solid #ccc;
} 

#hm-legend th
{
	border:1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color:#ccc;
	font-size:14px;
	text-transform:uppercase;
} 

#hm-legend td
{
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}

#hm-legend-col1
{
	width:50px;
	text-align:center;
	font-weight:bold;
}

#hm-legend-col2
{
	font-weight:bold;
}

.hm-legend-center
{
	text-align:center;
}

#hm-balloon td
{
	padding: 5px;
}

#hm-image img
{
	width:300px;
	height:225px;
}

.hm-balloon-img
{
	width:120px;
	height:90px;
}

.hm-align-l
{
	width:12%;
	text-align:left;
}

/*-------------------- Map Legend ----- End --------------------*/
