body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	background-color: #E1E4E8;
	font: normal 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #353535;
	text-align: center;
	}
	
a {
	color: #1E9B00;
	text-decoration: none;
	outline: none;
	}
a:hover {
	color: #138b00;
	}
a img {
	border: 0;
	}

h1 {
	font: bold 19px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	}
h2 {
	font: bold 14pt/16pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	color: #fff;
	}
h4 {
	font: bold 12pt/14pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
table {
	border: 0px solid #999;
	border-collapse: collapse;
	padding: 0;
}
.clear {
	clear: both;
	}
#header {
	overflow: hidden;
	height: 82px;
	background: #2F4774 url(../images/bg-header.png) 0 0 repeat-x;
	}

#header h1 {
	margin: 30px 0 0 0;
	font: normal 21px/24px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	color: #fff;
	/* color: #36abdd; */
	}
#header h1 em{
	color: #FFE100;
	}
#header h2 {
	margin: 0;
	font: normal 12px/14px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #B5C9E5;
	letter-spacing: 2px;
	}
#header .container {
	position: relative;
	}
#logo {
	position: absolute;
	top: 4px;
	padding-left: 135px;
	height: 72px;
	background: url(../images/logo.png) 0 0 no-repeat;
	}
.logolink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 115px;
	height: 72px;
	}
#footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	color: #777;
	font: normal 12px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
#metrologo {
	margin: 10px;
	width: 100px;
	}
#cntlogo {
	margin: 10px;
	width: 80px;
	}
h1 span.beta {
	position: relative;
	top: -4px;
	left: 10px;
	margin: 0;
	display: inline;
	color: #ffe200;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 2px;
	}
#menu {
	position: absolute;
	top: 40px;
	right: 0;
	}
#menu ul {
	height: 42px;
	margin: 0;
	padding: 0;
	padding-right: 31px;
	background: url(../images/m-divider.png) 100% 0 no-repeat;
	}
#menu ul li {
	margin: 0;
	list-style-type: none;
	float: left;
	height: 42px;
	padding: 0 20px 0 50px;
	font: normal 10pt/12pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	background: url(../images/m-divider.png) 0 0 no-repeat;
	}
#menu ul li a {
	margin: 0;
	font: normal 10pt/12pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	}
#menu ul li a:hover {
	color: #FFE100;
	}
#menu ul li a.active {
	color: #FFE100;
	}
.container {
	margin: 0 20px;
	padding: 0;
	border: 0;
	clear: both;
	text-align: left;
	}
#main {
	position: relative;
	border: 1px solid #A7A9AC;
	border-top: 0;
	overflow: hidden;
	}
#views { 
	float: left;
	height: 500px;
	width: 478px;
	overflow: hidden;
	background: #fff;
	border-right: 1px solid #A7A9AC;
	position: relative;
	}
#sidebar-toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 100%;
	z-index: 10;
	}
#sidebar-handle-show {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 28px;
	background: #fff url(../images/arrow-right.png) 6px 6px no-repeat;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top-right-radius: 4px;	
	-moz-border-radius-topright: 4px;	
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	}
#sidebar-handle-hide {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 28px;
	background: #fff url(../images/arrow-left.png) 6px 6px no-repeat;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top-right-radius: 4px;	
	-moz-border-radius-topright: 4px;	
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.50);
	}
#view-scroll { 
	height: 470px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	}
.view {
	display: none;
	}
.view .viewhead {
	display: none;
	position: relative;
	padding: 10px 18px;
	background: #fff url(../images/bg-th.png) 0 100% repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
	}
.view .viewhead h3 {
	margin: 0;
	color: #373B68;
	font: bold 11pt/12pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
.view .content {
	padding: 10px 24px 20px 18px;
	}
.view .content p.note {
	color: #666;
	font-size: 12px;
	line-height: 15px; 
	}
span.note {
	color: #666;
	font-size: 11px;
	line-height: 14px; 
	}
#view-instructions .content {
	color: #333;
	font: normal 11pt/14pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
.helpleft {
	width: 210px;
	float: left;
	margin-right: 20px;
	text-align: left;
	}
.helpright {
	width: 210px;
	float: right;
	margin-left: 20px;
	text-align: right;
	}
hr {
	margin: 10px 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: transparent;
	border-top: 1px solid #ddd;
	}
#pratio {
	overflow: hidden;
	}
.pratio {
	height: 55px;
	}
.pratio-sml {
	width: 480px;
	float: left;
	height: 30px;
	}
#pratio .content {
	overflow: hidden;
	background-repeat: repeat;
	}
.pratio .content {
	height: 55px;
	background-position: 0 0;
	}
.pratio-sml .content {
	height: 30px;
	background-position: 0 0px;
	}

#pratio .active {
	background-color: #9153B8;
	background-image: url(../images/bg-parcel-status.png);
	}
#pratio .inactive {
	background-color: #8D96A8;
	background-image: url(../images/bg-parcel-status-i.png);
	}
.prt {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	}
.prt td {
	color: #fff;
	font: normal 12px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	}
