#container { width: 960px; margin: 0 auto; position: relative; }

/* TYPE */
body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; }

/* PRETTY SEARCH */
input.prettysearch {
	width:200px;
	height: 16px;
	background-image: url(../images/pesquisa/searchfield_repeat.png);
	border: 0px;
	margin: 0;
	padding: 3px 0 0 0;
	font:11px "Lucida Grande", Geneva, Arial, sans-serif;
}
.search-wrapper { position: relative; width: 200px; }
.search-wrapper input.prettysearch { width: 171px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; }
.search-wrapper .left, 
.search-wrapper .right { behavior:url(/global/scripts/lib/#.htc); }
.search-wrapper .left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 19px;
	background-image: url(../images/pesquisa/searchfield_leftcap.png);
}
.search-wrapper .right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 19px;
	background-image: url(../images/pesquisa/searchfield_rightcap.png);
	left: 260px;
}
.search-wrapper.empty.blurred input { color: #7E7E7E; }
.search-wrapper .reset {
	position: absolute;
	width: 11px;
	height: 11px;
	overflow:hidden;
	z-index: 99;
	right: 4px;
	top: 4px;
	display: block;
	cursor: pointer;
	_cursor:hand;
	background-image: url(../images/pesquisa/close.gif);
}
.close_hiden {
	padding-top: 8px;
	padding-left: 12px;
	height: 20px;
	width: 300px;
}

.lista_pesquisa {
        width: 700px;
        height: 80px;
        /* background-color: #666666; */
        /* border: 1px dotted #333333; */
        margin-top: 12px;
        margin-left: 30px;
        float:left;
        color: #cccccc;
        padding: 5px;
}
.lista_pesquisa input {
        border: 0;
        padding: 0px;
        margin: 0px;
        color: #666666;
        background-color: #666666;
}

.lista_ajuda {
	width: 180px;
	height: 80px;
	margin-top: 12px;
	margin-right: 30px;
	float:right;
}

.text_ajuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}



.search-wrapper.empty .reset { display: none; }

/* SEARCH IE FIX */
.search-wrapper input.prettysearch { *margin-left: 20px; }

/* PRINT */
@media print {
	body, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide { display: none !important; }
	#main a.pdf, #main a.html, #main a.qt, #main a.ical, #main a.dl, #main a.dmg, #main a.zip, #main a.keynote, #main a.audio { padding-left: 0 !important; background-image: none !important; }
}
