/* default for all portals */

body {
	background-color: #e0e0e0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
}

#geoHeader {
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	height:160px;
	
	background: -moz-linear-gradient(top left -90deg, #fff, #ddd);
	background: -webkit-linear-gradient(top left -90deg, #fff, #ddd);
	background: linear-gradient(top left -90deg, #fff, #ddd);
}

#geoHeaderLogo {
	position: absolute;
	backgrounr-repeat: no-repeat;
	background-image: url(images/headerlogo-hubermedia.png);
	width: 305px;
	height: 60px;
	top: 40px;
	left: 40px;
}

#geoHeaderSep {
	position: absolute;
	top: 160px;
	right: 0;
	left: 0;
	height: 12px;
	background-color: steelblue;
}

#geoHeaderSep.anim {
	background-image: url(images/loading4.png);
}

#geoThrobber {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*#geoHeaderSep.anim {
	background-image: -moz-linear-gradient(left,rgba(60,60,60,0.2), rgba(200,200,200,0.2));
	-webkit-transition:1s background-position linear;
	-moz-transition:1s background-position linear;
	transition:1s background-position linear;
}

#geoHeaderSep.anim2 {
	background-position: right;
}*/

#geoMain {
	position:absolute;
	top:172px;
	bottom:	115px;
	right: 0;
	left: 0;
}


#geoFooter {
	position:absolute;
	height: 115px;
	bottom:	0;
	right: 0;
	left: 0;
}

#geoFooterRow1 {
	height: 35px;
	background: -moz-linear-gradient(top left -90deg, #eee, #ccc);
	background: -webkit-linear-gradient(top left -90deg, #eee, #ccc);
	background: linear-gradient(top left -90deg, #eee, #ccc);
	
	overflow: hidden;
}

#geoFooterRow2 {
	height: 80px;
	background: -moz-linear-gradient(top left -90deg, #eee, #ccc);
	background: -webkit-linear-gradient(top left -90deg, #eee, #ccc);
	background: linear-gradient(top left -90deg, #eee, #ccc);
}

#geoFooterRow2Left {
	float: left;
	padding-left: 10px;
	padding-top: 30px;
	font-size: 120%;
}

#geoFooterRow2Right {
	float: right;
}


#geoFooterRow1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	padding-top: 0.8em;
	padding-left: 1em;
}

#geoFooterRow1 ul li {
	float: left;
	min-width: 12em;
}
#geoFooterRow1 ul li strong {
	margin-right: 0.5em;
}


#mapDiv {
	position:absolute;
	top:0;
	bottom:	0;
	right: 0;
	left: 0;
}



#sideDiv {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	/*background: #ffd;*/
	overflow: hidden;
}

#sideToggle {
	background-color: #000;
	position: absolute;
	top: 40px;
	right: 0;
	width: 20px;
	height: 100px;
	
	display: block;
	
	border-radius: 10px 0px 0px 10px;
}

/* accordion */
#sideAccordion .ui-accordion-content {
	padding: 0;
}

#sideAccordion .count {
	position: absolute;
	right: 7px;
	top: 7px;
	color: #666;
}

#sideAccordion .fixed {
	background-color: white;
	padding: 0.5em;
}

#sideAccordion .scrollable {
	clear: both;
	background-color: white;
	overflow: auto;
}

#sideAccordion label {
	font-weight: bold;
	font-size: 90%;
}

.fromUntilDiv .fromDiv {
	float: left;
}

.fromUntilDiv .untilDiv {
	float: right;
}

#sideAccordion .fixed select {
	width: 100%;
}

#sideAccordion .alwaysOn {
	position: absolute;
	right: 52px;
	top: 10px;
	
	width: 19px;
	height: 11px;
	background-image: url(images/eye_off.png);
	
	cursor: pointer;
}

#sideAccordion .alwaysOn.on {
	background-image: url(images/eye_on.png);
}

/* searchBoxWasWo */

#searchBoxWas, #searchBoxWo {
}

#searchBoxWas label, #searchBoxWo label {
	margin-right: 1em;
	font-size: 150%;
	text-transform: uppercase;
}

#searchBoxWas span, #searchBoxWo span {
	display: inline-block;
	height: 32px;
	box-shadow: 2px 2px 5px black;
	border-radius: 5px;
}


#searchBoxWasInput, #searchBoxWoInput {
	border: none;
	background: none;
}

#searchBoxWasButton, #searchBoxWoButton {
	text-indent: -1000em;
	background: url(images/search32.png);
	width: 32px;
	height: 32px;
	border: none;
	
	cursor: pointer;
}

#searchBoxWas {
	position: absolute;
	top: 70px;
	right: 300px;
	
}

#searchBoxWo {
	position: absolute;
	top: 70px;
	right: 50px;
	
}

.searchAutocompleteCount {
	float: right;
	color: gray;
	padding-left: 3px;
	/*font-size: 90%; kills the baseline */
}

li.searchAutocompleteGeo a {
	color: steelblue;
}



