@charset "ISO-8859-2";
/* CSS Document */ 

/* --------------->>> This CSS only applies to the search results of the main window <<<-------------------- */

#searchResults {
	float:left;
/*	border:thin dotted #FF0080; */
	z-index: 2;
	position: absolute;
	visibility: hidden;
/*	width: 500px;*/
/*	width: 100%;*/
	top: 20px;
	margin-left: -7px;
	margin-right: -10px;
}

.results_table {
	width: 100%;
}

.results_table th {
	text-align: left;
	border-bottom: thin solid #C41F15;
}

.results_table td {
	white-space: nowrap;
}

.plus_sign {
	font-weight: bold;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.searchRes {
	height: 300px;

	overflow-y: auto;
/*	overflow-y: hidden; */
	background-color: #EDEBE9;
	padding-bottom: 2px;
	position: absolute;
	visibility: hidden;
}

.searchRes p {
	white-space: normal;
}

.searchRes li {
	white-space: normal;
}

.searchRes a {
        color: #645E5D;
	font-weight: bold;
        text-decoration: none;
}

.searchRes a:hover {
        color: #C41F15;
        text-decoration: none;
}


#loadAjax {
	position: absolute;
	visibility: hidden;
	z-index: 5;

	background: rgb(230,230,230) url(ajax-loader.gif) no-repeat center center;

        filter: alpha(opacity=70);
        -moz-opacity: 0.50;
        opacity: 0.50;
        -khtml-opacity: 0.50;

}


/********** Estils per al mòdul de cerca avançada intermitja **********/

#cercaAv {
	z-index: 10;
	border: thin solid black;
	position: absolute;
	visibility: hidden;
	margin-top: 0px;
	padding-right: 20px;
	float: right;
	background-color: #EDEBE9;
}

#cercaAv ul {
	margin-top:5px;
}


#cercaAv a {
	color:#C41F15;
	text-decoration:none;
}

#cercaAv a:hover {
        text-decoration: underline;
}



