* {
	padding: 0;
	margin: 0;	
}

html {
	/* Always include vertical scroll for identical centering on every page */ 
    height: 101%;
}

body { 
	font-size: 11px;
	font-family: arial, helvetica, sans-serif; 
	line-height: 1.5em; 
	background: white; 
	color: black; 
}

img {
	border: 0;
}

body {
	background: white url(../images/head_bg.gif) left top repeat-x;
}

a,
a:active,
a:visited
{
    color: #0059df;
	text-decoration: none;	
}

a:hover
{
    color: #0059df;
	text-decoration: underline;	
}

a:visited
{
    color: #5a2a87;
}

a.button:visited {
    color: #0059df;
}

#page {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#head {
	height: 135px;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 25px;
}

#topright {
	position: absolute;
	top: 28px;
	left: 790px;
	width: 150px;
}

#topright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topright li {
	text-align: right;
}

#search {
	position: absolute;
	top: 32px;
	left: 240px;
}

#search div.query {
	width: 397px;
	height: 36px;
	background: transparent url(../images/input_search.gif) left top no-repeat;		
	padding: 8px 0 0 36px;
	position: absolute;
	top: 0;
	left: 0;
}

#search #query {
	width: 350px;
	height: 20px;
	background: white;
	font-size: 16px;
	padding: 0;
	margin: 0;
	border: 0;
}

#search #dosearch {
	position: absolute;
	top: 0;
	left: 402px;
    text-indent: -9999px;
    width: 59px;
    height: 36px;
    background: transparent url(../images/sprites.gif) left top no-repeat;
}

#mapsearch div.query {
    width: 310px;
    height: 36px;
    background: transparent url(../images/input_search_short.gif) left top no-repeat;     
    padding: 8px 0 0 36px;
    margin-top: 15px;
}

#mapsearch #dialogquery {
    width: 297px;
    height: 20px;
    background: white;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border: 0;
}

#mapsearch #dialogsearch {
    position: absolute;
    bottom: 67px;
    right: 20px;
    text-indent: -9999px;
    width: 110px;
    height: 36px;
    background: transparent url(../images/sprites.gif) right top no-repeat;
}

#mapsearch #dialogsearch:hover {
    background-position: -90px -41px;
}

#mapsearch #dialogsearch:active {
    background-position: -90px -82px;
}

.mapDialog {
    background: white;
    border: 2px solid #e7e3e8;
}

#mapDialog {
    margin: 5px 20px 20px 20px;
}

#mapDialog h2,
#mapDialog p {
	margin-bottom: 4px;
}

#mapDialog .mapDialogFooter {
	position: absolute;
	bottom: 20px;
	right: 20px;	
}

#mapDialog .mapDialogFooter li {
    list-style: none;
    float: left;
    margin: 10px 10px 0 0;
}
/*
#mapDialog .mapDialogFooter li.bullet {
    color: #aaaaaa;
    font-size: .8em;
    line-height: 1.4em;
    padding-top: 2px;
}

#mapDialog .mapDialogFooter li.disabled {
    color: #545458;
	background: #f6f2f6;
    padding: 2px 5px 1px 5px;
}
*/

#map_dialog_canvas {
    width: 460px;
    height: 290px;
}

#map_result #domapsearch {
    margin-top: -4px;
	float: right;
    width: 96px;
    height: 26px;
    background: transparent url(../images/button-search-in-map.png) left top no-repeat;
}    

#map_result #domapsearch:hover {
	background-position: 0 -26px;
}

#search #dosearch:hover {
	background-position: 0 -41px;
}

#map_result #domapsearch:active {
	background-position: 0 -52px;
}

#search #dosearch:active {
	background-position: 0 -82px;
}


#search #onlyimageschoice {
	position: absolute;
	top: 48px;
	left: 0;
	width: 200px;
	color: #666666;
	margin: 0;
	padding: 0;
}

#search #morechoices {
	position: absolute;
	top: 48px;
	left: 207px;
	width: 190px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#search #morechoices .separator {
	padding: 0 10px;
}

#refinesearch h1 {
    float: left;
    margin-top: 2px;
    margin-right: 6px;
}

#refinesearch input[type="text"] {
    float: left;
	border: 1px solid #b3b3b3;
    height: 20px;
}