.pratio .prt td {
	padding: 8px 15px;
	}
.pratio-sml .prt td {
	padding: 3px 15px;
	}
.prt td.right {
	text-align: right;
	}
.prt td.parcelcount {
	padding: 0;
	color: #fff;
	text-align: left;
	width: 60%;
	}
.prt td.parcelcount .hideoverflow {
	position: relative;
	display: block;
	overflow: hidden;
	width: 270px;
	}
.pratio .prt td.parcelcount .hideoverflow {
	height: 55px;
	}
.pratio-sml .prt td.parcelcount .hideoverflow {
	height: 30px;
	}
.prt td.parcelcount a {
	color: #fff;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 0;
	}
.pratio .prt td.parcelcount a {
	padding: 16px 31px 16px 15px;
	font: normal 21px/23px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
.pratio-sml .prt td.parcelcount a {
	padding: 5px 31px 5px 15px;
	font: normal 18px/23px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
.prt td.parcelcount a.off {
	background-image: none;
	}
.prt td.parcelcount a.expand {
	background-image: url(../images/plarrow-down.png);
	}
.prt td.parcelcount a.collapse {
	background-image: url(../images/plarrow-up.png);
	}
#mapbuttons .prt td.parcelcount a.expand {
	cursor: default;
	background-image: none;
	}
#mapbuttons .prt td.parcelcount a.collapse {
	cursor: default;
	background-image: none;
	}
.prt td.ratio {
	color: #fff;
	text-align: center;
	background-repeat: repeat;
	}
.pratio .prt td.ratio {
	font: bold 28px/28px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	background-position: 0 0;
	}
.pratio-sml .prt td.ratio {
	font: bold 24px/24px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	background-position: 0 -12px;
	}
.pratio .prt td.ratiolabeltt {
	width: 0;
	display: none;
	}
.pratio-sml .prt td.ratiolabeltt {
	padding-left: 0;
	padding-right: 10px;
	}
#pratio .active td.ratio {
	background-color: #6F3593;
	background-image: url(../images/bg-ratio.png);
	}
#pratio .inactive td.ratio {
	background-color: #687482;
	background-image: url(../images/bg-ratio-i.png);
	}
.prt td.ratiolabel {
	}
.pratio .prt td.ratiolabel {
	width: 0;
	display: none;
	font-size: 11px;
	line-height: 14px;
	}
.pratio-sml .prt td.ratiolabel {
	width: 35%;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 11px;
	line-height: 12px;
	}
.prt td.ratiolabel a {
	color: #fff;
	}
.prt td .ratiolabel2 {
	padding-bottom: 4px;
	font: normal 11px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
.pratio-sml .prt td .ratiolabel2 {
	display: none;
	}
.pratio .prt td.ratio {
	background-position: 0 0;
	}
#pratio .active td.ratiolabel, #pratio .active td .ratiolabel2 {
	color: #D6C2E2;
	}
#pratio .inactive td.ratiolabel, #pratio .inactive td .ratiolabel2 {
	color: #D6D6D6;
	} 
.prt td.download {
	width: 10%;
	padding-left: 8px;
	padding-right: 8px;
	}
.pratio .prt td.download {
	font-size: 11px;
	line-height: 14px;
	}
.pratio-sml .prt td.download {
	font-size: 11px;
	line-height: 14px;
	}
.pratio-sml .prt td.download {
	width: 0;
	display: none;
	}
.pratio a#download_link {
	color: #fff;
	font-size: 11px;
	}	
.pratio-sml #download_link {
	display: none;
	}	
.tt-trip-generation-reduction {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
/* 
.tt-ratio {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info.png) 0 0 no-repeat;
	}
.tt-ratio2 {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info.png) 0 0 no-repeat;
	}
.tt-average-rent {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	} 
.tt-bundled-parking {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-unbundled-parking {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
	
*/
.tt-ratio {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info.png) 0 0 no-repeat;
	}
.tt-ratio2 {
	position: absolute;
	top: -2px;
	left: 2px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/info.png) 0 0 no-repeat;
	}
