﻿#mapwrapper
{
	width:682px;
	margin:0 auto;
	padding:0px 0;
	background-color:#ffffff;
	min-width:220px;
}
svg{
  max-height:100%;
}


	#map_base
	{
		height:445px;
		width:98%;
		margin:0px;
	}

.unselectable {
	-moz-user-select:none;
	-webkit-user-select:none;
}
.tip{
	display:none;
	padding:5px;
	border:1px solid #EBECED;
	color:#edeef0;
	font-weight: bold;
	z-index:1000;
	float:left;
	position:absolute;
	/*gradient color*/
	background:#000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565')"; /* IE8 */ 
	background-image: linear-gradient(to bottom, #494949 0%, #656565 100%);/* IE10 */ 
	background: -moz-linear-gradient(top, #494949,#656565); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#656565));
	word-break:keep-all;
	white-space:nowrap;
}

.home-left-box-bottom {
	width:683px;
	padding:5px;
	border:1px solid #ccc;
	background-color: #FFF;
}

.map_box_header {
	padding:10px;
	background-color: #eee;
}

.map_box_header_sidebar {
	padding:10px;
	background-image: url(../images/sidebar-header-bg.jpg);
}

.map_box_header_title h3{
	margin:0px 0px 5px;
	padding:0px 0px 5px;
	font-size:14px;
	border-bottom:1px dashed #cccccc;
}

.map_box_header_subtitle{
	margin-bottom:5px;
}

.map-states-list-box{
padding:10px;
border-top:1px dashed #eee;
margin-top:10px;
}

.map-states-column {
	width:142px;
	float:left;
	text-align: center;
	line-height:20px;
	border-right:1px solid #eee;
}

.map-states-column a{
	text-decoration:none;
	color:#666;
	display:block;
}

.map-states-column a:hover{
	font-weight:bold;
	color:#021c3d;
	background-color:#eee;
}

.coverage-sidebar-header {
	background-color:#fff;
	background-image:url(../images/coverage-sidebar-header.jpg);
	height: 36px;
	padding-top: 20px;
}

.coverage-sidebar-subtitle {
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-top: 5px;
}
