img {
	border: none;
}
#mapLink {
	border: 1px solid #c0c0c0;
	padding: 5px;
	background-color: #eeeeee;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 300px;
	z-index: 9995;
}
#description {
	position: absolute;
	top: 85px;
	right: 5px;
}

#links h1,h2 {
	font-size: small;
	display: inline;
}
#txtLink {
	width: 280px;
}
.closer {
	position: absolute;
	top: 2px;
	right: 2px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
#lightbox {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 9998;
	position: absolute;
	top: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
}
#lightboxContent {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	height: 350px;
	width: 400px;
	padding: 10px;
	border: 3px solid #aaaaaa;
	background-color: #ffffff;
	z-index: 9999;
}
.route {
	margin-bottom: 5px;
	border: 1px solid #c0c0c0;
	background-color: #f7f7f7;
	padding: 5px;
}
.route img, .routeAddress input {
	vertical-align: middle;
}
.route input {
	margin-left: 5px;
	width: 220px;
}
.route label {
	padding: 0 0 0 30px;
}
.aColor a:link {
	text-decoration: none;
	color: Blue;
}
.aColor a:visited {
	color: Red;
}
.aColor a:hover {
	text-decoration: underline;
	color: Red;
}
body, html {
	font-family: arial, sans-serif;
	font-size: small;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
#map {
	position: absolute;
	top: 130px;
	right: 300px;
	bottom: 0;
	left: 0;
}
#anexo {
	background: transparent url(logo_ane.png) no-repeat scroll right bottom;
	border-left: solid 1px #ccc;
	position: absolute;
	top: 130px;
	right: 0;
	bottom: 0;
	width: 300px;
	overflow: auto;
}
#top {
	position: relative;
	width: 100%;
	height: 130px;
}
#links {
	background: #f7f7f7;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#linksL {
	height: 25px;
	position: absolute;
	bottom: -1;
	left: 10px;
	right: 300px;
	padding-top: 4px;
}
#linksR {
	height: 25px;
	position: absolute;
	bottom: -1;
	right: 0;
	width: 300px;
	text-align: right;
	padding-top: 4px;
}
#links a {
	padding: 0 10px 0 18px;
}
.mapAddOn {
	border: 2px outset #c0c0c0;
	background-color: #fff;
	padding: 5px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
	z-index: 5;
	cursor: default;
}
/* aumenta a opacidade no IE6 */
* .mapAddOn {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.mapAddOn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
}
.tooltip {
	background-color: #fff;
	border: 1px #333 solid;
	white-space: nowrap;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;
	padding: 2px 4px;
}
p, form {
	margin: 0;
	padding: 0;
}
label {
	color: #999;
	font-size: x-small;
	font-family: Verdana, Arial, Sans-Serif;
	display: block;
}
#loadingMessage {
	background-color: #ffffff;
	font-weight: bold;
	border: 2px double #333333;
	padding: 10px;
	position: absolute;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
	z-index: 1000;
}
.txtSearch {
	border-top: none;
	border-left: none;
	border-bottom: solid 1px #d8d8d8;
	background: #fff url(input_mi.png) repeat-x scroll center top;
	margin: 0;
	height: 17px;
	padding-top: 3px;
}
#geocode {
	position: absolute;
	top: 50px;
	left: 200px;
	width: 450px;
}
#geocode span {
	background: transparent url(input_le.png) no-repeat scroll left center;
	padding-left: 22px;
	display: block;
	position: relative;
}
#btnBuscar {
	position: absolute;
	right: -10px;
	top: -5px;
	width: 108px;
	height: 33px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent url(button00.gif) no-repeat scroll center;
}
#btnBuscar:active {
	background: transparent url(button_h.gif) no-repeat scroll center;
}
.mGeocode {
	display: block;
	border-bottom: 1px dotted #aaa;
	padding: 2px 0 2px 25px;
}
.routeBtn {
	width: 32px;
	height: 32px;
	margin: 5px 20px;
	background: transparent;
	border: 1px outset #c0c0c0;
}
.routeBtn:active {
	border: 1px inset #c0c0c0;
	outline: none;
}
#lnkLink {
	background: transparent url(lnk_link.gif) no-repeat scroll left center;
}
#lnkSendMail {
	background: transparent url(lnk_send.gif) no-repeat scroll left center;
}
#lnkClearMap {
	background: transparent url(lnk_clea.gif) no-repeat scroll left center;
}
#lnkShowDivRoute {
	background: transparent url(lnk_rout.gif) no-repeat scroll left center;
}
#lnkHelp {
	background: transparent url(lnk_help.gif) no-repeat scroll left center;
}
#btnInvert {
	background: transparent url(btn_inve.gif) no-repeat scroll center;
}
#btnStep {
	background: transparent url(btn_step.png) no-repeat scroll center;
}
#btnMail {
	background: transparent url(btn_mail.gif) no-repeat scroll center;
}
#logo {
	position: absolute;
	left: 20px;
	top: 28px;
}