TD
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt
}

.cj{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt
}

.cj10{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    WIDTH: 180px
}

.cj11{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    WIDTH: 50px
}

.suggestion{
	WIDTH: 100%;
	BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #DEDEDE 1px solid;
	PADDING-TOP: 1px;	
	BORDER-LEFT: #DEDEDE 1px solid;
	PADDING-LEFT: 1px;
	BORDER-BOTTOM: #666666 1px solid;
	PADDING-BOTTOM: 1px;
	Z-INDEX: 2000;
	COLOR: #333333;
	POSITION: absolute;
	BACKGROUND-COLOR: #ffffff;
	CURSOR: default;
	FONT-SIZE: 6.3pt;
}

.mysuggest{
	border-style: hidden;
	border-spacing: 0;
	border: 3;
	width: 100%;
	cursor: pointer;
}

.poiTable{
	border: 0;
	width: 100%;
	cursor: pointer;
	background-color: rgb(222,222,222);
}

.suggestionTD{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 6.3pt;
	WIDTH: 50%;
	Font-Weight: bold;
}

.poi{
	color: #FFFFFF;
	font-weight: bold;
}

.origem{
	color: #FFFFFF;
    background-color: #FF0000;
}
.destino{
	color: #FFFFFF;
    background-color: #FF0000;
}
.divPoi{
	cursor: default;
	overflow: auto;
	width: 100%;
	height: 100%;
	border-left: 1px gray solid;
	border-bottom:1px gray solid;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

.divCaminho{
	cursor: pointer;
	overflow: auto;
	width: 100%;
	height: 100%;
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
	padding:0px;
	margin: 0px;
	font-size: 10px;
}

.divTip{
	overflow: auto;
	width: 100%;
	height: 100%;
	border-left: 1px gray solid;
	border-bottom:1px gray solid;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
}

.poiTD{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 6.5pt;
}

.blackPoi{
	color: #000000;
	font-weight: bold;
}

.accordionTitle{
	cursor: pointer;
	FONT-SIZE: +14PX;
    FONT-FAMILY: arial, sens-serif;
    font-weight: bold;
	padding: 3px;
}

.accordion{
	width: 100%;
	height: 100%;
}

.busca{
	border-left: 1px gray solid;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	border-right: 1px gray solid;
	background-color: rgb(212,208,200)
}

#map {
	width: 100%;
	height: 100%;
}

.tabelaCompacta{
	padding: 0px;
	margin: 0px;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.botaoClicado{
	width: 60px;		
	height: 19px;			
	border-Style: solid;
	border-color: rgb(52, 86, 132) rgb(108, 157, 223) rgb(108, 157, 223) rgb(52, 86, 132);
	border-width: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.botaoDesclicado{
	width: 60px;		
	height: 19px;			
	border-Style: solid;
	border-color: white rgb(176, 176, 176) rgb(176, 176, 176) white;
	border-width: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.tab{
	height: 20px;
	width: 40px;
	text-align: center;
}

.tabImg{
	width: 20px;
	height: 20px;
}

.dica{
	border-Color: #1f669b;
	border-Style: solid;
	border-width: 1px;
	font-size: 12px;
	text-align: top;
	width:100%;
	height:100%
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}