html {
	overflow: auto;
}

body {
	margin: 0;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	overflow: hidden;
}

#map {
	position: absolute;
	top: 64px;
	left: 221px;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	background-color: black;
	border: 1px solid black;
	cursor: pointer;
	z-index: 0;
}



/**********/
/* Header */
/**********/
#header {
	height: 64px;
	font-size: 12px;
}

#header a img {
	border:0;
}

#logo {
	margin: 2px;
	float: left;
}

.upright {
	position:absolute;
	right: 5px;
	top: 5px;
}

.bottomright {
	position: absolute;
	right: 5px;
	top: 47px;
}

img.imgright {
	border:none;
	vertical-align:top;
}

.flag {
	margin:2px;
	cursor:pointer;	
}



/**********/
/* Footer */
/**********/
#footer {
	background-color: #ccc;
	border: 1px solid black;
	border-bottom: 0;
	position: absolute;
	left: 221px;
	height: 32px;
	bottom: 0;
	right: 0;
	overflow: hidden;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#sceneInfo {
	position: absolute;
	right: 3px;
	bottom: 15px;
}

#position {
	position: absolute;
	left: 230px;
	bottom: 9px;	
	font-size: 10px;
	font-weight: bold;
}

#tiny {
	position: absolute;
	left: 230px;
	font-size: 8px;
	bottom:0;
}

#copy {
	position: absolute;
	bottom: 0;
	right: 2px;
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	margin: 3px;
}

/******************/
/* Controls dreta */
/******************/
#controlPanel {
	position: absolute;
	top: 64px;
	left: 0;
	bottom: 0;
}

#controlList {
	position: relative;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 210px;
	background-color: #ffecb7;
	border-right: 1px solid black;
}

#hider {
	position:relative;
	float: left;
	top: 0;
	bottom: 0;	
	height: 100%;
	background-color: white;
	width: 10px;
}

#hider img {
	position: absolute;
	top: 50%;
	cursor: pointer;
}

#controlList p.info {
	border-top: 1px solid black;
	background: url('img/info_icon.png') 4px 6px no-repeat;
	margin:0;
	padding: 8 28 8 24px;
	/*font-style:italic;*/
	font-weight: bold;
}

#controlList p.titol {
	border-top: 1px solid black;
	margin:0;
	padding: 8 28 8 24px;
	font-weight: bold;
	font-size: 14px;
}

div.modul {
	position: relative;
}

img.modulJander {
	position:absolute;
	right:1;
}

div.modul .title {
	color: #000000;
	background-color: #f5be2c;
	padding: 1px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.modul .subtitle {
	padding: 1px;
	font-weight: bold;
}

div.modul .content {
	padding: 2px;
}

#panZoomBar {
	position: absolute;
	/*right: 0px;*/
	right: 0px;
	/*background-color: #fafafa;*/
	border: 1px solid #333;
	width:60px;
	height:210px;
	background-image: url("img/gray.png");
	background-repeat: repeat;
}

/* LayerSwitcher */
.contentLayers {
	padding: 5px 0 12px 10px; /* top, left, bottom, right */
}

.slider {
	position:absolute;
	width:90px;
	height:16px;
	cursor:pointer;
	left:100px;
	top:24px;
	background: url('img/degradat.png') 0 12px no-repeat;
}

.handle {
	width:15px;
	height:16px;
	background-color:#f00;
	cursor:E-resize;
	background: url('img/handle.horizontal.png');
}


/************/
/* Topònims */
/************/
#toponim form {
	margin: 2px;
}

#toponim form input {
	font-size: 12px;
	border: 1px solid black;
	padding: 2px;
	width: 200px;
}

/************/
/* Fulls */
/************/
#full form {
	margin: 2px;
}

#full form input {
	font-size: 12px;
	border: 1px solid black;
	padding: 2px;
}

/************/
/* Senyals */
/************/
#vertex form {
	margin: 2px;
}

#vertex form input {
	font-size: 12px;
	border: 1px solid black;
	padding: 2px;
}


div.locs {
	overflow: auto;
	max-height: 160px;
}

div.loc {
	margin: 0px;
}

div.loc_sel {
	border: 1px solid black;
	margin: 0px;
	background-color: #e5fecc;
	cursor: pointer;
}

ul.loc_detall {
	display: none;
}

div.loc_sel ul.loc_detall {
	display: block;
	margin: 0;
	font-size: 10px;
	padding-left: 15px;
	list-style-type: none;
}



/****************/
/* Map Overview */
/****************/
#overview,#ovHider {
	right: 3;
	bottom: 48;
	position: absolute;
}

#ovHider {
	margin-bottom: -13px;
	cursor: pointer;
}

div.olControlOverviewMapElement {
	position: relative;
	background-color: black;
	border: 1px solid #444444;
	-moz-border-radius: 0;
	width: 128px;
	padding: 0;
}

div.olControlOverviewMapExtentRectangle {
	cursor: move;
	border: 1px solid red;
	background-color: #FF2B2B;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



/************/
/* ScaleBar */
/************/
#vss_sb {
	position: absolute;
	right: 1px;
	color: #FFc61E;
	width: 100%;
	height: 32px;
	font-size: 9px;
	font-weight: bold;
	overflow: hidden;
}

#scaleBar {
	left: 366px;
	width: 205px;
	bottom: 0px;
	position: absolute;
	overflow: hidden;
	height: 32px;
	font-size: 11px;
}

.sbWrapper {
	position: absolute;
	margin: 15px 50% 0 50%;
	font-family: Helvetica, Verdana, Arial;
}

.sbBar {
	top: -5px;
	border: 1px solid #333333;
	background-color: white;
	height: 6px;
}

.sbBarAlt {
	top: -5px;
	border: 1px solid #333333;
	background-color: #333333;
	height: 6px;
}

.sbMarkerMajor {
	width: 0px;
}

.sbMarkerMinor {
	width: 0px;
}

.sbNumbersBox {
	top: 4px;
	font-size: 1em;
	color: #333333;
}

.sbLabelBox {
	top: -6px;
	font-size: 1em;
	color: #333333;
}

.sbLabelBoxSingleLine {
	top: -0.8em;
	font-size: 0.8em;
	color: #333333;
	font-variant: small-caps;
}

/*******************/
/* Finestra dialeg */
/*******************/

#openwindow {
	padding:10px;
	text-align:justify;
}

#openwindow form input.text {
	padding: 2px;
	width: 25px;
}

#openwindow form input.textsegons {
	padding: 2px;
	width: 40px;
}

#openwindow input.texthidden {
	padding: 2px;
	width: 260px;
	border:0px;
}

/***********/
/* Tooltip */
/***********/

.tooltip_content{
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	background-color: white;
	overflow:hidden;
	margin:0;
	padding:5px;
}

.tooltip {
	/* color:#03778F;*/
	/* text-decoration: underline;*/
	vertical-align:bottom;
}
