@import url(./layout.css);
@import url(./styles.css);

DIV.spacer {
	/* clear: both; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 1px;
	height: 1px;
}

/* 
	Styles para simples customiza��o
	Vini: 
		D� uma olhada neste recurso abaixo, tentei preservar a hist�ria do LILDBI, onde
		se pode customizar a interface a partir de poucas defini��es.
	
	ATEN��O: S� utilizar as propriedades descritas abaixo

 */

DIV.top {
        background:#9DC2E0 url(../image/common/banner.jpg) no-repeat scroll left top;
        height:95px;
}


DIV.identification {

        margin-top: 20px;
        margin-left: 340px;
        height:50px;
}



DIV.search DIV.informationTypes A.selected, DIV.search DIV.searchForm {
	/* background-color: #CCC; */
}

DIV.results DIV.resultServices DIV H4, 
DIV.resultSet DIV.infoBar {
	/* background-color: #CCC; */
}

DIV.results DIV.resultServices DIV {
	/* border-color: #CCC; */
}