#refinesearch #dorefinesearch {
    background:transparent url(../images/sprites.gif) no-repeat scroll -142px -714px;
    text-indent: -9999px;
    width: 58px;
    height: 22px;
    margin-left: 4px;
}

#refinesearch #dorefinesearch:hover {
    background-position: -142px -739px;
}

#refinesearch #dorefinesearch:active {
    background-position: -142px -764px;
}

#content {
	margin-top: 18px;
}

#article {
	width: 701px;
	float: left;
}

.start #article {
	width: 720px;
}

#sidebar {
	width: 220px;
	float: right;
}

#objecttypes {
	list-style-type: none;	
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}

#objecttypes li {
	float: left;
	width: 214px;
	padding: 2px 2px 1em;
	background: #f4eff7;
	border: 1px solid #e7e3e8;
	margin: 0 20px 20px 0;
	min-height: 210px;
	position: relative;
}

#objecttypes h2 {
	margin: 0 10px 0;
	padding: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}

#objecttypes p {
	padding: 0;
	margin: 0 10px 1em;
}

#objecttypes a.readmore {
	display: block;
	padding: 0;
	margin: 0 10px 0;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#objects {
	clear: both;
	list-style-type: none;	
	float: left;
    margin: 5px 0 20px 0;
    padding: 0;
}

#objects li {
	float: left;
	width: 160px;
	padding: 5px 0 27px;
	border-top: 1px solid #d0cccc;
	margin: 0 0 0 20px;
}

#objects li.newline {
    clear: left;
}

#objects img {
	max-width: 160px;
	max-height: 106px;
	border: 0;
	padding: 0 0 0;
	margin: 0;
}

#objects h2 {
	border-top: 1px solid #d0cccc;
	margin: 0 0 0;
	padding: 17px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

#objects a {
	display: block;
	min-height: 106px;
	padding: 0;
	margin: 0 0 0;
	font-weight: bold;	
}

#objects a .objecttype {
	font-weight: normal;	
}

#objects h2 a {
	display: inline;
	min-height: auto;
}

#objects dl {
}

#objects dt {
	float: left;
	font-weight: bold;
	clear: left;
	margin-right: 5px;
}

#objects dd {
}

#mapobjects {
    width: 701px;
    list-style-type: none;
    margin: 20px 0 0 20px;
    padding: 0;
}

#mapobjects li.left {
    clear: left;
}
	
#mapobjects li {
	float: left;
    width: 350px;
    margin: 0 0 10px;
}

#mapobjects li img {
    float: left;   
}

#mapobjects li h2 {
    font-size: 13px;
}

#mapobjects li h2,
#mapobjects li dl {
    margin-left: 30px;
}

#mapobjects li dt {
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

#mapobjects li.selected {
	background: #cbcaca;
}

#mapobjects .hidden {
    display:none;
}

.object h1 {
	font-size: 1.8em;
    line-height:1.5em;
    text-transform: none;
}

.object h1 span {
	font-weight: bold;
	text-transform: none;
}


#objectinfo {
	border: 1px solid #e7e3e8;
	padding: 23px 19px;
	margin: 0 0 30px 0;
	position: relative;
	min-height: 330px;
}

#objectinfo #properties {
	width: 440px;
}

#objectinfo #media {
	width: 200px;
	position: absolute;
	top: 33px;
	right: 19px;
	text-align: right;
}

#objectinfo #media img.thumb {
	max-height: 106px;
	max-width: 200px;
}

#objectinfo #media img.video {
	max-height: 106px;
	max-width: 200px;
	margin-top: 20px;
}

#objectinfo h2 {
	font-size: 1.2em;
}

#objectinfo h3 {
    font-size:11px;
    line-height:1.5em;
    padding-top:11px;
}

#objectinfo .text {
    border-bottom:1px solid #E7E3E8;
    padding-bottom:11px;	
}

#objectinfo a.showall {
	background: transparent url(../images/sprites.gif) right -539px no-repeat;
	padding: 0 12px 0 0;
}

.shortdescription,
.shortdescription a.showall,
.fulldescription a.hideall {
	display: none;
}

.js .shortdescription {
	display: block;
}

