/*
	SIGEOM SA
	RAL 5015
	RVB 40,116,178
	HEX: #2874b2
	$Id$ 
*/
html, body {
  color: black;
  font-size: small;
  line-height: 1.1em;
  font-family: arial, verdana, sans-serif;
  background: #ecebe7;
  padding:0;
  margin:0; 
}


/* élément de mise en page globaux pour toutes les divisions
	suppression des floats, _r right, _l left, _b both
*/
.clr_r{
	clear: right;
}
.clr_l{
	clear: left;
}
.clr_b{
	clear: both;
}
.bd{
	font-weight: bold;
}

.bc{
	font-weight: bold;
	text-align: center;
}

.c{
	text-align: center;
}

.it{
 	font-style: italic;
}

a {text-decoration: none;color:#5C74BB;}
a:hover {text-decoration: underline;color:#D0670A;}

.orange{
	color: #ffcc00;
}
.bleu {
	color: #0033cc;
}
/*
	Header 
*/
#pageHeader { 
	background: #0065ce; /* Gris #deddd9; */
	/*	url('../gfx/geojb-logo.png') top right no-repeat; */
	width: 100%;
	height: 68px;
	}
	/* Mise en images des titres */
#pageHeader h1{
	background: transparent;
	/* url('../gfx/geojb-logo.png') top right no-repeat; */
	height: 40px;
	margin: 0px;
	padding: 0px 1.25em;
	text-align: left;
	letter-spacing: 0.1em; 
	font:bold normal 32px/40px "Arial", Helvetica, Geneva, sans-serif;
	color : white; /* Presque Noir #474747; */
}

#pageHeader h1 span{
/* on masque le titre */
	display : inline;
}

/* devise */
h2 { 
	height: 20px;
	margin: 0px; 
	padding: 0px;
	padding-left: 2.25em;
	text-align: left;
	font: bold normal 14px/18px "Arial", Helvetica, Geneva, sans-serif;
	/*letter-spacing: 0.7em;*/ 
	color: white;
	}

/* Partie contenue complète */ 
#content {
	z-index: 0;
	}

/* Minimum properties, jsN16tools will adjust it */
#leftbar {
  position: absolute;
  display: block;
  visibility: hidden;
  top: 110px;
  padding: 0px;
  margin: 0px;
  background: #f4f4f4;
  z-index: 3;
  text-align: left;
  border: 3px solid #666666;
  border-left-style: ridge;
  border-top-style: ridge;
}
#leftbar_viewport{
	border: 0px;
	background: #f4f4f4;
}
#leftbar p, #leftbar div{
	text-align: left;
}
#leftbar p{
	font-size: x-small;
}

#leftbar_header{
	height: 22px;
	font: bold normal 12px/16px Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #2874b2;
	color: #fff;
	vertical-align: middle;
	text-align:center;
}


#leftbar_header a.tbutton{
	float:right;
	border:1px solid gray;
	color:white;
	font-weight:bold;
	cursor:pointer;
	margin-right:1px;
}

#leftbar_header a.tbutton:hover{
	border:1px solid white;
	color:green;
	background: #fefefe;
	cursor:pointer;
	text-decoration:none;
	text-align: center;
}

#identity{
	float: right;
	margin-right: 4px;
	padding: 1px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 8px;
	line-height: 18px;
	height: 20px;
	z-index: 3;
}

#leftbar .leftbar_title{
	font-variant: small-caps;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	margin: 0px;
	color: #fefefe;
	cursor:move;
}

#leftbar .login_submit {
	background: transparent url('../gfx/login.png') no-repeat 0% 50%;
	padding : 0px;
	margin: 0px;
	border: 0px;
	text-align:left;
	color: #fefefe;
	vertical-align: middle;
	font-weight: bold;
	font-size: x-small;
	line-height: 18px;
	height: 18px;
	width: 18px;
}
#leftbar .login_submit:hover{
	background: transparent url('../gfx/login_on.png') no-repeat  0% 50%;
	color: #ffcc00;
}

#leftbar .logout_submit {
	background: transparent url('../gfx/logout.png') no-repeat 0% 50%;
	padding : 0px;
	margin: 0px;
	border: 0px;
	text-align:left;
	color: #fefefe;
	vertical-align: middle;	
	font-weight: bold;
	font-size: x-small;
	line-height: 18px;
	height: 18px;	
	width: 18px;
}
#leftbar .logout_submit:hover{
	background: transparent url('../gfx/logout_on.png') no-repeat  0% 50%;
	color: #ffcc00;
}

.folder {
  display: none;
  text-align:center;
  padding:5px;
  font-size: x-small;
  color: black;
}

fieldset{
	border: 1px solid #006600;
	margin: 6px 0px 0px 0px;
	}

legend{
  color: #020202;
  font-size: small;
  line-height: 1.1em;
  font-weight: bold;
  font-family: verdana, sans-serif;
	}

#tools_lang{
	display: inline;
}

img.lang {
	width: 18px;
	height: 11px;
	display : inline;
	border: none;
	vertical-align: middle;
}

#themap {
	background-color: #ecebe7;
	margin:0px; padding:0px;
}

#container {
	border: 0px;
	overflow: auto;
}

#banner {
  border: 1px #ccc dashed;
  margin:10px;
}

#banner h1 {text-align:center;margin:5px;padding:0;font-size:1.1em;}

#loginform {
  margin: 0px;
  padding: 0px;
  display: inline;
  cursor: pointer;
}

