#remplan-dropdown {
    color: #fff !important;
    background-color: #f57f29 !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: #f57f29 !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 1000px;
	background: #EEE url(/media/img/tabbg-oep.png) repeat-x 0px 155px;
}

.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;
}

body#landingpage {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100px !important;
	overflow-x: hidden;
	background: #F7F7F7 !important;
}

#economy_community_bar {
	height: 37px;
	background: white;
}

#landingpage #economy_community_bar {
	background-color: transparent;
}

#landingpage #economy_community_bar_inner {
	width: 90% !important;
}

#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.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;
}

	#ecbar_profile-select div.c {
		background-position: top right;
	}

#ecbar_links {
	text-align: right;
}

	#ecbar_links a {
		display: inline-block;
		padding: 0 13px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		color: #333;
		line-height: 20px;
	}

.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;
}

.signup {
	margin-bottom: 15px;
}

	.signup, .signup a {
		color: #474747 !important;
	}

		.signup span {
			font-weight: bold;
		}

#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;
}

.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;
}

img {
	border: 0;
}

#filtercell {
	width: 218px;
}

#report1 {
	background: #F7F7F7;
}

#report4 {
	background: #F7F7F7;
}

#report1 #economic_wrap {
	background: none !important;
}

#report4 #economic_wrap {
	background: none !important;
}

#economic_wrap {
	width: 960px;
	margin: -30px auto 0 auto;
	min-height: 300px;
	background: url(/media/img/shadowdrk.png) no-repeat 0px 111px;
}

#economy_tools {
	padding: 0px 0 12px 0;
}

#economy_bar {
	width: auto;
	display: inline-block;
}

.toolbarstrip-sep {
	height: 47px;
	border-left: 1px solid #ddd;
	margin: 0 10px;
}

.toolbarstrip-label {
	color: #999;
	font-size: 11px;
	padding-right: 5px;
}


#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,Arial Unicode MS, 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% 0%;
	color: #3FA237;
}

#header {
	height: 144px;
	margin-top: 36px;
	min-width: 960px;
}

	#header .l1 {
		height: 86px;
		background: #fff;
		padding-top: 22px;
	}

	#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: 14px;
	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;
}

#main_tabpanel {
	text-align: right;
	height: 31px;
	overflow-y: hidden;
}

#report1 #main_tabpanel {
	height: 39px !important;
}

.tabpanel {
}

.tabpanel {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

	.tabpanel .tplil1 {
		display: inline-block;
		height: 29px;
		padding-top: 2px;
		margin-bottom: 1px;
	}

		.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-weight: 600;
			}

			.tabpanel .tplil1selected .tpal1 div.r {
				background-position: -672px 0px;
			}

.tpull2 {
	display: none;
	height: 36px;
	width: 960px;
}

.tpull2selected {
	display: block !important;
}

.tpull2 li {
	display: block;
	height: 36px;
	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: 3px;
		}

.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;
}

.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 {
	background-position: -80px 0px;
}

.toolbar .toolbar-button-off:hover .icopdf {
	background-position: -80px -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, .dropmenu .icolinkedin {
	background-position: -144px 0px;
}

.toolbar .toolbar-button-off:hover .icolinkedin {
	background-position: -144px -18px;
}

.toolbar .icogoogleplus, .dropmenu .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;
}

.toolbar .icopdf, .dropmenu .icopdf {
	background-position: -80px 0px;
}

.toolbar .icocsv, .dropmenu .icocsv {
	background-position: -64px 0px;
}

.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;
}

#layout {
	margin: 0;
	width: 960px;
	border-collapse: collapse;
	min-height: 600px;
}

#economic_layout {
	min-height: 270px;
	overflow: hidden;
	margin-top: 35px;
}

#report1 #economic_layout {
	margin-top: 5px !important;
}

#layout td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#economy_industies {
	display: none;
	width: 0px;
	height: 0px;
}

	#economy_industies.testmode {
		display: block;
		position: fixed;
		font-family: Verdana,Arial Unicode MS, 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: 2px 5px;
		font-family: Tahoma, Geneva,Arial Unicode MS, sans-serif !important;
		font-size: 11px !important;
	}

	#filter-industry td .cell_inner {
		min-height: 20px;
	}

#map {
}

	#map .gmap {
		border: 1px solid #C3C3C3;
	}

