

/** 
* @filepath: /shared/reset.css
* @timestamp: 1253915808
*/
/* -------------------------------------------------- 
				RESET CSS
----------------------------------------------------*/

h1, h2, h3, h4, h5, h6, font, p, blockquote, 
strong, s,b, u, i, ol, ul, li {
	margin: 10;
	padding: 10;
	border: 0;
	outline: 10;
	font-size: 12px;	
}


/* IE PNG FIX */
.pngFixWrapRel { position: relative; }
.pngFixWrapAbs { position: absolute; }
/* Clearfix */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {min-height: 1px;}


/** 
* @filepath: /shared/style.css
* @timestamp: 1253915808
*/
/* -------------------------------------------------- 
				General Text Settings
----------------------------------------------------*/



/* -------------------------------------------------- 
				LINKS
----------------------------------------------------*/

        a.linkA2:link {
        color:#FF0000;
        text-decoration:none;
        }
        a.linkA2:visited {
        color:#999999;
        text-decoration:none;
        }
        a.linkA2:hover {
        color:#000000;
        text-decoration:underline;
        }
        a.linkA2:active {
        color:#00FF00;
        text-decoration:underline;
        background-color:#000000;
        }
		

a.linkSite:link,
a.linkSite:visited { text-decoration: none; color: #194876; font-family:Verdana, Geneva, sans-serif; font-size:12px }

a.linkSite:hover,
a.linkSite:active { /* text-decoration: underline;*/ color: #FF0000; font-family:Verdana, Geneva, sans-serif; font-size:12px;}

a.linkBairro:link,
a.linkBairro:visited { text-decoration: none; color: #FF0; font-family:Verdana, Geneva, sans-serif; font-size:11px }

a.linkBairro:hover,
a.linkBairro:active { /* text-decoration: underline;*/ color: #FFFFFF; font-family:Verdana, Geneva, sans-serif; font-size:11px;}

a.linkMenu:link,
a.linkMenu:visited { text-decoration: none; color: #000000; font-family:Verdana, Geneva, sans-serif; font-size:10px; font-variant:small-caps }

a.linkMenu:hover,
a.linkMenu:active { /* text-decoration: underline;*/ color: #FFFC00; font-family:Verdana, Geneva, sans-serif; font-size:10px}


a.linkPaginacao:link,
a.linkPaginacao:visited { text-decoration: none; color: #000000; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-variant:small-caps}

a.linkPaginacao:hover,
a.linkPaginacao:active { /* text-decoration: underline;*/ color: #FF0000; font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold}


     
/* 194876 -------------------------------------------------- 
				COMMON FORMATTING
----------------------------------------------------*/
hr { margin: 15px 0; }



 


/** 
* @filepath: /global.css
* @timestamp: 1253915808
*/
/* GLobal Disabled state for pagination arrows */
a.disabled {
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	cursor: text !important;
}

/* -------------------------------------------------- 
				HEADER
----------------------------------------------------*/ 


/*	TOP BANNER AD
----------------------------------------------------*/
.adSpace {
	height: auto;
	width: 968px;
	margin: 0 auto;
	min-height: 26px;
	height:auto !important;
	height:26px;
}

.adWrapper {
/*	*height:66px;
	min-height:66px; */
}

/*	LOGIN / SIGNUP
----------------------------------------------------*/

	
/*	SITE SEARCH
----------------------------------------------------*/




/*	ABC.COM LINKS
----------------------------------------------------*/		

#abc-overlay {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	min-height: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
	z-index: 9998;
}
#abc-div-iframe {
	width: 0;
	height: 0;
  	position: absolute;
    z-index: 9999;
}
#abc-div-iframe a.close{
	background:url(http://www.portaldeguarulhos.com/imagens/btnClose.png?cb=v1.63) no-repeat top right;
	height:36px;
	position:absolute;
	text-indent:-9999px;
	right: -21px;
	top:-20px;
	width:36px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='http://www.portaldeguarulhos.com/imagens/btnClose.png?cb=v1.63');
}
#abc-div-iframe #close.external{
	right:0;
	top:0;
}
html, body {
	height: 100%;
}




