#remplan-dropdown {
    color: #fff !important;
    background-color: #00a1e0 !important;
    background-image: url(/media/img/header/remplan-dropdown-bg.png) !important;
}

    #remplan-dropdown:hover, #remplan-dropdown.selected {
        background-position: 0 -50px !important;
    }

#remplandropdown-popup a {
    color: #00a1e0 !important;
}

body {
	margin: 0 !important;
	padding: 242px 0 0 0 !important;
	min-height: 1000px;
	background: #EEE;
}

#report1 {
	padding: 182px 0 0 0 !important;
}

#report4, #report6 {
	padding: 200px 0 0 0 !important;
}

#about-report {
	background: #DBDBDB;
	padding: 15px 20px;
	border-radius: 2px;
	margin: 0px 0px 30px 20px;
	color: #555;
	font-size: 12px;
}

#about-report-body {
	display: none;
}

#economy_community_bar {
	left: 0;
	top: 0;
	height: 37px;
	background: white;
	position: absolute;
	width: 100%;
	z-index: 999;
}

#landingpage #economy_community_bar {
	background-color: transparent;
}

#landingpage #economy_community_bar_inner {
	width: 90%;
}

#economy_community_bar_inner {
	height: 28px;
	width: 960px;
	margin: 0 auto;
}

#economy_community_bar_innerfloat {
	height: 28px;
	margin-top: -2px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 3px;
	border-top: none;
}

#economy_community_bar_innerfloat2 {
	background: #F4F4F4 url(/media/img/economy-community-bar-bg.png) bottom left;
	height: 27px;
	margin-top: -2px;
	border: 1px solid #A0A0A0;
	border-radius: 2px;
	border-top: none;
}

#economy_community_bar_table {
	border: 0;
	width: 100%;
	height: 28px;
	border-collapse: collapse;
}

	#economy_community_bar_table td {
		height: 27px;
		line-height: 27px;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

#ecbar_profile-select div {
	background-image: url(/media/img/economy-community-bar-profileselect-en.png);
	background-position: bottom left;
	float: left;
	font-size: 13px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	color: #333;
	height: 28px;
	width: 119px;
}

#logo {
	margin-top: 0 !important;
}

#ecbar_profile-select div.e {
	background-position: 0px 0px;
}

#ecbar_profile-select div.c {
	background-position: top right;
}

#ecbar_links {
	text-align: right;
}

	#ecbar_links a {
		display: inline-block;
		padding: 0 8px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		color: #333;
		line-height: 20px;
	}

.place-primary {
	height: 22px;
}

.place-sub {
	padding-left: 8px !important;
}

.ecbdiv {
	width: 0px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFFFFF;
	display: inline-block;
	height: 20px;
	position: absolute;
	margin: 4px 0 0 -2px;
}

#economic_landing {
	padding: 30px;
	position: relative;
	width: 5000px;
}

	#economic_landing a, #economic_landing a:hover {
		text-decoration: none !important;
		cursor: pointer;
	}

.landingpageitem, .landingpageitem:visited, .landingpageitem:hover {
	display: block;
	width: 140px;
	min-height: 140px;
	height: 140px;
	margin: 10px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-family: Arial Unicode MS,Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	opacity: 0.8;
}

.landingpageitemtile {
	width: 140px;
	min-height: 140px;
	position: relative;
	perspective: 600px;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-ms-perspective: 600px;
	-o-perspective: 600px;
}

.signup {
	margin-bottom: 15px;
}

	.signup, .signup a {
		color: #474747 !important;
	}

		.signup span {
			font-weight: bold;
		}

.front {
	position: absolute;
	display: block;
	min-height: 118px;
	width: 118px;
	border: 1px solid #D3D3D3;
	border-radius: 2px;
	background: #EBEBEB;
	padding: 10px;
	z-index: 500;
	overflow: hidden;
	box-shadow: 0 7px 6px -6px #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #ccc;
	-moz-box-shadow: 0 7px 6px -6px #ccc;
	-ms-box-shadow: 0 7px 6px -6px #ccc;
	-moz-backface-visibility: hidden;
	-moz-transform: rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-backface-visibility: hidden;
	-ms-transform: rotateY(0deg);
	-ms-transform-style: preserve-3d;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-backface-visibility: hidden;
	-o-transform: rotateY(0deg);
	-o-transform-style: preserve-3d;
	-o-transition: all 0.4s ease-in-out 0s;
	backface-visibility: hidden;
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	transition: all 0.4s ease-in-out 0s;
	backface-visibility: hidden;
}

.rotated .front {
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	border-color: #EEEEEE;
	z-index: 900;
}

.back {
	position: absolute;
	min-height: 120px;
	width: 120px;
	border-radius: 4px;
	background: #EBEBEB;
	padding: 10px;
	overflow: hidden;
	box-shadow: 0 7px 6px -6px #ccc;
	-webkit-box-shadow: 0 7px 6px -6px #ccc;
	-moz-box-shadow: 0 7px 6px -6px #ccc;
	-ms-box-shadow: 0 7px 6px -6px #ccc;
	-moz-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-backface-visibility: hidden;
	-ms-transform: rotateY(180deg);
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-backface-visibility: hidden;
	-o-transform: rotateY(-180deg);
	-o-transform-style: preserve-3d;
	-o-transition: all 0.4s ease-in-out 0s;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	transition: all 0.4s ease-in-out 0s;
}

.rotated .back {
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	z-index: 1000;
}

.landingpageitem-explore .landingpageitemtile {
	width: 304px !important;
	height: 301px !important;
}

.landingpageitem-explore {
	width: 304px !important;
	height: 301px !important;
}

	.landingpageitem-explore .front, .landingpageitem-explore .back {
		width: 282px !important;
		height: 279px !important;
		background: #fff;
		text-align: left !important;
	}

.landingpageitem-about .landingpageitemtile {
	width: 304px !important;
	height: 460px !important;
}

.landingpageitem-about {
	width: 304px !important;
	height: 460px !important;
}

	.landingpageitem-about .front, .landingpageitem-about .back {
		width: 282px !important;
		height: 438px !important;
		background: #fff;
		text-align: left !important;
	}

#economic_landing_tab {
	top: 0;
	left: 0;
	position: absolute !important;
	margin-top: 55px;
	border: none !important;
}

#economic_landing_toolbar {
	position: fixed !important;
	z-index: 999;
	top: 35px;
}

#economic_landing_fade {
	position: fixed !important;
	background: url(/media/img/landingpage-fade.png) repeat-x bottom left;
	z-index: 899;
	top: 0;
	left: 0;
}

#economic_landing_profileselector {
	position: fixed;
	top: 30px;
	left: 36px;
	width: 394px;
	height: 43px;
	background: url(/media/img/profileselector.png) no-repeat top left;
	cursor: pointer;
	cursor: hand;
	z-index: 999;
}

	#economic_landing_profileselector:hover {
		background: url(/media/img/profileselector.png) no-repeat bottom left;
	}

#economic_landing_profileselector_popup_panel {
	background: #fff;
	border: 1px solid #bbb;
	position: absolute !important;
	-webkit-box-shadow: 7px 7px 6px -6px #999;
	-moz-box-shadow: 7px 7px 6px -6px #999;
	box-shadow: 7px 7px 6px -6px #999;
	top: 0;
	left: 0;
}

#economic_landing_map {
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	background: #FFF;
	margin: 35px 40px;
}

.gmap * {
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

img {
	border: 0;
}

#filtercell {
	width: 240px !important;
	max-width: 240px !important;
}

#report1 {
	background: #F7F7F7;
}

#report4, #report6 {
	background: #F7F7F7;
}

#report1 #economic_wrap {
	background: none !important;
}

#report4 #economic_wrap {
	background: none !important;
}

#economic_wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 300px;
}

#community_blank_wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 300px;
}

#tabbar {
	width: 100%;
	background: url(/media/img/tabbg-ocp.png) repeat-x 0px 30px;
	position: absolute;
	top: 149px;
	left: 0;
	z-index: 999;
	height: 125px;
}

.summary_tabbar {
	height: 37px !important;
}

	.summary_tabbar #tabbar_inner {
		height: 37px !important;
		background: none !important;
	}

.tabbar_fixed {
	top: 5px !important;
}

#tabbar_inner {
	background: url(/media/img/shadowdrk.png) no-repeat 50% 100%;
	width: 960px;
	margin: 0 auto 0 auto;
	height: 130px;
}

#tabbar_toolbar {
	height: 50px;
}

.toolbarstrip-sep {
	height: 47px;
	border-left: 1px solid #ddd;
	margin: 0 10px;
}

.toolbarstrip-label {
	color: #999;
	font-size: 11px;
	padding-right: 5px;
}

#economy_tools {
	padding: 15px 0;
}

#economy_bar {
	float: right;
	margin-top: 6px;
	width: auto;
	display: inline-block;
}

#economic_profile, #community_profile {
	position: absolute;
	color: #fff;
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Lato Light',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	height: 30px;
	line-height: 27px;
}

#community_profile {
}

.changefalse, .changetrue {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 8px;
	padding-right: 15px;
}

.changefalse {
	background: url(/media/img/arrows.png) no-repeat 100% -11px;
	color: #C60F0F;
}

.changetrue {
	background: url(/media/img/arrows.png) no-repeat 100% 0px;
	color: #3FA237;
}

	.changetrue.reverseredgreentrue {
		background: url(/media/img/arrows.png) no-repeat 100% -33px;
	}

.changefalse.reverseredgreentrue {
	background: url(/media/img/arrows.png) no-repeat 100% -22px;
}


#header {
	height: 131px;
	position: absolute;
	min-width: 960px;
	top: 48px;
	left: 0;
	z-index: 999;
}

.header_fixed {
	top: -86px !important;
}

