/*-------------------------------------------------
    LOCALISATION POPUP
-------------------------------------------------*/
#LocalisationPopup {
	height: 270px;
}

#LocalisationPopup .bordGauche, #LocalisationPopup .bordDroite {
	height: 220px;
}

#LocalisationPopup .content {

}

#LocalisationPopup .dijitAccordionContainer {
	height: 218px;
}

#gotoText {
	margin-bottom: 5px;
}

.gotoButton {
	margin-top: -5px;
}

#LocalisationPopup .dijitDropDownButton {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}

#LocalisationPopup .dijitComboBox {
	margin-bottom: 5px;
}


#LocalisationPopup .projLabel {
	line-height: 18px;
	vertical-align: top;
}

#goToLambertRadio {
	margin-top: 3px;
}

#goToLatLongRadio {
	margin-top: 3px;
}

#goToCoordinatesX {
	margin-top: 3px;
}

#goToCoordinatesY {
	margin-top: 3px;
}

#goToDistance {
	margin-top: 3px;
}

.coordsButton {
	margin-top: 3px;
}

#gotoAddressStreet, #gotoAddressCity, .addressButton {
    margin-top: 3px;
}

.dj_ie #LocalisationPopup .dijitAccordionContainer {
	width: 385px;
}

.dj_ie #gotoText {
	margin: 0 5px 0 0;
}

.dj_ie #LocalisationPopup .dijitDropDownButton {
	margin-top: 5px;
	width: 145px;
}

.dj_ie #LocalisationPopup .dijitDropDownButton .dijitButtonContents {
	width: 140px;
}

.dj_ie #LocalisationPopup .dijitDropDownButton .dijitArrowButtonInner {
	width: 23px;
}

.dj_ie #goToLambertRadio {
	border-width: 0;
	height: 15px;
	width: 15px;
}

.dj_ie #goToLatLongRadio {
	border-width: 0;
	height: 15px;
	width: 15px;
}

.dj_ie #goToLambert93Radio {
	border-width: 0;
	height: 15px;
	width: 15px;
}

.dj_ie #LocalisationPopup .projLabel {
	padding-top: 3px;
}

/*-------------------------------------------------
    LOCALISATION RESULT POPUP
-------------------------------------------------*/
#GotoResultPopup {
	height: 300px;
}

#GotoResultPopup .bordGauche, #GotoResultPopup .bordDroite {
	height: 250px;
}

#GotoResultPopup .content {
	height: 248px;
}

#gotoResultDiv {
	overflow: auto;
	height: 220px;
}

#gotoResultDiv .gotoListItem {
    cursor: pointer;
    color: #fff;
	text-decoration: underline;
}