.js .shortdescription a.showall,
.js .fulldescription a.hideall {
	display: inline;
}

.js .fulldescription  {
	display: none;
}


.js .open .fulldescription  {
	display: block;
}

.js .open .shortdescription  {
	display: none;
}

#objectinfo .properties {
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}

#objectinfo .propertiesShort {
	margin: 30px 0;
	border-top: 1px solid #e7e3e8;
}

#objectinfo .propertiesCollapsable {
	border-top: 1px solid #e7e3e8;
}



#objectinfo .properties th {
	padding: 11px 0;
    padding-right: 10px;
	vertical-align: top;
	width: 150px;
	text-align: left;
	border-bottom: 1px solid #e7e3e8;
}

#objectinfo .properties td {
	padding: 11px 0;
	vertical-align: top;
	border-bottom: 1px solid #e7e3e8;
}

#objectinfo .properties .spacer td {
	border-top: 1px solid #e7e3e8;
	padding: 20px 0;
}


#objectinfo .properties ul {
	list-style-type: none;
}

#objectinfo .properties li {
    padding-bottom: 8px;
}

#objectinfo .properties dt {
	font-weight: bold;
}

#objectinfo .properties dd {
	margin-bottom: 11px;
}

#objectlinks {
    position:absolute;
    bottom:10px;
    right:240px;
}

#objectlinks a {
    color:#999999;
}

.js .hidden {
	display: none;	
}

#properties h2 {
	margin: 22px 0 11px;
}

#properties h2 a {
	color: #000;
}

.js #properties h2 a {
	padding:0 0 0 15px;
	background:transparent url(../images/sprites.gif) no-repeat scroll -100px -482px;
	background-position:-100px -462px;
}

.js #properties h2 a.open {
	background-position:-100px -482px;
}


.object .back {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/sprites.gif) left -704px no-repeat;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}

.object #sidebar,
.object #sidebar h2 {
	text-align: left;
}

.object #sidebar h2.related {
	padding: 27px 0 10px;
	border-bottom: 1px solid #cbcbc8;
	margin: 20px 0 10px;	
}

.object #sidebar h3 {
	font-weight: bold;
	text-transform: none;
	margin: 10px 0 0 0;
}

.object #sidebar ul {
	margin: 0 0 10px 0;
	list-style-type: none;
}

.object #sidebar a.showall {
	background: transparent url(../images/sprites.gif) right -539px no-repeat;
	padding: 0 12px 0 0;
	margin: 0 0 10px 0;
}

.object #sidebar .resultsnav {
	border: 1px solid #e9e6ea;
	padding: 1px;
	position: relative;
	height: 205px;
	width: 216px;
	margin: 10px 0 0;
}

.object #sidebar .resultsnav dt {
	float: left;
	font-weight: bold;
	clear: left;
	margin-right: 5px;
}

.object #sidebar .resultsnav a.prev,
.object #sidebar .resultsnav a.next {
	background: transparent url(../images/sprites.gif) left -730px no-repeat;
	width: 17px;
	height: 205px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 1px; 
	left: 1px;
}

.object #sidebar .resultsnav a.next {
	background-position: -20px -730px;
	right: 1px;
	left: auto;	
}


.object #sidebar .resultsnav div {
	width: 160px;
	padding: 6px 0 0;
	margin: 0 0 0 27px;
}

.object #sidebar .resultsnav div img {
	max-width: 160px;
	max-height: 106px;
	border: 0;
	border-bottom: 1px solid #cbcaca;
	padding: 0 0 5px;
	margin: 0;
}

.mediaobjects {
	border: 1px solid #e7e3e8;
	padding: 23px 19px !important;
	margin: 0 0 30px 0 !important;
	position: relative;
	min-height: 330px;
	width: 661px;
}

.mediaobjects a.mediaLicense {
	min-height: 0 !important;
	font-weight: normal !important;
	color: #000;
}

.js ul.expandable {
	border: 0;
	height: auto;
	padding: 0;
	overflow: visible;
}

ul.expandable,
.js ul.expanded {
	height: 140px;
	overflow: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 5px 0;
}


.js ul.expandable li {
	display: none;
}

.js ul li.shortlist {
	display: block;
}

.js ul.expanded li {
	display: block;
}