#header .l1 {
	height: 86px;
	background: #fff;
	padding-top: 10px;
}

#header .l2 {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
}

@font-face {
	font-family: 'Lato Light';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(/media/font/lato_light.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(/media/font/lato.woff) format('woff');
}

@font-face {
	font-family: 'VegurRegular';
	src: url('/media/font/vegur-r_0.602-webfont.eot');
	src: url('/media/font/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'), url('/media/font/vegur-r_0.602-webfont.ttf') format('truetype'), url('/media/font/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 28px;
}

h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 28px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	margin: 0 0 4px 0;
	padding: 0;
	line-height: 28px;
}

#main_tabpanel {
	text-align: right;
	height: 31px !important;
	overflow-y: hidden;
}

.tabpanel {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

	.tabpanel .tplil1 {
		display: inline-block;
		height: 29px;
		padding-top: 2px;
		margin-bottom: 1px;
		width: auto;
	}

		.tabpanel .tplil1 .tpal1 div {
			-webkit-transition: background-color 0.25s ease-in-out;
			-moz-transition: background-color 0.25s ease-in-out;
			-o-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
		}

		.tabpanel .tplil1:hover {
			display: inline-block;
			height: 30px;
			padding-top: 1px;
		}

			.tabpanel .tplil1:hover .tpal1 div {
				height: 29px;
			}

		.tabpanel .tplil1 .tpal1, .tabpanel .tplil1 .tpal1 div {
			height: 30px;
			line-height: 30px;
			text-decoration: none;
		}

			.tabpanel .tplil1 .tpal1 div {
				float: left;
				display: inline-block;
				background-image: url(/media/img/tabs.png);
				height: 28px;
			}

				.tabpanel .tplil1 .tpal1 div.l {
					background-position: -693px 0px;
					width: 10px;
				}

	.tabpanel .tplil1fc .tpal1 div.l {
		background-position: 0px 0px;
		width: 10px;
	}

	.tabpanel .tplil1lc .tpal1 div.r {
		background-position: -332px 0px;
		width: 10px;
	}

	.tabpanel .tplil1 .tpal1 div.c {
		background-position: -10px 0px;
		font-family: 'Lato Light',Verdana, Verdana, Geneva, sans-serif;
		color: #fff;
		font-weight: normal;
		font-size: 14px;
		cursor: pointer;
	}

	.tabpanel .tplil1 .tpal1 div.r {
		background-position: -683px 0px;
		width: 10px;
	}

	.tabpanel .tplil1selected, .tabpanel .tplil1selected:hover {
		display: inline-block !important;
		height: 31px !important;
		padding-top: 0px;
	}

		.tabpanel .tplil1selected:hover .tpal1 div {
			height: 31px;
		}

		.tabpanel .tplil1selected .tpal1 div {
			height: 31px;
		}

			.tabpanel .tplil1selected .tpal1 div.l {
				background-position: -342px 0px;
			}

			.tabpanel .tplil1selected .tpal1 div.c {
				background-position: -350px 0px;
				color: #333 !important;
				font-family: 'Lato',Verdana, Verdana, Geneva, sans-serif;
			}

			.tabpanel .tplil1selected .tpal1 div.r {
				background-position: -672px 0px;
			}

.tpull2 {
	display: none;
	height: 37px;
	width: 960px;
	overflow-x: hidden;
}

.tpull2selected {
	display: block !important;
}

.tpull2 li {
	display: block;
	height: 37px;
	line-height: 36px;
	float: left;
}

	.tpull2 li a {
		font-family: 'Lato',Verdana, Verdana, Geneva, sans-serif;
		color: #333;
		font-weight: normal;
		font-size: 12px;
		display: block;
		text-decoration: none;
	}

		.tpull2 li a .l, .tpull2 li a .c, .tpull2 li a .r {
			float: left;
			height: 36px;
		}

		.tpull2 li a .c {
			padding: 0 8px;
		}

		.tpull2 li a .l, .tpull2 li a .r {
			width: 4px;
		}

.tabpanel .tplil2 a .c {
	cursor: pointer;
}

.tabpanel .tplil2fc a .c {
	padding-left: 0px !important;
	cursor: pointer;
}

.tabpanel .tplil2selected .l, .tabpanel .tplil2selected .c, .tabpanel .tplil2selected .r {
	background-image: url(/media/img/tabselbg.png);
}

.tabpanel .tplil2selected .l {
	background-position: 0% 0%;
}

.tabpanel .tplil2selected .c {
	background-position: 50% 0%;
	cursor: pointer;
}

.tabpanel .tplil2selected .r {
	background-position: 100% 0%;
}

.tabpanel .tplil2selected.tplil2fc .c {
	padding-left: 10px !important;
}

.tabpanel .tplil2selected .c {
	font-weight: bold;
}

.toolbar a {
	display: block;
}

.toolbar div.l, .toolbar div.c, .toolbar div.r, .toolbar div.sep {
	height: 29px;
	float: left;
}

.toolbar div.l {
	background-image: url(/media/img/toolbar.png);
	width: 1px;
}

* html .toolbar div.l {
	background-image: url(/media/img/toolbar.gif);
}

.toolbar {
	clear: both;
	height: 29px;
	white-space: nowrap;
}

	.toolbar div.c {
		white-space: nowrap;
	}

	.toolbar div.r {
		width: 1px;
		background-image: url(/media/img/toolbar.png);
		background-position: -256px 0px;
	}

	* html .toolbar div.r {
		background-image: url(/media/img/toolbar.gif);
	}

	.toolbar div.c .gwt-Anchor {
		background-image: url(/media/img/toolbar.png);
		background-repeat: repeat-x;
		background-position: -20px 0px;
		height: 26px;
		line-height: 26px;
		float: left;
		padding: 1px 8px 1px 8px;
		cursor: hand;
		cursor: pointer;
		font-family: Arial Unicode MS,Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444;
		text-decoration: none;
	}

	* html .toolbar div.c .gwt-Anchor {
		background-image: url(/media/img/toolbar.gif);
	}

.toolbarsm div.c .gwt-Anchor {
	font-size: 11px !important;
}

.toolbar div.c .gwt-Anchor:hover {
	background-position: -20px -88px;
}

.toolbar div.c .gwt-Anchor:hover {
	background-color: #FBFBFB;
}

.toolbar a.sep {
	width: 1px;
	background-position: -1px 0px !important;
	border-left: none !important;
	margin: 0 !important;
	cursor: default !important;
}

.toolbar a.div {
	border-left: 1px solid #ccc;
	width: 0px;
	cursor: default !important;
	height: 28px !important;
	padding: 0 !important;
}

.toolbar .check div {
	width: 12px;
	height: 28px;
	float: left;
	background-image: url(/media/img/toolbar.png);
	background-repeat: no-repeat;
	background-position: -257px 7px;
	margin-right: 5px;
}

* html .toolbar .check div {
	background-image: url(/media/img/toolbar.gif);
}

.toolbar .check.checked div {
	background-position: -270px 7px;
}

.toolbar .radio div {
	width: 16px;
	height: 28px;
	float: left;
	background-image: url(/media/img/toolbar.png);
	background-repeat: no-repeat;
	background-position: -283px 5px;
	margin-right: 5px;
}

* html .toolbar .radio div {
	background-image: url(/media/img/toolbar.gif);
}

.toolbar .radio.checked div {
	background-position: -300px 5px;
}

.toolbar .checked, .toolbar .checked:hover {
	background-position: -20px -30px !important;
}

.toolbar .check.checked {
	background-position: -20px -60px !important;
}

.toolbar .custombutton {
	background: #fff !important;
	padding: 0 !important;
	margin: 0 0px 0 -1px;
	min-width: 20px;
}

	.toolbar .custombutton iframe {
		background: #fff !important;
		width: 190px !important;
	}

.toolbar .ico {
	width: 16px;
	height: 18px;
	float: left;
	background-image: url(/media/img/icons.png);
	margin: 4px 5px 0 0;
	background-repeat: no-repeat;
}

.toolbar .icon0m {
	margin: 4px 0 0 2px !important;
}

.dropmenu .ico {
	width: 16px;
	height: 18px;
	float: left;
	background-image: url(/media/img/icons.png);
	margin: 0 5px 0 3px;
	background-repeat: no-repeat;
}

.dropmenu .popupContent table {
	border-collapse: collapse;
	width: 100%;
}

.dropmenu .popupContent td {
	height: 24px;
	cursor: pointer;
	font-size: 11px;
}

.dropmenu .popupContent tr:hover td {
	background: #ddd;
}

.toolbar .icomap {
	background-position: 0px 0px;
}

.toolbar .toolbar-button-off:hover .icomap {
	background-position: 0px -18px;
}

.toolbar .icoreport {
	background-position: -16px 0px;
}

.toolbar .toolbar-button-off:hover .icoreport {
	background-position: -16px -18px;
}

.toolbar .icobarchart0 {
	background-position: -16px 0px;
}

.toolbar .toolbar-button-off:hover .icobarchart0 {
	background-position: -16px -18px;
}

.toolbar .icobarchart1 {
	background-position: -400px 0px;
}

.toolbar .toolbar-button-off:hover .icobarchart1 {
	background-position: -400px -18px;
}

.toolbar .icolinechart0 {
	background-position: -416px 0px;
}

.toolbar .toolbar-button-off:hover .icolinechart0 {
	background-position: -416px -18px;
}

.toolbar .icopie0 {
	background-position: -208px 0px;
}

.toolbar .toolbar-button-off:hover .icopie0 {
	background-position: -208px -18px;
}

.toolbar .icosave {
	background-position: -32px 0px;
}

.toolbar .toolbar-button-off:hover .icosave {
	background-position: -32px -18px;
}

.toolbar .icocopy {
	background-position: -48px 0px;
}

.toolbar .toolbar-button-off:hover .icocopy {
	background-position: -48px -18px;
}

.toolbar .icocsv {
	background-position: -64px 0px;
}

.toolbar .toolbar-button-off:hover .icocsv {
	background-position: -64px -18px;
}

.toolbar .icopdf, .dropmenu .icopdf {
	background-position: -80px 0px;
}

.toolbar .toolbar-button-off:hover .icopdf {
	background-position: -80px -18px;
}

.toolbar .icocsv, .dropmenu .icocsv {
	background-position: -64px 0px;
}

.toolbar .toolbar-button-off:hover .icocsv {
	background-position: -64px -18px;
}

.toolbar .icoexpandup {
	background-position: -192px 0px;
}

.toolbar .icoexpanddown {
	background-position: -192px -18px;
}

.toolbar .icoemail, .dropmenu .icoemail {
	background-position: -96px 0px;
}

.toolbar .toolbar-button-off:hover .icoemail {
	background-position: -96px -18px;
}

.toolbar .icolink, .dropmenu .icolink {
	background-position: -432px 0px;
}

.toolbar .toolbar-button-off:hover .icolink {
	background-position: -432px -18px;
}

.toolbar .icofacebook, .dropmenu .icofacebook {
	background-position: -112px 0px;
}

.toolbar .toolbar-button-off:hover .icofacebook {
	background-position: -112px -18px;
}

.toolbar .icotwitter, .dropmenu .icotwitter {
	background-position: -128px 0px;
}

.toolbar .toolbar-button-off:hover .icotwitter {
	background-position: -128px -18px;
}

.toolbar .icolinkedin {
	background-position: -144px 0px;
}

.toolbar .toolbar-button-off:hover .icolinkedin {
	background-position: -144px -18px;
}

.toolbar .icogoogleplus {
	background-position: -160px 0px;
}

.toolbar .toolbar-button-off:hover .icogoogleplus {
	background-position: -160px -18px;
}

.toolbar .icoshowval {
	background-position: -272px 0px;
}

.toolbar .toolbar-button-off:hover .icoshowval {
	background-position: -272px -18px;
}

.toolbar .icoshowpercent {
	background-position: -288px 0px;
}

.toolbar .toolbar-button-off:hover .icoshowpercent {
	background-position: -288px -18px;
}

.toolbar .icosortalpha-asc {
	background-position: -240px 0px;
}

.toolbar .icosortnumb-asc {
	background-position: -256px 0px;
}

.toolbar .icosortalpha-desc {
	background-position: -240px -18px;
}

.toolbar .icosortnumb-desc {
	background-position: -256px -18px;
}

.toolbar .icotable0 {
	background-position: -304px 0px;
}

.toolbar .toolbar-button-off:hover .icotable0 {
	background-position: -304px -18px;
}

.toolbar .icoshades {
	background-position: -336px 0px;
}

.toolbar .toolbar-button-off:hover .icoshades {
	background-position: -336px -18px;
}

.toolbar .icoindustry {
	background-position: -352px 0px;
}

.toolbar .toolbar-button-off:hover .icoindustry {
	background-position: -352px -18px;
}

.toolbar .icochart {
	background-position: -368px 0px;
}

.toolbar .toolbar-button-off:hover .icochart {
	background-position: -368px -18px;
}

.toolbar .icocombochart {
	background-position: -384px 0px;
}

.toolbar .toolbar-button-off:hover .icocombochart {
	background-position: -384px -18px;
}

.toolbar .icoshare, .dropmenu .icoshare {
	background-position: -464px 0px;
}

.toolbar .icoimage, .dropmenu .icoimage {
	background-position: -480px 0px;
}

.toolbar .icoadddoc {
	background-position: -496px 0px;
}

.toolbar .toolbar-button-off:hover .icoadddoc {
	background-position: -496px -18px;
}

.toolbar .icotrendchart0 {
	background-position: -512px 0px;
}

.toolbar .toolbar-button-off:hover .icotrendchart0 {
	background-position: -512px -18px;
}

#layout {
	margin: 0;
	width: 960px;
	border-collapse: collapse;
	min-height: 600px;
}

