#extInfoWindowCSS{
  width: 350px;
  margin: -7px 0px 0px 83px;
}
#extInfoWindowCSS_contents{
  z-index: 1;
  background-color: #FFF;
}
#extInfoWindowCSS_contents b{
	padding-left: 5px;
}
#extInfoWindowCSS_tl{
  width: 10px;
  height: 10px;
  background: url('../imagens/infoWindow/tl.png') top left no-repeat transparent;
}
* html #extInfoWindowCSS_tl{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/tl.png', sizingMethod='crop');
}
#extInfoWindowCSS_t{
  background: url('../imagens/infoWindow/t.png') top left repeat-x transparent;
}
#extInfoWindowCSS_tr{
  width: 10px;
  height: 10px;
  background: url('../imagens/infoWindow/tr.png') top left no-repeat transparent;
}
* html #extInfoWindowCSS_tr{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/tr.png', sizingMethod='crop');
}
#extInfoWindowCSS_l{
  width: 1px;
  background: url('../imagens/infoWindow/l.png') top left repeat-y transparent;
}
#extInfoWindowCSS_r{
  z-index: 5;
  width: 1px;
  background: url('../imagens/infoWindow/r.png') top right repeat-y transparent;
}
#extInfoWindowCSS_bl{
  width: 9px;
  height: 9px;
  background: url('../imagens/infoWindow/bl.png') top left no-repeat transparent;
}
* html #extInfoWindowCSS_bl{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/bl.png', sizingMethod='crop');
}
#extInfoWindowCSS_b{
  z-index: 5;
  background: url('../imagens/infoWindow/b.png') top left repeat-x transparent;
}
#extInfoWindowCSS_br{
  z-index: 5;
  width: 9px;
  height: 9px;
  background: url('../imagens/infoWindow/br.png') top left no-repeat transparent;
}
* html #extInfoWindowCSS_br{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/br.png', sizingMethod='crop');
}
#extInfoWindowCSS_close{
  z-index: 5;
  width: 22px;
  height: 12px;
  margin: 10px 30px 0 0;
  background: url('../imagens/infoWindow/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSS_close{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/close.png', sizingMethod='crop');
}
#extInfoWindowCSS_max{
  width: 21px;
  height: 21px;
  background: url('../imagens/infoWindow/max.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSS_max{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/max.png', sizingMethod='crop');
}
#extInfoWindowCSS_min{
  width: 21px;
  height: 21px;
  background: url('../imagens/infoWindow/min.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSS_min{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/min.png', sizingMethod='crop');
}
#extInfoWindowCSS_beak{
  z-index: 5;
  margin: -1px 0px 0 -48px;
  width: 100px;
  height: 63px;
  background: url('../imagens/infoWindow/beak.png');
}
* html #extInfoWindowCSS_beak{
  z-index: 5;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/beak.png', sizingMethod='crop');
}
#extInfoWindowCSS_contents .section1{
  margin: 0;
  padding: 0;
}
#extInfoWindowCSS_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#extInfoWindowCSS_contents p{
  margin: 1px 0;
  padding: 5px;
}
#extInfoWindowCSS_contents .title{
  z-index: 3;
  padding: 0 0 3px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  background-color: #336600;
}
#extInfoWindowCSS_contents .conteudo{
  z-index: 3;
  border: 1px solid #fff;
  background-color: #FFF;
}

#extInfoWindowCSS_contents .shadow{
	z-index: -999;
	position: absolute;
	margin: 50px 0px 0px 17px;
	width: 463px;
	height: 100%;
	background: url('../imagens/infoWindow/sombra.png') bottom right no-repeat transparent;/* Essa linha é para os browsers que entendem PNG direito */
	*background-image: none; /* Asterisco para sem identificado pelo IEca 6 e 7, substituindo a imagem anterior que da problema */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.calecalcariodoparana.com.br/includes/templates/padrao/imagens/infoWindow/sombra.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca 6 ler o PNG */}
