.css {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92ABB9;
}
.css_lados {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #92ABB9;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #92ABB9;
}
.quadrado {
	border: 1px solid #92ABB9;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-family: Verdana;
	font-size: 10px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