#economic_layout {
	min-height: 270px;
	overflow: hidden;
}

#layout td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#report5 {
	padding-top: 114px !important;
}

#economy_industies {
	display: none;
	width: 0px;
	height: 0px;
}

	#economy_industies.testmode {
		display: block;
		position: fixed;
		font-family: Verdana, Verdana, Geneva, sans-serif;
		font-size: 11px;
		top: 80%;
		background: white;
		overflow: auto;
		height: 20%;
		border-top: 4px solid #DDD;
		z-index: 99;
		width: 100%;
		left: 0px;
	}

		#economy_industies.testmode div {
			display: none;
		}

#filter-industry td .check {
	width: 12px !important;
	height: 12px !important;
	float: left;
	background-image: url(/media/img/toolbar.png) !important;
	background-repeat: no-repeat !important;
	margin: 5px 5px 0 5px;
	cursor: hand;
	cursor: pointer;
	padding: 0px !important;
}

#filter-industry td .nullcheck {
	background: none !important;
	cursor: none !important;
}

#filter-industry td .check-false {
	background-position: -257px 0px;
}

#filter-industry td .check-true {
	background-position: -270px 0px;
}

#filter-industry td .disabled {
	background: none !important;
}

#filter-industry td, .indstcell {
	cursor: hand;
	cursor: pointer;
}

	#filter-industry td div {
		outline: none !important;
	}

	#filter-industry td .cell_inner, #data td .bar, #data td.secvalcell .value {
		padding: 1px 5px;
		font-family: Tahoma, Geneva, sans-serif !important;
		font-size: 11px !important;
	}

	#filter-industry td .cell_inner {
		min-height: 20px;
	}


	#filter-industry td .radio {
		width: 14px !important;
		height: 14px !important;
		float: left;
		background-image: url(/media/img/toolbar.png) !important;
		background-repeat: no-repeat !important;
		margin: 5px;
		cursor: hand;
		cursor: pointer;
		padding: 0px !important;
	}

	#filter-industry td .radio-false {
		background-position: -283px 1px;
	}

	#filter-industry td .radio-true {
		background-position: -300px 1px;
	}

#map {
}

	#map .gmap {
		border: 1px solid #C3C3C3;
	}

.thermatic-map {
	position: relative;
}

	.thermatic-map .gmap {
		margin: 10px 0;
	}

#data .legend {
	background: #FFFFE6;
}

#data .bar {
	overflow: auto;
}

	#data .bar .value {
		float: left;
		width: 50px;
		border-right: 1px solid #EAEAEA;
		padding-right: 4px;
	}

	#data .bar .inner {
		margin: 4px 0 0 55px;
		height: 14px;
		max-height: 6px;
	}

		#data .bar .inner div {
			background: url(/media/img/bar.png) no-repeat top right;
			height: 6px;
			max-height: 6px;
			float: left;
			opacity: .5;
			filter: alpha(opacity=50);
			font-size: 3px;
		}

	#data .bar.fc .inner div {
		opacity: 1;
		filter: alpha(opacity=100);
	}

#data td {
	vertical-align: top;
}

.load-indicator-div {
	background: #FFFFCC url(/media/img/load.gif) no-repeat 8px 0px;
	padding: 2px 40px;
	line-height: 14px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

.load-indicator .popupMiddleCenter {
	background: #FFFFCC !important;
	border: 1px solid #ccc;
}

.load-indicator .popupBottom td {
	width: 3px;
	height: 3px;
}

.load-indicator .popupTop td {
	width: 3px;
	height: 3px;
}

.map-label {
	position: absolute;
	background: #FFF;
	display: inline-block;
	z-index: 999;
	margin: 0;
	padding: 3px 8px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	line-height: 28px;
}

.map-note {
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 20px;
	color: #333;
	padding: 3px 8px;
	margin: 5px 0 10px 0;
}

#filter-panel table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 214px !important;
}

#filter-panel {
	background: #fff;
	border-collapse: separate;
	position: fixed;
	top: 272px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #BEBEBE;
	padding: 0;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 0 7px 6px -6px #aaa;
	-moz-box-shadow: 0 7px 6px -6px #aaa;
	box-shadow: 0 7px 6px -6px #aaa;
}

.filter-panel-embed {
	position: static !important;
}

* html #filter-panel {
	margin: 0 0 0 1px;
}

	#filter-panel td {
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}

.filter-panel-section {
	width: 214px;
}

	.filter-panel-section .heading {
		background: #F7F2E0;
		height: 32px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		width: 214px;
	}

		.filter-panel-section .heading .label {
			position: absolute;
			height: 26px;
			float: left;
			margin: 4px 0 0 -9px;
			background: url(/media/img/filter-sect-tip.gif) no-repeat 1px 20px;
		}

.filter-panel-section-expandbutton {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height: 28px;
	height: 28px;
	background-image: url(/media/img/ico-expand.png);
	background-repeat: no-repeat;
	background-position: 196px 7px;
	text-align: right;
	padding-right: 24px;
	color: #888;
	cursor: pointer;
}

	.filter-panel-section-expandbutton:hover {
		text-decoration: underline;
	}

.factbox .label {
	margin: 4px 0 0 -8px !important;
	float: left;
	clear: both;
	width: 300px;
	height: 26px;
	background: url(/media/img/filter-sect-tip.gif) no-repeat 1px 20px;
}

	.filter-panel-section .heading .label .inner, .factbox .label .inner, .labelbox .label .inner {
		height: 21px;
		line-height: 23px;
		float: left;
		background-image: url(/media/img/filter-sect-headingbg.png);
		padding: 0 8px 0 10px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		color: #fff;
	}

	.filter-panel-section .heading .label .l, .factbox .label .l, .labelbox .label .l {
		height: 21px;
		line-height: 21px;
		width: 3px;
		float: left;
		background-image: url(/media/img/filter-sect-headingbg.png);
		background-position: top right;
	}