ul.resultList {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.resultList li {
	clear: both;
	border-top: 1px dashed #666;
	padding: 2px 0;
	min-height: 40px;
}

ul.resultList li img {
	float: left;
	width: 40px;
	height: 30px;
	margin-left: 0.2em;
	margin-right: 0.5em;
}

ul.resultList li .category {
	font-size: 82%;
	font-style: italic;
	display: block;
	margin-left: 45px;
	color: #666;
}

ul.resultList li.highlight {
	background-color: #ffb;
}

.resultListMoreDiv {
	text-align: center;
	font-size: 80%;
	color: #666;
	height: 3em;
}


/* poitree++ */
.poiTreeCount {
	font-size: 90%;
	color: #666;
}


/* map - pinSinglePopup */

.pinSinglePopup .moreInfoButton {
	float: right;
	display: block;
	padding: 4px;
	background-color: gray;
	border-radius: 4px;
	color: white;
}

.pinSinglePopup .category {
	font-weight: bold;
}

.pinSinglePopup .actions {
	border-top: 1px solid gray;
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
}

.pinSinglePopup .actions a {
	display: block;
	color: black;
	height: 32px;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-image: url(images/search32.png);
	line-height: 32px;
	white-space: nowrap;
}

.pinSinglePopup .goUrlCp {
	font-size: 90%;
}

.pinSinglePopup .qrCode {
	text-align: center;
}

.pinSinglePopup .goUrlCopyDiv {
	margin: 3px;
	
}

.pinSinglePopup .goUrlCopyBox {
	width: 95%;
	border: 1px solid #666;
}


.pinSinglePopup .simpletabs-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -23px;
	left: 10px;
}

.pinSinglePopup .simpletabs-tabs li { /*TODO sliding doors?*/
	border: 1px solid black;
	background: white;
	float: left;
	padding: 4px;
	margin-right: 3px;
	
	/*border-radius: 10px 10px 0 0;*/
}

.pinSinglePopup .simpletabs-tabs li:hover {
	background-color: #ddd;
}

.pinSinglePopup .simpletabs-tabs li a {
	color: black;
	text-decoration: none;
	display: block;
	height: 14px;
	font-size: 90%;
}

.pinSinglePopup .simpletabs-tabs li.active {
	border-bottom: none;
	position: relative;
	top: 1px;
}

.pinSinglePopup .simpletabs-content {
	clear:both;
}


/* new mini-popup for combination with extended popup */
.pinSinglePopupMini {
	
}

.pinSinglePopupMini h3 {
	margin: 0;
}

.pinSinglePopupMini .thumb {
	width: 60px;
	float: left;
	margin: 4px;
}

.pinSinglePopupMini .textstuff {
	margin-left: 70px;
}

div.pinSinglePopup.pinSinglePopupMini span.category {
	color: #333;
	font-weight: normal;
}

#geoFooterRow2Right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#geoFooterRow2Right ul li {
	float: left;
	height: 32px;
	padding-left: 40px;
	margin: 0.5em;
	background-repeat: no-repeat;
	line-height: 32px;
}
#geoFooterRow2Right ul a {
	text-decoration: none;
	color: black;
}

#geoFooterRow2Right ul li.help {	background-image: url(images/search32.png);	}
#geoFooterRow2Right ul li.impressum {	background-image: url(images/search32.png);	}
#geoFooterRow2Right ul li.contact {	background-image: url(images/search32.png);	}

#footerHelpDialog iframe {
	border: 0px none;
}

.infoBoxWrap {
	background: white;
	padding: 5px;
	border-radius: 10px;
	cursor: default;
	box-shadow: 20px 20px 10px rgba(0,0,0,0.5);
	border: 2px solid black;
}

.infoBoxOnHover {
	background: white;
	border: 1px solid #666;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding: 2px;
	font-size: 80%;
}

.infoBoxOnHover div {
	white-space: nowrap;
}

/* eSuchWas4 filters */

.sideFilter, .filterDropDownContent {
	font-size: 90%;
}

.sideFilter > div {
	margin: 3px 0;
}

.sliderFilterDiv {
	clear: both;
	padding: 3px 0;
}

.sliderFilterDiv .label {
	float: left;
	width: 70px;
	padding-left: 10px;
}

.sliderFilterDiv .display {
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 10px;
}

.sliderFilterDiv .display span {
	font-weight: bold;
}

.sliderFilterDiv .slider {
	clear: both;
	/*width: 200px;*/
	margin: 5px;
	padding: 5px;
}

.sliderFilterDiv a.ui-slider-handle { border-radius: 10px 0 0 10px; }
.sliderFilterDiv a.ui-slider-handle + a.ui-slider-handle { border-radius: 0 10px 10px 0; }

.filterDropDown {
	border: 1px solid #ccc;
	line-height: 160%;
	font-weight: bold;
	cursor: pointer;
	width: 220px;
}

.filterDropDown small {
	float: right;
}

.filterDropDownContent {
	width: 290px;
	/*border: 1px solid #666 !important;*/
}

.filterDropDownContentHeader {
	border-bottom: 1px dashed #666;
	padding: 3px;
}

.filterDropDownContentHeader {
	text-align: right;
}

.filterDropDownContent .sapling { /* category tree container */
	max-height: 300px;
	overflow: auto;
}

#tourAdvancedContent > div {
	margin: 4px;
}

a.ec-button-secondary {
	cursor: pointer;
	text-decoration: none;
	background: #ddd;
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	display: inline-block;
}

a.ec-button-secondary:hover {
	text-shadow: 1px 1px 2px #ccc;
	border: 1px solid #aaa;
	background: #eee;
}

.ec-custompopup-popup {
	background: #ccc;
	background: rgba(100,100,100,0.4);
	padding: 8px;
}

.ec-custompopup-inner { /* optional */
	background: #eee;
}