#sidebar a.showall {
	display: none;
}

.js #sidebar a.showall {
	display: inline;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
}

#sections {
	list-style-type: none;	
	float: left;
	margin: 20px 0 30px 0;
	padding: 0;
	width: 100%;
}

#sections li {
	float: left;
	width: 170px;
	padding: 0;
	margin: 20px 19px 0 0;
}

#sections li.last {
	margin-right: 0;
	text-align: right;
	width: 182px;
}
#sections h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

#sections ul {
	float: none;
	list-style-type: none;
	margin: 0;
}

#sections ul li {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
    font-weight: normal;
}

#sections ul.news {
	color: #666666;
}

#sections ul.news a {
	display: block;
	margin-bottom: 0.5em;
}

#photoGallery {
    float:right;
    position: relative;
    top: 53px;
    width:220px;
    height: 470px;
    background: #E7E3E8;
}

.tagcloud {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.tagcloud li {
	display: inline;
	padding-left: 10px;
}

.tagcloud .tag1 {
	font-size: 0.8em;
}
.tagcloud .tag2 {
	font-size: 1em;
}
.tagcloud .tag3 {
	font-size: 1.2em;
}
.tagcloud .tag4 {
	font-size: 1.5em;
}
.tagcloud .tag5 {
	font-size: 2em;
}

.start h1 {
	position: absolute;
	top: 0;
	left: -9999px;
}

h1 {
	font-size: 12px;
}

h1 span {
}

.result h1 {
	margin-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

.result h1 span {
	font-weight: normal;
	text-transform: none;
}


.result #article {
	float: right;
	width: 720px;
}

.result #sidebar h2 {
	text-align: left;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #cbcaca;
	margin: 0 0 17px 0;
}

.result #sidebar {
	float: left;
}

.result .tagcloud {
	padding: 0;
	text-align: left;
}

.result .tagcloud li {
	padding-right: 10px;
	padding-left: 0;
}

#topbar {
	margin: 17px 0 0 0px;
	position: relative;
}


.result #topbar {
	margin-left: 20px;
	width: 701px;
}

#topbar .tabs {
	list-style-type: none;
	margin: 0; 
	height: 29px;
	background: transparent url(../images/tab_bottom_bg.gif) left 0 no-repeat;
	width: 701px;
	font-size: 12px;
}

.object #topbar .tabs {
	padding-left: 26px;
	width: 676px;
}

#topbar .tabs li {
	float: left;
	background: transparent url(../images/sprites.gif) left -594px no-repeat;
	padding: 0 0 0 9px;
	height: 26px;
}

#topbar .tabs li a {
	float: left;
	display: block;
	background: transparent url(../images/sprites.gif) right -594px no-repeat;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	color: #fff;
}

.result #topbar .tabs li {
	padding: 0 0 0 7px;
}

.result #topbar .tabs li a {
	padding: 4px 10px 6px 0;
}

#topbar .tabs .tabTxtImg span {
	background: transparent url(../images/sprites.gif) left -644px no-repeat;
	padding: 0 0 5px 20px;
}

#topbar .tabs .tabMap span {
	background: transparent url(../images/sprites.gif) left -684px no-repeat;
	padding: 0 0 5px 15px;
}


#topbar .tabs li.selected {
	background-position: left -564px;
}

#topbar .tabs li.selected a {
	background-position: right -564px;
	color: #585858;
}

#topbar .tabs li.selected .tabTxtImg span {
	background-position: left -624px;
}

#topbar .tabs li.selected .tabMap span {
	background-position: left -662px;
}

#topbar .paging {
	clear: left;
	height: 60px;
	width: 692px;
	background: transparent url(../images/paging_bg.gif) left top no-repeat;
	padding: 0 0 0 9px;
	color: #585858;	
	position: relative;
}

#bottombar {
	clear: left;
	width: 700px;
	margin: 20px 0 47px 20px;
	position: relative;
	padding: 22px 0 0;
}

#bottombar .paging {
}

.paging .filter {
	padding-top: 10px;
}

#map_result .paging .filter,
#bottombar .paging .filter {
	clear: left;