/*CSS para os Polygons*/

#extInfoWindowCSSPolygons{
  width: 350px;
  margin: 34px 0px 0px 95px;
}
#extInfoWindowCSSPolygons_contents{
  z-index: 1;
  background-color: #FFF;
}
#extInfoWindowCSSPolygons_contents b{
	padding-left: 5px;
}
#extInfoWindowCSSPolygons_tl{
  width: 10px;
  height: 10px;
  background: url('../imagens/infoWindow/tl.png') top left no-repeat transparent;
}
* html #extInfoWindowCSSPolygons_tl{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/tl.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_t{
  background: url('../imagens/infoWindow/t.png') top left repeat-x transparent;
}
#extInfoWindowCSSPolygons_tr{
  width: 10px;
  height: 10px;
  background: url('../imagens/infoWindow/tr.png') top left no-repeat transparent;
}
* html #extInfoWindowCSSPolygons_tr{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/tr.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_l{
  width: 1px;
  background: url('../imagens/infoWindow/l.png') top left repeat-y transparent;
}
#extInfoWindowCSSPolygons_r{
  z-index: 5;
  width: 1px;
  background: url('../imagens/infoWindow/r.png') top right repeat-y transparent;
}
#extInfoWindowCSSPolygons_bl{
  width: 9px;
  height: 9px;
  background: url('../imagens/infoWindow/bl.png') top left no-repeat transparent;
}
* html #extInfoWindowCSSPolygons_bl{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/bl.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_b{
  z-index: 5;
  background: url('../imagens/infoWindow/b.png') top left repeat-x transparent;
}
#extInfoWindowCSSPolygons_br{
  z-index: 5;
  width: 9px;
  height: 9px;
  background: url('../imagens/infoWindow/br.png') top left no-repeat transparent;
}
* html #extInfoWindowCSSPolygons_br{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/br.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_close{
  z-index: 5;
  width: 22px;
  height: 12px;
  margin: 10px 30px 0 0;
  background: url('../imagens/infoWindow/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSSPolygons_close{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/close.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_max{
  width: 21px;
  height: 21px;
  background: url('../imagens/infoWindow/max.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSSPolygons_max{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/max.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_min{
  width: 21px;
  height: 21px;
  background: url('../imagens/infoWindow/min.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #extInfoWindowCSSPolygons_min{

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/min.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_beak{
  z-index: 5;
  margin: -1px 0px 0 -48px;
  width: 100px;
  height: 63px;
  background: url('../imagens/infoWindow/beak.png');
}
* html #extInfoWindowCSSPolygons_beak{
  z-index: 5;

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/infoWindow/beak.png', sizingMethod='crop');
}
#extInfoWindowCSSPolygons_contents .section1{
  margin: 0;
  padding: 0;
}
#extInfoWindowCSSPolygons_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#extInfoWindowCSSPolygons_contents p{
  margin: 1px 0;
  padding: 5px;
}
#extInfoWindowCSSPolygons_contents .title{
  z-index: 3;
  padding: 0 0 3px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  background-color: #336600;
}
#extInfoWindowCSSPolygons_contents .conteudo{
  z-index: 3;
  border: 2px solid #FFF;
  background-color: #FFF;
}
#extInfoWindowCSSPolygons_contents .shadow{
	z-index: -999;
	position: absolute;
	margin: 50px 0px 0px 12px;
	width: 463px;
	height: 100%;
	background: url('../imagens/infoWindow/sombra.png') bottom right no-repeat transparent;
	*background-image: none; /* Asterisco para sem identificado pelo IEca 6 e 7, substituindo a imagem anterior que da problema */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.calecalcariodoparana.com.br/includes/templates/padrao/imagens/infoWindow/sombra.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca 6 ler o PNG */
}
.conteudo table{
	width:350px;
	padding:0px;
	margin:0px;	
	word-wrap: break-word;
}