.thermatic-map {
	position: relative;
}

	.thermatic-map .gmap {
		margin: 10px 0 10px 20px;
	}

#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,Arial Unicode MS, 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,Arial Unicode MS, 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: 100%;
}

#filter-panel {
	background: #eee;
	border-collapse: separate;
	padding: 0;
	margin: 0 0 20px 0;
}

* html #filter-panel {
	margin: 0 0 0 1px;
}

	#filter-panel td {
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}

.filter-panel-section .heading {
	background: none !important;
	height: 32px;
	border-top: 1px solid #C7C7C7;
}

	.filter-panel-section .heading .label {
		position: absolute;
		height: 26px;
		float: left;
		margin: 4px 0 0 -9px;
	}

.filter-panel-section-expandbutton {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Verdana, Geneva,Arial Unicode MS, sans-serif;
	line-height: 28px;
	background-image: url(/media/img/ico-expand.png);
	background-repeat: no-repeat;
	background-position: 206px 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 4px !important;
	float: left;
	clear: both;
	width: 300px;
	height: 26px;
}

	.filter-panel-section .heading .label .inner, .factbox .label .inner, .labelbox .label .inner {
		background: none !important;
		height: 21px;
		line-height: 23px;
		float: left;
		padding: 0 8px 0 10px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'VegurRegular','Vegur Regular',Arial Unicode MS,Arial,Tahoma,Verdana, sans-serif;
		color: #3D3838;
	}

	.filter-panel-section .heading .label .l, .factbox .label .l, .labelbox .label .l {
		background: none !important;
		height: 21px;
		line-height: 21px;
		width: 3px;
		float: left;
	}

* 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;
	width: 224px !important;
	max-width: 224px !important;
}

.filter-panel-section:focus, .filter-panel-section:hover {
	outline: none;
	background: #F9F9F9;
}

.result {
	background: white;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 20px 0;
	/*padding: 15px 20px 20px 20px;*/
	-webkit-box-shadow: 0 7px 6px -6px #ccc;
	-moz-box-shadow: 0 7px 6px -6px #ccc;
	box-shadow: 0 7px 6px -6px #ccc;
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: auto;
	min-height: 200px;
}

	.result:hover {
	}

.mapfloat {
	position: absolute !important;
}

.filterthumbmap {
	width: 100%;
	padding: 6px 0;
}

.filterthumbmapcaption {
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Geneva,Arial Unicode MS, 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,Arial Unicode MS, sans-serif !important;
	color: #333;
	line-height: 25px;
	margin: 0px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #F3F3F3 !important;
}

	.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;
}

#blurb div {
	display: none;
}

.blurb {
	background: white;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	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 {
	}

#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 h1 {
	font-style: normal;
	font-size: 22px;
	font-family: 'Lato Light', VegurRegular, 'Vegur Regular', 'Arial Unicode MS', Arial, Tahoma, Verdana, sans-serif;
	font-weight: 600;
}

.result h2 {
	color: #666;
	font-style: normal;
	font-size: 15px;
	font-family: 'Lato Light', VegurRegular, 'Vegur Regular', 'Arial Unicode MS', Arial, Tahoma, Verdana, sans-serif;
	margin: 0 0 10px 0;
	line-height: 18px !important;
	border-bottom: 1px solid #EEE;
	padding: 0 0 10px 0;
}

.result .header {
	color: #999 !important;
	font-size: 13px;
	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 {
	background: #FCFAF3;
	border: 1px solid #EFEFEF;
	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,Arial Unicode MS, sans-serif;
	padding: 5px 8px;
	-webkit-box-shadow: 0 7px 6px -6px #ccc;
	-moz-box-shadow: 0 7px 6px -6px #ccc;
	box-shadow: 0 7px 6px -6px #ccc;
}

.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: 178px;
	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: 0;
}

.result .medianmeanbar {
	float: right;
	margin: 8px 0 0 0;
}

.google-chart .gwt-viz-container {
	margin-top: 7px;
}

.sectoricon0 {
	float: left;
	width: 12px;
	height: 16px;
	margin: 3px 4px 0 2px;
}

.sectoricon1 {
	float: left;
	width: 12px;
	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;
}

div.result {
    padding: 0 10px !important;
}

.result-blurb {
    margin-top: 20px;
}

.result-blurb.result-blurb-first {
    padding: 0 20px;
    margin-top: 0;
}