* html .filter-panel-section .heading .label .inner {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

* html .filter-panel-section .heading .label .l {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

.filter-panel-section:hover .heading .label div {
}

.filter-panel-section .content {
	padding: 5px;
}

	.filter-panel-section .content, .filter-panel-section .content div {
		width: 214px;
		max-width: 214px !important;
	}

.place-primary, .primary-place-list {
	width: 214px !important;
	white-space: nowrap;
}

.filter-panel-section:focus, .filter-panel-section:hover {
	outline: #FFCC99 solid 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.dropbuttonlabel {
	float: left;
	max-width: 92px;
	overflow: hidden;
	white-space: nowrap;
}

.dropbuttonarrow {
	width: 16px;
	height: 16px;
	float: right;
	background-image: url(/media/img/icons.png?v=2);
	background-position: -528px 0px;
	margin: 5px 0 0 0;
}

.result {
	background: white;
	border: 1px solid #BEBEBE;
	page-break-before: avoid;
	page-break-after: auto;
	min-height: 45px;
	padding: 0px;
	margin-top: -1px;
	-webkit-transition: height 200ms ease;
	-moz-transition: height 200ms ease;
	-o-transition: height 200ms ease;
	transition: height 200ms ease;
}

.result-expanded {
	border: 1px solid #BEBEBE;
	margin: 25px 0 25px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd;
	overflow: hidden !important;
}

.result-collapsed {
	cursor: pointer;
	background: #F7F7F7;
	overflow: hidden !important;
}

.result-0 {
	margin-top: 10px !important;
}

.result-1 {
	margin-top: -1px !important;
}

.result-0 .fixed-heading {
	height: 46px;
}

.result-0 .heading-container-heading {
	margin: 3px 0 0 -8px;
	background-position: 0% 100%;
	cursor: default;
}

.heading-container-heading {
	padding: 10px 20px 0 20px;
	position: absolute;
	width: 678px;
	cursor: pointer;
}

.result-expanded .heading-container-heading h2, .result-expanded .heading-container-heading h3 {
	visibility: hidden;
}

.result .heading-container-heading h2 {
	margin-top: 3px;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
	margin: 0 0 0 0;
}

.heading-container-heading-withtype h2 {
	margin-top: 0px !important;
}

.heading-container-heading-withtype .type {
	font-size: 11px !important;
	color: #999;
}

.heading-container-heading-arrow {
	margin: 3px 0 0 -8px;
	width: 20px;
	height: 24px;
	float: left;
	background-image: url(/media/img/expandsummaryrow.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.result-expanded .heading-container-heading-arrow {
	margin: 3px 0 0 -8px;
	background-position: 0% 100%;
}

.heading-container-heading h3 {
	margin: -5px 0 0 15px;
	text-align: center;
	color: #666 !important;
	font-style: normal;
	font-size: 13px;
	font-family: VegurRegular, 'Vegur Regular', 'Arial Unicode MS', Arial, Tahoma, Verdana, sans-serif;
}

.result-collapsed .heading-container-heading h3 {
	display: none;
}

.result-collapsed:hover {
	background: white;
}

.result-title {
	text-align: center;
	margin: 15px 0 10px 0;
}

	.result-title .subtitle {
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		font-size: 13px;
		color: #666;
	}

.result-chart-loading {
	background: url(/media/img/loader.gif) no-repeat 50% 50%;
}

.result-chart {
	margin: 0;
}

.result-share {
	text-align: right;
	position: absolute;
	right: 10px;
}

.heading-isfixed {
	margin-left: -12px !important;
	position: fixed;
	top: 77px;
	z-index: 350;
}

.result-definition {
	padding: 10px;
	margin: 0px;
	color: #666;
	font-size: 11px;
}

.subgeog1div {
	height: 60px;
}

.definition {
	background-color: #F3F3F3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 10px 10px 5px 10px;
}

.gwt-DisclosurePanel {
	margin-left: -5px !important;
}

	.gwt-DisclosurePanel .header {
		color: #555;
		font-size: 11px !important;
		margin: 5px 0 0 0 !important;
		padding: 0 !important;
		line-height: 19px !important;
	}

.definition-title {
	color: #333;
}

.result-blurb {
	padding: 10px 20px;
	margin: 0px;
	color: #333;
	border-top: 1px solid #ddd;
	font-size: 14px;
}

	.result-blurb .total {
		font-size: 15px;
	}

	.result-blurb .cohortlist {
		font-size: 11px;
		font-style: italic;
		color: #999;
	}

	.result-blurb .percent {
		font-size: 15px;
	}

	.result-blurb .year {
		font-size: 14px;
		color: #333;
	}

.mapfloat {
	position: absolute !important;
}

.filterthumbmap {
	width: 100%;
	padding: 6px;
}

.filterthumbmapcaption {
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}

.filter-panel-section .gmap.focused {
	position: absolute !important;
	z-index: 999;
	overflow: hidden;
	outline: #FFCC99 solid 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.static {
	position: static !important;
	overflow: hidden;
}

.expand-btn {
	background-image: url(/media/img/icons.png);
	background-repeat: no-repeat;
	float: right;
	margin: -38px 10px 0 0;
	width: 16px;
	height: 18px;
	position: relative;
	cursor: hand;
	cursor: pointer;
}

	.expand-btn.expand-false {
		background-position: -176px 0px;
	}

	.expand-btn.expand-true {
		background-position: -192px 0px;
	}

.filter-panel-section .heading .checkwrap {
	float: right;
	font-size: 11px;
	font-weight: normal !important;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	color: #666;
	line-height: 25px;
	margin: 3px 12px 0 0;
	cursor: hand;
	cursor: pointer;
}

.filter-panel-section .heading .check {
	width: 12px !important;
	height: 12px !important;
	float: left;
	background-image: url(/media/img/toolbar.png) !important;
	background-repeat: no-repeat !important;
	margin: 5px;
	cursor: hand;
	cursor: pointer;
	padding: 0px !important;
}

.filter-panel-section-checkwrap {
	background: #FBFBFB;
	font-size: 11px;
	font-weight: normal !important;
	font-family: Tahoma, Geneva, sans-serif !important;
	color: #333;
	line-height: 25px;
	margin: 0px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #F3F3F3 !important;
	width: 214px;
}

	.filter-panel-section-checkwrap .check {
		width: 14px !important;
		height: 14px !important;
		float: left;
		background-image: url(/media/img/toolbar.png) !important;
		background-repeat: no-repeat !important;
		margin: 5px;
		cursor: hand;
		cursor: pointer;
		padding: 0px !important;
	}

	.filter-panel-section-checkwrap .check-false {
		background-position: -283px 1px;
	}

	.filter-panel-section-checkwrap .check-true {
		background-position: -300px 1px;
	}

.filter-panel-section .heading .check-false {
	background-position: -257px 0px;
}

.filter-panel-section .heading .check-true {
	background-position: -270px 0px;
}

.shareframe iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.insufficient-data-note {
	background: white;
	border: 1px solid #CDCDCD;
	color: #333;
	padding: 20px;
}

#blurb div {
	display: none;
}

.blurb {
	background: white;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 12px;
	font-weight: normal !important;
	font-family: Arial Unicode MS,Arial, Helvetica, sans-serif;
	color: #333;
	box-shadow: 0 7px 6px -6px #ccc;
	z-index: 999;
}

	.blurb p {
		margin: 0 0 15px 0;
		padding: 0;
	}

	.blurb:hover {
		border: 1px solid #bbb;
	}

#feet {
	padding: 5px 0 20px 0;
	background: url(/media/img/border.gif) repeat-y 50% 0;
}

	#feet div {
		background: white;
		border: 1px solid #CDCDCD;
		padding: 10px 20px 20px 20px;
		background: url(/media/img/border.gif) repeat-y 50% 0;
	}

.result h2 {
	margin: 0 0 0 0;
}

.result .header {
	color: #777 !important;
	font-size: 14px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	margin: 2px 0 10px 0;
	padding: 0 0 0 15px;
	line-height: 8px;
}

	.result .header div .arrow {
		width: 16px;
		height: 18px;
		background-image: url(/media/img/icons.png);
		background-repeat: no-repeat;
		position: absolute;
		margin: -6px 0 0 -15px;
	}

.result .gwt-DisclosurePanel-closed .header .arrow {
	background-position: -224px 0px;
}

.result .gwt-DisclosurePanel-open .header .arrow {
	background-position: -224px -18px;
}

.result .note {
	overflow: auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #777;
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 15px 0 0 0;
}

.section-popup td {
}

.section-popup .popupMiddleCenter {
	padding: 0 !important;
}

.section-popup .filter-panel-section {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #FFF !important;
}

.filterthumbmapoverlay {
	position: absolute;
	width: 168px;
	height: 148px;
	z-index: 1;
	padding: 20px 0 0 35px;
	overflow: hidden;
	background: url(/media/img/filtermapthumboverlay.png);
}

.gwt-PopupPanelGlass {
	z-index: 600;
}

.gwt-DecoratedPopupPanel {
	z-index: 999;
}

.section-popup .filter-panel-section .content {
	background: #fff;
	padding: 10px;
}

.section-popup .filter-panel-section {
	outline: #FC9 solid 1px;
}

	.section-popup .filter-panel-section table {
		border-spacing: 0px;
	}

.result .controlbar {
	float: right;
	margin: 8px 0 0 0;
}

.sectoricon0 {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 4px 0 2px;
}

.sectoricon1 {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 4px 0 2px;
}

.sectoricon2 {
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px 4px 0 2px;
}

.sectoricon-check-false {
	opacity: 0.6;
}

.px10 {
	padding: 10px 0;
}

.result .table {
	margin: 10px 0 30px 0;
	width: 100%;
}

.col-table {
}

.table-scroll, .col-table-scroll {
	margin: 10px 0 30px 0;
}

.table-scroll {
	overflow-y: hidden !important;
	overflow-x: auto !important;
}

.indcell .infobtn {
	width: 16px;
	height: 18px;
	position: absolute;
	clear: none;
	background-color: #F5F5F5;
	margin: 3px 0 0 185px;
	display: none;
	background-image: url(/media/img/icons.png);
	background-repeat: no-repeat;
	background-position: -320px 0px;
}

.indcell .hover .infobtn:hover {
	background-position: -320px -18px !important;
}

.indcell .hover .infobtn {
	display: block;
}

.info-popup {
	font-size: 13px !important;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
}

#economic_summary {
	font-size: 14px !important;
	line-height: 20px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	padding: 11px 0 0 0;
}

	#economic_summary p {
		text-align: justify;
		margin-top: 0px;
		overflow: hidden;
	}