.tt-average-rent {
	position: absolute;
	top: -1px;
	left: -12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-bundled-parking {
	position: absolute;
	top: 0;
	left: 2px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-unbundled-parking {
	position: absolute;
	top: 0;
	left: 2px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-average-commute-distance {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-work-mode-split {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.tt-estimate-strength {
	position: absolute;
	top: 8px;
	right: -3px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/info2.png) 0 0 no-repeat;
	}
.infoc {
	display: inline;
	position: relative;
	vertical-align: top;
	}
.pinstrength {
	position: relative;
	}
#regionalview {
	background: #306494 url(../images/bg-viewmenu.png) 0 0 repeat-x;
	border: 1px solid #306494;
	display: none;
	height: 34px;
	overflow: hidden;
	color: #B5C9E5;
	}
#regionalview h2 {
	margin: 0;
	padding: 9px 30px 9px 30px;
	color: #B5C9E5;
	font: normal 15px/15px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	}
#regionalview a {
	color: #fff;
	}
/*	
#viewmenu {
	width: 100%;
	background: #47749D url(../images/bg-viewmenu.png) 0 0 repeat-x;
	display: block;
	}
#viewmenu ul {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 0;
	height: 48px;
	overflow: hidden;
	background: #47749D url(../images/bg-viewmenu3.png) 0 0 repeat-x;
	}
#viewmenu ul li {
	float: left;
	list-style-type: none;
	width: 28.2%;
	height: 48px;
	}
#viewmenu ul li a {
	position: relative;
	display: block;
	
	display:-moz-box;
	-moz-box-orient:horizontal;
	-moz-box-pack:center;
	-moz-box-align:center;
	* Safari and Chrome *
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	* W3C *
	display:box;
	box-orient:horizontal;
	box-pack:center;
	box-align:center;
	
	height: 48px;
	border-left: 1px solid #306494;
	padding: 0 9px;
	color: #fff;
	font: normal 14px/14px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.30);
	background: #47749D url(../images/bg-viewmenu3.png) 0 0 repeat-x;
	text-align: center;
	}
#viewmenu ul li.tab-instructions {
	width: 8%;
	}
#viewmenu ul li a#tab-instructions {
	border-left: 0;
	}
#viewmenu ul li a#tab-instructions .icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/instructions.png) 0 0 no-repeat;
	}
#viewmenu ul li a#tab-instructions.active .icon {
	background: url(../images/instructions-a.png?v=2.0) 0 0 no-repeat;
	}
#viewmenu ul li.tab-all {
	width: 8%;
	position: absolute;
	right: 0;
	}
#viewmenu ul li a#tab-all .icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/viewall.png) 3px 4px no-repeat;
	}
#viewmenu ul li a#tab-all.active .icon {
	background: url(../images/viewall-a.png) 3px 4px no-repeat;
	}
#viewmenu ul li a:hover {
	background: url(../images/bg-viewmenu3.png) 0 -48px repeat-x;
	}
#viewmenu ul li a.active {
	background-color: #fff;
	background-image: url(none);
	color: #373a69;
	text-shadow: 0 0 0 rgba(0,0,0,0.30);
	}
#viewmenu ul li a.active:hover {
	background-color: #fff;
	background-image: url(none);
	}
	*/
	
#viewmenu {
	width: 100%;
	background: #47749D url(../images/bg-viewmenu.png) 0 0 repeat-x;
	display: block;
	}
#viewmenu ul {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 0;
	height: 48px;
	overflow: hidden;
	background: #47749D url(../images/bg-viewmenu3.png) 0 0 repeat-x;
	}
#viewmenu ul li {
	float: left;
	list-style-type: none;
	width: 28.2%;
	height: 48px;
	display: table-row;
	vertical-align:middle;
	}
#viewmenu ul li a {
	position: relative;
	display: block;
	
	height: 48px;
	border-left: 1px solid #306494;
	padding: 0 9px;
	padding-top: 10px;
	color: #fff;
	font: normal 14px/14px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.30);
	background: #47749D url(../images/bg-viewmenu3.png) 0 0 repeat-x;
	text-align: center;
	}
#viewmenu ul li.tab-parking-impacts a {
	padding-top: 16px;
	}
#viewmenu ul li.tab-instructions a {
	padding-top: 15px;
	}
#viewmenu ul li.tab-all a {
	padding-top: 15px;
	}
#viewmenu ul li.tab-instructions {
	width: 8%;
	}
#viewmenu ul li a#tab-instructions {
	border-left: 0;
	}
#viewmenu ul li a#tab-instructions .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/instructions.png) 0 0 no-repeat;
	}
#viewmenu ul li a#tab-instructions.active .icon {
	background: url(../images/instructions-a.png?v=2.0) 0 0 no-repeat;
	}
#viewmenu ul li.tab-all {
	width: 8%;
	position: absolute;
	right: 0;
	}
#viewmenu ul li a#tab-all .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/viewall.png) 3px 4px no-repeat;
	}
#viewmenu ul li a#tab-all.active .icon {
	background: url(../images/viewall-a.png) 3px 4px no-repeat;
	}
#viewmenu ul li a:hover {
	background: url(../images/bg-viewmenu3.png) 0 -48px repeat-x;
	}
#viewmenu ul li a.active {
	background-color: #fff;
	background-image: url(none);
	color: #373a69;
	text-shadow: 0 0 0 rgba(0,0,0,0.30);
	}
#viewmenu ul li a.active:hover {
	background-color: #fff;
	background-image: url(none);
	}
	
.meterbg {
	position: relative;
	display: block;
	width: 80px;
	height: 11px;
	background: url(../images/meterbg.png) 0 0 no-repeat;
	border: 1px solid #787878;
	}
.meter {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 11px;
	background-image: url(../images/meter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
#searcharea {
	margin: 16px 0;
	}
#add_location {
	float: left;
	margin: 0 15px;
	border: 0;
	padding: 0;
	font: 400 15px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #6d6d6d;
	}
#location_wrapper {
	position: relative;
	display: inline-block;
	}
