@charset "utf-8";
/* YDS DESIGN E INTERNET */

/* REMOVER A "DOTTED LINE" NOS BOTÕES (FIREFOX)_________________________________________________________________________________*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


/* LINKS DO SECTOR DE PESQUISA - NAVEGAÇÃO ______________________________________________________________________________________*/

.link_pesquisa_op A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-image: url(../images/pesquisa/close1ov.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 4px;
}
.link_pesquisa_op A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pesquisa/close1ov.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 4px;
}
.link_pesquisa_op A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pesquisa/close1ov.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 4px;
}
.link_pesquisa_op A:hover {
text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pesquisa/close1ov.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-left: 4px;
}


/* LINKS DO SECTOR DE PESQUISA - RESULTADOS ______________________________________________________________________________________*/

.link_pesquisa_ti A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}

.link_pesquisa_ti A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_pesquisa_ti A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_pesquisa_ti A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_pesquisa_cont A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	line-height: 16px;
}

.link_pesquisa_cont A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	line-height: 16px;
}

.link_pesquisa_cont A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	line-height: 16px;
}

.link_pesquisa_cont A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}



/* LINKS GERAIS _________________________________________________________________________________________________________________*/

.link_geral A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_geral A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_geral A:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.link_geral A:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


/* FORMULÁRIOS __________________________________________________________________________________________________________________*/

.form_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	width: 290px;
	padding: 0px;
	margin-top: 8px;
	position: absolute;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