#economic_facts {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 20px;
}

.factbox {
	display: block;
	width: 298px;
	border: 1px solid #ccc;
	margin: 0 10px 0 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 115px;
	background-image: url(/media/img/factboxbg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

	.factbox:hover {
		text-decoration: none !important;
		border: 1px solid #999;
	}

	.factbox .ico {
		width: 28px;
		height: 28px;
		margin: 10px 8px 30px 58px;
		float: left;
		background-image: url(/media/img/icons28.png);
		background-repeat: no-repeat;
	}

	.factbox .value {
		margin-top: 6px;
		float: left;
		clear: right;
		font-size: 35px !important;
		font-weight: normal;
		font-family: Arial Unicode MS,Arial, Helvetica, sans-serif;
		color: #333;
		width: 200px;
		line-height: 32px;
		text-decoration: none !important;
	}

	.factbox .type {
		font-size: 13px !important;
		font-weight: bold;
		font-family: Verdana, Verdana, Geneva, sans-serif;
		color: #333;
		text-decoration: none !important;
	}

	.factbox .ico.population {
		background-position: 0px 0px;
	}

	.factbox .ico.employment {
		background-position: -28px 0px;
	}

	.factbox .ico.grp {
		background-position: -52px 0px;
	}

#economic-facts-arrwleft, #economic-facts-arrwrght {
	width: 32px;
	height: 32px;
	background-image: url(/media/img/slidearrw.png);
	margin: -70px 0 0 0;
	cursor: hand;
	cursor: pointer;
}

#economic-facts-arrwleft {
	float: left;
}

	#economic-facts-arrwleft:hover {
		background-position: 0px -32px;
	}

	#economic-facts-arrwleft.disabled {
		background-position: 0px -64px !important;
	}

#economic-facts-arrwrght {
	float: right;
	background-position: -32px 0px;
}

	#economic-facts-arrwrght:hover {
		background-position: -32px -32px;
	}

	#economic-facts-arrwrght.disabled {
		background-position: -32px -64px !important;
	}

#economic_facts .gwt-TabLayoutPanelContentContainer {
	border: none !important;
}

#economic_facts .gwt-TabLayoutPanelContent {
	padding: 0 !important;
}

#remplan_login {
	display: inline-block;
	height: 29px;
	padding-top: 2px;
	margin-bottom: 1px;
}

	#remplan_login div {
		width: 72px;
		height: 19px;
		background-image: url(/media/img/remplanlogin.png);
		background-repeat: no-repeat;
		margin: 4px 5px 0 10px;
	}

	#remplan_login:hover div {
		background-position: 0px -19px;
	}

#langsel_embedded {
	height: 29px;
	padding-top: 2px;
	margin-bottom: 1px;
	display: none;
}

	#langsel_embedded a {
		height: 29px;
		float: left;
		color: white;
		line-height: 29px;
		padding-left: 10px;
		opacity: 0.7;
	}

#economic_links {
	margin: 0 0 0 10px;
	overflow: auto;
	overflow-x: hidden;
	padding: 20px 0;
}

	#economic_links a:hover {
		text-decoration: none !important;
	}

.linkbox {
	width: 297px;
	float: left;
	border: 1px solid #ccc;
	margin-left: 22px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 150px;
	background: #E9E9E9 url(/media/img/factboxbg.png) repeat-x top left;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
}

	.linkbox:hover {
		background-position: 0px -50px;
		border: 1px solid #999;
	}

#economic_links a:first-child .linkbox {
	margin-left: 0px !important;
}

.linkbox .ico {
	width: 28px;
	height: 28px;
	margin: 15px 10px 20px 15px;
	float: left;
	background-image: url(/media/img/icons28.png);
	background-repeat: no-repeat;
}

.linkbox .label {
	margin: 14px 0 10px 0;
	float: left;
	clear: right;
	font-size: 24px !important;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	color: #333;
	width: 220px;
	text-decoration: none !important;
}

.linkbox .desc {
	font-size: 14px !important;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	color: #333;
	width: 220px;
	margin: 0 0 0 53px;
	text-decoration: none !important;
}

.linkbox .ico.industry {
	background-position: -84px 0px;
}

.linkbox .ico.location {
	background-position: -112px 0px;
}

.linkbox .ico.trends {
	background-position: -140px 0px;
}

.footer {
	background: #EFEFEF;
	margin-top: 20px;
}

.footer-inner {
	margin: 0 auto;
	width: 960px;
	padding: 20px 0;
	text-align: left;
	font-size: 11px !important;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}

.footer img {
	float: right;
	margin: 0 0 20px 20px;
}

.footer-links {
	background: #fff;
	border: 1px solid #B9B9B9;
	border-radius: 3px;
	margin: 0 0 20px 0;
}

.footer-links-tb {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}

.footer-heading {
	padding: 8px 20px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.footer-links-td, .footer-links-td-6 {
	padding: 0 0 20px 0;
	width: 20%;
	vertical-align: top;
	line-height: 18px;
}

.footer-links-td-6 {
	width: 16%;
}

	.footer-links-td a, .footer-links-td-6 a {
		color: #666 !important;
		padding: 0 18px;
		display: block;
	}

.brdlft1gry {
	border-left: 1px solid #B9B9B9;
}

.barchart-bar0, .barchart-barbm, .barchart-bar1, .barchart-bar2 {
	height: 12px;
	margin-bottom: 1px;
}

.barchart-bar1 {
	opacity: 0.6;
	color: #333;
}

.barchart-bar2 {
	opacity: 0.3;
	color: #000;
}

.barchart-barbm {
	opacity: 0.5;
	color: #000;
}

.barchart-bwlabelbm {
	font-size: 10px !important;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 13px;
	color: #999;
	text-align: right;
}

.barchart-indcell {
	border-right: 1px solid #E8E8E8;
}

.barchart-indhdr {
	white-space: nowrap;
}

.coltable-hdr {
	text-align: left;
	white-space: nowrap;
}

#result-tab {
	min-height: 600px;
}

	#result-tab .gwt-TabLayoutPanelContentContainer {
		border: none;
	}

	#result-tab .gwt-TabLayoutPanelContent {
		padding: 0;
		margin-left: 20px;
		width: 720px !important;
		max-width: 720px !important;
		min-width: 720px !important;
	}

#tabfade {
	position: absolute !important;
	z-index: 400;
	background: url(/media/img/tabfade.png);
	width: 19px;
}

#thematicmap-legend {
	position: absolute;
	margin: 60px 0 0 510px;
	background: url(/media/img/legendbg.png);
	max-height: 350px;
	overflow-y: auto;
	z-index: 300;
	padding: 4px;
	font-size: 11px !important;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
	text-shadow: #fff 1px 1px 2px;
}

	#thematicmap-legend .color {
		width: 13px;
		height: 10px;
		float: right;
		margin: 0px 4px;
	}

.legend-step {
	clear: both;
	display: block;
	float: none;
	margin-right: 20px;
	text-align: right;
}

.legend-step-sm {
	margin-right: 0px !important;
}

	.legend-step-sm .color {
		height: 2px !important;
		margin: 0px 4px !important;
	}

.benchmarks-col-show {
	width: 120px;
}

.benchmarks-col-hide {
	width: 1px !important;
	overflow: hidden;
	padding: 1px !important;
}

	.benchmarks-col-hide div {
		display: none;
	}

#heading-dropdown {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	float: left;
}

.heading-dropdown-h1 {
	line-height: 36px !important;
}

#heading-dropdown .gwt-MenuBar-horizontal {
	border: none !important;
	height: 36px !important;
	color: #333 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif !important;
	margin: 0 10px 0 0;
	line-height: 36px !important;
	background-image: url(/media/img/heading-dropdown.png) !important;
	background-position: bottom left;
	padding-left: 8px;
}

#heading-dropdown table {
	border-collapse: collapse !important;
	border-spacing: 5px !important;
}

	#heading-dropdown table td {
		border-collapse: collapse !important;
		border-spacing: 0px !important;
		line-height: 36px !important;
		padding: 0 32px 0 0;
		background-image: url(/media/img/heading-dropdown.png) !important;
		background-position: bottom right;
	}

#heading-dropdown:hover .gwt-MenuBar-horizontal {
	background-position: top left !important;
}

#heading-dropdown:hover table td {
	background-position: top right !important;
}

.gwt-MenuBarPopup {
	margin-left: -8px !important;
	z-index: 1300;
}

.menuPopupMiddleCenterInner {
	padding-right: 17px;
	background: white;
}

.table .table-row-tourism div {
	font-weight: bold !important;
}

.table-row-tourism .table-indcell {
	background: url(/media/img/tourismrowbg.png) no-repeat top left;
	border-bottom: 1px solid #CCC;
	font-weight: bold !important;
}