/*	float: left;*/
	background: #f4eff7;
	border: 1px solid #e7e3e8;
	padding: 12px 10px 12px;
	width: 680px;
	height: 18px;
	color: #585858;
}

#bottombar .pages {
	clear: left;
	position: absolute;
	top: 0;
	right: 0;
}


.paging span,
.paging label,
.paging select,
.paging input
{
	float: left;
}

.paging span,
.paging label
{
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
}

#topbar .paging .pages {
	position: absolute;
	top: 40px;
	right: 0;
}

.paging em {
	font-style: normal;
}

.paging .pages span.selected,
.paging .pages a {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b3b3b3;
	margin: 0;
}

.paging .pages a:hover {
	background-color: #cccccc;
}

.paging .pages span.selected {
	color: #666666;
	font-weight: bold;
}

.paging .pages span.total {
	display: block;
	float: left;
}

.paging .pages .first,
.paging .pages .prev,
.paging .pages .next,
.paging .pages .last {
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

/* First link */
.paging .pages span.first {
	background: transparent url(../images/sprites.gif) 0 -444px no-repeat;
}

.paging .pages a.first {
	background: transparent url(../images/sprites.gif) 0 -464px no-repeat;
	padding: 0;
}

.paging .pages a.first:hover {
	background-position: 0 -484px;
}

.paging .pages a.first:active {
	background-position: 0 -504px;
}

.paging .pages a.first:focus {
}


/* Prev link */
.paging .pages span.prev {
	background: transparent url(../images/sprites.gif) -20px -444px no-repeat;
	margin: 0 5px 0;
}

.paging .pages a.prev {
	background: transparent url(../images/sprites.gif) -20px -464px no-repeat;
	margin: 0 5px 0;
}

.paging .pages a.prev:hover {
	background-position: -20px -484px;
}

.paging .pages a.prev:active {
	background-position: -20px -504px;
}

.paging .pages a.prev:focus {
}

/* Next link */
.paging .pages span.next {
	background: transparent url(../images/sprites.gif) -40px -444px no-repeat;
	margin: 0 5px 0;
}

.paging .pages a.next {
	background: transparent url(../images/sprites.gif) -40px -464px no-repeat;
	margin: 0 5px 0;
}

.paging .pages a.next:hover {
	background-position: -40px -484px;
}

.paging .pages a.next:active {
	background-position: -40px -504px;
}
.paging .pages a.next:focus {
}

/* Next link */
.paging .pages span.last {
	background: transparent url(../images/sprites.gif) -60px -444px no-repeat;
}

.paging .pages a.last {
	background: transparent url(../images/sprites.gif) -60px -464px no-repeat;
	padding: 0;
}

.paging .pages a.last:hover {
	background-position: -60px -484px;
}

.paging .pages a.last:active {
	background-position: -60px -504px;
}
.paging .pages a.last:focus {
}



form {
	overflow: visible
}

.selected-filters {
	background: #ffffb1;
	border: 1px solid #e7e3e8;
	padding: 10px;
}

#sidebar .selected-filters h3 {
	font-weight: bold;
}

.selected-filters ul {
	list-style-type: none;
}

.selected-filters ul a {
	display: block;
	background: transparent url(../images/sprites.gif) -100px -501px no-repeat;
	padding: 0 0 0 15px;
	color: #000;
	
}

.filtertree,
.filtertree ul {
	list-style-type: none;
}

.filtertree {
	margin: 4px 0 17px;
}

.filtertree li {
	font-size: 12px;
	padding: 13px 0;
	border-bottom: 1px solid #cbcaca;
    clear: both;
    float: left;
}

.filtertree li a {
	font-weight: bold;
	background: transparent url(../images/sprites.gif) -100px -482px no-repeat;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}

.filtertree .nodecontent {
	margin: 0 0 0 5px;
}


.filtertree .nodecontent p {
	margin: 7px 0 8px;
	color: #585858;
}

.filtertree .nodecontent ul {
    float: left;
	margin: 0 0 4px 0;
}

.filtertree .nodecontent li {
    border: 0;
    float: left;
    padding: 0 0 0 10px;
    width: 210px;
}

.filtertree .nodecontent .count {
    display:block;
    float:right;
    text-align:right;
}

.filtertree .nodecontent li.showAll {
    padding: 0;
}

