/* INIT	*/
#geowt-init {
	
}

#geowt-int-container {
	
}

#geowt-init-content {
	width: 100%;
	text-align: center;
}

.init-title {
	font-size: 14px;
}

.init-message {
	font-size: 10px;
	font-style: italic;
}

/* Log */
.log-console {
	font-size: 8pt;
}

/* info */
a.geowt-info {
	text-decoration: none;
}

.geowt-info-label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ff7d22;
}

.geowt-info-btn {
	border-style: none;
	vertical-align: middle;
	cursor: pointer;
}


.box-shadow{
	-moz-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
	-webkit-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
	-khtml-box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
	box-shadow: rgba(200, 200, 200, 1) 0 4px 18px;
}

.box-rounded{
	border: 3px solid #F0F0F0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* Panneaux 'flotants' */

td.anchor {
	width: 14px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background: #F0F0F0 url('bg-tirette.png') repeat-y right top;
	cursor: pointer;
}

#geowt {
	
}

#geowt-header {
	height:80px;
	width:100%;
	background-image:url(../images/logos/imagis-fond.jpg);
	background-repeat:repeat-x;
	border-bottom:3px solid #cccccc;
}

#header-title {
	font-size:20pt;
	font-style:italic;
	position:relative;
	top:-20px;
}

#header-buttons {
	width: 200px;
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 10px;
}

#geowt-maintoolbar {
	position: absolute;
	top: 80px;
	right: 50px;
	border-color: #ff7d22;
	border: 1px solid #A7A37E;
	background-color:#E6E2AF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:4px;
}

#workstack {
	position: absolute;
	top: 160px;
	left: 0;
	border-left-style: none;
	-moz-border-radius-topleft: 0px;
	-khtml-border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-khtml-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#workstack td.content {
	width: 350px;
}

#workstack td.anchor {
	height: 140px;
}

#ovpanel {
	position: absolute;
	bottom: 85px;
	right: 15px;
}

#scalepanel {
	position: absolute;
	bottom: 35px;
	right: 15px;
	background-color: white;
}

#copyright {
	position: absolute;
	bottom: 10px;
	right: 40px;
}

#workstack, #scalepanel {
	-moz-opacity: 0.9;
	opacity: 0.9;
	/* Transparence pour IE désactivé (ne gere pas bien la transparence des boutons...) */
	/*filter: alpha(opacity = 90);*/
}

.map-copyright {
	white-space: nowrap;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}


