/********* TIR MAP *********/

.tir {
	width: 100%;
	margin: 10px 0px;
}

.tir_map
{
	width: 100%;
	height: 480px;
	overflow: hidden;
	background: #ccc;
	border: 2px solid #00226c;
}

.tir_nav
{
	width: 100%;
	background: #00226c;
	color: #fff;
	padding: 5px 2px;
}

.tir_markerlist
{
	width: 100%;
	background: #00226c;
	color: #fff;
	padding: 5px 2px;
}

/*************** TIR LEGEND ************/

.tir_legend
{
	position: relative;
	width: 35%;
	text-align: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin: 10px -4px 10px 0px;
	float: right;
	z-index: 10;
}

.tir_legend .info
{
	display: block;
	width: 100%;
	background: #ccc;
	color: #333;
	text-align: left;
}

.tir_legend .info div
{
	padding: 3px 3px;
	background: #ccc;
	border: 1px solid #00226c;
	border-top: none;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	color: #00226c;
}

.tir_legend .info a
{
	border: none;
	background: none;
	display: inline-block;
	padding: 0px 0px;
	font-size: 12px;
}

.tir_legend .info img
{
	padding: 0 0;
	margin: 0 0;
	float: left;
	border: 1px solid #000;
}

.tir_legend h3
{
	background: #00226c;
	color: #fff;
	text-align: center;
	margin: 0px 0px;
	border: 1px solid #00226c;
	font-size: 14px;
	line-height: 22px;
	
}

.tir_legend img
{
	padding: 0 0;
	margin: 0px 5px 0px 0px;
	float: left;
}

.tir_legend a
{
	display: block;
	padding: 2px 2px;
	background: #ccc;
	border: 1px solid #00226c;
	border-top: none;
	font-size: 14px;
	line-height: 24px;
}

.tir_legend a:hover
{
	color:#147;
	background-color: #fff;
	cursor: pointer;
}

/*************** MARKER *************/

.marker
{
	display: block;
	width: 450px;
	background-color: #fff;
}

.marker h3 a
{
	text-decoration: none;
	color: #00226c;
}

.marker h3 a:hover
{
	text-decoration: underline;
	color: #8cb4d0;
}

.marker h3
{
	color: #00226c;
	margin: 0px 0px;
	padding: 5px 2px;
}

.marker h3 small
{
	color: #999;
}

.marker .blurb
{
	padding: 2px 5px;
	margin-left: 55px;
}

.marker .info
{
	padding: 2px 5px;
	margin-left: 55px;
}

.marker .links
{
	padding: 2px 5px;
	margin-left: 55px;
}

.marker_info
{
	
}

.marker_info h3
{
	margin: 0px 0px 15px 0px;
}

.marker_info .content
{
	float: left;
	padding: 2px 2px;
}

.marker_info .links
{
}

.marker_info .links a
{
	text-decoration: none;
	font-size: 12px;
	color: #00226c;
}

.marker_info .links a:hover
{
	text-decoration: underline;
	color: #8cb4d0;
}

.marker_info .button
{
	float: right;
	clear: right;
}

.marker_info .content
{
	display: block;
	width: 63%;
	margin-right: 2%;
	text-align: justify;
}

/********* MARKER STATS ***********/

.marker_stats img
{
	padding: 0 0;
	margin: 0px 5px 0px 0px;
	float: left;
}

.marker_stats a
{
	display: block;
	padding: 2px 2px;
	background: #ccc;
	border: 1px solid #00226c;
	border-top: none;
	font-size: 14px;
	line-height: 25px;
}

.marker_stats a:hover
{
	color:#147;
	background-color: #fff;
	cursor: pointer;
}

/*********** MAPS-HOME *********/

#maps-home
{	
	display: block;
	border: 2px solid #00226c;
	margin: 5px 0px;
	background: #00226c;
}

#maps-home h3
{
	background: #00226c;
	color: #fff;
	height: 30px;
	line-height: 28px;
}

#maps-home h3 a
{
	color: #ccc;
}

#maps-home h3 a:hover
{
	color: #fff;
	text-decoration: underline;
}

#maps-home .stats
{
	margin: 1px 0px;
	width: 292px;
}

#maps-home .map
{
	float: right;
	background: #fff;
	padding: 1px;
	border: 1px solid #00226c;
}

/*********** MAPS-ISLAND *********/

#maps-island
{	
	display: block;
	margin: 0px;
}

#maps-island .row
{
	display: block;
	margin: 0px;
}

#maps-island h3
{
	background: #00226c;
	color: #fff;
	height: 30px;
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	text-align: left;
}

#maps-island h3 img
{
	float: left;
	margin: 3px;
}

#maps-island h3 a
{
	color: #ccc;
}

#maps-island h3 a:hover
{
	color: #fff;
	text-decoration: underline;
}

#maps-island .stats
{
	margin: 10px 1% 10px 0px;
	width: 32%;
	float: left;
}

/********* TOOLTIP **********/

.tooltip
{
	background-color: #fff;
	color: #000;
	display: block;
	padding: 2px 2px;
	border: 1px solid #000;
	width: 150px;
	text-align: center;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;	
}

.tooltip .tooltip_text
{
	font-weight: bold;
}

.tooltip .tooltip_rating
{
	font-size: 0.8em;
}