.table-row-tourism .lastcol {
	background: url(/media/img/tourismrowbg.png) no-repeat top right;
	border-bottom: 1px solid #CCC;
	font-weight: bold !important;
}

.table-row-tourism .table-valcell {
	background: url(/media/img/tourismrowbg.png) no-repeat -10px 0px;
	border-bottom: 1px solid #CCC;
}

.table-valcell table {
	border: none !important;
	border-collapse: collapse !important;
}

.barchart-row-tourism .barchart-indcell {
	background: url(/media/img/tourismrowbg.png) no-repeat top left;
	border-bottom: 1px solid #CCC;
	font-weight: bold !important;
}

.barchart-row-tourism .barchart-valcell {
	background: url(/media/img/tourismrowbg.png) no-repeat -10px 0px;
	border-bottom: 1px solid #CCC;
}

.barchart-row-tourism .barchart-barcell {
	background: url(/media/img/tourismrowbg.png) no-repeat -10px 0px;
	border-bottom: 1px solid #CCC;
}

.barchart-row-tourism .benchmarks-col-show, .barchart-row-tourism .benchmarks-col-hide {
	background: url(/media/img/tourismrowbg.png) no-repeat top right;
	border-bottom: 1px solid #CCC;
}

.custcelllabel {
	background: #F5F5F5;
	font-size: 13px;
	font-weight: normal !important;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	font-weight: bold;
	color: #999;
	padding: 6px 5px;
}

.custcell {
	padding: 6px 5px;
}

.bold {
	font-weight: bold;
}


#breadcrumbs {
	line-height: 14px;
	font-size: 11px;
	font-weight: normal !important;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
}

	#breadcrumbs a {
		line-height: 14px;
		font-size: 11px;
		font-weight: normal !important;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: bold;
		color: #666;
	}