.result .table {
	margin: 10px 0 0 0;
	width: 100%;
}

.result .table th,
.result .table td {
	white-space: nowrap;
}

.col-table {
}

.table-scroll, .col-table-scroll {
	margin: 10px 0 30px 0;
}

.table-scroll {
	overflow-y: hidden !important;
	overflow-x: auto !important;

    padding-bottom: 20px;

    margin: 0 20px;
}

.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: 20px 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,Arial Unicode MS, 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;
	}

.insufficient-data {
	min-height: inherit !important;
}

#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,Arial Unicode MS, 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;
}

.footer-links-td, .footer-links-td-6 {
	padding: 0 0 20px 0;
	width: 16%;
	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,Arial Unicode MS, 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 .gwt-TabLayoutPanelContentContainer {
	border: none;
}

#result-tab .gwt-TabLayoutPanelContent {
	padding: 0;
	margin-left: 20px;
	width: 722px !important;
	max-width: 722px !important;
	min-width: 722px !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,Arial Unicode MS, 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;
}

.col-table .table-valcell {
	border-right: 2px solid #CECECE !important;
}

.table .table-valcell {
	padding: 4px 6px 4px 30px !important;
}

.table .table-indcell {
	padding: 6px 6px !important;
}

.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,Arial Unicode MS, sans-serif;
	font-weight: bold;
	color: #666;
}

	#breadcrumbs a {
		line-height: 14px;
		font-size: 11px;
		font-weight: normal !important;
		font-family: Tahoma, Geneva,Arial Unicode MS, 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,Arial Unicode MS, 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,Arial Unicode MS, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.gwt-DialogBox {
	z-index: 1111;
}

.col-table-subheader .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;
	display: inline-block;
}

.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: lightgrey;
	}

	.toolbar-button-on .cbg-ButtonInner {
		background-color: #EDEAEA;
		border-color: lightgrey;
	}

	.toolbar-button-on .cbg-ButtonTop {
		background-color: transparent;
		border-bottom-color: transparent;
		border-bottom-width: 5px;
		height: 0.9em;
	}

	.toolbar-button-on .cbg-ButtonContent {
		color: #333;
		line-height: 1.8em;
		padding: 2px 6px !important;
	}

.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: lightgrey;
}

.toolbar-button-on-focus .cbg-ButtonOuter {
}

.toolbar-button-on-focus .cbg-ButtonInner {
}

/* ButtonBar specific style */
.cbg-ButtonBar .cbg-BCLeft .cbg-ButtonInner {
	border-left: none !important;
}

.cbg-ButtonBar .toolbar-button-on-hover .cbg-ButtonInner {
	border-color: lightgrey;
}

.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: lightgrey;
	}

	.toolbar-button-off .cbg-ButtonInner {
		background-color: #F9F9F9;
		border-color: lightgrey;
	}

	.toolbar-button-off:hover .cbg-ButtonInner {
		background-color: #ececec;
	}

	.toolbar-button-off .cbg-ButtonTop {
		background-color: transparent;
		border-bottom-color: transparent;
		border-bottom-width: 5px;
		height: 0.9em;
	}

	.toolbar-button-off:hover .cbg-ButtonTop {
		background-color: #ececec;
		border-bottom-color: #ececec;
	}

	.toolbar-button-off .cbg-ButtonContent {
		color: #666;
		line-height: 1.8em;
		padding: 2px 6px !important;
		overflow: auto;
	}

.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: lightgray;
}

.toolbar-button-off-hover .cbg-ButtonInner {
	border-color: lightgray;
}

.toolbar-button-off-focus .cbg-ButtonOuter {
}

.toolbar-button-off-focus .cbg-ButtonInner {
}

/* ButtonBar specific style */
.toolbar-button-off.cbg-BCLeft .cbg-ButtonInner {
	border-left: none;
}

.cbg-ButtonBar .toolbar-button-off-hover .cbg-ButtonInner {
	border-color: lightgray;
}

.cbg-ButtonBar .toolbar-button-off-focus .cbg-ButtonInner {
	border-color: lightgray;
}

.cbg-ButtonBar .cbg-BCRight .cbg-ButtonInner {
	border-right-color: transparent;
}


.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,Arial Unicode MS, 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 {
	background: none !important;
	padding: 0px !important;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
	border: none !important;
}
