/* ----------------  Componente STAFFMASTER  --------------------------------------------------------------------------------*/
#staff_header {
	display:		none;
	display:		block;
	background:		#3ca6e6;
	font-weight:	bold;
	color:			#fff;
	font-size:		9px;
	line-height:	14px;
	padding-left:	18px;
	border-bottom:	2px solid #3d3d8a;
	margin-left:	0px;
}
#staff_container {
	padding: 0;
	margin:	0;
}

/* ----------------  Componente JOOMFISH        --------------------------------------------------------------------------------*/
#jflanguageselection {
	max-height: 	22px;
	margin: 		1px 0px 0px 0px;
	padding:		0px 0px 0px 3px;
	vertical-align:	center;
	float:			left;
}
#rawimages {
	height: 22px;
	margin: 0;
}
#active_language {
	height: 22px;
	margin: 0;
}


/* ----------------  Componente XMAP                  --------------------------------------------------------------------------------*/
div.xmap {
	font-size:		12px;
	line-height:	16px;
}
.xmap .menutitle {
	border-top:		2px solid #3d3d8a;
	margin-top:		-2px;
	background:		#dedede;
	font-weight:	bold;
	color:			#3d3d8a;
	font-size:		14px;
	line-height:	20px;
	padding-left:	10px;
}

.xmap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 5px 0px 10px 5px;
}
.xmap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.xmap a img {
	border		: none;
}
.xmap ul.level_0 ul {
	list-style	: inside square;
}
.xmap ul.level_1 li {
	white-space	: nowrap;
		padding		: 0 0 0 2em;

}
.xmap .active {
	font-style	: italic;
}