/*
	FERRAMENTAS DE INTERACAO COM O CONTEUDO
	Obs.:verificar multiplos onmouseover
*/

/* Utilizaao no site BOVESPA */
div.ferramentasConteudo {
	width:60%;
	height:19px;
	float:right;
	margin:5px 0 0;
	font:normal normal normal 10px "Trebuchet MS", sans-serif;
	color:#8e9083;
	position:relative;
	/*top:-23px;*/
}
div.ferramentasConteudo h4 {
	float:left;
	width:auto;
	text-align:right;
	text-transform:lowercase;
	font:normal normal normal 10px/8px "Trebuchet MS", sans-serif;
	cursor:pointer;
	
}
div.ferramentasConteudo ul {float:right;}
div.ferramentasConteudo ul li {
	width:auto;
	float:left;
	display:inline;
	margin:3px 0 0;
	padding:0 9px 0;
	border-right:solid 1px #d4d4cf;
	cursor:default;
}
div.ferramentasConteudo ul li.ultimoItem {
	padding-right:0;
	padding-top:5px;
	border:none;
	
}
div.ferramentasConteudo ul li:hover {color:#4b4b4b;}
div.ferramentasConteudo ul li fieldset {
	display:block;
	float:left;
}
div.ferramentasConteudo ul li fieldset input {
	width:15px;
	height:15px;
	margin:2px 0 0 2px;
	text-indent:-999px;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
	border:none;
	background-color:Transparent;
	float:left;
}

/* SELECAO DO TAMANHO DA FONTE DO TEXTO */
div.ferramentasConteudo ul li.tamanhoFonte {}
div.ferramentasConteudo ul li.tamanhoFonte fieldset input.aumentoFonte {
	background:url(/mulheres/img/IconeAumentoFonte0.gif) no-repeat center center;
}
div.ferramentasConteudo ul li.tamanhoFonte fieldset input.aumentoFonte:hover {
	background:url(/mulheres/img/IconeAumentoFonte1.gif) no-repeat center center;
}
div.ferramentasConteudo ul li.tamanhoFonte fieldset input.diminuicaoFonte {
	margin:3px 0 0;
	background:url(/mulheres/img/IconeDiminuicaoFonte0.gif) no-repeat center center;
}
div.ferramentasConteudo ul li.tamanhoFonte fieldset input.diminuicaoFonte:hover {
	background:url(/mulheres/img/IconeDiminuicaoFonte1.gif) no-repeat center center;
}
/* RSS */
div.ferramentasConteudo ul li.rss h4 {
	width:auto;
	padding:5px 0 0;
}
div.ferramentasConteudo ul li.rss fieldset input {
	background:url(/mulheres/img/IconeRSS0.gif) no-repeat center center;
}
div.ferramentasConteudo ul li.rss:hover fieldset input {
	background:url(/mulheres/img/IconeRSS1.gif) no-repeat center center;
}

/* IMPRESSAO */
div.ferramentasConteudo ul li.impressora fieldset input {
	background:url(/mulheres/img/IconeImpressora0.gif) no-repeat center center;
}
div.ferramentasConteudo ul li.impressora:hover fieldset input {
	background:url(/mulheres/img/IconeImpressora1.gif) no-repeat center center;
}
/* ENVIO POR E-MAIL */
div.ferramentasConteudo ul li.envioPorEmail fieldset input {
	background:url(/mulheres/img/IconeEnvelope0.gif) no-repeat center top;
}
div.ferramentasConteudo ul li.envioPorEmail:hover fieldset input {
	background:url(/mulheres/img/IconeEnvelope1.gif) no-repeat center top;
}
