/* +------------------------------------------------------------------------+ */
/* | 20121018 1900 mORA - www.roam.it                                       | */
/* +------------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Corpo Pagina - Strumenti                                         | */

/* -----( Lingua )----------------------------------------------------------- */
#page_tool_lang
{
	padding: 0;
	border: 0;
	margin: 0;

	float: left;
	left: 0;
	top: 0;
	height: 35px;

	position: relative;

	background-image: url(../imgn/back/page_tool_lang_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	z-index: 4;
/* -----( Molliche di pane/Responsabile )------------------------------------ */
}
#page_tool_deep
{
	padding: 0;
	border: 0;
	margin: 0;

	float: left;
	left: 0;
	top: 0;
	height: 35px;
	
	position: relative;

	background-image: url(../imgn/back/page_tool_deep_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

	z-index: 3;
}
/* -----( SGG (3.4) - Strumenti - Testo )------------------------------------ */
.page_tool_text
{
	padding: 0 1em 0 0.5em;
	border: 0;
	margin: 0;

	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-align: left;

	position: relative;
	float: left;
	left: 15px;
	top: 0.9em;

	background-color: transparent;

	z-index: 5;
}
/* -----( SGG (3.4) - Strumenti - Testo - Link )----------------------------- */
.page_tool_text a:link
{
	font-weight: bold;
	color: rgb(0, 0, 128);

	background-color: transparent;

	z-index: 5;
}
.page_tool_text a:visited
{
	font-weight: bold;
	color: rgb(0, 0, 128);

	background-color: transparent;

	z-index: 5;
}
.page_tool_text a:hover
{
	font-weight: bold;
	color: white;

	background-color: rgb(0, 0, 128);

	z-index: 5;
}
/* -----( SGG (3.4) - Ricerca )---------------------------------------------- */
#page_tool_sear
{
	padding: 0;
	border: 0;
	margin: 0;

	float: right;
	right: 0;
	top: 0;
	height: 35px;

	position: absolute;

	background-color: transparent;

	z-index: 3;
}
/* -----( SGG (3.4) - Strumenti - Ricerca - Testo )-------------------------- */
.page_tool_sear_text
{
	padding: 0 1.5em 0 0;
	border: 0;
	margin: 0;

	position: relative;
	float: right;
	top: 5px;

	background-color: transparent;

	z-index: 5;
}
/* -----( Strumenti - Ombra )------------------------------------------------ */
#page_tool_righ
{
	padding: 0;
	border: 0;
	margin: 0;

	float: right;
	right: 0;
	top: 0;
	height: 35px;
	width:5px

	position: absolute;

	background-color: transparent;

	z-index: 3;
}
/* | END | Corpo Pagina - Strumenti                                         | */
/* +-----+------------------------------------------------------------------+ */