#mbox_location_search {
	position: absolute;
	top: 35px;
	left: 0;
	border: 1px solid #aaa;
	width: 355px;
	padding: 20px;
	background: #fff;
	font: 400 15px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	z-index: 10000;
	}

#mbox_location_search a {
	display: inline-block;
	padding: 2px 0;
	}
#location_search {
	margin: 0;
	border: 0;
	padding: 5px;
	font: 400 19px/19px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	text-align: left;
	width: 375px;
	background: transparent;
}
#location-search-box {
	border: 1px inset #eee;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	display: block;
	float: left;
	width: 385px;
	height: 31px;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	background: #fff;
	}
#refresh_location_search {
	vertical-align: middle;
	}
#location_search.default, #work_address.default, .default {
	color: #aaa !important;
	}
	
	
#intro {
	display: none;
	position: absolute;
	width: 600px; 
	height: 480px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -300px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0, 0.40);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0, 0.40);
	box-shadow: 5px 5px 10px rgba(0,0,0, 0.40);
	z-index: 2000;
	background: #fff; 
	}
#intro .content {
	padding: 30px 50px;
	color: #373B68;
	font: bold 12pt/15pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	text-align: left;
	}
#intro .content strong {
	color: #111;
	}
#intro .intro-buttons {
	text-align: center;
	margin: 40px 0;
	}
#intro .intro-buttons a {
	display: inline-block;
	margin: 2px 10px;
	padding: 15px 20px;
	font: bold 17px/18px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	border: 1px solid #ececec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#intro .intro-buttons a:hover {
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.70);
	-moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.70);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,0.70);
	border: 1px solid #e3e3e3;
	}
#mapbox {
	position: relative;
	height: 500px;
	border: 0;
	overflow: hidden;
	background: #fff url(../images/bg-mapbox.png) 0 0 repeat-x;
	}	
.shadow-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../images/topshadow.png) 0 0 repeat-x;
	z-index: 5;
	}
.shadow-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: url(../images/botshadow.png) 0 100% repeat-x;
	z-index: 5;
	}
#map_canvas {
	position: absolute;
	width: 100%;
	height: 95%;
	border: 0;
	}
.blanket {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	margin-top: 82px;
	background: #f5f4f3;
	background-color: rgba(220,222,225,0.70);
	z-index: 1000;
  	filter: alpha(opacity = 70);
	}
.it {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	}
.it th {
	border-bottom: 1px solid #888;
	padding: 0 10px 10px 0;
	color: #4d4d4d;
	font: normal 11px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: bottom;
	}
.it th.right {
	text-align: right;
	}
.it td {
	padding: 4px 10px 4px 0;
	color: #000;
	font: normal 12px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	}
.it td.right {
	text-align: right;
	}
.it td.subhead {
	border-bottom: 1px solid #ccc;
	}
.it td.ratiolabel {
	font-size: 13px;
	font-weight: bold;
	}
.it td.ratio {
	font-size: 15px;
	font-weight: bold;
	}
.it td.ratio input {
	text-align: right;
	font: bold 17px/17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
.it td.indent1 {
	padding-left: 12px;
	}
	
	
#selectioninfo {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	border-top: 1px solid #bdbdbd;
	max-height: 220px;
	overflow: auto;
	color: #111;
	z-index: 3;
	}
#selectioninfo a.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50%;
	padding: 5px 30px;
	background: url(../images/collapse.png?v=2) 100% 50% no-repeat;
	text-align: right;
	color: #808080;
	}
#selectioninfo-closed {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #f3f3f3;
	border-top: 1px solid #bdbdbd;
	overflow: hidden;
	color: #808080;
	z-index: 2;
	}
#selectioninfo-closed a.open {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50%;
	padding: 5px 30px;
	background: url(../images/expand.png?v=2) 100% 50% no-repeat;
	text-align: right;
	color: #808080;
	}
#selectioninfo .content {
	padding: 14px 24px 20px 18px;
	}
	
#pinlist {
	background-color: #EEEEEE;
	}
#pintablehead {
	width: 100%;
	margin: 0;
	}
#pintablehead tr th {
	background-color: #DBDBDB;
	color: #4D4D4D;
	font: normal 11px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: bottom;
	text-align: right;
	padding: 10px 15px;
	}
#pintablehead tr th.pin {
	width: 48%;
	text-align: left;
	}
#pintablehead tr th.pinsize {	
	width: 10%;
	text-align: right;
	}
#pintablehead tr th.pinstrength {	
	width: 10%;
	text-align: center;
	}
#pintablehead tr th.pinratio {
	width: 15%;
	text-align: right;
	}
#pinlistbody {
	max-height: 224px;
	margin: 0;
	overflow: auto;
	}
#pintablebody {
	width: 100%;
	margin: 0;
	}
#pintablebody tr td {
	overflow: hidden;
	color: #494949;
	font: normal 12px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: middle;
	text-align: right;
	padding: 10px 15px;
	}
#pintablebody tr.alt td {
	background-color: #E5E5E5;
	}
#pintablebody tr td.pin {
	width: 48%;
	text-align: left;
	}