.load-widget {
	background-image: url(/media/img/load.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.rendermode-image {
	width: 710px !important;
	background: #fff !important;
	min-height: 50px !important;
}

	.rendermode-image .result {
		margin: 0 !important;
	}

.rendermode-pdf {
	width: 710px !important;
	background: #fff !important;
	min-height: 50px !important;
}

.rendermode-pdf-canvas {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

	.rendermode-pdf-canvas td, .rendermode-pdf-canvas th {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
	}

.rendermode-pdf-header {
	border: 0px;
	width: 710px;
	font-weight: normal !important;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #666;
	margin-bottom: 20px;
	overflow: auto;
	border-collapse: collapse;
}

	.rendermode-pdf-header td {
		vertical-align: middle;
		padding: 20px 0px;
		border-collapse: collapse;
	}

	.rendermode-pdf-header .logo {
		float: left;
		margin-right: 10px;
	}

.dialogTopCenterInner .Caption {
	font-weight: normal !important;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.gwt-DialogBox {
	z-index: 1111;
}

.col-table-subheader td, .table-valcell, .col-table-subheader .table-indcell, .col-table-subheader .lastcol {
	white-space: nowrap;
	border-bottom: 1px solid #E8E8E8;
	color: #999;
}

.table-indcell div {
	white-space: nowrap;
}

.col-table-subheader-div {
	width: 80px;
	min-width: 80px;
	text-align: right;
}

.col-table-cell-div {
	width: 100px;
	text-align: right;
}

.col-table-total-div {
	width: 100px;
	text-align: right;
	margin-top: 10px;
}

.col-align-right {
	text-align: right !important;
}

.col-align-left {
	text-align: left !important;
}

.cbg-ButtonContent::selection {
	background-color: transparent;
}

.cbg-ButtonContent::selection {
	background-color: transparent;
}

.toolbar-button-on {
	font-family: Arial Unicode MS,Arial, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

	.toolbar-button-on .cbg-ButtonOuter {
		border-color: #bbb;
	}

	.toolbar-button-on .cbg-ButtonInner {
		background-color: #E1E1E1;
		border-color: #bbb;
	}

	.toolbar-button-on .cbg-ButtonTop {
		background-color: #e3e3e3;
		border-bottom-color: #e3e3e3;
		border-bottom-width: 5px;
		height: 0.9em;
	}

	.toolbar-button-on .cbg-ButtonContent {
		color: #333;
		line-height: 1.8em;
		padding: 0 8px;
	}

.toolbar-button-on-active .cbg-ButtonInner {
	background-color: #E1E1E1;
}

.toolbar-button-on-active .cbg-ButtonTop {
	background-color: #D4D4D4;
}

.toolbar-button-on-disabled .cbg-ButtonContent {
	color: rgb(134,135,106);
}

.toolbar-button-on-hover .cbg-ButtonOuter {
	border-color: rgb(145,147,116);
}

.toolbar-button-on-hover .cbg-ButtonInner {
	border-color: rgb(145,147,116);
}

.toolbar-button-on-focus .cbg-ButtonOuter {
}

.toolbar-button-on-focus .cbg-ButtonInner {
}

/* ButtonBar specific style */
.toolbar-button-on.cbg-BCLeft .cbg-ButtonInner {
	border-left-color: #EEEEEE !important;
}

.cbg-ButtonBar .toolbar-button-on-hover .cbg-ButtonInner {
	border-color: rgb(145,147,116);
}

.cbg-ButtonBar .toolbar-button-on-focus .cbg-ButtonInner {
}

.cbg-ButtonBar .cbg-BCRight .cbg-ButtonInner {
	border-right-color: rgb(186,188,148);
}

/* specific for Opera */
.cbg-ButtonContent::selection {
	background-color: transparent;
}

.toolbar-button-off {
	font-family: Arial Unicode MS, Arial, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	color: #666;
}

	.toolbar-button-off .cbg-ButtonOuter {
		border-color: #ccc;
	}

	.toolbar-button-off .cbg-ButtonInner {
		background-color: #EEEEEE;
		border-color: #ccc;
	}

	.toolbar-button-off:hover .cbg-ButtonInner {
		background-color: #E6E6E6;
	}

	.toolbar-button-off .cbg-ButtonTop {
		background-color: rgb(249,249,249);
		border-bottom-color: #F3F3F3;
		border-bottom-width: 5px;
		height: 0.9em;
	}

	.toolbar-button-off:hover .cbg-ButtonTop {
		background-color: #F4F4F4;
		border-bottom-color: #F0F0F0;
	}

	.toolbar-button-off .cbg-ButtonContent {
		color: #444;
		line-height: 1.8em;
		padding: 0 8px;
	}

.toolbar-button-off-active .cbg-ButtonInner {
	background-color: rgb(249,249,249);
}

.toolbar-button-off-active .cbg-ButtonTop {
	background-color: #EEEEEE;
}

.toolbar-button-off-disabled {
	opacity: 0.5;
}

	.toolbar-button-off-disabled .cbg-ButtonContent {
		color: rgb(135,135,135);
	}

.toolbar-button-off-hover .cbg-ButtonOuter {
	border-color: #AAA;
}

.toolbar-button-off-hover .cbg-ButtonInner {
	border-color: #AAA;
}

.toolbar-button-off-focus .cbg-ButtonOuter {
}

.toolbar-button-off-focus .cbg-ButtonInner {
}

/* ButtonBar specific style */
.toolbar-button-off.cbg-BCLeft .cbg-ButtonInner {
	border-left-color: white;
}

.cbg-ButtonBar .toolbar-button-off-hover .cbg-ButtonInner {
	border-color: #AAA;
}

.cbg-ButtonBar .toolbar-button-off-focus .cbg-ButtonInner {
	border-color: rgb(68,68,68);
}

.cbg-ButtonBar .cbg-BCRight .cbg-ButtonInner {
	border-right-color: rgb(188,188,188);
}


.labelbox .label {
	margin: 4px 0 0 -8px !important;
	float: left;
	clear: both;
	width: 300px;
	height: 26px;
	background: url(/media/img/filter-sect-tip.gif) no-repeat 1px 20px;
}

.labelbox {
	display: block;
	border: 1px solid #ccc;
	margin: 0 10px 0 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 115px;
	background-image: url(/media/img/factboxbg.png);
	background-position: top left;
	background-repeat: repeat-x;
}

	.labelbox:hover {
		text-decoration: none !important;
		border: 1px solid #999;
	}

.darklink, .darklink:hover {
	color: #1D3E65 !important;
}

.thematic-slider {
	position: absolute !important;
	top: 3px !important;
	left: 530px !important;
	width: 160px;
	height: 60px;
	background-image: url(/media/img/thematic-slider.png);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.footer-notes {
	margin: 30px 0 0 0;
	clear: both;
}

	.footer-notes .langsel {
		margin: 0 0 0 40px;
		float: right;
	}

		.footer-notes .langsel select {
			border: 1px solid #AAA;
			color: #333;
		}



#dialog-closebutton {
	background-image: url(/media/img/closebutton.png);
	width: 50px;
	height: 22px;
	float: right;
	margin: -26px 0 0 0;
	cursor: pointer;
	z-index: 999;
}

	#dialog-closebutton:hover {
		background-position: 0px -22px !important;
	}

.chart-legend {
	position: absolute;
	height: 300px;
	margin-top: 40px;
}

.chart-legend-item {
	line-height: 17px;
	font-weight: normal !important;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
}

.chart-legend-item-color {
	width: 10px;
	height: 10px;
	float: left;
	margin: 2px 8px 0 0;
}

#bgmap {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	margin-top: 38px;
}

.map-chart .result-chart {
	padding: 0px !important;
}

.summarytable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 7px 6px -6px #ccc;
	-moz-box-shadow: 0 7px 6px -6px #ccc;
	box-shadow: 0 7px 6px -6px #ccc;
}

.summarytable_container {
}

.summarytable_table_pad {
	height: 40px;
}

.summarytable_rowlabel {
	width: 298px;
	height: 44px;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	font-size: 13px;
	background: white;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

.summarytable_rowlabel_div {
	padding: 10px;
	height: 24px;
}

.summarytable_rowlabel_hover {
	background: #F7F7F7;
}

.summarytable_table_col_hover {
	background: #F7F7F7 !important;
}

.summarytable_rowlabel .sublabel {
	background-image: url(/media/img/expandsummaryrow.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 24px;
	line-height: 24px;
}

.summarytable_rowlabel .sublabel_type {
	color: #999;
	font-size: 11px;
	margin: -1px 0 0 20px;
}

.summarytable_rowlabel .sublabel_withtype {
	height: 18px !important;
	line-height: 18px !important;
}

.summarytable_rowlabel_hover .sublabel {
	background-position: 0% 50%;
}

.expanding {
	background: white !important;
}

	.expanding .sublabel {
		background-position: 0% 0%;
	}

.summarytable_rowlabel_expanded .sublabel {
	background-position: 0% 100%;
}

.summarytable_rowlabel_expanded_hover .sublabel {
	background-position: 0% 100% !important;
}

.summarytable_rowlabel_expanded {
	background: white !important;
}

.summarytable_rowlabel .map {
	width: 277px;
	height: 193px;
	background-position: 0% 0%;
}

.summarytable_rowlabel_mapzoom .map {
	background-position: 100% 0%;
}

.summarytable_rowlabel_div .mapzoombutton {
	width: 31px;
	height: 31px;
	background-image: url(/media/img/zoombutton.png);
	position: absolute;
	background-position: 0% 100%;
	margin: 5px 0 0 240px;
}

	.summarytable_rowlabel_div .mapzoombutton:hover {
		background-position: 100% 100%;
	}

.summarytable_rowlabel_mapzoom .mapzoombutton {
	background-position: 0% 0%;
}

	.summarytable_rowlabel_mapzoom .mapzoombutton:hover {
		background-position: 100% 0%;
	}

.summarytable_rowlabel_expanded {
	padding: 0;
	line-height: 20px;
	overflow: hidden;
	background-position: 0% 0%;
}

	.summarytable_rowlabel_expanded .summarytable_rowlabel_div {
		padding: 10px;
		height: 224px;
	}

.summarytable_header {
	position: absolute;
	width: 100%;
	height: 48px;
	z-index: 999;
	left: 0;
	background: url(/media/img/tablgbg.png) repeat-x 0px -7px;
}

.summarytable_header_fixed {
	top: 0px;
}

.summarytable_header_container {
	width: 960px;
	margin: 0 auto;
	height: 296px;
	padding: 0;
	border-collapse: collapse;
	background: url(/media/img/shadow.png) repeat-x 0% 100%;
}

	.summarytable_header_container td {
		padding: 0;
		border-collapse: collapse;
		vertical-align: top;
	}

.summarytable_header_colcontainer {
	overflow: hidden;
	height: 287px;
	width: 660px;
}

.summarytable_header_page {
	height: 40px;
	width: 660px;
	position: absolute;
	border-collapse: collapse;
	top: 0;
}

.summarytable_header_col {
	width: 164px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #D3D3D3;
	cursor: pointer;
}

.summarytable_header_arrow_left, .summarytable_header_arrow_right {
	width: 20px;
	height: 40px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	background-image: url(/media/img/scrollarrows.png);
}

	.summarytable_header_arrow_left:hover, .summarytable_header_arrow_right:hover {
		background-position-y: -40px;
	}

	.summarytable_header_arrow_left:active, .summarytable_header_arrow_right:active {
		background-position-y: -80px;
	}

.summarytable_header_arrow_left {
	margin-left: 300px;
}

.summarytable_header_arrow_right {
	margin-left: 940px;
	background-position: -20px 0px;
}

.summarytable_header_col .label, .summarytable_header_col .labelwithsubs {
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	font-size: 14px;
}

.summarytable_header_col .label {
	line-height: 34px;
	max-height: 40px;
	overflow: hidden;
}

	.summarytable_header_col .label .sortarrow {
		padding-left: 10px;
		background-image: url(/media/img/sortarrows.png);
		background-repeat: no-repeat;
		margin-left: 5px;
	}

	.summarytable_header_col .label .sortarrow-true {
		background-position: top left;
	}

	.summarytable_header_col .label .sortarrow-false {
		background-position: top right;
	}

.summarytable_header_col .labelwithsubs {
	height: 22px;
	line-height: 32px;
}

.summarytable_header_col .sublabel_left, .summarytable_header_col .sublabel_right {
	width: 60px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	font-size: 11px;
	padding: 0px 10px;
	color: #666;
	height: 15px;
	line-height: 15px;
}

.summarytable_header_col .sublabel_left {
	float: left;
	text-align: left;
}

.summarytable_header_col .sublabel_right {
	float: right;
	text-align: right;
}

.summarytable_table {
	width: 660px;
	padding: 0;
	vertical-align: top;
	table-layout: fixed;
}

.summarytable_table_container {
	width: 660px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.summarytable_table_page {
	height: 40px;
	width: 660px;
	position: absolute;
	top: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.summarytable_table_col {
	width: 163px;
	max-width: 163px;
	height: 44px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	padding: 0;
	margin: 0;
	background: white;
	overflow: hidden;
}

.summarytable_table_col_firstcol {
	border-left: none !important;
	width: 164px !important;
}

.summarytable_table_col a {
	display: block;
	padding: 0;
	margin: 0;
	width: 164px;
	height: 244px;
}

.summarytable_table_col_expanded {
	padding: 0;
}

.summarytable_rowlabel_firstrow, .summarytable_table_firstrow {
	border-top: none;
	height: 245px;
	background: url(/media/img/sumgradient.png);
	vertical-align: top;
}

.summarytable_rowlabel_firstrow {
	padding: 0;
	height: 245px !important;
	cursor: default;
	background-repeat: no-repeat;
	background-position: 0px 0px !important;
}

	.summarytable_rowlabel_firstrow:hover {
		background-position: 0px 0px !important;
	}

	.summarytable_rowlabel_firstrow img {
		margin-top: 5px;
	}

.summarytable_primary_fixedcell {
	background: url(/media/img/sumgradient.png);
	border-right: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}



.summarytable_rowlabel .label, .summarytable_primary_rowlabel .label {
	position: absolute;
	margin: 4px 0 0 -8px !important;
	float: left;
	clear: both;
	width: 300px;
	height: 26px;
	background: url(/media/img/filter-sect-tip.gif) no-repeat 1px 20px;
}

.summarytable_rowlabel .labelsubgeog2 {
	margin: 232px 0 0 -8px !important;
}

.summarytable_primary_rowlabel {
	background-repeat: no-repeat;
	background-position: 2px 41px;
}

	.summarytable_primary_rowlabel .label {
		position: absolute;
		margin: 50px 0 0 -7px !important;
	}

	.summarytable_primary_rowlabel .labelsubgeog2 {
		position: absolute;
		clear: both;
		margin: 272px 0 0 -7px !important;
	}

.summarytable_header_arrowscontainer {
	position: absolute;
	top: 0;
}

.summarytable_rowlabel .label .inner, .labelbox .label .inner, .summarytable_primary_rowlabel .label .inner {
	height: 21px;
	line-height: 21px;
	float: left;
	background-image: url(/media/img/filter-sect-headingbg.png);
	padding: 0 8px 0 10px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	color: #fff;
}

.summarytable_rowlabel .label .l, .labelbox .label .l, .summarytable_primary_rowlabel .label .l {
	height: 21px;
	line-height: 21px;
	width: 3px;
	float: left;
	background-image: url(/media/img/filter-sect-headingbg.png);
	background-position: top right;
}

* html .summarytable_rowlabel .heading .label .inner {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

* html .summarytable_rowlabel .heading .label .l {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

* html .summarytable_primary_rowlabel .heading .label .inner {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

* html .summarytable_primary_rowlabel .heading .label .l {
	background-image: url(/media/img/filter-sect-headingbg.gif);
}

.summarytable_showallbutton {
	position: absolute;
	width: 960px;
	line-height: 40px;
	height: 40px;
	margin: 288px 0 0 0;
	background-image: url(/media/img/showallsuburbs.png);
	z-index: 998;
	cursor: pointer;
	text-align: center;
}

	.summarytable_showallbutton:hover {
		background-position: 0px -40px;
	}


#filter-select table {
	position: relative;
}

#filter-select td .check {
	width: 12px !important;
	height: 12px !important;
	float: left;
	background-image: url(/media/img/toolbar.png) !important;
	background-repeat: no-repeat !important;
	margin: 5px;
	cursor: hand;
	cursor: pointer;
	padding: 0px !important;
}

#filter-select td .nullcheck {
	background: none !important;
	cursor: none !important;
}

#filter-select td .check-false {
	background-position: -257px 0px;
}

#filter-select td .check-true {
	background-position: -270px 0px;
}

#filter-select td .allcheck-true {
	background-position: -257px 0px !important;
}

#filter-select td .disabled {
	background: none !important;
}

#filter-select td, .indstcell {
	cursor: hand;
	cursor: pointer;
}

	#filter-select td div {
		outline: none !important;
	}

	#filter-select td .cell_inner, #data td .bar, #data td.secvalcell .value {
		padding: 1px 5px;
		font-family: Tahoma, Geneva, sans-serif !important;
		font-size: 12px !important;
	}

	#filter-select td .cell_inner {
		min-height: 20px;
	}

.filter-select-overlay {
	position: absolute;
	height: 25px;
	width: 100%;
	opacity: 0.6;
}

.pie-inset-0, .pie-inset-1 {
	position: relative;
}

.benchmarkcontainer {
	position: absolute !important;
	right: 0px;
}

.pie-inset-0 {
}

.pie-inset-1 {
}


.resulttoolbar-fixed {
	top: 92px !important;
	z-index: 2000;
	margin-right: 10px;
}