.filtertree .nodecontent li a {
    background-image: none;
    display: block;
    float: left;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    width: 69%;
}

.js .filtertree li a {
	background-position: -100px -462px;
}

.js .filtertree li.open a {
	background-position: -100px -482px;
}

.js .filtertree li.open .nodecontent {
    display: block;
    float: left;
}

.js .filtertree .nodecontent {
	display: none;
}


#sidebar h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

button {
	border: 0;
}

.customSelect {
	float: left;
	margin: 0 5px 0 0;
}

.customSelect span {
	background: transparent url(../images/sprites.gif) right -539px no-repeat;
	padding: 0 12px 0 5px;
	cursor: pointer;
	color: #0059df;
}


.customSelect ul {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #f4eff7;
	display: none;
	width: 180px;
}

.customSelect li {
	padding: 3px 5px;
	cursor: pointer;
}

.customSelect li:hover {
    color: #0059df;
    background: #cbcaca;
}

.customSelectOpen {
}

.customSelectOpen ul {
	display: block;
}

.js .nojs {
	display: none;
}

.actions {
	position: absolute;
	top: 0;
	right: 0;
}

.actions a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-left: 10px;
}

.actions a.permalink {
    text-indent: 0px;
    width: auto;
}

.btnAsExcel {
    background:url(../images/sprites.gif) 0 -524px no-repeat;	
}

.btnAsText {
    background:url(../images/sprites.gif) -20px -524px no-repeat;	
}

.btnRSS {
    background:url(../images/sprites.gif) -40px -524px no-repeat;	
}

.btnPrint {
    background:url(../images/sprites.gif) -60px -524px no-repeat;	
}

.btnPicLens {
    background:url(../images/piclens/PicLensButton.png) top right no-repeat;
    border-left: 1px solid #e7e3e8;
    padding-left: 10px;
    padding-right: 42px;
    text-indent: 0 !important;
}

.actions a.text {
	float: left;
	display: block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e7e3e8;
	width: auto;
	height: auto;
	text-indent: 0;
}

.object .actions a.text {
	border: none;
}

/* Override sharethis icon */
.at300bs.at15t_expanded, .at300bs.at15t_compact {
    background:none!important;
}
.at300bs {
    height:0!important;
    width:0!important;
}

#map_canvas {
    width:660px;
    height:540px;
}

#map_result {
	margin-left: 20px;
}

#map_result #map_canvas {
	width:701px;
}

.map_popup {
    max-width: 250px;
}

.map_popup h2 {
	margin-bottom: 8px;
	font-size: 12px;
}

.map_popup img {
    margin-bottom: 8px;
}

.map_popup dt {
    clear:left;
    float:left;
    font-weight:bold;
    margin-right:5px;
}

#map_info_messages p {
    margin-top:10px;
    margin-bottom:5px;
}

#map_error_messages {
    margin-top:5px;
}

#map_error_messages span{
    font-weight: bold;
}

#map_error_messages span.title{
    font-weight: normal;
	color: #f00;
}

#spelling {
	border-bottom:1px solid #CBCACA;
	font-size:12px;
    margin-left:20px;
    margin-bottom:17px;
    padding-bottom:18px;
    font-weight: bold;
	color: #000;
}

#spelling span.message {
    color: #f00;
    font-weight: normal;
}

#spelling span.message a, 
#spelling span.message a:visited {
    color: #0059df;
    font-weight: bold;
    text-decoration: none;	
}

body.error #content {
    width: 700px;
    padding: 10px 0 150px 0;
}

body.error #spelling {
    margin-left: 0;
    margin-bottom: 0;
    border:none;
}

body.error .errorMsg {
    border:1px solid #e7e3e8;
}

body.error .errorTitle {
    background: #f4eff7;
    border-bottom:1px solid #e7e3e8;
}

body.error .errorTitle h1 {
    font-size:14px;
    padding: 8px 0 11px 11px; 
}

body.error .errorContent {
    margin: 14px 0 18px 11px; 
}

body.error .errorContent h2 {
    font-size:12px;
    padding-top: 14px; 
}

body.error a.goToStart {
    margin: 10px 0;
    float: right;  
}

.technical {
	display:none;
}

#platsr {
    display:none;
}