#pintablebody tr td.pinsize {	
	width: 10%;
	text-align: right;
	}
#pintablebody tr td.pinstrength {	
	width: 10%;
	text-align: center;
	}
#pintablebody tr td.pinratio {
	width: 15%;
	text-align: right;
	font: bold 14px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
#pintablebody tr td .address {	
	color: #3C6B95;
	color: #666;
	}
#pintablebody tr td.pinstrength {	
	text-align: center;
	}
.esbox {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 6px;
	background: #CFCBCB;
	}
.es {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px; /* this will change */
	height: 6px;
	background-color: #2BA849;
	}
	
.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 220px;
	z-index: 20000;
	display: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 16px;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	color: #222;
	opacity: 1;
  	filter: alpha(opacity = 100);
	-webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow: 6px 6px 10px rgba(0, 0, 0, .6);
	box-shadow: 6px 6px 10px rgba(0, 0, 0, .6);
	}

#mapheader {
	padding: 10px 15px;
	background: #47749D;
	}
#mapheader h2 {
	margin: 0;
	}
#mapheader a {
	color: #fff;
	}
#mapbuttons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	background: url(../images/bg-mapbar.png?v=2) 0 0 repeat;
	z-index: 1;
	}
#mapbuttons ul {
	float: right;
	margin: 4px 8px;
	padding: 0;
	position: relative;
	z-index: 1;
	}
#mapbuttons ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 1px;
	}

.mapbutton {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	/*padding: 0.9em 3em;*/
	padding: 5px 10px;
	background: #5681a6;
	background: -webkit-gradient(linear, left top, left bottom, from(#5681a6), to(#326A96));
	background: -moz-linear-gradient(top,  #5681a6,  #326A96);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5681a6', endColorstr='#326A96');
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #345A84;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.20);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.20);
	box-shadow: inset 0 1px 0 rgba(255,255,255, 0.20);
	font-size: 10px;
	line-height: 10px;
	}
.mapbutton:hover {
	background: #5681c6;
	border: 1px solid #22406B;
	background: #1E5688;
	background: -webkit-gradient(linear, left top, left bottom, from(#326A96), to(#1E5688));
	background: -moz-linear-gradient(top,  #326A96,  #1E5688);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#326A96', endColorstr='#1E5688');
	color: #fff;
	text-decoration: none;
	}
.mapbutton:active {
	position: relative;
	top: 1px;
	left: 1px;
	}
#mapbuttons .save {
	background: #7eb351;
	background: -webkit-gradient(linear, left top, left bottom, from(#90d23d), to(#63ae3d));
	background: -moz-linear-gradient(top,  #90d23d,  #63ae3d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#90d23d', endColorstr='#63ae3d');
	}
#mapbuttons .save:hover {
	background: #a0e25d;
	background: -webkit-gradient(linear, left top, left bottom, from(#a0e25d), to(#a0e25d));
	background: -moz-linear-gradient(top,  #a0e25d,  #a0e25d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0e25d', endColorstr='#a0e25d');
	}
#mapbuttons #merge_parcels.checked {
	border: 1px solid #22406B;
	padding-left: 30px;
	background: #1E5688;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 0px rgba(0,0,0,.25);
}
#mapbuttons #merge_parcels.unchecked {
	padding-left: 10px;
}
#mapbuttons  .disabled {
	border: 1px solid #444 !important;
	background: #666 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#555555)) !important;
	background: -moz-linear-gradient(top,  #666666,  #555555) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#555555') !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0, 0.10);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0, 0.10);
	box-shadow: inset 0 1px 0 rgba(0,0,0, 0.10);
	color: #ccc;
	}
#mapbuttons .disabled:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#555555)) !important;
	background: -moz-linear-gradient(top,  #666666,  #555555) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#555555') !important;
	color: #ccc;
	}
#mapbuttons .disabled:active {
	top: 0;
	left: 0;
	}
#mapbuttons #merge_parcels.checked .icon {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 8px;
	background: url(../images/i-merge.png) 0 0 no-repeat;
	}
#mapbuttons #merge_parcels.disabled .icon {
	background: url(../images/i-merge.png) 0 -16px no-repeat !important;
}
#draw_poly {
	padding-left: 30px;
	}
#mapbuttons #draw_poly.active {
	border: 1px solid #22406B;
	background: #1E5688;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 0px rgba(0,0,0,.25);
}
#draw_poly .icon {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 8px;
	background: url(../images/i-draw.png) 0 0 no-repeat;
	}
#mapbuttons #draw_poly.disabled .icon {
	background: url(../images/i-draw.png) 0 -16px no-repeat;
}
#parcel_select {
	padding-left: 28px;
	}