.fixed-heading {
	position: absolute;
	height: 40px;
	background: url(/media/img/fixed-headding.png) 0% 100%;
	width: 700px;
	z-index: 300;
	padding: 0px 20px 5px 0px;
	margin-left: -1px;
}

.fixed-heading-noshadow {
	height: 40px;
}

.fixedheading-isfixed {
	position: fixed !important;
	top: 70px;
	padding: 15px 20px 5px 0px;
}

.primary-result-toolbar-container {
	padding: 1px;
	height: 36px;
}

.heading-container {
	width: 100%;
	border-collapse: collapse;
	height: 51px;
	overflow: hidden;
}

.result0 .heading-container {
	background: #EFF4FC !important;
}

.heading-isfixed {
	background: white !important;
}

.result-toolbar-container {
	vertical-align: bottom !important;
	text-align: left;
}

.result-toolbar {
	border-collapse: collapse;
	margin-left: 6px;
}

.fixed-heading .result-toolbar {
}

.result-toolbar .gwt-Label {
	padding: 5px 10px 20px 10px !important;
	line-height: 16px;
	cursor: pointer;
}

.result-toolbar .active {
}


.result-toolbar .ico {
	width: 16px;
	height: 18px;
	float: left;
	background-image: url(/media/img/icons.png);
	margin-right: 5px;
	background-repeat: no-repeat;
	background-color: #5C5C5C;
}

.result-toolbar td:hover .ico {
	background-color: #343434;
}

.result-toolbar .icomap0 {
	background-position: 0px -36px;
}

.result-toolbar .icoreport {
	background-position: -16px -36px;
}

.result-toolbar .icobarchart0 {
	background-position: -16px -36px;
}

.result-toolbar .icobarchart1 {
	background-position: -400px -36px;
}

.result-toolbar .icolinechart0 {
	background-position: -416px -36px;
}

.result-toolbar .icopie0 {
	background-position: -208px -36px;
}

.result-toolbar .icosave {
	background-position: -32px -36px;
}

.result-toolbar .icocopy {
	background-position: -48px -36px;
}

.result-toolbar .icocsv {
	background-position: -64px -36px;
}

.result-toolbar .icopdf {
	background-position: -80px -36px;
}

.result-toolbar .icoexpandup {
	background-position: -192px -36px;
}

.result-toolbar .icoexpanddown {
	background-position: -192px -18px;
}

.result-toolbar .icoemail {
	background-position: -96px -36px;
}

.result-toolbar .icolink {
	background-position: -432px -36px;
}

.result-toolbar .icofacebook {
	background-position: -112px -36px;
}

.result-toolbar .icotwitter {
	background-position: -128px -36px;
}

.result-toolbar .icolinkedin {
	background-position: -144px -36px;
}

.result-toolbar .icogoogleplus {
	background-position: -160px -36px;
}

.result-toolbar .icoshowval {
	background-position: -272px -36px;
}

.result-toolbar .icoshowpercent {
	background-position: -288px -36px;
}

.result-toolbar .icosortalpha-asc {
	background-position: -240px -36px;
}

.result-toolbar .icosortnumb-asc {
	background-position: -256px -36px;
}

.result-toolbar .icosortalpha-desc {
	background-position: -240px -18px;
}

.result-toolbar .icosortnumb-desc {
	background-position: -256px -18px;
}

.result-toolbar .icotable0 {
	background-position: -304px -36px;
}

.result-toolbar .icoshades {
	background-position: -336px -36px;
}

.result-toolbar .icoindustry {
	background-position: -352px -36px;
}

.result-toolbar .icochart {
	background-position: -368px -36px;
}

.result-toolbar .icocombochart {
	background-position: -384px -36px;
}

.result-toolbar .icotrendchart0 {
	background-position: -512px -36px;
}

.pie-innerlabel {
	position: absolute;
	font-family: Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 220px;
	height: 200px;
	text-align: center;
}

/* CESVGTile */

div.cesvgtile {
	width: 256px;
	height: 256px;
	overflow: hidden;
}

	div.cesvgtile svg {
		overflow: hidden;
		left: 0 !important;
		top: 0 !important;
	}

		div.cesvgtile svg path {
			cursor: pointer;
			fill-opacity: 1;
			stroke-opacity: 1;
			fill-rule: evenodd;
			transition-property: fill;
			transition-duration: 3s;
		}

			div.cesvgtile svg path:hover {
				transition-property: fill;
				transition-duration: 3s;
			}

			div.cesvgtile svg path.hidden {
				fill-opacity: 0;
			}

/* CEVMLTile */

div.cevmltile {
	width: 256px;
	height: 256px;
	overflow: hidden;
}

	div.cevmltile v\:shape {
		cursor: pointer;
	}

.myreport-addani-div {
	position: absolute;
	background: white;
	z-index: 9999;
	border: 1px solid #aaa;
}

.gwt-PopupPanelGlass {
	z-index: 999;
}

.table-chart {
	margin: -15px 15px 15px 15px;
}

.mappopup {
	background: #fff;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 4px;
}

	.mappopup .subgeog1 .title {
		font-size: 12px;
		font-weight: bold;
	}

	.mappopup .subgeog1 {
		margin-bottom: 10px;
	}


	.mappopup .subgeog2 {
		font-size: 11px;
	}

		.mappopup .subgeog2 .title {
			font-size: 11px;
			text-decoration: underline;
		}

.maplegend {
	position: absolute;
	z-index: 100;
	height: 150px;
	background: white;
	min-width: 40px;
	margin-top: 260px;
	padding: 5px;
	right: 10px;
}

.maplegend-max, .maplegend-min {
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	font-size: 11px;
	color: #333;
}

.maplegend-gradient {
	height: 110px;
}

.primary-benchmark-disabled {
	position: absolute;
	left: 0px;
	width: 216px;
	margin-top: 32px;
	background: white;
	height: 25px;
	z-index: 100;
	background: url(/media/img/transbg5.png);
}

.section-disabled {
	position: absolute;
	width: 216px;
	background: white;
	height: 1000px;
	z-index: 100;
	background: url(/media/img/transbg5.png);
}

.notapplicable-checkbox {
	position: absolute;
	left: 82px;
	width: 140px;
}

	.notapplicable-checkbox .check {
		width: 12px !important;
		height: 12px !important;
	}

	.notapplicable-checkbox .cell_inner {
		white-space: nowrap;
	}

	.notapplicable-checkbox .check-false {
		background-position: -257px 0 !important;
	}

	.notapplicable-checkbox .check-true {
		background-position: -270px 0 !important;
	}

#infographic {
	padding: 0 !important;
	background: white;
}

	#infographic h1 {
		margin: 20px 0;
		font-size: 40px;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
	}

	#infographic h2 {
		margin: 0 0 5px 0;
		font-size: 30px;
		text-transform: uppercase;
		padding-bottom: 5px;
	}

	#infographic h3 {
		margin: 5px 0;
		font-size: 20px;
		text-transform: uppercase;
	}

	#infographic table {
		border-collapse: collapse;
		width: 1630px;
	}

	#infographic td {
		vertical-align: top;
		padding: 0;
	}

.infographic-wrapper {
	width: 1645px;
	margin: 0 auto;
	overflow: auto;
}

.col-population, .col-youth, .col-seniors, .col-labourforce, .col-unemploymentrate, .col-qualifications, .col-employment, .col-homeownership {
	border-right: 3px solid #ccc;
}

.head-population, .head-youth, .head-seniors, .head-labourforce, .head-unemploymentrate, .head-qualifications, .head-employment, .head-homeownership {
	border-right: 3px solid #ccc;
}

.head-population, .head-youth, .head-seniors, .head-labourforce, .head-unemploymentrate, .head-qualifications, .head-employment, .head-homeownership, .head-dwellings {
	text-align: center;
	font-family: 'Lato Light',Verdana, Verdana, Geneva, sans-serif;
	height: 30px;
}

#infographic .subgeog-header {
	border-bottom: 1px solid #ccc;
}

.col-map {
	padding-left: 10px !important;
}

.btn-savesumtbl {
	position: absolute;
	margin-top: 8px;
}

	.btn-savesumtbl div {
		width: 16px;
		height: 17px;
		background: url(/media/img/icons.png) -80px 0px;
		float: left;
		margin-right: 6px;
	}

.trend-table-chart .value, .trend-table-chart .total {
	white-space: nowrap;
	padding: 4px 0 4px 40px;
}

.trend-table-chart .header-region {
	border-right: 2px solid #CFCFCF;
}

.trend-table-chart .value-regionlast {
	border-right: 2px solid #CFCFCF;
}

.industrytrendtable-sectordot {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.industrytrendtable-header-region {
	border-right: 1px solid #ccc;
}

	.industrytrendtable-header-region div {
		color: white !important;
	}

.industrytrendtable-header-region-withbenchmarks div {
	color: #999;
}

.industrytrendtable th:last-child, .industrytrendtable td:last-child {
	border-right: none !important;
}

.industrytrendtable-region-col {
	border-right: 1px solid #ccc !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
	border: none !important;
}


/* Summary: Sticky Labels */
/*.sticky-trigger {
	position: absolute;
	margin-left: -18px;
	margin-top: -20px;
	float: left;
	width: 300px;
	height: 26px;
	background: url(/media/img/filter-sect-tip.gif) no-repeat 1px 20px;
}

	.sticky-trigger .inner {
		height: 21px;
		line-height: 21px;
		float: left;
		background-image: url(/media/img/filter-sect-headingbg.png);
		padding: 0 8px 0 10px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		color: #fff;
	}

	.sticky-trigger .l {
		height: 21px;
		line-height: 21px;
		width: 3px;
		float: left;
		background-image: url(/media/img/filter-sect-headingbg.png);
		background-position: top right;
	}*/
