/* - reset.css - */
@media screen {
	/* http://portalpadrao.plone.org.br/portal_css/reset.css?original=1 */
	/* */
	* {
		margin: 0;
		padding: 0;
	}
	* :link,:visited {
		text-decoration: none
	}
	* ul,ol {
		list-style: none;
	}
	* li {
		display: inline;
	}
	* h1,h2,h3,h4,h5,h6,pre,code {
		font-size: 1em;
	}
	* a img,:link img,:visited img {
		border: none
	}
	a {
		outline: none;
	}
	table {
		border-spacing: 0;
	}
	img {
		vertical-align: text-bottom;
	}
	iframe {
		border-width: 0;
		border-style: none;
	}
	
	blockquote, ul, ol, dl {
	    margin-left: 0 ;
	    margin-bottom: 0 ;
	    margin-right: 0 ;
	    margin-top: 0 ;
	}
	
	dl dd {
 	   margin-left: 0;
	}
	
	.lfr-actions.portlet-options .lfr-trigger strong a {
	    background-image: url("/temaPortalGestaoPessoas/images/portlet/options.png");
	    background-position: 0 0;
	    display: block;
	    font-size: 0;
	    height: 16px;
	    padding-bottom: 0;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0;
	    text-indent: -9999px;
	    width: 16px;
	}
	
	.lfr-actions .lfr-trigger strong {
	    display: block;
	    min-width: 0px;
	    padding-bottom: 3px;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 2px;
	    text-align: center;
	}
	
	.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	    background-image: none;
	    background-repeat: no-repeat;
	}
	
	.lfr-meta-actions{
		padding-top : 0;
	}
	/* */
}