#cartouche {
	position : fixed;
	bottom : 0.2em;
	text-align: center;
	width: 98%;
	margin :1.25em 0px 0px 0px;
}

#keymap {text-align:left; margin:0.02em;}
#keymap input {border:1px solid #eee;}

#layerscmd, #layersroot {text-align:left;}
#layerscmd ul, #layerscmd li{
list-style: none;
text-align: left;
line-height: 18px;
vertical-align: middle;
}


.deco{
	vertical-align:middle;
	border:0px;
	text-decoration:none;
}

#loadbarDiv{
		visibility:hidden;
		text-align:center;
		vertical-align:middle;
		border:none;
		margin:0px;
		padding:0px;
  z-index:99;
}
#loadbar {
  width:170px;
  padding:10px;
  background-color:#2874b2;
  border:1px solid #eee;
  font-weight: bold;
  font-size: small;
  color: #fefefe;
  position: absolute;
  z-index:99;
}
#loadbar img {border:0;margin-top:10px;}

pre {border: 1px #ccc dashed;padding:20px;margin-right:10px;}

.form_button {
  height:20px;
  border:1px solid #fff;
  border-bottom-color: #aaa;
  border-right-color: #aaa;
  background-color:#eee;
  color:black;
  font-size:small;
  font-weight:bold;
  margin:2px;
}

.form_button_hilight {
  height:20px;
  border:1px solid #fff;
  border-bottom-color: #aaa;
  border-right-color: #aaa;
  background-color:#eee;
  color:#006600;
  font-size:small;
  font-weight:bold;
  margin:2px;
}

.form_button:hover,.form_button_hilight:hover {
  border:1px solid #fff;
  border-top-color: #aaa;
  border-left-color: #aaa;
  background-color:#fafafa;
  color: #006600;
}

.toolbar_on {
  border: 1px solid #ffcc00;
  cursor: pointer;
}

.toolbar_off {
  border: 1px solid #ffffff;
  cursor: pointer;
}


#dummy {
  width:0px;
  height:0px;
  visibility: hidden;
  position:absolute;
  top:-10px;
  left: -10px;
}

#scaleContainer {
  position:absolute;
  z-index:3;
}

#floatScale {
  padding:0;
  margin:0;
  margin-right: 0.2em;  
  text-align: right;
  font-size:x-small;
}

#floatGeo {
  padding:0;
  margin:0;
  margin-right: 0.2em;
  text-align: right;
  font-size:x-small;
 }

#floatDistance {
  padding:0;
  margin: 0;
  display: none;
}

#floatSurface {
  padding:0;
  margin: 0;
  display: none;
}


.label_views{
	width: 96px;
	display:block;
	float:left;
}


.help_h3 {
	color: #383838;
	font-size: 1.2em;
	font-weight: bold;
}
.help_h4 {
  font-weight: bold;
}
.table_help{
  border:0;
  width:95%;
  background-color:#FAD54D;
}

#resultContainer{
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
  width:99%;
  height:100px;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
  background: transparent;
  display: block;
  visibility: hidden;
  z-index: 200;
}
#resultContainer fieldset{
  background: #ebebeb;
  border: 2px solid gray;
  padding : 4px;
  margin: 2px;
  margin-left: 25%;
  width: 250px;
  color: black;
  text-align: left;
}
#resultContainer fieldset legend{
  text-align: left;
  background: gray;
  border: 2px solid gray;
  border-bottom: 0px solid gray;
  padding: 0.25em 0.75em;
  margin: 0px;
  color: white;
  font-weight: bold;
}

.layerResult {margin: 4px 0px; text-align:left;}
table.result { border: 1px solid gray;  line-height: 1.1em; padding: 1px; margin:1px; background: #f5f5f5; }
th.result { border-collapse: collapse; font-weight:bold; padding: 0px; margin:0px; border:none; text-align:left; font-style: italic;}
td.result { border-collapse: collapse;padding: 0px; margin:0px;}

#grudis_form{
	background: #d4d4d4;
	display: block;
	visibility: hidden;
}

.locationInfo { font-size: x-small; }


label.searchchoice  { width : 100px; color: black; font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px; margin-left: 6px; margin-right: 22px; float:left;}
select.searchselect  { width : 152px; font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px; background-color: #ffffff; color: black; border: 1px solid gray}

label.navlabel  { width : 122px; color: black; font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px;margin-left: 6px; margin-right: 12px; float:left;}
select.navselect  { width : 128px; font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px; background-color: #ffffff; color: black; border:1px solid gray}

option {padding-left: 0.25em;}

.navtext  { width : 68px; font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px; background-color: #ffffff; color: black; border:1px solid gray;}

.input_text  { font-size: small; line-height:1.25em; vertical-align:middle; text-align:left; margin:0px; padding:0px; background-color: #ffffff; color: black; border:1px solid gray;}

/* Geoloc style */
#geolocContainer{
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
  width:99%;
  height:100px;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
  background: transparent;
  display: block;
  visibility: hidden;
  z-index: 200;
}
#geolocContainer fieldset{
  background: #ebebeb;
  border: 2px solid gray;
  padding : 4px;
  margin: 2px;
  margin-left: 25%;
  width: 250px;
  color: black;
  text-align: left;
}
#geolocContainer fieldset legend{
  text-align: left;
  background: gray;
  border: 2px solid gray;
  border-bottom: 0px solid gray;
  padding: 0.25em 0.75em;
  margin: 0px;
  color: white;
  font-weight: bold;
}