#mapbuttons #parcel_select.active {
	border: 1px solid #22406B;
	background: #1E5688;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 0px rgba(0,0,0,.25);
}
#mapbuttons #view-selection-info.active {
	border: 1px solid #22406B;
	background: #1E5688;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 0px rgba(0,0,0,.25);
}
#mapbuttons #parcel_select .icon {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 7px;
	background: url(../images/i-select.png) 0 0 no-repeat;
}
#mapbuttons #parcel_select.disabled .icon {
	background: url(../images/i-select.png) 0 -16px no-repeat;
}
#clear_all {
	padding-left: 30px;
}
#clear_all .icon {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 8px;
	background: url(../images/i-clear.png) 0 0 no-repeat;
}
#clear_all.disabled .icon {
	background: url(../images/i-clear.png) 0 -16px no-repeat;
}
#sn-regional {
	display: none;
	}
#sn-parcels {
	display: none;
	}
#mapbuttons ul .disabledbar {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 210px;
	z-index: 2;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity = 0);
	}
.mapbutton .dd {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	background: url(../images/bg-dd.png) 0 0 repeat;
	}	
.mapbutton .dd .downarrow {
	display: block;
	width: 22px;
	height: 100%;
	background: url(../images/arrow-d.png) 50% 50% no-repeat;
	}	
#select_area {
	padding-right: 32px;
	}
	
