/*** MAPA ************************************************************/

#mapDiv {
	width: 550px;
	height: 450px;
	overflow: hidden;
}

#mapArea {
	position: relative;
	width: 250px;
	height: 250px;
	top: 0px;
	left: 0px;
}

/*** Eines ***/

div.maptool {
	padding: 2px 3px 1px 3px;
}

/*** Opcions de les eines ***/

table.caixaOpcions {
	border: 1px solid rgb(102,102,102);
	background-color: white;
}

div.titolEinaOpcions {
	border-bottom: 1px dashed rgb(174,141,58);
	color: rgb(133,108,44);
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
}

table.dadesEinaOpcions {
	font-size: 8pt; font-family: Arial;
}

table.dadesEinaOpcions td input {
	font-size: 8pt; font-family: Arial;
}

table.dadesEinaOpcions td select {
	font-size: 8pt; font-family: Arial;
}

/***  ***/

.tocclass {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.tocclass a {
	display: block;
	padding: 0px 0px;
	color: #000000;
	text-decoration: none;
}

.tocclass a:hover {
	color: #000000;
	background-color: #69C;
	text-decoration: none;
	cursor: pointer;
}

.tocclass ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #44aaff;
	border-bottom: 1px solid white;
}


div#menu ul.menu1 {  list-style-type: none; margin: 1px 1px 0 1px; padding: 0; }

div.tocHeader {
	font: bold 0.8em Arial, Helvetica, Sans-serif;
	background: #AE8D3A;
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: white;
	margin-bottom: 1px;
	padding: 3px 3px 4px 7px;
}

div.tocHeaderName {
	width: 134px;
}

img.tocHeaderOpener {
}

img.tocHeaderCloser {
}

div.tocBlock {
}

div.tocEntry {
	background: #EDE9D6;
	padding: 0 0 0 0;
	color: black;
	margin-bottom: 0;
	border-bottom: 1px solid #AE8D3A;
}

div.tocEntry_ocult {
	color: black;
	margin-bottom: 0;
	border-bottom: 1px solid #AE8D3A;
}

div.tocEntry_ocult a {
	color: rgb(150,150,150);
	text-decoration: none;
}

div.tocEntry_ocult a:hover {
	color: rgb(150,150,150);
	text-decoration: none;
}

div.tocEntryName {
	text-indent: -22px;
	padding: 1px 0px 4px 25px;
	width: 134px;
	line-height: 0.6em;
	letter-spacing: -0.05em;
}
html>body div.tocEntryName { padding: 4px 0px 4px 25px; }

div.tocEntryName a {
	font: bold 0.8em Arial, Helvetica, Sans-serif;
	text-decoration: none;
	letter-spacing: 0em;
	line-height: 0.75em;
	letter-spacing: -0.05em;
}

div.tocEntryName a img { vertical-align: middle; margin: 0 3px 0 3px }

div.tocEntryLegend {
	margin: 0;
	padding: 0px 0 5px 7px;
	text-indent: 0;
}

.tocclass li {
	margin: 0 0 0 0;
	font-weight: bold;
}

.tocclass li li {
	font-weight: normal;
}

.tocclass ul a {
	display: block;
	text-decoration: none;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid white;
}

.tocclass ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
/*	margin-left: 7px;*/
/*	border-left: 1px solid rgb(99, 154, 206);*/
	background-color: #99ccff;
}

.tocclass ul ul li {
/*	margin: 0 0 0 10px; */
}


.tocclass ul ul a:hover {
	background-color: #69C;
	text-decoration: none;
}

.tocclass ul ul a {
	display: block;
	text-decoration: none;
	padding: 0px;
}

.tocclass li li a {
	border-top: none;
	border-bottom: none;
}

.tocclass .node_visible {
	position: relative;
	top: 4px;
	left: 0px;
	padding: 0px;
	display: inline;
/*	float: left;*/
	padding-left: 5px;
	padding-right: 5px;
}

.tocclass .icon {
	float: right;
	clear: right;
	position: relative;
	right: 5px;
}

.tocclass .label {
/*	float: left;*/
	position: relative;
	display: inline;
	top: 0px;
	left: 0px;
	font-size: 8pt;	
}

.tocclass ul.obert {
	display: block;
}

.tocclass ul.tancat {
	display: none;
}

.popupItem {
    background: #ffffee;
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 1px;
}

.popupItem:hover {
    background: #7a8aff;
    color: #fffafa;
}

.popupFrame {
    background: #ffffee;
    border: solid 1px black;
    padding: 3px;
    overflow: hidden;
    z-index: 50000;
}


/* OV MAP */

div.ovmapclass {
	cursor: crosshair;
	padding: 1px;
	background-color: white;
}