.formbutton {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	/*padding: 0.9em 3em;*/
	padding: .7em 2.4em .7em 2.4em;
	background: #7eb351;
	background: -webkit-gradient(linear, left top, left bottom, from(#90d23d), to(#63ae3d));
	background: -moz-linear-gradient(top,  #90d23d,  #63ae3d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#90d23d', endColorstr='#63ae3d');
	color: #fff;
	font: normal 11px/11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid #509b18;
	border-bottom: 1px solid #408b18;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	}
.formbutton:hover {
	background: #63ae3d;
	background: -webkit-gradient(linear, left top, left bottom, from(#63ae3d), to(#63ae3d));
	background: -moz-linear-gradient(top,  #63ae3d,  #63ae3d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#63ae3d', endColorstr='#63ae3d');
	color: #fff;
	text-decoration: none;
	cursor:pointer;
	}
.formbutton:active {
	position: relative;
	top: 1px;
	left: 1px;
	}
.formbutton.active {
	border: 1px solid #307b18;
	background: #438e1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#438e1d), to(#539e2d));
	background: -moz-linear-gradient(top,  #438e1d,  #539e2d);
	color: #B6D4B1;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 0px rgba(0,0,0,.25);
	}

.formbutton.search {
	padding: 0.4em 1.5em 0.4em 1.5em;
	}
#edit-location-specs.disabled {
	color:#ddd;
}
#edit-location-specs.disabled:hover {
	color:#ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#63ae3d), to(#63ae3d));
	background: -moz-linear-gradient(top,  #63ae3d,  #63ae3d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#63ae3d', endColorstr='#63ae3d');
}
.big {
	font: bold 14px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0.9em 1.2em;
	}
.medium {
	font: bold 12px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0.9em 2.8em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	box-shadow: inset 0 1px 0 rgba(255,255,255, 0.30), 0px 2px 3px rgba(0,16,32,.25);
	}
.small {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0.4em 0.9em;
	vertical-align: middle;
	}
.refresh {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font: bold 13px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0.2em 0.4em 0.4em 0.4em;
	vertical-align: middle;
	}
.cancel {
	color: #ddd !important;
	border-color: #555 !important;
	background: #777 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#666666)) !important;
	background: -moz-linear-gradient(top,  #888888,  #666666) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666') !important;
	}
.cancel:hover {
	background: #666 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#555555)) !important;
	background: -moz-linear-gradient(top,  #777777,  #555555) !important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555') !important;
	color: #f3f3f3 !important;
	}
.updatebuttons {
	text-align:right;
	}
	
	
#mixmeter {
	position: relative;
	display: block;
	width: 380px; /* chart draw function grabs this number-- it must be in pixels to work correctly on first draw */
	overflow: hidden;
	height: 16px;
	margin: 4px 0;
	background: url(../images/meter.png) 0 0 repeat-x;
	border-top: 1px solid #636363;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #939393;
	width: 100%;
	}
.mixmeter-drive-alone {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-drive-alone.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
.mixmeter-carpool {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-carpool.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
.mixmeter-public-transit {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-public-transit.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
.mixmeter-walk {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-walk.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
.mixmeter-other {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-other.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
.mixmeter-work-at-home {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 16px;
	background-image: url(../images/meter-work-at-home.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
#mixlegend {
	margin: 4px 0;
	text-align: center;
	}

.mixleg {
	display: inline-block;
	margin: 2px 8px;
	font-size: 10px;
	line-height: 12px;
	color: #494949;
	text-align: left;
	}
.mixlegbox {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background-repeat: repeat;
	background-position: 0 -3px;
	border-top: 1px solid #636363;
	border-left: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #939393;
	}
.mixleg-drive-alone {
	background-image: url(../images/meter-drive-alone.png);
	}
.mixleg-carpool {
	background-image: url(../images/meter-carpool.png);
	}
.mixleg-public-transit {
	background-image: url(../images/meter-public-transit.png);
	}
.mixleg-walk {
	background-image: url(../images/meter-walk.png);
	}
.mixleg-other {
	background-image: url(../images/meter-other.png);
	}
.mixleg-work-at-home {
	background-image: url(../images/meter-work-at-home.png);
	}
	

.infobox{
	border: 0; 
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin-top: 8px; 
	background-color: #E1EEF6; 
	padding: 12px 16px;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	-webkit-box-shadow: 8px 8px 12px rgba(0, 0, 0, .6);
	-moz-box-shadow: 8px 8px 12px rgba(0, 0, 0, .6);
	box-shadow: 8px 8px 12px rgba(0, 0, 0, .6);
	text-align: left;
}
.and {
	font-weight: normal;
	font-style: italic;
	}
#maptitle {
	text-align: center;
	font: normal 19px/21px 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	color: #000;
	}
#legend {
	border: 0;
	padding: 0;
	height: 21px;
	text-align: center;
	font: normal 12px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #373B68;
	overflow: hidden;
	}
.legimage {
	margin: 4px 0;
	}
#legend-bar {
	margin: 8px 0 0 0;
	text-align: center;
	height: 12px;
	line-height: 12px;
	display: none; 
	}
#legend-colors {
	margin: 0 4px;
	display: inline-block;
	border: 1px solid #848484;
	}
#legend ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
	margin: 8px 0;
   	padding: 0;
	}
	
#legend ul li {
	right: 50%;
	height: 14px;
	float: left;
	list-style-type: none;
	position:relative;
	margin: 0;
	padding: 0 10px;
	}
.cutcolor {
	float: left;
	margin: 0;
	margin-right: 6px;
	border: 1px solid #848484;
	width: 10px;
	height: 10px;
	}
#cut-1 {
	background: #539F00;
	}
#cut-2 {
	background: #90D400;
	}
#cut-3 {
	background: #F7D900;
	}
#cut-4 {
	background: #FC8900;
	}
#cut-5 {
	background: #EA1600;
	}
.ft {
	border: 0;
	border-collapse: collapse;
	}
.ft th {
	text-align: left;
	vertical-align: bottom;
	padding: 2px 4px;
	}
.ft td {
	text-align: left;
	vertical-align: middle;
	padding: 2px 4px;
	}
.ft th.right {
	text-align: right;
	}
.ft td.right {
	text-align: right;
	}

.flabel {
	margin: 2px 0;
	color: #494949;
	font: bold 11px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	}
.fval {
	margin: 2px 0;
	color: #111;
	font: bold 15px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	}
.fvalcolor {
	color: #111;
	}
.bfield input, .bfieldsub input {
	font: bold 15px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
.bfield {
	margin: 10px 0;
	}
.bfieldsub {
	margin: 4px 0;
	}
.bfieldsub .flabel {
	font-weight: normal;
	line-height: 21px;
	width: 90px;
	margin-right: 5px;
	text-align: right;
	vertical-align: middle;
	float: left;
	}
.bfield input {
	margin: 2px 0;
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	height: 19px;
	}
.bfieldsub input {
	margin: 2px 0;
	font-size: 14px;
	font-weight: bold;
	width: 90px;
	height: 19px;
	}
.modeled {
	color: #111 !important;
	}
.actual {
	color: #2D6395 !important;
	}


.st {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	}
.st th {
	border-bottom: 1px solid #999;
	padding: 10px 10px;
	color: #494949;
	font: bold 10px/11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	vertical-align: bottom;
	}
.st td {
	border-top: 1px solid #d0d0d0;
	padding: 10px 10px;
	color: #494949;
	font: normal 11px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: top;
	}
.st tr.first td {
	border-top: 0;
	}
.st .ptype {
	font: bold 13px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
.st .hilite {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px; 
	line-height: 13px;
	}
.st .hilitep {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	line-height: 14px;
	color: #732799;
	}


.nc {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	}
.nc td {
	padding: 10px 0;
	font: normal 12px/13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
	}
.nc td.col1 {
	font-size: 16px;
	line-height: 22px;
	}
.nc td.col2 {
	width: 60px;
	}
.nc td.col3 {
	width: 50px;
	}
.nc td.col4 {
	width: 310px;
	}
.nc-val {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	overflow: hidden;
}
.slidervalbox {
	background-color: #EEF7F6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0;
	height: 110px;
	margin-top: -5px;
	}
.slidervalbox .content {
	padding: 20px;
	}
	
.slidervalhandle {
	display: none;
	position: absolute;
	background-color: #EEF7F6;
	width: 40px;
	height: 20px;
	left: 15px;
	}
.svh1 {
	bottom: 0%;
	}
.svh2 {
	bottom: 12.5%;
	}
.svh3 {
	bottom: 37.5%;
	}
.svh4 {
	bottom: 62.5%;
	}
.svh5 {
	bottom: 88.5%;
	}

	
.slabel {
	display: inline;
	padding: 0 8px;
	height: 16px;
	background: url(../images/info2.png?v=2) 0 100% no-repeat;
}
#edit-location-specs {
	float: right;
	margin-top: -3px;
	}

a.reset {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/reset.png) 0 0 no-repeat;
	}	
a.reset:hover {
	background: url(../images/reset.png) 0 -16px no-repeat;
	}
.steplabels {
	position: relative;
	height: 81px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.sl1 {
	position: absolute;
	right: 10px;
	bottom: 0%;
	margin-bottom: -3px;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	}
.sl2 {
	position: absolute;
	right: 10px;
	bottom: 25%;
	margin-bottom: -3px;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	}
.sl3 {
	position: absolute;
	right: 10px;
	bottom: 50%;
	margin-bottom: -3px;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	}
.sl4 {
	position: absolute;
	right: 10px;
	bottom: 75%;
	margin-bottom: -3px;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	}
.sl5 {
	position: absolute;
	right: 10px;
	bottom: 100%;
	margin-bottom: -3px;
	font: normal 10px/10px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #888;
	}
		
.stepticks {
	position: relative;
	height: 81px;
	margin: 0;
	padding: 0;
	border: 0;
	}
.st1 {
	width: 28px;
	height: 1px;
	border: 0;
	background: #b9b9b9;
	position: absolute;
	bottom: 0%;
	}
.st2 {
	width: 28px;
	height: 1px;
	border: 0;
	background: #b9b9b9;
	position: absolute;
	bottom: 25%;
	}
.st3 {
	width: 28px;
	height: 1px;
	border: 0;
	background: #b9b9b9;
	position: absolute;
	bottom: 50%;
	}
.st4 {
	width: 28px;
	height: 1px;
	border: 0;
	background: #b9b9b9;
	position: absolute;
	bottom: 75%;
	}
.st5 {
	width: 28px;
	height: 1px;
	border: 0;
	background: #b9b9b9;
	position: absolute;
	bottom: 100%;
	}
.areacomps {
	font: normal 12px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	display: none;
	}
.areacomps .embiggened {
	font-weight: bold;
	font-size: 14px;
	}

.sliderbg {
	position: absolute;
	top: -1px;
	width: 16px;
	margin: 0 5px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #ddd;
	background-image: url(../images/bg-slider.png?v=2.1);
	background-position: 0 0;
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
}
.smallslider .ui-slider-vertical {
	margin: 0;
	width: 16px;
	height: 80px;
	background: transparent;
	background-image: url(../images/bg-slider-default.png?v=2.7);
	background-position:  0 0;
	background-repeat: no-repeat;
	border: 0;
}
.smallslider .ui-slider .ui-slider-handle {
	cursor: default;
	position: absolute;
	width: 20px;
	height: 9px;
	left: -3px;
	bottom: 0;
	margin-bottom: -5px;
	z-index: 2;
	border: 1px solid #888;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}
.smallslider .ui-state-disabled .ui-slider-handle {
	opacity: 0.4;
  	filter: alpha(opacity = 40);
}	

.smallslider .ui-state-disabled {
	background: #eee !important;
	opacity: 1;
  	filter: alpha(opacity = 100);
	}
.smallslider .ui-corner-all {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

ul#region-selects {
	display: none;
	position: absolute;
	top: 18px;
	right:-7px;
	width: 240px;
	background: #fff;
	max-height: 500px;
	overflow: auto;
	border: 1px solid #888;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0, 0.40);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0, 0.40);
	box-shadow: 3px 3px 3px rgba(0,0,0, 0.40);
	}
ul#region-selects li {
	display: block !important;
	float: none !important;
	list-style-type: none;
	font: normal 10pt/12pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	border-bottom: 1px solid #eee;
	}
ul#region-selects li a {
	display: block;
	float: none;
	font: normal 10pt/12pt 'PT Sans Narrow', Tahoma, Arial, sans-serif;
	padding: 3px 10px;
	}
ul#region-selects li a .regiondesc {
	color: #888;
	}
ul#region-selects li a:hover {
	background-color: #e6f3fc;
	}
ul#region-selects li a.active {
	color: #888;
	}
ul#region-selects li a.place {
	font-weight: bold;
	color: #000;
	}
ul#region-selects li a.neighborhood {
	padding: 3px 10px 3px 20px;
	}

.processing {
	display: none;
	position: absolute;
	width: 200px; 
	height: 120px;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -100px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	z-index: 600000;
	background: #E7ECF0; 
	text-align: center;
	}
.processing .content {
	padding: 30px 0;
	color: #555;
	font: normal 13px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	}	
	
.dt {
	width: 100%;
	border: 1px solid #ccc;
	background: #eaeff3;
	border-collapse: collapse;
	}
.dt th {
	text-align: left;
	vertical-align: bottom;
	border: 1px solid #dcdcdc;
	padding: 4px 6px;
	font: bold 11px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
	}
.dt td {
	text-align: left;
	vertical-align: bottom;
	padding: 4px 6px;
	font: normal 11px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
	border: 1px solid #dcdcdc;
	}
.downloadbox {
	margin: 20px 0;
	background:#fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	}
.downloadlink {
	margin: 0;
	display: block;
	border: 1px solid #fff;
	padding: 10px 10px 10px 40px;
	font: bold 19px/19px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url(../images/download-sml.png) 0 50% no-repeat;
	}
.downloadbox .description {
	font: normal 13px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #555;
	}
	
	