Commit d55e7ffa794b65cd26bbcfcca0398fae9a8d5909

Authored by Edmar Moretti
1 parent 499267aa

Aplicação de novo estilo às janelas flutuantes, baseado no sistema SIGEO (MPF)

Showing 121 changed files with 2597 additions and 4036 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 121 files displayed.

admin/admin.db
No preview for this file type
classesphp/classe_metaestatinfo.php
@@ -91,9 +91,12 @@ class MetaestatInfo{ @@ -91,9 +91,12 @@ class MetaestatInfo{
91 */ 91 */
92 function converteTextoArray($texto){ 92 function converteTextoArray($texto){
93 try { 93 try {
94 - if(empty($texto) || strtoupper($texto) == "NULL"){ 94 + if(empty($texto) || (!is_array($texto) && strtoupper($texto) == "NULL")){
95 return ""; 95 return "";
96 } 96 }
  97 + if(!is_array($texto)){
  98 + return $this->converteTexto($texto);
  99 + }
97 $chaves = array_keys($texto); 100 $chaves = array_keys($texto);
98 if($chaves[0] != "0"){ 101 if($chaves[0] != "0"){
99 foreach($chaves as $chave){ 102 foreach($chaves as $chave){
css/corrigeyui_geral.css
@@ -145,38 +145,6 @@ @@ -145,38 +145,6 @@
145 width: 18px; 145 width: 18px;
146 } 146 }
147 147
148 -.i3GeoFolder .ygtvtp,  
149 -.i3GeoFolder .ygtvtph,  
150 -.i3GeoFolder .ygtvtm,  
151 -.i3GeoFolder .ygtvtmh,  
152 -.i3GeoFolder .ygtvlm,  
153 -.i3GeoFolder .ygtvlmh,  
154 -.i3GeoFolder .ygtvtm,  
155 -.i3GeoFolder .ygtvtmh,  
156 -.i3GeoFolder .ygtvlp,  
157 -.i3GeoFolder .ygtvlph{  
158 - width: 38px;  
159 - background-image: url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite-folder.gif);  
160 -}  
161 -  
162 -.i3GeoFolder .ygtvloading{  
163 - width: 38px;  
164 -}  
165 -  
166 -.ygtvhtml {  
167 - text-align: left;  
168 -}  
169 -  
170 -.ygtvitem {  
171 - text-align: left;  
172 -}  
173 -  
174 -td.ygtvcell {  
175 - border: 0;  
176 - padding: 0;  
177 - padding-right: 3px;  
178 -}  
179 -  
180 .yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a { 148 .yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
181 background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x; 149 background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x;
182 border: solid #a3a3a3; 150 border: solid #a3a3a3;
@@ -200,89 +168,5 @@ td.ygtvcell { @@ -200,89 +168,5 @@ td.ygtvcell {
200 outline: 0; 168 outline: 0;
201 } 169 }
202 170
203 -.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a {  
204 - color: #000000;  
205 - font-size: 95%;  
206 - line-height: 2;  
207 - min-height: 1em;  
208 - padding: 0 10px;  
209 -}  
210 -.yui-skin-sam .yui-button {  
211 - border-color: #D3D3D3;  
212 - border-radius: 6px;  
213 - box-shadow: 0px 0px 0px 0px rgb(230,230,230);  
214 -}  
215 -.yui-skin-sam .yui-button .first-child {  
216 - border-color: #D3D3D3;  
217 - border-radius: 7px;  
218 -}  
219 -  
220 -.ygtvcontent {  
221 - font-size: 1em;  
222 - padding: 0 3px 10px 0;  
223 -}  
224 -  
225 -.ygtvcell {  
226 - font-size: 1em;  
227 - padding: 0 3px 5px 0;  
228 -}  
229 -  
230 -.comboTemasCabecalho .yuimenuitemlabel {  
231 - color: black;  
232 - cursor: default;  
233 - font-size: 10px;  
234 - font-weight: normal;  
235 - padding: 0 0px;  
236 - text-decoration: none;  
237 -}  
238 -  
239 -.rodar .first-child button {  
240 - background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
241 - width: 250px;  
242 -}  
243 -.rodar150 .first-child button {  
244 - background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
245 - width: 150px;  
246 -}  
247 -  
248 -.rodar100 .first-child button {  
249 - background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
250 - width: 100px;  
251 -}  
252 171
253 -.rodar0 .first-child button {  
254 - background: url("../imagens/oxygen/16x16/run-build.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
255 - width: 20px;  
256 - height: 20px;  
257 -}  
258 -  
259 -.adicionar0 .first-child button {  
260 - background: url("../imagens/oxygen/16x16/list-add.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
261 - width: 20px;  
262 - height: 20px;  
263 -}  
264 172
265 -.enviar .first-child button {  
266 - background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;  
267 - width: 250px;  
268 -}  
269 -  
270 -.abrir .first-child button {  
271 - background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
272 - width: 250px;  
273 -}  
274 -  
275 -.abrir200 .first-child button {  
276 - background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
277 - width: 200px;  
278 -}  
279 -  
280 -.abrir150 .first-child button {  
281 - background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
282 - width: 150px;  
283 -}  
284 -  
285 -.abrir100 .first-child button {  
286 - background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
287 - width: 100px;  
288 -}  
css/default.css
@@ -41,6 +41,20 @@ hr { @@ -41,6 +41,20 @@ hr {
41 color: #4bd5d5 !Important; 41 color: #4bd5d5 !Important;
42 } 42 }
43 /**************************/ 43 /**************************/
  44 +
  45 +.iconeGuiaMovel {
  46 + padding: 2px;
  47 + border-radius: 5px 5px 5px 5px;
  48 + background-image: none;
  49 + border: solid 1px gray;
  50 + box-shadow: 0px 1px 3px lightgray;
  51 + cursor: pointer;
  52 + widh: 40px;
  53 + height: 40px;
  54 + background-color: rgba(0,60,136,.5);
  55 +
  56 +}
  57 +
44 #i3GEOguiaMovel { 58 #i3GEOguiaMovel {
45 position: absolute; 59 position: absolute;
46 display: block; 60 display: block;
@@ -364,6 +378,646 @@ Configuracoes especificas dos elementos que ficam no rodape @@ -364,6 +378,646 @@ Configuracoes especificas dos elementos que ficam no rodape
364 .temaArrastar { 378 .temaArrastar {
365 text-align: left; 379 text-align: left;
366 } 380 }
  381 +
  382 +
  383 +/* Botoes das janelas flutuantes*/
  384 +
  385 +.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a {
  386 + color: #000000;
  387 + font-size: 95%;
  388 + line-height: 2;
  389 + min-height: 1em;
  390 + padding: 0 10px;
  391 +}
  392 +.yui-skin-sam .yui-button {
  393 + border-color: #D3D3D3;
  394 + border-radius: 4px;
  395 + box-shadow: 0px 0px 0px 0px rgb(230,230,230);
  396 + border-width: 0px 0;
  397 +}
  398 +.yui-skin-sam .yui-button .first-child {
  399 + border-color: #D3D3D3;
  400 + border-radius: 2px;
  401 + font-weight: initial;
  402 + border-width: 0 0px;
  403 + margin: 0 0px;
  404 +}
  405 +
  406 +.comboTemasCabecalho .yuimenuitemlabel {
  407 + color: black;
  408 + cursor: default;
  409 + font-size: 10px;
  410 + font-weight: normal;
  411 + padding: 0 0px;
  412 + text-decoration: none;
  413 +}
  414 +
  415 +.rodar .first-child button {
  416 + width: 250px;
  417 +}
  418 +.rodar150 .first-child button {
  419 + width: 150px;
  420 +}
  421 +
  422 +.rodar100 .first-child button {
  423 + width: 100px;
  424 +}
  425 +
  426 +.rodar0 .first-child button {
  427 + width: 20px;
  428 + height: 20px;
  429 +}
  430 +
  431 +.adicionar0 .first-child button {
  432 + width: 20px;
  433 + height: 20px;
  434 +}
  435 +
  436 +.enviar .first-child button {
  437 + width: 250px;
  438 +}
  439 +
  440 +.abrir .first-child button {
  441 + width: 250px;
  442 +}
  443 +
  444 +.abrir200 .first-child button {
  445 + width: 200px;
  446 +}
  447 +
  448 +.abrir150 .first-child button {
  449 + width: 150px;
  450 +}
  451 +
  452 +.abrir100 .first-child button {
  453 + width: 100px;
  454 +}
  455 +
  456 +//janelas
  457 +
  458 +.bd .lista td, .bd .lista1 td, .bd .lista2 td, .bd .lista3 td, .bd .lista4 td, .bd .lista5 td, .bd .lista6 td, .bd .lista7 td, .bd .lista8 td {
  459 + color: white;
  460 +}
  461 +
  462 +.bd select {
  463 + background: white;
  464 +}
  465 +
  466 +.bd div {
  467 + text-align: left;
  468 +}
  469 +
  470 +.bd p {
  471 + text-align: left;
  472 +}
  473 +
  474 +.linha {
  475 + color: white;
  476 +}
  477 +.i3GeoTituloJanela {
  478 + font-family: trebuchet ms;
  479 + font-size: 160%;
  480 + font-weight: bold;
  481 + color: #FFFFFF;
  482 + opacity: 1.0;
  483 + text-align: center;
  484 + top: 5px;
  485 + /*margin-top: -30px;*/
  486 +}
  487 +
  488 +.i3GeoIconeJanela{
  489 + display: none;
  490 + position: absolute;
  491 + left: 2px;
  492 + top: 5px;
  493 +}
  494 +
  495 +.i3GeoAguardeJanela {
  496 + height: 2px;
  497 + left: 0;
  498 + position: absolute;
  499 + top: 29px;
  500 + width: 100%;
  501 + z-index: 102;
  502 +}
  503 +
  504 +.yui-panel-container .yui-resizepanel .bd {
  505 + overflow: auto;
  506 + background-color: #fff;
  507 +}
  508 +
  509 +.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {
  510 + overflow: hidden;
  511 +}
  512 +
  513 +.yui-panel-container.show-scrollbars .yui-resizepanel .bd {
  514 + overflow: auto;
  515 +}
  516 +
  517 +.yui-panel-container.show-scrollbars .underlay {
  518 + overflow: visible;
  519 +}
  520 +
  521 +.hd .i3GEOiconeFerramenta{
  522 + display: none;
  523 +}
  524 +
  525 +.yui3-js-enabled .yui3-scrollview-loading {
  526 + visibility: hidden;
  527 +}
  528 +
  529 +td {
  530 + background-color: transparent !important;
  531 +}
  532 +
  533 +.conectarwms {
  534 + background:
  535 + url("../imagens/menu-lateral-subitens/catalogo/botao-conexoes.png")
  536 + no-repeat !important;
  537 +}
  538 +
  539 +.upload {
  540 + background:
  541 + url("../imagens/menu-lateral-subitens/catalogo/botao-upload.png ")
  542 + no-repeat !important;
  543 +}
  544 +
  545 +.download {
  546 + background:
  547 + url("../imagens/menu-lateral-subitens/catalogo/botao-download.png")
  548 + no-repeat !important;
  549 +}
  550 +
  551 +.importarwmc {
  552 + background:
  553 + url("../imagens/menu-lateral-subitens/catalogo/botao-importarwmc.png")
  554 + no-repeat !important;
  555 +}
  556 +
  557 +.nuvemtags {
  558 + background:
  559 + url("../imagens/menu-lateral-subitens/catalogo/botao-nuvemdetags.png")
  560 + no-repeat !important;
  561 +}
  562 +
  563 +.carouselTemas {
  564 + background:
  565 + url("../imagens/menu-lateral-subitens/catalogo/botao-minitaturas.png")
  566 + no-repeat !important;
  567 +}
  568 +
  569 +.buscaInde {
  570 + background:
  571 + url("../imagens/menu-lateral-subitens/catalogo/botao-pesquisanainde.png")
  572 + no-repeat !important;
  573 +}
  574 +
  575 +.iconeMetaestat {
  576 + background:
  577 + url("../imagens/menu-lateral-subitens/catalogo/botao-mapacomlegenda.png")
  578 + no-repeat !important;
  579 +}
  580 +
  581 +/* UTILIZADOS EM VRIOS LOCAIS */
  582 +.ajuda_usuario {
  583 + background:
  584 + url("../imagens/menu-lateral-subitens/catalogo/botao-tiny-documentacao.png")
  585 + no-repeat !important;
  586 + width: 21px !important;
  587 + top: 3px;
  588 +}
  589 +
  590 +.styled-select, .styled-select150, .styled-select100, .styled-select200, .styled-select250 {
  591 + background: none !important;
  592 + box-shadow: none;
  593 + border: none;
  594 + color: black;
  595 + font-weight: normal;
  596 +}
  597 +
  598 +.styled-select input {
  599 + font-family: trebuchet ms;
  600 + font-size: 13px;
  601 + font-weight: normal;
  602 + color: #000000;
  603 + opacity: 1.0;
  604 + background: white !important;
  605 + box-shadow: none;
  606 + border: none;
  607 +}
  608 +
  609 +.tic {
  610 + background:
  611 + url("../imagens/menu-lateral-subitens/camadas/botao-buscar.png")
  612 + scroll 0 0 rgba(0, 0, 0, 0) !important;
  613 + box-shadow: none;
  614 + height: 36px;
  615 + margin-left: 0;
  616 + width: 36px;
  617 +}
  618 +.ticPropriedades2 {
  619 + background: none !important;
  620 +}
  621 +
  622 +
  623 +/* JANELAS FLUTUANTES */
  624 +.yui-panel div {
  625 + background: none !IMPORTANT;
  626 +}
  627 +
  628 +.container-minimiza {
  629 + background:
  630 + url("../imagens/janelas-flutuantes/botao-dimensionar-janela.png")
  631 + no-repeat !important;
  632 + margin-top: 10px;
  633 +}
  634 +
  635 +.container-minimiza:hover {
  636 + background:
  637 + url("../imagens/janelas-flutuantes/botao-dimensionar-janela-hover.png")
  638 + no-repeat !important;
  639 +}
  640 +
  641 +.yui-skin-sam .container-minimiza {
  642 + cursor: pointer;
  643 + height: 15px;
  644 + position: absolute;
  645 + right: 35px;
  646 + top: 3px;
  647 + width: 25px;
  648 + z-index: 2001;
  649 + opacity: .8;
  650 + filter: alpha(opacity = 80);
  651 + background:
  652 + url("../imagens/janelas-flutuantes/botao-dimensionar-janela.png")
  653 + no-repeat !important;
  654 + margin-top: 10px;
  655 +}
  656 +
  657 +.yui-skin-sam .container-duplica {
  658 + background: url("../imagens/janelas-flutuantes/botao-nova-janela.png")
  659 + no-repeat !important;
  660 + cursor: pointer;
  661 + height: 15px;
  662 + position: absolute;
  663 + right: 57px;
  664 + top: 3px;
  665 + width: 25px;
  666 + z-index: 2001;
  667 + opacity: .8;
  668 + filter: alpha(opacity = 80);
  669 +}
  670 +
  671 +.container-duplica {
  672 + background: url("../imagens/janelas-flutuantes/botao-nova-janela.png")
  673 + no-repeat !important;
  674 + margin-top: 10px;
  675 +}
  676 +
  677 +.container-duplica:hover {
  678 + background:
  679 + url("../imagens/janelas-flutuantes/botao-nova-janela-hover.png")
  680 + no-repeat !important;
  681 +}
  682 +
  683 +.yui-skin-sam .container-close {
  684 + cursor: pointer;
  685 + height: 15px;
  686 + position: absolute;
  687 + right: 1px;
  688 + top: 3px;
  689 + width: 25px;
  690 + z-index: 2001;
  691 + opacity: .80;
  692 + filter: alpha(opacity = 80);
  693 + background: url("../imagens/janelas-flutuantes/botao-fechar-janela.png")
  694 + no-repeat !important;
  695 + margin-top: 10px;
  696 + margin-left: 5px !important;
  697 +}
  698 +
  699 +.yui-skin-sam .container-close:hover {
  700 + background:
  701 + url("../imagens/janelas-flutuantes/botao-fechar-janela-hover.png")
  702 + no-repeat !important;
  703 +}
  704 +
  705 +.yui-module .yui-overlay .yuimenu .yui-button-menu .yui-menu-button-menu .visible {
  706 + background-color: #094672;
  707 +}
  708 +
  709 +.yui-skin-sam .yui-panel, #mostradistancia, #executa, #ferramentas, #legenda,#legendai,#corpoLegi,#listaPropriedades, #areaRealce {
  710 + background-color: #094672;
  711 + border: 13px none;
  712 + border-radius: 13px;
  713 +}
  714 +
  715 +.yui-skin-sam .yui-resize .yui-resize-handle-br {
  716 + background:
  717 + url("../imagens/janelas-flutuantes/botao-arrastarpararedimensionar.png")
  718 + no-repeat !important;
  719 + bottom: 10px;
  720 + height: 20px;
  721 + right: 10px;
  722 + width: 20px;
  723 +}
  724 +
  725 +.yui-skin-sam .yui-resize .yui-resize-handle-br:hover {
  726 + background:
  727 + url("../imagens/janelas-flutuantes/botao-arrastarpararedimensionar-hover.png")
  728 + no-repeat !important;
  729 +}
  730 +
  731 +.i3GeoRodapeJanela {
  732 + background: none;
  733 + text-align: left;
  734 + color: rgba(255, 255, 255, 0.6);
  735 +}
  736 +
  737 +.i3GeoRodapeJanela table {
  738 + background : none;
  739 + width : 90%;
  740 +}
  741 +
  742 +.i3GeoRodapeJanela td {
  743 + border:0px solid white;
  744 + cursor:pointer;
  745 + background: none;
  746 +}
  747 +
  748 +.yui-skin-sam .yui-panel .ft {
  749 + background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  750 + border: 13px none;
  751 + margin-top: 10px;
  752 + min-height: 30px;
  753 +}
  754 +
  755 +.yui-skin-sam .yui-panel .ft div{
  756 + background: none !IMPORTANT;
  757 +}
  758 +
  759 +.yui-skin-sam .yui-panel-container.shadow .underlay {
  760 + bottom: 0;
  761 + left: 0;
  762 + opacity: 0.3;
  763 + position: absolute;
  764 + right: 0;
  765 + top: 0;
  766 + background: none !IMPORTANT;
  767 + border: none !IMPORTANT;
  768 + background-color: none !IMPORTANT;
  769 + box-shadow: none !IMPORTANT;
  770 +}
  771 +
  772 +.yui-skin-sam .yui-panel .bd {
  773 + border: 0px;
  774 + box-shadow: 0 0 0px 0px black;
  775 + text-align: left;
  776 + font-size: 10px;
  777 + background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25) !IMPORTANT;
  778 +}
  779 +
  780 +bd .i3geoFormIconeEdita {
  781 + border : none;
  782 +}
  783 +
  784 +.bd .paragrafo {
  785 + color: rgba(255, 255, 255, 0.6);
  786 +}
  787 +
  788 +.yui-skin-sam .yui-panel-container {
  789 + padding: 0 1px;
  790 + border-radius: 5px 5px 5px 5px;
  791 + border: 0px;
  792 +}
  793 +
  794 +.yui-skin-sam .yui-panel .bd .yui-navset {
  795 + background: none;
  796 + z-index: 1;
  797 + border-bottom: 2px solid lightgray;
  798 +}
  799 +
  800 +.yui-skin-sam .bd .yui-navset .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button,.yui-skin-sam .bd .yui-button button,.yui-skin-sam .bd .yui-button a,.yui-skin-sam .bd .yui-button .first-child
  801 + {
  802 + border-color: lightgray;
  803 +}
  804 +
  805 +.yui-skin-sam .yui-resize .yui-resize-handle-br {
  806 + right: 0;
  807 + bottom: 0;
  808 + height: 8px;
  809 + width: 8px;
  810 + position: absolute;
  811 +}
  812 +
  813 +.yui-skin-sam .yui-resize .yui-resize-handle-b {
  814 + right: 0;
  815 + bottom: 0;
  816 + height: 8px;
  817 + width: 8px;
  818 + position: absolute;
  819 +}
  820 +
  821 +.yui-skin-sam .yui-navset .yui-nav a, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
  822 + background: rgba(5, 69, 108, 0.9) !IMPORTANT;
  823 + border: none;
  824 + font-family: trebuchet ms;
  825 + font-size: 13px;
  826 + font-weight: bold;
  827 + color: rgba(255, 255, 255, 0.6);
  828 +}
  829 +.yui-skin-sam .yui-navset .yui-nav a :hover{
  830 + color:white;
  831 +}
  832 +.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
  833 + background: rgba(5, 69, 108, 0.9) !IMPORTANT;
  834 +}
  835 +
  836 +.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
  837 + border: 0px;
  838 +}
  839 +
  840 +.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
  841 + margin: 0 -5px 0 0;
  842 +}
  843 +
  844 +.yui-skin-sam .yui-panel .hd {
  845 + background-color: #F2F2F2;
  846 + color: #000000;
  847 + font-size: 93%;
  848 + font-weight: bold;
  849 + line-height: 2;
  850 + height: 40px;
  851 + background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  852 + padding-top: 0px;
  853 + padding-bottom: 15px;
  854 + padding-left: 10px;
  855 + text-align: left;
  856 + border: 0px;
  857 +}
  858 +
  859 +.hd span {
  860 + font-family: trebuchet ms;
  861 + color: white;
  862 + opacity: 1.0;
  863 +}
  864 +
  865 +.yui-panel-container div .bd, .paragrafo > label{
  866 + background-color: none;
  867 + padding: 10px;
  868 + position: relative;
  869 + font-family: trebuchet ms;
  870 + font-size: 14px;
  871 + font-weight: bold;
  872 + color: rgba(255, 255, 255, 0.6);
  873 +}
  874 +
  875 +.yui-skin-sam .yui-tt .bd {
  876 + background-color: rgba(9, 70, 114, 0.75);
  877 + border-radius: 13px 13px 13px 13px;
  878 + padding: 10px;
  879 + margin-top: 10px;
  880 + position: relative;
  881 + font-family: trebuchet ms;
  882 + font-size: 14px;
  883 + font-weight: bold;
  884 + color: rgba(255, 255, 255, 1);
  885 + z-index: 999999;
  886 +}
  887 +
  888 +.cabecalhoTemas {
  889 + display: inline-block;
  890 + overflow: hidden;
  891 + white-space: nowrap;
  892 + width: 10em;
  893 + text-overflow: ellipsis;
  894 + text-align: left;
  895 + line-height: 9px;
  896 + font-size : 10px;
  897 + color: black !IMPORTANT;
  898 +}
  899 +
  900 +.comboTemasCabecalho {
  901 + z-index: 100;
  902 + position: absolute;
  903 + top: 10px;
  904 + left: 5px;
  905 +}
  906 +
  907 +.comboTemasCabecalho .yuimenuitemlabel {
  908 + color: black;
  909 +}
  910 +
  911 +.comboTemasCabecalho .yuimenuitemlabel:visited {
  912 + color: black;
  913 +}
  914 +
  915 +.comboTemasCabecalho>div {
  916 + background-color: #E7EEFF !Important;
  917 + margin-left: 3px;
  918 +}
  919 +
  920 +.yui-navset {
  921 + background-color: #222222 !IMPORTANT;
  922 + opacity: 0.6 !IMPORTANT;
  923 + border-bottom: 1px solid #A6A8AA;
  924 + background-image: none !important;
  925 + /* tab background */
  926 + z-index: 1; /* 3000 */
  927 +}
  928 +
  929 +.i3geoForm {
  930 + background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !IMPORTANT;
  931 + color: black;
  932 + font-weight: normal;
  933 +}
  934 +
  935 +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input {
  936 + width: 100%;
  937 +}
  938 +
  939 +.digitar, .digitar:hover, .digitarOver {
  940 + background-color: #222222 !IMPORTANT;
  941 + opacity: 0.9 !IMPORTANT;
  942 + box-shadow: none !IMPORTANT;
  943 +}
  944 +
  945 +
  946 +.ticfind {
  947 + background:
  948 + url("../imagens/barra-inferior/botao-tiny-zoomparacoordenadas.png")
  949 + scroll 0 0 rgba(0, 0, 0, 0) !important;
  950 + box-shadow: none;
  951 + height: 20px;
  952 + width: 20px;
  953 + margin-left: 5px;
  954 +}
  955 +
  956 +.ticfind:hover {
  957 + background:
  958 + url("../imagens/barra-inferior/botao-tiny-zoomparacoordenadas-hover.png")
  959 + no-repeat !important;
  960 + box-shadow: none;
  961 +}
  962 +
  963 +.linha, .linha1 {
  964 + color: white !important;
  965 +}
  966 +
  967 +.lista2 td {
  968 + background-color: none;
  969 + font-family: trebuchet ms;
  970 + font-size: 13px;
  971 + font-weight: normal;
  972 + color: white;
  973 + opacity: 1.0;
  974 +}
  975 +
  976 +.lista4 .digitar {
  977 + background-color: white !IMPORTANT;
  978 + opacity: 0.9 !IMPORTANT;
  979 + box-shadow: none !IMPORTANT;
  980 + color: black;
  981 +}
  982 +
  983 +.lista4 .digitar:hover {
  984 + background-color: white !IMPORTANT;
  985 + opacity: 0.9 !IMPORTANT;
  986 + color: black;
  987 +}
  988 +
  989 +.lista4 .digitarOver {
  990 + background-color: white !IMPORTANT;
  991 + opacity: 0.9 !IMPORTANT;
  992 + color: black;
  993 +}
  994 +
  995 +
  996 +.lista8 td, .lista6 td, .lista td {
  997 + color: white;
  998 +}
  999 +
  1000 +.lista8 td{
  1001 + background-color : none;
  1002 + background : none !important;
  1003 +}
  1004 +
  1005 +#slider-bg{
  1006 + border-bottom: 1px solid gray;
  1007 + left: 10px;
  1008 +}
  1009 +
  1010 +#mostraarea_c, #mostradistancia_c {
  1011 + z-index: 100000;
  1012 +}
  1013 +
  1014 +#mostradistancia {
  1015 + background-color : none !IMPORTANT;
  1016 +}
  1017 +
  1018 +
  1019 +
  1020 +
367 @media print { 1021 @media print {
368 -webkit-print-color-adjust:exact; 1022 -webkit-print-color-adjust:exact;
369 } 1023 }
@@ -117,11 +117,9 @@ Utilizado na janela do buscador INDE @@ -117,11 +117,9 @@ Utilizado na janela do buscador INDE
117 width:95%; 117 width:95%;
118 padding:2; 118 padding:2;
119 vertical-align:top; 119 vertical-align:top;
120 - background-color:#ffffff;  
121 } 120 }
122 121
123 .mensagemAjuda th { 122 .mensagemAjuda th {
124 - background-color: #cedff2;  
125 font-family:Verdana, Arial, Helvetica, sans-serif; 123 font-family:Verdana, Arial, Helvetica, sans-serif;
126 font-size: 8pt; 124 font-size: 8pt;
127 border: 1px solid #B1CDEB; 125 border: 1px solid #B1CDEB;
@@ -434,14 +432,14 @@ fieldset { @@ -434,14 +432,14 @@ fieldset {
434 border: 0px solid gray; 432 border: 0px solid gray;
435 border-radius: 5px 5px 5px 5px; 433 border-radius: 5px 5px 5px 5px;
436 box-shadow: 0 1px 3px gray; 434 box-shadow: 0 1px 3px gray;
437 - background-color: rgb(250, 250, 250); 435 + background: transparent;
438 margin: 15px; 436 margin: 15px;
439 } 437 }
440 438
441 legend { 439 legend {
442 font-weight: bold; 440 font-weight: bold;
443 cursor: pointer; 441 cursor: pointer;
444 - background-color: white; 442 + background: transparent;
445 color: navy; 443 color: navy;
446 text-align: left; 444 text-align: left;
447 font-size: 10px; 445 font-size: 10px;
@@ -455,10 +453,6 @@ legend { @@ -455,10 +453,6 @@ legend {
455 text-align: left; 453 text-align: left;
456 } 454 }
457 455
458 -.paragrafo label {  
459 - font-size: 12px;  
460 -}  
461 -  
462 .paragrafo input[type=checkbox] { 456 .paragrafo input[type=checkbox] {
463 position: relative; 457 position: relative;
464 top: 2px; 458 top: 2px;
@@ -668,14 +662,6 @@ div { @@ -668,14 +662,6 @@ div {
668 position: relative; 662 position: relative;
669 } 663 }
670 664
671 -i {  
672 - color: #660000;  
673 - BACKGROUND-COLOR: #ffffcc;  
674 - font-family: Verdana, Arial, Helvetica, sans-serif;  
675 -}  
676 -  
677 -  
678 -  
679 H1 { 665 H1 {
680 COLOR: #2F4632; 666 COLOR: #2F4632;
681 text-align: left; 667 text-align: left;
css/i3geo7.css
@@ -86,10 +86,12 @@ background: white none repeat scroll 0 0; @@ -86,10 +86,12 @@ background: white none repeat scroll 0 0;
86 width: 252px; 86 width: 252px;
87 overflow: hidden; 87 overflow: hidden;
88 background: #F8F8F8; 88 background: #F8F8F8;
89 -border: 1px solid #DDDDDD; 89 +border: 0px solid #DDDDDD;
90 height: 22px; 90 height: 22px;
91 border-radius: 2px; 91 border-radius: 2px;
92 text-align:left; 92 text-align:left;
  93 +color: black;
  94 +font-weight: normal;
93 } 95 }
94 .i3geoForm150 { 96 .i3geoForm150 {
95 width: 150px; 97 width: 150px;
@@ -373,10 +375,8 @@ padding: 5px; @@ -373,10 +375,8 @@ padding: 5px;
373 width:95%; 375 width:95%;
374 padding:2; 376 padding:2;
375 vertical-align:top; 377 vertical-align:top;
376 -background-color:#ffffff;  
377 } 378 }
378 .mensagemAjuda th { 379 .mensagemAjuda th {
379 -background-color: #cedff2;  
380 font-family:Verdana, Arial, Helvetica, sans-serif; 380 font-family:Verdana, Arial, Helvetica, sans-serif;
381 font-size: 8pt; 381 font-size: 8pt;
382 border: 1px solid #B1CDEB; 382 border: 1px solid #B1CDEB;
@@ -654,13 +654,13 @@ padding: 10px; @@ -654,13 +654,13 @@ padding: 10px;
654 border: 0px solid gray; 654 border: 0px solid gray;
655 border-radius: 5px 5px 5px 5px; 655 border-radius: 5px 5px 5px 5px;
656 box-shadow: 0 1px 3px gray; 656 box-shadow: 0 1px 3px gray;
657 -background-color: rgb(250, 250, 250); 657 +background: transparent;
658 margin: 15px; 658 margin: 15px;
659 } 659 }
660 legend { 660 legend {
661 font-weight: bold; 661 font-weight: bold;
662 cursor: pointer; 662 cursor: pointer;
663 -background-color: white; 663 +background: transparent;
664 color: navy; 664 color: navy;
665 text-align: left; 665 text-align: left;
666 font-size: 10px; 666 font-size: 10px;
@@ -672,9 +672,6 @@ line-height: 15px; @@ -672,9 +672,6 @@ line-height: 15px;
672 margin-bottom: 9px; 672 margin-bottom: 9px;
673 text-align: left; 673 text-align: left;
674 } 674 }
675 -.paragrafo label {  
676 -font-size: 12px;  
677 -}  
678 .paragrafo input[type=checkbox] { 675 .paragrafo input[type=checkbox] {
679 position: relative; 676 position: relative;
680 top: 2px; 677 top: 2px;
@@ -861,11 +858,6 @@ border: 0px solid #FFFFFF; @@ -861,11 +858,6 @@ border: 0px solid #FFFFFF;
861 font-family: Verdana, Arial, Helvetica, sans-serif; 858 font-family: Verdana, Arial, Helvetica, sans-serif;
862 position: relative; 859 position: relative;
863 } 860 }
864 -i {  
865 -color: #660000;  
866 -BACKGROUND-COLOR: #ffffcc;  
867 -font-family: Verdana, Arial, Helvetica, sans-serif;  
868 -}  
869 H1 { 861 H1 {
870 COLOR: #2F4632; 862 COLOR: #2F4632;
871 text-align: left; 863 text-align: left;
@@ -1553,1677 +1545,245 @@ display: none !important; @@ -1553,1677 +1545,245 @@ display: none !important;
1553 display: none !important; 1545 display: none !important;
1554 } 1546 }
1555 } 1547 }
1556 -#abreJanelaLegenda,#localizar,#barraedicao,#abregoogleearth,#uploadgpx,#metar,#carouselTemas,#identificaBalao,#rota,#buscafotos,#area,#confluence,#scielo,#wiki,#inseregrafico,#realca,#reinicia,#google,#zoomtot,#pan,#zoomli,#zoomlo,#zoomiauto,#zoomoauto,#identifica,#lentei,#reinicia,#exten,#selecao,#inserexy,#textofid,#mede,#perfil,#cruza,#tamanho,#imprimir,#salva,#carrega,#referencia,#pegaimagens,#v3d  
1557 -{  
1558 -margin: 2px;  
1559 -cursor: pointer;  
1560 -border: 0px solid rgb(50, 50, 50);  
1561 -border-bottom: 1px solid rgb(50, 50, 50);  
1562 -border-left: 1px solid rgb(50, 50, 50);  
1563 -width: 24px;  
1564 -height: 24px;  
1565 -z-index: 1000;  
1566 -position: relative;  
1567 -}  
1568 -#box1 {  
1569 -font-size: 0px;  
1570 -cursor: crosshair;  
1571 -opacity: .25;  
1572 -background-color: gray;  
1573 -position: absolute;  
1574 -visibility: hidden;  
1575 -width: 0px;  
1576 -height: 0px;  
1577 -border: 2px solid #ff0000; 1548 +/*
  1549 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1550 +Code licensed under the BSD License:
  1551 +http://developer.yahoo.com/yui/license.html
  1552 +version: 2.9.0
  1553 +*/
  1554 +body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
  1555 +/*
  1556 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1557 +Code licensed under the BSD License:
  1558 +http://developer.yahoo.com/yui/license.html
  1559 +version: 2.9.0
  1560 +*/
  1561 +html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}
  1562 +/*
  1563 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1564 +Code licensed under the BSD License:
  1565 +http://developer.yahoo.com/yui/license.html
  1566 +version: 2.9.0
  1567 +*/
  1568 +body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}
  1569 +/*
  1570 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1571 +Code licensed under the BSD License:
  1572 +http://developer.yahoo.com/yui/license.html
  1573 +version: 2.9.0
  1574 +*/
  1575 +.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-overlay.yui-force-redraw{margin-bottom:1px;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubaritemlabel:visited{color:#000;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled,.yui-skin-sam .yuimenubaritemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel:visited{color:#000;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled,.yui-skin-sam .yuimenuitemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}
  1576 +/*
  1577 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1578 +Code licensed under the BSD License:
  1579 +http://developer.yahoo.com/yui/license.html
  1580 +version: 2.9.0
  1581 +*/
  1582 +.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2}.yui-panel{position:relative}.yui-panel-container form{margin:0}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0}.mask.block-scrollbars{overflow:auto}.masked select,.drag select,.hide-select select{_visibility:hidden}.yui-panel-container select{_visibility:inherit}.hide-scrollbars,.hide-scrollbars *{overflow:hidden}.hide-scrollbars select{display:none}.show-scrollbars{overflow:auto}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none}.yui-tt-shadow{position:absolute}.yui-override-padding{padding:0!important}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px}.yui-skin-sam .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25)}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#f2f2f2}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px}.yui-skin-sam .yui-panel .bd{padding:10px}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12)}.yui-skin-sam .yui-dialog .ft{border-top:0;padding:0 10px 10px 10px;font-size:100%}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#d4c237 #A6982b #a6982b #A6982B;border-width:1px;border-style:solid;background-color:#ffee69}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12)}
  1583 +/*
  1584 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1585 +Code licensed under the BSD License:
  1586 +http://developer.yahoo.com/yui/license.html
  1587 +version: 2.9.0
  1588 +*/
  1589 +.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{margin:0 .5em 0 0}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{margin:0 0 .5em}.yui-navset .yui-content .yui-hidden{border:0;height:0;width:0;padding:0;position:absolute;left:-999999px;overflow:hidden;visibility:hidden}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{width:6em}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{width:auto}.yui-navset .yui-navset-left,.yui-navset-left{padding:0 0 0 6em}.yui-navset-right{padding:0 6em 0 0}.yui-navset-top,.yui-navset-bottom{padding:auto}.yui-nav,.yui-nav li{margin:0;padding:0;list-style:none}.yui-navset li em{font-style:normal}.yui-navset{position:relative;zoom:1}.yui-navset .yui-content,.yui-navset .yui-content div{zoom:1}.yui-navset .yui-content:after{content:'';display:block;clear:both}.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursor:pointer;zoom:1}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{display:block}.yui-navset .yui-nav a{position:relative}.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a{display:block;display:inline-block;vertical-align:bottom;zoom:1}.yui-navset-left .yui-nav li a,.yui-navset-right .yui-nav li a{display:block}.yui-navset-bottom .yui-nav li a{vertical-align:text-top}.yui-navset .yui-nav li a em,.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em{display:block}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{position:absolute;z-index:1}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{position:static}.yui-navset .yui-navset-left .yui-nav,.yui-navset-left .yui-nav{left:0;right:auto}.yui-navset .yui-navset-right .yui-nav,.yui-navset-right .yui-nav{right:0;left:auto}.yui-skin-sam .yui-navset .yui-nav,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav{border:solid #2647a0;border-width:0 0 5px;zoom:1}.yui-skin-sam .yui-navset .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li{margin:0 .16em 0 0;padding:1px 0 0;zoom:1}.yui-skin-sam .yui-navset .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected{margin:0 .16em -1px 0}.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a{background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x;border:solid #a3a3a3;border-width:0 1px;color:#000;position:relative;text-decoration:none}.yui-skin-sam .yui-navset .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em{border:solid #a3a3a3;border-width:1px 0 0;padding:.25em .75em;left:0;right:0;bottom:0;top:-1px;position:relative}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover{background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff}.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus{background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px;outline:0}.yui-skin-sam .yui-navset .yui-nav .selected a em{padding:.35em .75em}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a em{border-color:#243356}.yui-skin-sam .yui-navset .yui-content{background:#edf5ff}.yui-skin-sam .yui-navset .yui-content,.yui-skin-sam .yui-navset .yui-navset-top .yui-content{border:1px solid #808080;border-top-color:#243356;padding:.25em .5em}.yui-skin-sam .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 5px 0 0;Xposition:absolute;top:0;bottom:0}.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 0 0 5px}.yui-skin-sam .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset-right .yui-nav li{margin:0 0 .16em;padding:0 0 0 1px}.yui-skin-sam .yui-navset-right .yui-nav li{padding:0 1px 0 0}.yui-skin-sam .yui-navset-left .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected{margin:0 -1px .16em 0}.yui-skin-sam .yui-navset-right .yui-nav .selected{margin:0 0 .16em -1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav a{border-width:1px 0}.yui-skin-sam .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 0 0 1px;padding:.2em .75em;top:auto;left:-1px}.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 1px 0 0;left:auto;right:-1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-left .yui-nav .selected a,.yui-skin-sam .yui-navset-left .yui-nav a:hover,.yui-skin-sam .yui-navset-right .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav .selected a,.yui-skin-sam .yui-navset-right .yui-nav a:hover,.yui-skin-sam .yui-navset-bottom .yui-nav a,.yui-skin-sam .yui-navset-bottom .yui-nav .selected a,.yui-skin-sam .yui-navset-bottom .yui-nav a:hover{background-image:none}.yui-skin-sam .yui-navset-left .yui-content{border:1px solid #808080;border-left-color:#243356}.yui-skin-sam .yui-navset-bottom .yui-nav,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav{border-width:5px 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected,.yui-skin-sam .yui-navset-bottom .yui-nav .selected{margin:-1px .16em 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li,.yui-skin-sam .yui-navset-bottom .yui-nav li{padding:0 0 1px 0;vertical-align:top}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em,.yui-skin-sam .yui-navset-bottom .yui-nav a em{border-width:0 0 1px;top:auto;bottom:-1px}
  1590 +.yui-skin-sam .yui-navset-bottom .yui-content,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-content{border:1px solid #808080;border-bottom-color:#243356}
  1591 +/*
  1592 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1593 +Code licensed under the BSD License:
  1594 +http://developer.yahoo.com/yui/license.html
  1595 +version: 2.9.0
  1596 +*/
  1597 +.yui-h-slider,.yui-v-slider,.yui-region-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb,.yui-region-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.yui-skin-sam .yui-region-slider{height:228px;width:228px;}
  1598 +/*
  1599 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1600 +Code licensed under the BSD License:
  1601 +http://developer.yahoo.com/yui/license.html
  1602 +version: 2.9.0
  1603 +*/
  1604 +.yui-resize{position:relative;zoom:1;z-index:0;}.yui-resize-wrap{zoom:1;}.yui-draggable{cursor:move;}.yui-resize .yui-resize-handle{position:absolute;z-index:1;font-size:0;margin:0;padding:0;zoom:1;height:1px;width:1px;}.yui-resize .yui-resize-handle-br{height:5px;width:5px;bottom:0;right:0;cursor:se-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-bl{height:5px;width:5px;bottom:0;left:0;cursor:sw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tl{height:5px;width:5px;top:0;left:0;cursor:nw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tr{height:5px;width:5px;top:0;right:0;cursor:ne-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-r{width:5px;height:100%;top:0;right:0;cursor:e-resize;zoom:1;}.yui-resize .yui-resize-handle-l{height:100%;width:5px;top:0;left:0;cursor:w-resize;zoom:1;}.yui-resize .yui-resize-handle-b{width:100%;height:5px;bottom:0;right:0;cursor:s-resize;zoom:1;}.yui-resize .yui-resize-handle-t{width:100%;height:5px;top:0;right:0;cursor:n-resize;zoom:1;}.yui-resize-proxy{position:absolute;border:1px dashed #000;visibility:hidden;z-index:1000;}.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle{opacity:0;filter:alpha(opacity=0);}.yui-resize-ghost{opacity:.5;filter:alpha(opacity=50);}.yui-resize-knob .yui-resize-handle{height:6px;width:6px;}.yui-resize-knob .yui-resize-handle-tr{right:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-tl{left:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-bl{left:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-br{right:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-t{left:45%;top:-3px;}.yui-resize-knob .yui-resize-handle-r{right:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-l{left:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-b{left:45%;bottom:-3px;}.yui-resize-status{position:absolute;top:-999px;left:-999px;padding:2px;font-size:80%;display:none;zoom:1;z-index:9999;}.yui-resize-status strong,.yui-resize-status em{font-weight:normal;font-style:normal;padding:1px;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle{background-color:#F2F2F2;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-active{background-color:#7D98B8;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-l,.yui-skin-sam .yui-resize .yui-resize-handle-r,.yui-skin-sam .yui-resize .yui-resize-handle-l-active,.yui-skin-sam .yui-resize .yui-resize-handle-r-active{height:100%;zoom:1;}.yui-skin-sam .yui-resize-knob .yui-resize-handle{border:1px solid #808080;}.yui-skin-sam .yui-resize-hover .yui-resize-handle-active{opacity:1;filter:alpha(opacity=100);}.yui-skin-sam .yui-resize-proxy{border:1px dashed #426FD9;}.yui-skin-sam .yui-resize-status{border:1px solid #A6982B;border-top:1px solid #D4C237;background-color:#FFEE69;color:#000;}.yui-skin-sam .yui-resize-status strong,.yui-skin-sam .yui-resize-status em{float:left;display:block;clear:both;padding:1px;text-align:center;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize .yui-resize-handle-inner-l{background:transparent url(layout_sprite.png) no-repeat 0 -5px;height:16px;width:5px;position:absolute;top:45%;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize .yui-resize-handle-inner-b{background:transparent url(layout_sprite.png) no-repeat -20px 0;height:5px;width:16px;position:absolute;left:50%;}.yui-skin-sam .yui-resize .yui-resize-handle-br{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -62px;}.yui-skin-sam .yui-resize .yui-resize-handle-tr{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -42px;}.yui-skin-sam .yui-resize .yui-resize-handle-tl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -82px;}.yui-skin-sam .yui-resize .yui-resize-handle-bl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -23px;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br{background-image:none;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active{height:6px;width:6px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r{right:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b{bottom:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br{right:-8px;bottom:-8px;}
  1605 +div.olMap {
  1606 +z-index: 0;
  1607 +padding: 0px!important;
  1608 +margin: 0px!important;
  1609 +cursor: default;
1578 } 1610 }
1579 -#boxg {  
1580 -position: absolute;  
1581 -visibility: visible;  
1582 -width: 20px;  
1583 -height: 20px;  
1584 -border: 2px solid red;  
1585 -display: none; 1611 +div.olMapViewport {
  1612 +text-align: left;
1586 } 1613 }
1587 -#obj {  
1588 -position: absolute;  
1589 -z-index: 500;  
1590 -height: 0;  
1591 -width: 0 1614 +div.olLayerDiv {
  1615 +-moz-user-select: none;
1592 } 1616 }
1593 -#lente {  
1594 -z-index: 101;  
1595 -top: 10px;  
1596 -position: absolute; 1617 +.olLayerGoogleCopyright {
  1618 +left: 2px;
  1619 +bottom: 2px;
1597 } 1620 }
1598 -#boxlente {  
1599 -display: none;  
1600 -z-index: 200;  
1601 -border: 2px solid #ff0000;  
1602 -top: 10px;  
1603 -position: absolute;  
1604 -width: 240px;  
1605 -height: 240px; 1621 +.olLayerGooglePoweredBy {
  1622 +left: 2px;
  1623 +bottom: 15px;
1606 } 1624 }
1607 -#aguarde {  
1608 -top: 0px; 1625 +.olControlAttribution {
  1626 +font-size: smaller;
  1627 +right: 3px;
  1628 +bottom: 4.5em;
1609 position: absolute; 1629 position: absolute;
1610 -visibility: hidden; 1630 +display: block;
1611 } 1631 }
1612 -#mensagem {  
1613 -background-color: white; 1632 +.olControlScale {
  1633 +right: 3px;
  1634 +bottom: 3em;
  1635 +display: block;
1614 position: absolute; 1636 position: absolute;
1615 -visibility: hidden 1637 +font-size: smaller;
1616 } 1638 }
1617 -.i3geoBotaoAplicar {  
1618 -display: none;  
1619 -position: absolute;  
1620 -cursor: pointer;  
1621 -z-index: 1000;  
1622 -background-color: #F6F6F6;  
1623 -color: #426252; 1639 +.olControlScaleLine {
  1640 +left: 10px;
  1641 +bottom: 15px;
  1642 +font-size: xx-small;
1624 } 1643 }
1625 -#img,#imgL,#imgO,#imgN,#imgS {  
1626 -border: 0px solid black;  
1627 -cursor: crosshair;  
1628 -top: 0px;  
1629 -left: 0px; 1644 +.olControlScaleLineBottom {
  1645 +border: solid 2px black;
  1646 +border-bottom: none;
  1647 +margin-top:-2px;
  1648 +text-align: center;
1630 } 1649 }
1631 -#img_d {  
1632 -border: 0px solid black;  
1633 -cursor: crosshair; 1650 +.olControlScaleLineTop {
  1651 +border: solid 2px black;
  1652 +border-top: none;
  1653 +text-align: center;
1634 } 1654 }
1635 -#carrega {  
1636 -background-image: URL('../imagens/carrega.gif'); 1655 +.olControlPermalink {
  1656 +right: 3px;
  1657 +bottom: 1.5em;
  1658 +display: block;
  1659 +position: absolute;
  1660 +font-size: smaller;
1637 } 1661 }
1638 -#salva {  
1639 -background-image: URL('../imagens/salva.gif'); 1662 +div.olControlMousePosition {
  1663 +bottom: 0em;
  1664 +right: 3px;
  1665 +display: block;
  1666 +position: absolute;
  1667 +font-family: Arial;
  1668 +font-size: smaller;
1640 } 1669 }
1641 -#tamanho {  
1642 -background-image: URL('../imagens/amp.gif'); 1670 +.olControlOverviewMapContainer {
  1671 +position: absolute;
  1672 +bottom: 0px;
  1673 +right: 0px;
1643 } 1674 }
1644 -#cruza {  
1645 -background-image: URL('../imagens/cruzapt.png'); 1675 +.olControlOverviewMapElement {
  1676 +padding: 10px 18px 10px 10px;
  1677 +background-color: #00008B;
  1678 +-moz-border-radius: 1em 0 0 0;
1646 } 1679 }
1647 -#pegaimagens {  
1648 -background-image: URL('../imagens/legend.gif'); 1680 +.olControlOverviewMapMinimizeButton {
  1681 +right: 0px;
  1682 +bottom: 80px;
1649 } 1683 }
1650 -#realca {  
1651 -background-image: URL('../imagens/realca.gif'); 1684 +.olControlOverviewMapMaximizeButton {
  1685 +right: 0px;
  1686 +bottom: 80px;
1652 } 1687 }
1653 -#zoomlo {  
1654 -background-image: URL('../imagens/zoomlo.gif'); 1688 +.olControlOverviewMapExtentRectangle {
  1689 +overflow: hidden;
  1690 +background-image: url("img/blank.gif");
  1691 +cursor: move;
  1692 +border: 2px dotted red;
1655 } 1693 }
1656 -#imprimir {  
1657 -background-image: URL('../imagens/sprite2.png'); 1694 +.olControlOverviewMapRectReplacement {
  1695 +overflow: hidden;
  1696 +cursor: move;
  1697 +background-image: url("img/overview_replacement.gif");
1658 background-repeat: no-repeat; 1698 background-repeat: no-repeat;
1659 -background-position: 0px 0px; 1699 +background-position: center;
1660 } 1700 }
1661 -#mede {  
1662 -background-image: URL('../imagens/sprite2.png');  
1663 -background-repeat: no-repeat;  
1664 -background-position: 0px -24px; 1701 +.olLayerGeoRSSDescription {
  1702 +float:left;
  1703 +width:100%;
  1704 +overflow:auto;
  1705 +font-size:1.0em;
1665 } 1706 }
1666 -#textofid {  
1667 -background-image: URL('../imagens/sprite2.png');  
1668 -background-repeat: no-repeat;  
1669 -background-position: 0px -48px; 1707 +.olLayerGeoRSSClose {
  1708 +float:right;
  1709 +color:gray;
  1710 +font-size:1.2em;
  1711 +margin-right:6px;
  1712 +font-family:sans-serif;
1670 } 1713 }
1671 -#inserexy {  
1672 -background-image: URL('../imagens/sprite2.png');  
1673 -background-repeat: no-repeat;  
1674 -background-position: 0px -72px; 1714 +.olLayerGeoRSSTitle {
  1715 +float:left;font-size:1.2em;
1675 } 1716 }
1676 -#selecao {  
1677 -background-image: URL('../imagens/sprite2.png');  
1678 -background-repeat: no-repeat;  
1679 -background-position: 0px -96px; 1717 +.olPopupContent {
  1718 +padding:5px;
  1719 +overflow: auto;
1680 } 1720 }
1681 -#exten {  
1682 -background-image: URL('../imagens/sprite2.png');  
1683 -background-repeat: no-repeat;  
1684 -background-position: 0px -120px; 1721 +.olControlNavToolbar {
  1722 +width:0px;
  1723 +height:0px;
1685 } 1724 }
1686 -#reinicia {  
1687 -background-image: URL('../imagens/sprite2.png');  
1688 -background-repeat: no-repeat;  
1689 -background-position: 0px -144px; 1725 +.olControlNavToolbar div {
  1726 +display:block;
  1727 +width: 28px;
  1728 +height: 28px;
  1729 +top: 300px;
  1730 +left: 6px;
  1731 +position: relative;
1690 } 1732 }
1691 -#lentei {  
1692 -background-image: URL('../imagens/sprite2.png'); 1733 +.olControlNavigationHistory {
  1734 +background-image: url("img/navigation_history.png");
1693 background-repeat: no-repeat; 1735 background-repeat: no-repeat;
1694 -background-position: 0px -168px; 1736 +width: 24px;
  1737 +height: 24px;
1695 } 1738 }
1696 -#identificaBalao {  
1697 -background-image: URL('../imagens/sprite2.png');  
1698 -background-repeat: no-repeat;  
1699 -background-position: 0px -192px;  
1700 -cursor: pointer; 1739 +.olControlNavigationHistoryPreviousItemActive {
  1740 +background-position: 0px 0px;
1701 } 1741 }
1702 -#zoomtot {  
1703 -background-image: URL('../imagens/sprite2.png');  
1704 -background-repeat: no-repeat;  
1705 -background-position: 0px -216px; 1742 +.olControlNavigationHistoryPreviousItemInactive {
  1743 +background-position: 0px -24px;
1706 } 1744 }
1707 -#pan {  
1708 -background-image: URL('../imagens/sprite2.png');  
1709 -background-repeat: no-repeat;  
1710 -background-position: 0px -240px; 1745 +.olControlNavigationHistoryNextItemActive {
  1746 +background-position: -24px 0px;
1711 } 1747 }
1712 -#google {  
1713 -background-image: URL('../imagens/sprite2.png');  
1714 -background-repeat: no-repeat;  
1715 -background-position: 0px -264px; 1748 +.olControlNavigationHistoryNextItemInactive {
  1749 +background-position: -24px -24px;
1716 } 1750 }
1717 -#referencia {  
1718 -background-image: URL('../imagens/sprite2.png'); 1751 +.olControlNavToolbar .olControlNavigationItemActive {
  1752 +background-image: url("img/panning-hand-on.png");
1719 background-repeat: no-repeat; 1753 background-repeat: no-repeat;
1720 -background-position: 0px -288px;  
1721 } 1754 }
1722 -#inseregrafico {  
1723 -background-image: URL('../imagens/sprite2.png'); 1755 +.olControlNavToolbar .olControlNavigationItemInactive {
  1756 +background-image: url("img/panning-hand-off.png");
1724 background-repeat: no-repeat; 1757 background-repeat: no-repeat;
1725 -background-position: 0px -312px;  
1726 } 1758 }
1727 -#wiki {  
1728 -background-image: URL('../imagens/sprite2.png'); 1759 +.olControlNavToolbar .olControlZoomBoxItemActive {
  1760 +background-image: url("img/drag-rectangle-on.png");
  1761 +background-color: orange;
1729 background-repeat: no-repeat; 1762 background-repeat: no-repeat;
1730 -background-position: 0px -336px;  
1731 } 1763 }
1732 -#scielo {  
1733 -background-image: URL('../imagens/sprite2.png'); 1764 +.olControlNavToolbar .olControlZoomBoxItemInactive {
  1765 +background-image: url("img/drag-rectangle-off.png");
1734 background-repeat: no-repeat; 1766 background-repeat: no-repeat;
1735 -background-position: 0px -360px;  
1736 } 1767 }
1737 -#confluence {  
1738 -background-image: URL('../imagens/sprite2.png');  
1739 -background-repeat: no-repeat;  
1740 -background-position: 0px -384px; 1768 +.olControlEditingToolbar {
  1769 +float:right;
  1770 +right: 0px;
  1771 +height: 30px;
  1772 +width: 200px;
1741 } 1773 }
1742 -#v3d {  
1743 -background-image: URL('../imagens/sprite2.png'); 1774 +.olControlEditingToolbar div {
  1775 +background-image: url("img/editing_tool_bar.png");
1744 background-repeat: no-repeat; 1776 background-repeat: no-repeat;
1745 -background-position: 0px -408px; 1777 +float:right;
  1778 +width: 24px;
  1779 +height: 24px;
  1780 +margin: 5px;
1746 } 1781 }
1747 -#area {  
1748 -background-image: URL('../imagens/sprite2.png');  
1749 -background-repeat: no-repeat;  
1750 -background-position: 0px -432px; 1782 +.olControlEditingToolbar .olControlNavigationItemActive {
  1783 +background-position: -103px -23px;
1751 } 1784 }
1752 -#identifica {  
1753 -background-image: URL('../imagens/sprite2.png');  
1754 -background-repeat: no-repeat;  
1755 -background-position: 0px -456px;  
1756 -cursor: pointer;  
1757 -}  
1758 -#metar {  
1759 -background-image: URL('../imagens/sprite2.png');  
1760 -background-repeat: no-repeat;  
1761 -background-position: 0px -480px;  
1762 -cursor: pointer;  
1763 -}  
1764 -#buscafotos {  
1765 -background-image: URL('../imagens/sprite2.png');  
1766 -background-repeat: no-repeat;  
1767 -background-position: 0px -504px;  
1768 -cursor: pointer;  
1769 -}  
1770 -#rota {  
1771 -background-image: URL('../imagens/sprite2.png');  
1772 -background-repeat: no-repeat;  
1773 -background-position: 0px -528px;  
1774 -}  
1775 -.abregoogleearth {  
1776 -background-image: URL('../imagens/sprite2.png');  
1777 -background-repeat: no-repeat;  
1778 -background-position: 0px -576px;  
1779 -}  
1780 -.ticPropriedades2 {  
1781 -background-image: URL('../imagens/sprite2.png');  
1782 -background-repeat: no-repeat;  
1783 -background-position: -5px -603px;  
1784 -height: 15px;  
1785 -width: 15px;  
1786 -}  
1787 -.carregarKml {  
1788 -background-image: URL('../imagens/sprite2.png');  
1789 -background-repeat: no-repeat;  
1790 -background-position: 0px -624px;  
1791 -width: 16px;  
1792 -border: 1px solid #DCDCDC;  
1793 -}  
1794 -.buscaInde {  
1795 -background-image: URL('../imagens/sprite2.png');  
1796 -background-repeat: no-repeat;  
1797 -background-position: 0px -700px;  
1798 -width: 16px;  
1799 -border: 1px solid #DCDCDC;  
1800 -}  
1801 -.iconeMetaestat {  
1802 -background-image: URL('../imagens/sprite2.png');  
1803 -background-repeat: no-repeat;  
1804 -background-position: 0px -728px;  
1805 -width: 16px;  
1806 -border: 1px solid #DCDCDC;  
1807 -}  
1808 -#barraedicao {  
1809 -background-image: URL('../imagens/sprite2.png');  
1810 -background-repeat: no-repeat;  
1811 -background-position: 0px -648px;  
1812 -}  
1813 -#localizar {  
1814 -background-image: URL('../imagens/sprite2.png');  
1815 -background-repeat: no-repeat;  
1816 -background-position: 0px -672px;  
1817 -}  
1818 -.i3GEOiconeIdentifica {  
1819 -background-image: URL('../imagens/sprite2.png');  
1820 -background-repeat: no-repeat;  
1821 -width: 14px;  
1822 -background-position: 0px -744px;  
1823 -}  
1824 -.ticDownload {  
1825 -background-image: url("../imagens/sprite.png");  
1826 -background-position: 0 -1124px;  
1827 -background-repeat: no-repeat;  
1828 -height: 15px;  
1829 -width: 15px;  
1830 -}  
1831 -#ondeestou {  
1832 -background-image: URL('../imagens/sprite.png');  
1833 -background-repeat: no-repeat;  
1834 -background-position: 0px -475px;  
1835 -width: 20px;  
1836 -height: 10px;  
1837 -}  
1838 -#menuinterface {  
1839 -width: 75px;  
1840 -height: 15px;  
1841 -}  
1842 -#menuajudaMenu {  
1843 -width: 52px;  
1844 -height: 15px;  
1845 -}  
1846 -#menuanalise {  
1847 -width: 52px;  
1848 -height: 15px;  
1849 -}  
1850 -#menujanelas {  
1851 -width: 52px;  
1852 -height: 15px;  
1853 -}  
1854 -#menuferramentas {  
1855 -width: 75px;  
1856 -height: 15px;  
1857 -}  
1858 -#menuarquivos {  
1859 -width: 52px;  
1860 -height: 15px;  
1861 -}  
1862 -#menui3GeoMenuMarcador {  
1863 -height: 15px;  
1864 -width: 75px;  
1865 -}  
1866 -.menuTresLinhas {  
1867 -float: left;  
1868 -position: relative;  
1869 -left : -5px;  
1870 -top : 2px;  
1871 -}  
1872 -.menuTresLinhas b {  
1873 -background: none repeat scroll 0 0 #fff;  
1874 -border-radius: 2px;  
1875 -display: block;  
1876 -height: 2px;  
1877 -margin-bottom: 3px;  
1878 -width: 15px;  
1879 -}  
1880 -/*bandeira do brasil*/  
1881 -#brasil {  
1882 -background-image: URL('../imagens/sprite.png');  
1883 -background-repeat: no-repeat;  
1884 -background-position: 0px -600px;  
1885 -width: 20px;  
1886 -height: 10px;  
1887 -cursor: pointer;  
1888 -}  
1889 -/*bandeira inglaterra*/  
1890 -#uk {  
1891 -background-image: URL('../imagens/sprite.png');  
1892 -background-repeat: no-repeat;  
1893 -background-position: 0px -625px;  
1894 -width: 20px;  
1895 -height: 10px;  
1896 -cursor: pointer;  
1897 -}  
1898 -#espanhol {  
1899 -background-image: URL('../imagens/sprite.png');  
1900 -background-repeat: no-repeat;  
1901 -background-position: 0px -1400px;  
1902 -width: 20px;  
1903 -height: 10px;  
1904 -cursor: pointer;  
1905 -}  
1906 -#italiano {  
1907 -background-image: URL('../imagens/sprite.png');  
1908 -background-repeat: no-repeat;  
1909 -background-position: 0px -1725px;  
1910 -width: 20px;  
1911 -height: 10px;  
1912 -cursor: pointer;  
1913 -}  
1914 -/*icone de aplicar*/  
1915 -.tic {  
1916 -background-image: url(../imagens/sprite.png);  
1917 -background-position: 0px -650px;  
1918 -background-repeat: no-repeat;  
1919 -cursor: pointer;  
1920 -height: 14px;  
1921 -text-align: center;  
1922 -width: 25px;  
1923 -box-shadow: 1px 1px 3px 0px lightgray;  
1924 -margin-left: 1px;  
1925 -}  
1926 -.ticfind {  
1927 -background-image: url("../imagens/ic_zoom.png");  
1928 -background-repeat: no-repeat;  
1929 -cursor: pointer;  
1930 -width: 14px;  
1931 -text-align: center;  
1932 -}  
1933 -.x {  
1934 -background-image: URL('../imagens/sprite.png');  
1935 -background-repeat: no-repeat;  
1936 -background-position: 0px -675px;  
1937 -width: 9px;  
1938 -height: 9px;  
1939 -cursor: pointer;  
1940 -}  
1941 -.sobe {  
1942 -background-image: URL('../imagens/sprite.png');  
1943 -background-repeat: no-repeat;  
1944 -background-position: 0px -700px;  
1945 -width: 9px;  
1946 -height: 9px;  
1947 -cursor: pointer;  
1948 -}  
1949 -.desce {  
1950 -background-image: URL('../imagens/sprite.png');  
1951 -background-repeat: no-repeat;  
1952 -background-position: 0px -725px;  
1953 -width: 9px;  
1954 -height: 9px;  
1955 -cursor: pointer;  
1956 -}  
1957 -.extent {  
1958 -background-image: URL('../imagens/sprite.png');  
1959 -background-repeat: no-repeat;  
1960 -background-position: 0px -750px;  
1961 -width: 9px;  
1962 -height: 9px;  
1963 -cursor: pointer;  
1964 -}  
1965 -.menuarrow {  
1966 -background-image: URL('../imagens/sprite.png');  
1967 -background-repeat: no-repeat;  
1968 -background-position: 0px -775px;  
1969 -width: 16px;  
1970 -height: 16px;  
1971 -cursor: pointer;  
1972 -left: 3px;  
1973 -top: 2px;  
1974 -}  
1975 -.mais {  
1976 -background-image: URL('../imagens/sprite.png');  
1977 -background-repeat: no-repeat;  
1978 -background-position: 0px -800px;  
1979 -width: 17px;  
1980 -height: 9px;  
1981 -cursor: pointer;  
1982 -}  
1983 -.menos {  
1984 -background-image: URL('../imagens/sprite.png');  
1985 -background-repeat: no-repeat;  
1986 -background-position: 0px -825px;  
1987 -width: 17px;  
1988 -height: 9px;  
1989 -cursor: pointer;  
1990 -}  
1991 -.ponto {  
1992 -background-image: URL('../imagens/sprite.png');  
1993 -background-repeat: no-repeat;  
1994 -background-position: 0px -850px;  
1995 -width: 17px;  
1996 -height: 9px;  
1997 -cursor: pointer;  
1998 -}  
1999 -.quadro {  
2000 -background-image: URL('../imagens/sprite.png');  
2001 -background-repeat: no-repeat;  
2002 -background-position: 0px -875px;  
2003 -width: 13px;  
2004 -height: 13px;  
2005 -cursor: pointer;  
2006 -}  
2007 -.quadro1 {  
2008 -background-image: URL('../imagens/sprite.png');  
2009 -background-repeat: no-repeat;  
2010 -background-position: 0px -900px;  
2011 -width: 13px;  
2012 -height: 13px;  
2013 -cursor: pointer;  
2014 -}  
2015 -.slider {  
2016 -background-image: URL('../imagens/sprite.png');  
2017 -background-repeat: no-repeat;  
2018 -background-position: 0px -925px;  
2019 -width: 20px;  
2020 -height: 9px;  
2021 -}  
2022 -#vertMenosZoom {  
2023 -cursor: pointer;  
2024 -position: relative;  
2025 -top: -1px;  
2026 -width: 18px;  
2027 -background: url('../imagens/sprite.png');  
2028 -background-position: 0px -950px;  
2029 -height: 18px;  
2030 -}  
2031 -#vertMaisZoom {  
2032 -cursor: pointer;  
2033 -position: relative;  
2034 -top: 2px;  
2035 -width: 18px;  
2036 -background: url('../imagens/sprite.png');  
2037 -background-position: 0px -975px;  
2038 -height: 18px;  
2039 -}  
2040 -#zoomli {  
2041 -background-image: URL('../imagens/sprite.png');  
2042 -background-repeat: no-repeat;  
2043 -background-position: 0px -1000px;  
2044 -}  
2045 -.foldermapa1 {  
2046 -background-image: URL('../imagens/sprite.png');  
2047 -background-repeat: no-repeat;  
2048 -background-position: 0px -1025px;  
2049 -width: 17px;  
2050 -height: 15px;  
2051 -}  
2052 -.foldermapa {  
2053 -background-image: URL('../imagens/sprite.png');  
2054 -background-repeat: no-repeat;  
2055 -background-position: 0px -1050px;  
2056 -width: 17px;  
2057 -height: 15px;  
2058 -}  
2059 -#i3geo_lixeira, .i3geo_lixeira {  
2060 -background-image: URL('../imagens/sprite.png');  
2061 -background-repeat: no-repeat;  
2062 -background-position: 0px -1078px;  
2063 -width: 18px;  
2064 -height: 18px;  
2065 -}  
2066 -#i3geo_refresh, .i3geo_refresh {  
2067 -background-image: URL('../imagens/sprite.png');  
2068 -background-repeat: no-repeat;  
2069 -background-position: 0px -2205px;  
2070 -width: 18px;  
2071 -height: 18px;  
2072 -cursor: pointer;  
2073 -}  
2074 -.upload {  
2075 -background-image: URL('../imagens/sprite.png');  
2076 -background-repeat: no-repeat;  
2077 -background-position: 0px -1099px;  
2078 -width: 16px;  
2079 -border: 1px solid #DCDCDC;  
2080 -}  
2081 -.download {  
2082 -background-image: URL('../imagens/sprite.png');  
2083 -background-repeat: no-repeat;  
2084 -background-position: 0px -1124px;  
2085 -width: 16px;  
2086 -border: 1px solid #DCDCDC;  
2087 -}  
2088 -.conectarwms {  
2089 -background-image: URL('../imagens/sprite.png');  
2090 -background-repeat: no-repeat;  
2091 -background-position: 1px -1149px;  
2092 -width: 16px;  
2093 -border: 1px solid #DCDCDC;  
2094 -}  
2095 -.conectargeorss {  
2096 -background-image: URL('../imagens/sprite.png');  
2097 -background-repeat: no-repeat;  
2098 -background-position: 1px -1174px;  
2099 -width: 16px;  
2100 -border: 1px solid #DCDCDC;  
2101 -}  
2102 -.conectarservidor {  
2103 -background-image: URL('../imagens/sprite.png');  
2104 -background-repeat: no-repeat;  
2105 -background-position: 0px -1200px;  
2106 -width: 14px;  
2107 -height: 14px;  
2108 -border-left: 1px solid gray;  
2109 -border-bottom: 1px solid gray;  
2110 -border-top: 1px solid #F8F8F8;  
2111 -border-right: 1px solid #F8F8F8;  
2112 -}  
2113 -.folder {  
2114 -background-image: URL('../imagens/sprite.png');  
2115 -background-repeat: no-repeat;  
2116 -background-position: 0px -1225px;  
2117 -width: 17px;  
2118 -height: 15px;  
2119 -}  
2120 -.rosanorte {  
2121 -background-image: URL('../imagens/sprite.png');  
2122 -background-repeat: no-repeat;  
2123 -background-position: 0px -1250px;  
2124 -width: 14px;  
2125 -height: 14px;  
2126 -}  
2127 -.rosasul {  
2128 -background-image: URL('../imagens/sprite.png');  
2129 -background-repeat: no-repeat;  
2130 -background-position: 0px -1275px;  
2131 -width: 14px;  
2132 -height: 14px;  
2133 -}  
2134 -.rosaleste {  
2135 -background-image: URL('../imagens/sprite.png');  
2136 -background-repeat: no-repeat;  
2137 -background-position: 0px -1300px;  
2138 -width: 14px;  
2139 -height: 14px;  
2140 -}  
2141 -.rosaoeste {  
2142 -background-image: URL('../imagens/sprite.png');  
2143 -background-repeat: no-repeat;  
2144 -background-position: 0px -1325px;  
2145 -width: 14px;  
2146 -height: 14px;  
2147 -}  
2148 -.rosamais {  
2149 -background-image: URL('../imagens/sprite.png');  
2150 -background-repeat: no-repeat;  
2151 -background-position: 0px -1350px;  
2152 -width: 10px;  
2153 -height: 20px;  
2154 -}  
2155 -.rosamenos {  
2156 -background-image: URL('../imagens/sprite.png');  
2157 -background-repeat: no-repeat;  
2158 -background-position: 0px -1375px;  
2159 -width: 10px;  
2160 -height: 20px;  
2161 -}  
2162 -#desceferramentas {  
2163 -background-image: URL('../imagens/sprite.png');  
2164 -background-repeat: no-repeat;  
2165 -background-position: 0px -1450px;  
2166 -cursor: pointer;  
2167 -width: 22px;  
2168 -height: 20px;  
2169 -margin: 2px;  
2170 -}  
2171 -#sobeferramentas {  
2172 -background-image: URL('../imagens/sprite.png');  
2173 -background-repeat: no-repeat;  
2174 -background-position: 0px -1475px;  
2175 -cursor: pointer;  
2176 -width: 22px;  
2177 -height: 20px;  
2178 -margin: 2px;  
2179 -}  
2180 -/*marcador de lista das propriedades do mapa*/  
2181 -.ticPropriedades {  
2182 -background-image: URL('../imagens/sprite.png');  
2183 -background-repeat: no-repeat;  
2184 -background-position: 0px -1500px;  
2185 -width: 9px;  
2186 -height: 10px;  
2187 -cursor: pointer;  
2188 -margin-right: 3px;  
2189 -}  
2190 -/*marcador de lista das opcoes do tema*/  
2191 -.ticOpcoesTemas {  
2192 -background-image: URL('../imagens/sprite.png');  
2193 -background-repeat: no-repeat;  
2194 -background-position: 0px -1500px;  
2195 -width: 9px;  
2196 -height: 10px;  
2197 -cursor: pointer;  
2198 -margin-right: 3px;  
2199 -}  
2200 -.uploaddbf {  
2201 -background-image: URL('../imagens/sprite.png');  
2202 -background-repeat: no-repeat;  
2203 -background-position: 1px -1523px;  
2204 -width: 16px;  
2205 -border: 1px solid #DCDCDC;  
2206 -}  
2207 -.rosanordeste {  
2208 -background-image: URL('../imagens/sprite.png');  
2209 -background-repeat: no-repeat;  
2210 -background-position: 0px -1550px;  
2211 -width: 14px;  
2212 -height: 14px;  
2213 -}  
2214 -.rosasudeste {  
2215 -background-image: URL('../imagens/sprite.png');  
2216 -background-repeat: no-repeat;  
2217 -background-position: 0px -1575px;  
2218 -width: 14px;  
2219 -height: 14px;  
2220 -}  
2221 -.rosanoroeste {  
2222 -background-image: URL('../imagens/sprite.png');  
2223 -background-repeat: no-repeat;  
2224 -background-position: 0px -1600px;  
2225 -width: 14px;  
2226 -height: 14px;  
2227 -}  
2228 -.rosasudoeste {  
2229 -background-image: URL('../imagens/sprite.png');  
2230 -background-repeat: no-repeat;  
2231 -background-position: 0px -1625px;  
2232 -width: 14px;  
2233 -height: 14px;  
2234 -}  
2235 -.nuvemtags {  
2236 -background-image: URL('../imagens/sprite.png');  
2237 -background-repeat: no-repeat;  
2238 -background-position: 1px -1648px;  
2239 -width: 16px;  
2240 -border: 1px solid #DCDCDC;  
2241 -}  
2242 -.zoomAnterior {  
2243 -background-image: URL('../imagens/sprite.png');  
2244 -background-repeat: no-repeat;  
2245 -background-position: 0px -1675px;  
2246 -width: 10px;  
2247 -height: 11px;  
2248 -cursor: pointer;  
2249 -}  
2250 -.zoomProximo {  
2251 -background-image: URL('../imagens/sprite.png');  
2252 -background-repeat: no-repeat;  
2253 -background-position: 0px -1700px;  
2254 -width: 10px;  
2255 -height: 11px;  
2256 -cursor: pointer;  
2257 -}  
2258 -.i3geo_refresh2 {  
2259 -background-image: URL('../imagens/sprite.png');  
2260 -background-repeat: no-repeat;  
2261 -background-position: 0px -1749px;  
2262 -width: 18px;  
2263 -height: 20px;  
2264 -cursor: pointer;  
2265 -}  
2266 -.conectarwmst {  
2267 -background-image: URL('../imagens/sprite.png');  
2268 -background-repeat: no-repeat;  
2269 -background-position: 1px -1824px;  
2270 -width: 16px;  
2271 -border: 1px solid #DCDCDC;  
2272 -}  
2273 -.fonte {  
2274 -background-image: URL('../imagens/sprite.png');  
2275 -background-repeat: no-repeat;  
2276 -background-position: 0px -1850px;  
2277 -width: 9px;  
2278 -height: 9px;  
2279 -cursor: pointer;  
2280 -}  
2281 -#zoomiauto {  
2282 -background-image: URL('../imagens/sprite.png');  
2283 -background-repeat: no-repeat;  
2284 -background-position: 0px -1875px;  
2285 -cursor: pointer;  
2286 -}  
2287 -#zoomoauto {  
2288 -background-image: URL('../imagens/sprite.png');  
2289 -background-repeat: no-repeat;  
2290 -background-position: 0px -1900px;  
2291 -cursor: pointer;  
2292 -}  
2293 -#olhoAberto, .olhoAberto {  
2294 -background-image: URL('../imagens/sprite.png');  
2295 -background-repeat: no-repeat;  
2296 -background-position: 0px -1925px;  
2297 -cursor: pointer;  
2298 -width: 25px;  
2299 -height: 20px;  
2300 -}  
2301 -#olhoFechado, .olhoFechado {  
2302 -background-image: URL('../imagens/sprite.png');  
2303 -background-repeat: no-repeat;  
2304 -background-position: 0px -1949px;  
2305 -width: 25px;  
2306 -height: 20px;  
2307 -cursor: pointer;  
2308 -}  
2309 -.carouselTemas {  
2310 -background-image: URL('../imagens/sprite.png');  
2311 -background-repeat: no-repeat;  
2312 -background-position: 0px -2000px;  
2313 -width: 16px;  
2314 -border: 1px solid #DCDCDC;  
2315 -cursor: pointer;  
2316 -}  
2317 -.uploadgpx {  
2318 -background-image: URL('../imagens/sprite.png');  
2319 -background-repeat: no-repeat;  
2320 -background-position: 0px -2052px;  
2321 -width: 16px;  
2322 -border: 1px solid #DCDCDC;  
2323 -cursor: pointer;  
2324 -}  
2325 -#i3geo_filtro, .i3geo_filtro {  
2326 -background-image: URL('../imagens/sprite.png');  
2327 -background-repeat: no-repeat;  
2328 -background-position: 0px -2073px;  
2329 -width: 18px;  
2330 -height: 18px;  
2331 -}  
2332 -#abreJanelaLegenda, .abreJanelaLegenda {  
2333 -background-image: URL('../imagens/sprite.png');  
2334 -background-repeat: no-repeat;  
2335 -background-position: 0px -2100px;  
2336 -cursor: pointer;  
2337 -width: 22px;  
2338 -height: 22px;  
2339 -}  
2340 -#soltaLeg, .soltaLeg {  
2341 -background-image: URL('../imagens/sprite.png');  
2342 -background-repeat: no-repeat;  
2343 -background-position: 0px -2100px;  
2344 -cursor: pointer;  
2345 -width: 22px;  
2346 -height: 22px;  
2347 -}  
2348 -#soltaLeg2, .soltaLeg2 {  
2349 -background-image: URL('../imagens/sprite.png');  
2350 -background-repeat: no-repeat;  
2351 -background-position: 0px -2125px;  
2352 -cursor: pointer;  
2353 -width: 20px;  
2354 -height: 16px;  
2355 -}  
2356 -#soltaleg2, .soltaleg2 {  
2357 -background-image: URL('../imagens/sprite.png');  
2358 -background-repeat: no-repeat;  
2359 -background-position: 0px -2123px;  
2360 -cursor: pointer;  
2361 -width: 18px;  
2362 -height: 18px;  
2363 -}  
2364 -#opacidadeMapa, .opacidadeMapa {  
2365 -background-image: URL('../imagens/sprite.png');  
2366 -background-repeat: no-repeat;  
2367 -background-position: 0px -2173px;  
2368 -cursor: pointer;  
2369 -width: 18px;  
2370 -height: 18px;  
2371 -}  
2372 -#imprimirMapa, .imprimirMapa {  
2373 -background-image: URL('../imagens/sprite.png');  
2374 -background-repeat: no-repeat;  
2375 -background-position: 0px -2250px;  
2376 -cursor: pointer;  
2377 -width: 18px;  
2378 -height: 18px;  
2379 -}  
2380 -#ajudaMapa, .ajudaMapa {  
2381 -background-image: URL('../imagens/sprite.png');  
2382 -background-repeat: no-repeat;  
2383 -background-position: 1px -500px;  
2384 -cursor: pointer;  
2385 -width: 18px;  
2386 -height: 18px;  
2387 -}  
2388 -#ferramentasMapa, .ferramentasMapa {  
2389 -background-image: URL('../imagens/sprite.png');  
2390 -background-repeat: no-repeat;  
2391 -background-position: 0px -2272px;  
2392 -cursor: pointer;  
2393 -width: 18px;  
2394 -height: 18px;  
2395 -}  
2396 -#animaMapa, .animaMapa {  
2397 -background-image: URL('../imagens/sprite.png');  
2398 -background-repeat: no-repeat;  
2399 -background-position: 0px -2187px;  
2400 -cursor: pointer;  
2401 -width: 18px;  
2402 -height: 18px;  
2403 -}  
2404 -.importarwmc {  
2405 -background-image: URL('../imagens/sprite.png');  
2406 -background-repeat: no-repeat;  
2407 -background-position: 0px -2140px;  
2408 -border: 1px solid #DCDCDC;  
2409 -cursor: pointer;  
2410 -width: 16px;  
2411 -}  
2412 -button { //  
2413 -background: url(../imagens/tic2.png) 99% 50% no-repeat;  
2414 -}  
2415 -#encolheFerramentas {  
2416 -background-image: URL('../imagens/encolhe.png');  
2417 -background-repeat: no-repeat;  
2418 -background-position: center;  
2419 -cursor: pointer;  
2420 -}  
2421 -.iconeGuiaMovel {  
2422 -padding: 2px;  
2423 -border-radius: 5px 5px 5px 5px;  
2424 -background-image: none;  
2425 -border: solid 1px gray;  
2426 -box-shadow: 0px 1px 3px lightgray;  
2427 -cursor: pointer;  
2428 -widh: 40px;  
2429 -height: 40px;  
2430 -background-color: rgba(0,60,136,.5);  
2431 -}  
2432 -#i3GEOguiaMovel .iconeGuiaMovel{  
2433 -padding: 3px 0px;  
2434 -}  
2435 -.iconeMini {  
2436 -border-radius: 5px 5px 5px 5px;  
2437 -border: solid 1px gray;  
2438 -margin: 2px;  
2439 -}  
2440 -.iconeGuiaMovelMouseOver {  
2441 -box-shadow: 0px 1px 3px #3CA5EB;  
2442 -}  
2443 -.iconeGuiaMovelMouseOut {  
2444 -box-shadow: 0px 1px 3px gray;  
2445 -}  
2446 -#euDock_euImage_2 {  
2447 -border: 0px solid lightgray;  
2448 -border-radius: 35px 0px 0px 5px;  
2449 -opacity: 0.6;  
2450 -background: black;  
2451 -background: rgb(181, 189, 200);  
2452 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2453 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2454 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2455 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2456 -color-stop(100%, rgba(40, 52, 59, 1)));  
2457 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2458 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2459 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2460 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2461 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2462 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2463 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2464 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2465 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2466 -endColorstr='#28343b', GradientType=0);  
2467 -}  
2468 -#euDock_euImage_3 {  
2469 -border: 0px solid lightgray;  
2470 -opacity: 0.6;  
2471 -background: black;  
2472 -background: rgb(181, 189, 200);  
2473 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2474 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2475 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2476 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2477 -color-stop(100%, rgba(40, 52, 59, 1)));  
2478 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2479 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2480 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2481 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2482 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2483 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2484 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2485 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2486 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2487 -endColorstr='#28343b', GradientType=0);  
2488 -}  
2489 -#euDock_euImage_4 {  
2490 -border: 0px solid lightgray;  
2491 -border-radius: 0px 35px 5px 0px;  
2492 -opacity: 0.6;  
2493 -background: black;  
2494 -background: rgb(181, 189, 200);  
2495 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2496 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2497 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2498 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2499 -color-stop(100%, rgba(40, 52, 59, 1)));  
2500 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2501 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2502 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2503 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2504 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2505 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2506 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2507 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2508 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2509 -endColorstr='#28343b', GradientType=0);  
2510 -}  
2511 -#euDock_0 img {  
2512 -}  
2513 -#euDockMensagem {  
2514 -font-weight: bold;  
2515 -color: white;  
2516 -margin-top: 5px;  
2517 -font-size: 11px;  
2518 -top: 33px;  
2519 -}  
2520 -.eudockImagemBottom {  
2521 -box-shadow: 0 10px 5px -10px gray;  
2522 -}  
2523 -.eudockImagemTop {  
2524 -}  
2525 -/* icones das ferramentas utilizado nas janelas flutuantes e menu suspenso */  
2526 -.i3GEOiconeFerramenta {  
2527 -display: block;  
2528 -height: 16px;  
2529 -width: 16px;  
2530 -position: absolute;  
2531 -left: 2px;  
2532 -}  
2533 -.hd .i3GEOiconeFerramenta{  
2534 -top: 5px;  
2535 -}  
2536 -.i3GEOiconeMais{  
2537 -background-image: url("../imagens/oxygen/16x16/draw-cross.png");  
2538 -width: 16px;  
2539 -height: 16px;  
2540 -float: left;  
2541 -cursor: pointer;  
2542 -}  
2543 -.i3GEOiconeFerramentas{  
2544 -background-image: url("../imagens/oxygen/16x16/configure-shortcuts.png");  
2545 -width: 16px;  
2546 -height: 16px;  
2547 -float: left;  
2548 -cursor: pointer;  
2549 -}  
2550 -.i3GEOiconeAberto {  
2551 -background-image: URL('../imagens/oxygen/16x16/document-decrypt.png');  
2552 -cursor: pointer;  
2553 -background-repeat: no-repeat;  
2554 -width: 16px;  
2555 -height: 16px;  
2556 -float: left;  
2557 -}  
2558 -.i3GEOiconeFechado {  
2559 -background-image: URL('../imagens/oxygen/16x16/document-encrypt.png');  
2560 -cursor: pointer;  
2561 -background-repeat: no-repeat;  
2562 -width: 16px;  
2563 -height: 16px;  
2564 -float: left;  
2565 -}  
2566 -.i3GEOiconeXis {  
2567 -background-image: url("../imagens/oxygen/16x16/edit-delete.png");  
2568 -cursor: pointer;  
2569 -}  
2570 -.i3GEOiconewkt2layer{  
2571 -background-image: URL('../imagens/gisicons/layer.png');  
2572 -background-size: 16px;  
2573 -}  
2574 -.i3GEOiconeMascara{  
2575 -background-image: URL('../imagens/gisicons/layer-show.png');  
2576 -background-size: 16px;  
2577 -}  
2578 -.i3GEOiconemmscale{  
2579 -background-image: URL('../imagens/oxygen/16x16/graphics-viewer-document.png');  
2580 -}  
2581 -.i3GEOiconeOpacidadeMapa {  
2582 -background-image: URL('../imagens/oxygen/16x16/show-menu.png');  
2583 -}  
2584 -.i3GEOiconeAnimacao {  
2585 -background-image: URL('../imagens/oxygen/16x16/tool-animator.png');  
2586 -}  
2587 -.i3GEOiconeSelecao {  
2588 -background-image: URL('../imagens/oxygen/16x16/edit-select.png');  
2589 -}  
2590 -.i3GEOiconeCatalogo {  
2591 -background-image: URL('../imagens/oxygen/16x16/x-office-address-book.png');  
2592 -}  
2593 -.i3GEOiconeFiltro {  
2594 -background-image: URL('../imagens/oxygen/16x16/view-filter.png');  
2595 -}  
2596 -.i3GEOiconeBusca {  
2597 -background-image: URL('../imagens/oxygen/16x16/edit-find.png');  
2598 -}  
2599 -.i3GEOiconeCongela {  
2600 -background-image: URL('../imagens/oxygen/16x16/knotes.png');  
2601 -}  
2602 -.i3GEOiconeAutoredesenha {  
2603 -background-image: URL('../imagens/oxygen/16x16/user-away.png');  
2604 -}  
2605 -.i3GEOiconeVinde {  
2606 -background-image: URL('../imagens/oxygen/16x16/application-x-smb-workgroup.png');  
2607 -}  
2608 -.i3GEOiconeGeoLocal {  
2609 -background-image: URL('../imagens/oxygen/16x16/pda.png');  
2610 -}  
2611 -.i3GEOiconeInserexy {  
2612 -background-image: URL('../imagens/oxygen/16x16/edit-node.png');  
2613 -}  
2614 -.i3GEOiconeCliqueTexto {  
2615 -background-image: URL('../imagens/oxygen/16x16/preferences-desktop-font.png');  
2616 -}  
2617 -.i3GEOiconeImprimir {  
2618 -background-image: URL('../imagens/oxygen/16x16/document-print.png');  
2619 -}  
2620 -.i3GEOiconeTipoImg {  
2621 -background-image: URL('../imagens/oxygen/16x16/image-x-generic.png');  
2622 -}  
2623 -.i3GEOiconeColorchooser {  
2624 -background-image: URL('../imagens/oxygen/16x16/kcolorchooser.png');  
2625 -}  
2626 -.i3GEOiconeGraticule {  
2627 -background-image: URL('../imagens/gisicons/graticule.png');  
2628 -}  
2629 -.i3GEOiconeTabela {  
2630 -background-image: URL('../imagens/oxygen/16x16/view-form-table.png');  
2631 -}  
2632 -.i3GEOiconeToponimia {  
2633 -background-image: URL('../imagens/oxygen/16x16/draw-text.png');  
2634 -}  
2635 -.i3GEOiconeEtiqueta {  
2636 -background-image: URL('../imagens/oxygen/16x16/feed-subscribe.png');  
2637 -}  
2638 -.i3GEOiconeLegenda {  
2639 -background-image: URL('../imagens/oxygen/16x16/format-list-unordered.png');  
2640 -}  
2641 -.i3GEOiconeCortina {  
2642 -background-image: URL('../imagens/oxygen/16x16/kmix-master.png');  
2643 -}  
2644 -.i3GEOiconeGrTema {  
2645 -background-image: URL('../imagens/gisicons/layer-vector-chart-add.png');  
2646 -background-size: 16px;  
2647 -}  
2648 -.i3GEOiconeGrafico {  
2649 -background-image: URL('../imagens/oxygen/16x16/view-statistics.png');  
2650 -}  
2651 -.i3GEOiconeCartograma {  
2652 -background-image: URL('../imagens/gisicons/layer-vector-thematic-add.png');  
2653 -background-size: 16px;  
2654 -}  
2655 -.i3GEOiconeAplicStat {  
2656 -background-image: URL('../imagens/oxygen/16x16/text-mathml.png');  
2657 -}  
2658 -.i3GEOiconeTme {  
2659 -background-image: URL('../imagens/3d.png');  
2660 -background-size: 16px;  
2661 -}  
2662 -.i3GEOiconeStorymap {  
2663 -background-image: URL('../imagens/oxygen/16x16/kmplayer.png');  
2664 -background-size: 16px;  
2665 -}  
2666 -.i3GEOiconeAnimagif {  
2667 -background-image: URL('../imagens/oxygen/16x16/tool-animator.png');  
2668 -background-size: 16px;  
2669 -}  
2670 -.i3GEOiconeCliqueGrafico {  
2671 -background-image: URL('../imagens/oxygen/16x16/flag-red.png');  
2672 -background-size: 16px;  
2673 -}  
2674 -.i3GEOiconeAdd {  
2675 -background-image: URL('../imagens/gisicons/layer-add.png');  
2676 -background-size: 16px;  
2677 -}  
2678 -.i3GEOiconeImport {  
2679 -background-image: URL('../imagens/gisicons/layer-import.png');  
2680 -background-size: 16px;  
2681 -}  
2682 -.i3GEOiconeUpload {  
2683 -background-image: URL('../imagens/oxygen/16x16/svn-commit.png');  
2684 -}  
2685 -.i3GEOiconeEditar {  
2686 -width: 16px;  
2687 -height: 16px;  
2688 -border: 0;  
2689 -box-shadow: none;  
2690 -line-height: 1.5;  
2691 --webkit-appearance: none;  
2692 --moz-appearance: none;  
2693 -text-indent: 0.01px;  
2694 -text-overflow: '';  
2695 -font-size: 12px;  
2696 -appearance: none;  
2697 -background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll;  
2698 -@media (-webkit-min-device-pixel-ratio: 2),  
2699 -(min-resolution: 192dpi) {  
2700 -background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll;  
2701 -background-size: 16px 16px;  
2702 -}  
2703 -}  
2704 -#i3GEOiconeEditarHover:hover + div{  
2705 -display: block;  
2706 -}  
2707 -ul {text-align:left;list-style-type:none;padding-left: 15px;margin-left:5px; margin-top:15px;}  
2708 -li {margin-top:-10px;margin-bottom:15px;}  
2709 -.toc {margin-left: 15px;}  
2710 -.details {margin-left: 5px;}  
2711 -h3 { margin-top:0px; margin-bottom:0px; font-size:18px; color: #3B6BD2;}  
2712 -.sample {padding-left: 10px; font-size: 12px; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 5px solid #3B6BD2;}  
2713 -.description {padding-left: 10px; font-size: 12px; margin-top: 10px; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px dotted gray;}  
2714 -.header {background-color: #5B84EE; padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:3px; border: 1px solid #C0C0C0; }  
2715 -.footer {background-color: #E4E4E4;padding-top:3px;padding-bottom:3px;padding-left:10px;padding-right:3px; border: 1px solid #C0C0C0; }  
2716 -.code {background-color: #F1F1F1; font-family: Courier New; font-size: 9pt; color: #000080; padding: 5px;}  
2717 -.function {width:94%; background-color: #C0C0C0; border: 1px solid #A0A0A0; padding: 5px;font-family: Courier New; font-size: 9pt;}  
2718 -body {font-size: 8pt;}  
2719 -td {font-size: 8pt;}  
2720 -th {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;}  
2721 -.ftable {padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;}  
2722 -input { font-size: 11px; }  
2723 -select { font-size: 11px; }  
2724 -/*  
2725 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2726 -Code licensed under the BSD License:  
2727 -http://developer.yahoo.com/yui/license.html  
2728 -version: 2.9.0  
2729 -*/  
2730 -body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}  
2731 -/*  
2732 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2733 -Code licensed under the BSD License:  
2734 -http://developer.yahoo.com/yui/license.html  
2735 -version: 2.9.0  
2736 -*/  
2737 -html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}  
2738 -/*  
2739 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2740 -Code licensed under the BSD License:  
2741 -http://developer.yahoo.com/yui/license.html  
2742 -version: 2.9.0  
2743 -*/  
2744 -body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}  
2745 -/*  
2746 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2747 -Code licensed under the BSD License:  
2748 -http://developer.yahoo.com/yui/license.html  
2749 -version: 2.9.0  
2750 -*/  
2751 -.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-overlay.yui-force-redraw{margin-bottom:1px;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubaritemlabel:visited{color:#000;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled,.yui-skin-sam .yuimenubaritemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel:visited{color:#000;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled,.yui-skin-sam .yuimenuitemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}  
2752 -/*  
2753 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2754 -Code licensed under the BSD License:  
2755 -http://developer.yahoo.com/yui/license.html  
2756 -version: 2.9.0  
2757 -*/  
2758 -.yui-skin-sam .yui-ac{position:relative;font-family:arial;font-size:100%}.yui-skin-sam .yui-ac-input{position:absolute;width:100%}.yui-skin-sam .yui-ac-container{position:absolute;top:1.6em;width:100%}.yui-skin-sam .yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050}.yui-skin-sam .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:.10;opacity:.10;filter:alpha(opacity=10);z-index:9049}.yui-skin-sam .yui-ac iframe{opacity:0;filter:alpha(opacity=0);padding-right:.3em;padding-bottom:.3em}.yui-skin-sam .yui-ac-content ul{margin:0;padding:0;width:100%}.yui-skin-sam .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;zoom:1}.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{background:#b3d4ff}.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#426fd9;color:#FFF}  
2759 -/*  
2760 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2761 -Code licensed under the BSD License:  
2762 -http://developer.yahoo.com/yui/license.html  
2763 -version: 2.9.0  
2764 -*/  
2765 -.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2}.yui-panel{position:relative}.yui-panel-container form{margin:0}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0}.mask.block-scrollbars{overflow:auto}.masked select,.drag select,.hide-select select{_visibility:hidden}.yui-panel-container select{_visibility:inherit}.hide-scrollbars,.hide-scrollbars *{overflow:hidden}.hide-scrollbars select{display:none}.show-scrollbars{overflow:auto}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none}.yui-tt-shadow{position:absolute}.yui-override-padding{padding:0!important}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px}.yui-skin-sam .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25)}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#f2f2f2}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px}.yui-skin-sam .yui-panel .bd{padding:10px}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12)}.yui-skin-sam .yui-dialog .ft{border-top:0;padding:0 10px 10px 10px;font-size:100%}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#d4c237 #A6982b #a6982b #A6982B;border-width:1px;border-style:solid;background-color:#ffee69}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12)}  
2766 -/*  
2767 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2768 -Code licensed under the BSD License:  
2769 -http://developer.yahoo.com/yui/license.html  
2770 -version: 2.9.0  
2771 -*/  
2772 -.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{margin:0 .5em 0 0}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{margin:0 0 .5em}.yui-navset .yui-content .yui-hidden{border:0;height:0;width:0;padding:0;position:absolute;left:-999999px;overflow:hidden;visibility:hidden}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{width:6em}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{width:auto}.yui-navset .yui-navset-left,.yui-navset-left{padding:0 0 0 6em}.yui-navset-right{padding:0 6em 0 0}.yui-navset-top,.yui-navset-bottom{padding:auto}.yui-nav,.yui-nav li{margin:0;padding:0;list-style:none}.yui-navset li em{font-style:normal}.yui-navset{position:relative;zoom:1}.yui-navset .yui-content,.yui-navset .yui-content div{zoom:1}.yui-navset .yui-content:after{content:'';display:block;clear:both}.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursor:pointer;zoom:1}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{display:block}.yui-navset .yui-nav a{position:relative}.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a{display:block;display:inline-block;vertical-align:bottom;zoom:1}.yui-navset-left .yui-nav li a,.yui-navset-right .yui-nav li a{display:block}.yui-navset-bottom .yui-nav li a{vertical-align:text-top}.yui-navset .yui-nav li a em,.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em{display:block}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{position:absolute;z-index:1}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{position:static}.yui-navset .yui-navset-left .yui-nav,.yui-navset-left .yui-nav{left:0;right:auto}.yui-navset .yui-navset-right .yui-nav,.yui-navset-right .yui-nav{right:0;left:auto}.yui-skin-sam .yui-navset .yui-nav,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav{border:solid #2647a0;border-width:0 0 5px;zoom:1}.yui-skin-sam .yui-navset .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li{margin:0 .16em 0 0;padding:1px 0 0;zoom:1}.yui-skin-sam .yui-navset .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected{margin:0 .16em -1px 0}.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a{background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x;border:solid #a3a3a3;border-width:0 1px;color:#000;position:relative;text-decoration:none}.yui-skin-sam .yui-navset .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em{border:solid #a3a3a3;border-width:1px 0 0;padding:.25em .75em;left:0;right:0;bottom:0;top:-1px;position:relative}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover{background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff}.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus{background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px;outline:0}.yui-skin-sam .yui-navset .yui-nav .selected a em{padding:.35em .75em}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a em{border-color:#243356}.yui-skin-sam .yui-navset .yui-content{background:#edf5ff}.yui-skin-sam .yui-navset .yui-content,.yui-skin-sam .yui-navset .yui-navset-top .yui-content{border:1px solid #808080;border-top-color:#243356;padding:.25em .5em}.yui-skin-sam .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 5px 0 0;Xposition:absolute;top:0;bottom:0}.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 0 0 5px}.yui-skin-sam .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset-right .yui-nav li{margin:0 0 .16em;padding:0 0 0 1px}.yui-skin-sam .yui-navset-right .yui-nav li{padding:0 1px 0 0}.yui-skin-sam .yui-navset-left .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected{margin:0 -1px .16em 0}.yui-skin-sam .yui-navset-right .yui-nav .selected{margin:0 0 .16em -1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav a{border-width:1px 0}.yui-skin-sam .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 0 0 1px;padding:.2em .75em;top:auto;left:-1px}.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 1px 0 0;left:auto;right:-1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-left .yui-nav .selected a,.yui-skin-sam .yui-navset-left .yui-nav a:hover,.yui-skin-sam .yui-navset-right .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav .selected a,.yui-skin-sam .yui-navset-right .yui-nav a:hover,.yui-skin-sam .yui-navset-bottom .yui-nav a,.yui-skin-sam .yui-navset-bottom .yui-nav .selected a,.yui-skin-sam .yui-navset-bottom .yui-nav a:hover{background-image:none}.yui-skin-sam .yui-navset-left .yui-content{border:1px solid #808080;border-left-color:#243356}.yui-skin-sam .yui-navset-bottom .yui-nav,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav{border-width:5px 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected,.yui-skin-sam .yui-navset-bottom .yui-nav .selected{margin:-1px .16em 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li,.yui-skin-sam .yui-navset-bottom .yui-nav li{padding:0 0 1px 0;vertical-align:top}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em,.yui-skin-sam .yui-navset-bottom .yui-nav a em{border-width:0 0 1px;top:auto;bottom:-1px}  
2773 -.yui-skin-sam .yui-navset-bottom .yui-content,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-content{border:1px solid #808080;border-bottom-color:#243356}  
2774 -/*  
2775 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2776 -Code licensed under the BSD License:  
2777 -http://developer.yahoo.com/yui/license.html  
2778 -version: 2.9.0  
2779 -*/  
2780 -table.ygtvtable{margin-bottom:0;border:0;border-collapse:collapse}td.ygtvcell{border:0;padding:0}a.ygtvspacer{text-decoration:none;outline-style:none;display:block}.ygtvtn{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -5600px no-repeat;cursor:pointer}.ygtvtm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4000px no-repeat}.ygtvtmh,.ygtvtmhh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4800px no-repeat}.ygtvtp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -6400px no-repeat}.ygtvtph,.ygtvtphh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -7200px no-repeat}.ygtvln{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -1600px no-repeat;cursor:pointer}.ygtvlm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 0 no-repeat}.ygtvlmh,.ygtvlmhh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -800px no-repeat}.ygtvlp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -2400px no-repeat}.ygtvlph,.ygtvlphh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -3200px no-repeat;cursor:pointer}.ygtvloading{width:18px;height:22px;background:url(treeview-loading.gif) 0 0 no-repeat}.ygtvdepthcell{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8000px no-repeat}.ygtvblankdepthcell{width:18px;height:22px}* html .ygtvchildren{height:2%}.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover{margin-left:2px;text-decoration:none;background-color:white;cursor:pointer}.ygtvcontent{cursor:default}.ygtvspacer{height:22px;width:18px}.ygtvfocus{background-color:#c0e0e0;border:0}.ygtvfocus .ygtvlabel,.ygtvfocus .ygtvlabel:link,.ygtvfocus .ygtvlabel:visited,.ygtvfocus .ygtvlabel:hover{background-color:#c0e0e0}.ygtvfocus a{outline-style:none}.ygtvok{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8800px no-repeat}.ygtvok:hover{background:url(treeview-sprite.gif) 0 -8844px no-repeat}.ygtvcancel{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8822px no-repeat}.ygtvcancel:hover{background:url(treeview-sprite.gif) 0 -8866px no-repeat}.ygtv-label-editor{background-color:#f2f2f2;border:1px solid silver;position:absolute;display:none;overflow:hidden;margin:auto;z-index:9000}.ygtv-edit-TextNode{width:190px}.ygtv-edit-TextNode .ygtvcancel,.ygtv-edit-TextNode .ygtvok{border:0}.ygtv-edit-TextNode .ygtv-button-container{float:right}.ygtv-edit-TextNode .ygtv-input input{width:140px}.ygtv-edit-DateNode .ygtvcancel{border:0}.ygtv-edit-DateNode .ygtvok{display:none}.ygtv-edit-DateNode .ygtv-button-container{text-align:right;margin:auto}.ygtv-highlight .ygtv-highlight1,.ygtv-highlight .ygtv-highlight1 .ygtvlabel{background-color:blue;color:white}.ygtv-highlight .ygtv-highlight2,.ygtv-highlight .ygtv-highlight2 .ygtvlabel{background-color:silver}.ygtv-highlight .ygtv-highlight0 .ygtvfocus .ygtvlabel,.ygtv-highlight .ygtv-highlight1 .ygtvfocus .ygtvlabel,.ygtv-highlight .ygtv-highlight2 .ygtvfocus .ygtvlabel{background-color:#c0e0e0}.ygtv-highlight .ygtvcontent{padding-right:1em}.ygtv-checkbox .ygtv-highlight0 .ygtvcontent{padding-left:1em;background:url(check0.gif) no-repeat}.ygtv-checkbox .ygtv-highlight0 .ygtvfocus.ygtvcontent,.ygtv-checkbox .ygtv-highlight1 .ygtvfocus.ygtvcontent,.ygtv-checkbox .ygtv-highlight2 .ygtvfocus.ygtvcontent{background-color:#c0e0e0}.ygtv-checkbox .ygtv-highlight1 .ygtvcontent{padding-left:1em;background:url(check1.gif) no-repeat}.ygtv-checkbox .ygtv-highlight2 .ygtvcontent{padding-left:1em;background:url(check2.gif) no-repeat}  
2781 -/*  
2782 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2783 -Code licensed under the BSD License:  
2784 -http://developer.yahoo.com/yui/license.html  
2785 -version: 2.9.0  
2786 -*/  
2787 -.yui-h-slider,.yui-v-slider,.yui-region-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb,.yui-region-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.yui-skin-sam .yui-region-slider{height:228px;width:228px;}  
2788 -/*  
2789 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2790 -Code licensed under the BSD License:  
2791 -http://developer.yahoo.com/yui/license.html  
2792 -version: 2.9.0  
2793 -*/  
2794 -.yui-resize{position:relative;zoom:1;z-index:0;}.yui-resize-wrap{zoom:1;}.yui-draggable{cursor:move;}.yui-resize .yui-resize-handle{position:absolute;z-index:1;font-size:0;margin:0;padding:0;zoom:1;height:1px;width:1px;}.yui-resize .yui-resize-handle-br{height:5px;width:5px;bottom:0;right:0;cursor:se-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-bl{height:5px;width:5px;bottom:0;left:0;cursor:sw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tl{height:5px;width:5px;top:0;left:0;cursor:nw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tr{height:5px;width:5px;top:0;right:0;cursor:ne-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-r{width:5px;height:100%;top:0;right:0;cursor:e-resize;zoom:1;}.yui-resize .yui-resize-handle-l{height:100%;width:5px;top:0;left:0;cursor:w-resize;zoom:1;}.yui-resize .yui-resize-handle-b{width:100%;height:5px;bottom:0;right:0;cursor:s-resize;zoom:1;}.yui-resize .yui-resize-handle-t{width:100%;height:5px;top:0;right:0;cursor:n-resize;zoom:1;}.yui-resize-proxy{position:absolute;border:1px dashed #000;visibility:hidden;z-index:1000;}.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle{opacity:0;filter:alpha(opacity=0);}.yui-resize-ghost{opacity:.5;filter:alpha(opacity=50);}.yui-resize-knob .yui-resize-handle{height:6px;width:6px;}.yui-resize-knob .yui-resize-handle-tr{right:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-tl{left:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-bl{left:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-br{right:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-t{left:45%;top:-3px;}.yui-resize-knob .yui-resize-handle-r{right:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-l{left:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-b{left:45%;bottom:-3px;}.yui-resize-status{position:absolute;top:-999px;left:-999px;padding:2px;font-size:80%;display:none;zoom:1;z-index:9999;}.yui-resize-status strong,.yui-resize-status em{font-weight:normal;font-style:normal;padding:1px;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle{background-color:#F2F2F2;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-active{background-color:#7D98B8;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-l,.yui-skin-sam .yui-resize .yui-resize-handle-r,.yui-skin-sam .yui-resize .yui-resize-handle-l-active,.yui-skin-sam .yui-resize .yui-resize-handle-r-active{height:100%;zoom:1;}.yui-skin-sam .yui-resize-knob .yui-resize-handle{border:1px solid #808080;}.yui-skin-sam .yui-resize-hover .yui-resize-handle-active{opacity:1;filter:alpha(opacity=100);}.yui-skin-sam .yui-resize-proxy{border:1px dashed #426FD9;}.yui-skin-sam .yui-resize-status{border:1px solid #A6982B;border-top:1px solid #D4C237;background-color:#FFEE69;color:#000;}.yui-skin-sam .yui-resize-status strong,.yui-skin-sam .yui-resize-status em{float:left;display:block;clear:both;padding:1px;text-align:center;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize .yui-resize-handle-inner-l{background:transparent url(layout_sprite.png) no-repeat 0 -5px;height:16px;width:5px;position:absolute;top:45%;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize .yui-resize-handle-inner-b{background:transparent url(layout_sprite.png) no-repeat -20px 0;height:5px;width:16px;position:absolute;left:50%;}.yui-skin-sam .yui-resize .yui-resize-handle-br{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -62px;}.yui-skin-sam .yui-resize .yui-resize-handle-tr{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -42px;}.yui-skin-sam .yui-resize .yui-resize-handle-tl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -82px;}.yui-skin-sam .yui-resize .yui-resize-handle-bl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -23px;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br{background-image:none;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active{height:6px;width:6px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r{right:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b{bottom:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br{right:-8px;bottom:-8px;}  
2795 -/*  
2796 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2797 -Code licensed under the BSD License:  
2798 -http://developer.yahoo.com/yui/license.html  
2799 -version: 2.9.0  
2800 -*/  
2801 -.yui-pb-bar,.yui-pb-mask{width:100%;height:100%}.yui-pb{position:relative;top:0;left:0;width:200px;height:20px;padding:0;border:0;margin:0;text-align:left}.yui-pb-mask{position:absolute;top:0;left:0;z-index:2}.yui-pb-mask div{width:50%;height:50%;background-repeat:no-repeat;padding:0;position:absolute}.yui-pb-tl{background-position:top left}.yui-pb-tr{background-position:top right;left:50%}.yui-pb-bl{background-position:bottom left;top:50%}.yui-pb-br{background-position:bottom right;left:50%;top:50%}.yui-pb-bar{margin:0;position:absolute;left:0;top:0;z-index:1}.yui-pb-ltr .yui-pb-bar{_position:static}.yui-pb-rtl .yui-pb-bar{background-position:right}.yui-pb-btt .yui-pb-bar{background-position:left bottom}.yui-pb-bar{background-color:blue}.yui-pb{border:thin solid #808080}.yui-skin-sam .yui-pb{background-color:transparent;border:solid #808080;border-width:1px 0}.yui-skin-sam .yui-pb-rtl,.yui-skin-sam .yui-pb-ltr{background-image:url(back-h.png);background-repeat:repeat-x}.yui-skin-sam .yui-pb-ttb,.yui-skin-sam .yui-pb-btt{background-image:url(back-v.png);background-repeat:repeat-y}.yui-skin-sam .yui-pb-bar{background-color:transparent}.yui-skin-sam .yui-pb-ltr .yui-pb-bar,.yui-skin-sam .yui-pb-rtl .yui-pb-bar{background-image:url(bar-h.png);background-repeat:repeat-x}.yui-skin-sam .yui-pb-ttb .yui-pb-bar,.yui-skin-sam .yui-pb-btt .yui-pb-bar{background-image:url(bar-v.png);background-repeat:repeat-y}.yui-skin-sam .yui-pb-mask{border:solid #808080;border-width:0 1px;margin:0 -1px}.yui-skin-sam .yui-pb-caption{color:#000;text-align:center;margin:0 auto}.yui-skin-sam .yui-pb-range{color:#a6a6a6}  
2802 -.yui-skin-sam .yuimenubar {  
2803 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x scroll 0 0;  
2804 -border: 1px solid #808080;  
2805 -font-size: 93%;  
2806 -line-height: 2;  
2807 -}  
2808 -.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {  
2809 -background: transparent url(../pacotes/yui290/build/menu/assets/skins/sam/menubaritem_submenuindicator.png) no-repeat scroll right center;  
2810 -}  
2811 -.yui-skin-sam .yuimenubaritem-selected {  
2812 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1700px;  
2813 -}  
2814 -.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {  
2815 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png);  
2816 -}  
2817 -.yuimenubaritem {  
2818 -float: right;  
2819 -border-left: 1px solid gray;  
2820 -}  
2821 -.yui-skin-sam .yuimenubaritemlabel {  
2822 -border-color: #808080;  
2823 -border-style: solid;  
2824 -border-width: 1px 0;  
2825 -color: #000000;  
2826 -cursor: default;  
2827 -margin: -1px 0;  
2828 -padding: 0 20px;  
2829 -text-decoration: none;  
2830 -}  
2831 -.yui-skin-sam .topscrollbar,.yui-skin-sam .bottomscrollbar {  
2832 -background: #FFFFFF url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat scroll 0 0;  
2833 -border: 1px solid #808080;  
2834 -height: 16px;  
2835 -}  
2836 -.yui-skin-sam .yuimenuitem-hassubmenu {  
2837 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_submenuindicator.png);  
2838 -background-position: right center;  
2839 -background-repeat: no-repeat;  
2840 -}  
2841 -.yui-skin-sam .yuimenuitem-checked {  
2842 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_checkbox.png);  
2843 -background-position: left center;  
2844 -background-repeat: no-repeat;  
2845 -}  
2846 -.yui-skin-sam .yuimenuitem-hassubmenu-disabled {  
2847 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png);  
2848 -}  
2849 -.yui-skin-sam .yuimenuitem-checked-disabled {  
2850 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_checkbox_disabled.png);  
2851 -}  
2852 -.yui-navset {  
2853 -background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x;  
2854 -/* tab background */  
2855 -z-index: 1; /* 3000 */  
2856 -}  
2857 -.ygtvtn {  
2858 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -5600px;  
2859 -height: 22px;  
2860 -width: 18px;  
2861 -}  
2862 -.ygtvln {  
2863 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -1600px;  
2864 -height: 22px;  
2865 -width: 18px;  
2866 -}  
2867 -.ygtvtp {  
2868 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -6400px;  
2869 -cursor: pointer;  
2870 -height: 25px;  
2871 -width: 18px;  
2872 -}  
2873 -.ygtvtph {  
2874 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -7200px;  
2875 -cursor: pointer;  
2876 -height: 25px;  
2877 -width: 18px;  
2878 -}  
2879 -.ygtvlp {  
2880 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -2400px;  
2881 -cursor: pointer;  
2882 -height: 22px;  
2883 -width: 18px;  
2884 -}  
2885 -.ygtvlph {  
2886 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -3200px;  
2887 -cursor: pointer;  
2888 -height: 22px;  
2889 -width: 18px;  
2890 -}  
2891 -.ygtvloading {  
2892 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-loading.gif) no-repeat scroll 0 0;  
2893 -height: 22px;  
2894 -width: 18px;  
2895 -}  
2896 -.ygtvlm {  
2897 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 0;  
2898 -cursor: pointer;  
2899 -height: 22px;  
2900 -width: 18px;  
2901 -}  
2902 -.ygtvlmh {  
2903 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -800px;  
2904 -cursor: pointer;  
2905 -height: 22px;  
2906 -width: 18px;  
2907 -}  
2908 -.ygtvdepthcell {  
2909 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -8000px;  
2910 -height: 22px;  
2911 -width: 18px;  
2912 -}  
2913 -.ygtvtm {  
2914 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -4000px;  
2915 -cursor: pointer;  
2916 -height: 22px;  
2917 -width: 18px;  
2918 -}  
2919 -.ygtvtmh {  
2920 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -4800px;  
2921 -cursor: pointer;  
2922 -height: 22px;  
2923 -width: 18px;  
2924 -}  
2925 -.i3GeoFolder .ygtvtp,  
2926 -.i3GeoFolder .ygtvtph,  
2927 -.i3GeoFolder .ygtvtm,  
2928 -.i3GeoFolder .ygtvtmh,  
2929 -.i3GeoFolder .ygtvlm,  
2930 -.i3GeoFolder .ygtvlmh,  
2931 -.i3GeoFolder .ygtvtm,  
2932 -.i3GeoFolder .ygtvtmh,  
2933 -.i3GeoFolder .ygtvlp,  
2934 -.i3GeoFolder .ygtvlph{  
2935 -width: 38px;  
2936 -background-image: url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite-folder.gif);  
2937 -}  
2938 -.i3GeoFolder .ygtvloading{  
2939 -width: 38px;  
2940 -}  
2941 -.ygtvhtml {  
2942 -text-align: left;  
2943 -}  
2944 -.ygtvitem {  
2945 -text-align: left;  
2946 -}  
2947 -td.ygtvcell {  
2948 -border: 0;  
2949 -padding: 0;  
2950 -padding-right: 3px;  
2951 -}  
2952 -.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {  
2953 -background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x;  
2954 -border: solid #a3a3a3;  
2955 -border-width: 0 1px;  
2956 -color: #000;  
2957 -position: relative;  
2958 -text-decoration: none;  
2959 -}  
2960 -.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover {  
2961 -background: white url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x left -1400px;  
2962 -color: white;  
2963 -}  
2964 -.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus {  
2965 -background-color: white;  
2966 -}  
2967 -.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus {  
2968 -background: #bfdaff url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */  
2969 -outline: 0;  
2970 -}  
2971 -.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a {  
2972 -color: #000000;  
2973 -font-size: 95%;  
2974 -line-height: 2;  
2975 -min-height: 1em;  
2976 -padding: 0 10px;  
2977 -}  
2978 -.yui-skin-sam .yui-button {  
2979 -border-color: #D3D3D3;  
2980 -border-radius: 6px;  
2981 -box-shadow: 0px 0px 0px 0px rgb(230,230,230);  
2982 -}  
2983 -.yui-skin-sam .yui-button .first-child {  
2984 -border-color: #D3D3D3;  
2985 -border-radius: 7px;  
2986 -}  
2987 -.ygtvcontent {  
2988 -font-size: 1em;  
2989 -padding: 0 3px 10px 0;  
2990 -}  
2991 -.ygtvcell {  
2992 -font-size: 1em;  
2993 -padding: 0 3px 5px 0;  
2994 -}  
2995 -.comboTemasCabecalho .yuimenuitemlabel {  
2996 -color: black;  
2997 -cursor: default;  
2998 -font-size: 10px;  
2999 -font-weight: normal;  
3000 -padding: 0 0px;  
3001 -text-decoration: none;  
3002 -}  
3003 -.rodar .first-child button {  
3004 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3005 -width: 250px;  
3006 -}  
3007 -.rodar150 .first-child button {  
3008 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3009 -width: 150px;  
3010 -}  
3011 -.rodar100 .first-child button {  
3012 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3013 -width: 100px;  
3014 -}  
3015 -.rodar0 .first-child button {  
3016 -background: url("../imagens/oxygen/16x16/run-build.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
3017 -width: 20px;  
3018 -height: 20px;  
3019 -}  
3020 -.adicionar0 .first-child button {  
3021 -background: url("../imagens/oxygen/16x16/list-add.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
3022 -width: 20px;  
3023 -height: 20px;  
3024 -}  
3025 -.enviar .first-child button {  
3026 -background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;  
3027 -width: 250px;  
3028 -}  
3029 -.abrir .first-child button {  
3030 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3031 -width: 250px;  
3032 -}  
3033 -.abrir200 .first-child button {  
3034 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3035 -width: 200px;  
3036 -}  
3037 -.abrir150 .first-child button {  
3038 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3039 -width: 150px;  
3040 -}  
3041 -.abrir100 .first-child button {  
3042 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3043 -width: 100px;  
3044 -}  
3045 -div.olMap {  
3046 -z-index: 0;  
3047 -padding: 0px!important;  
3048 -margin: 0px!important;  
3049 -cursor: default;  
3050 -}  
3051 -div.olMapViewport {  
3052 -text-align: left;  
3053 -}  
3054 -div.olLayerDiv {  
3055 --moz-user-select: none;  
3056 -}  
3057 -.olLayerGoogleCopyright {  
3058 -left: 2px;  
3059 -bottom: 2px;  
3060 -}  
3061 -.olLayerGooglePoweredBy {  
3062 -left: 2px;  
3063 -bottom: 15px;  
3064 -}  
3065 -.olControlAttribution {  
3066 -font-size: smaller;  
3067 -right: 3px;  
3068 -bottom: 4.5em;  
3069 -position: absolute;  
3070 -display: block;  
3071 -}  
3072 -.olControlScale {  
3073 -right: 3px;  
3074 -bottom: 3em;  
3075 -display: block;  
3076 -position: absolute;  
3077 -font-size: smaller;  
3078 -}  
3079 -.olControlScaleLine {  
3080 -left: 10px;  
3081 -bottom: 15px;  
3082 -font-size: xx-small;  
3083 -}  
3084 -.olControlScaleLineBottom {  
3085 -border: solid 2px black;  
3086 -border-bottom: none;  
3087 -margin-top:-2px;  
3088 -text-align: center;  
3089 -}  
3090 -.olControlScaleLineTop {  
3091 -border: solid 2px black;  
3092 -border-top: none;  
3093 -text-align: center;  
3094 -}  
3095 -.olControlPermalink {  
3096 -right: 3px;  
3097 -bottom: 1.5em;  
3098 -display: block;  
3099 -position: absolute;  
3100 -font-size: smaller;  
3101 -}  
3102 -div.olControlMousePosition {  
3103 -bottom: 0em;  
3104 -right: 3px;  
3105 -display: block;  
3106 -position: absolute;  
3107 -font-family: Arial;  
3108 -font-size: smaller;  
3109 -}  
3110 -.olControlOverviewMapContainer {  
3111 -position: absolute;  
3112 -bottom: 0px;  
3113 -right: 0px;  
3114 -}  
3115 -.olControlOverviewMapElement {  
3116 -padding: 10px 18px 10px 10px;  
3117 -background-color: #00008B;  
3118 --moz-border-radius: 1em 0 0 0;  
3119 -}  
3120 -.olControlOverviewMapMinimizeButton {  
3121 -right: 0px;  
3122 -bottom: 80px;  
3123 -}  
3124 -.olControlOverviewMapMaximizeButton {  
3125 -right: 0px;  
3126 -bottom: 80px;  
3127 -}  
3128 -.olControlOverviewMapExtentRectangle {  
3129 -overflow: hidden;  
3130 -background-image: url("img/blank.gif");  
3131 -cursor: move;  
3132 -border: 2px dotted red;  
3133 -}  
3134 -.olControlOverviewMapRectReplacement {  
3135 -overflow: hidden;  
3136 -cursor: move;  
3137 -background-image: url("img/overview_replacement.gif");  
3138 -background-repeat: no-repeat;  
3139 -background-position: center;  
3140 -}  
3141 -.olLayerGeoRSSDescription {  
3142 -float:left;  
3143 -width:100%;  
3144 -overflow:auto;  
3145 -font-size:1.0em;  
3146 -}  
3147 -.olLayerGeoRSSClose {  
3148 -float:right;  
3149 -color:gray;  
3150 -font-size:1.2em;  
3151 -margin-right:6px;  
3152 -font-family:sans-serif;  
3153 -}  
3154 -.olLayerGeoRSSTitle {  
3155 -float:left;font-size:1.2em;  
3156 -}  
3157 -.olPopupContent {  
3158 -padding:5px;  
3159 -overflow: auto;  
3160 -}  
3161 -.olControlNavToolbar {  
3162 -width:0px;  
3163 -height:0px;  
3164 -}  
3165 -.olControlNavToolbar div {  
3166 -display:block;  
3167 -width: 28px;  
3168 -height: 28px;  
3169 -top: 300px;  
3170 -left: 6px;  
3171 -position: relative;  
3172 -}  
3173 -.olControlNavigationHistory {  
3174 -background-image: url("img/navigation_history.png");  
3175 -background-repeat: no-repeat;  
3176 -width: 24px;  
3177 -height: 24px;  
3178 -}  
3179 -.olControlNavigationHistoryPreviousItemActive {  
3180 -background-position: 0px 0px;  
3181 -}  
3182 -.olControlNavigationHistoryPreviousItemInactive {  
3183 -background-position: 0px -24px;  
3184 -}  
3185 -.olControlNavigationHistoryNextItemActive {  
3186 -background-position: -24px 0px;  
3187 -}  
3188 -.olControlNavigationHistoryNextItemInactive {  
3189 -background-position: -24px -24px;  
3190 -}  
3191 -.olControlNavToolbar .olControlNavigationItemActive {  
3192 -background-image: url("img/panning-hand-on.png");  
3193 -background-repeat: no-repeat;  
3194 -}  
3195 -.olControlNavToolbar .olControlNavigationItemInactive {  
3196 -background-image: url("img/panning-hand-off.png");  
3197 -background-repeat: no-repeat;  
3198 -}  
3199 -.olControlNavToolbar .olControlZoomBoxItemActive {  
3200 -background-image: url("img/drag-rectangle-on.png");  
3201 -background-color: orange;  
3202 -background-repeat: no-repeat;  
3203 -}  
3204 -.olControlNavToolbar .olControlZoomBoxItemInactive {  
3205 -background-image: url("img/drag-rectangle-off.png");  
3206 -background-repeat: no-repeat;  
3207 -}  
3208 -.olControlEditingToolbar {  
3209 -float:right;  
3210 -right: 0px;  
3211 -height: 30px;  
3212 -width: 200px;  
3213 -}  
3214 -.olControlEditingToolbar div {  
3215 -background-image: url("img/editing_tool_bar.png");  
3216 -background-repeat: no-repeat;  
3217 -float:right;  
3218 -width: 24px;  
3219 -height: 24px;  
3220 -margin: 5px;  
3221 -}  
3222 -.olControlEditingToolbar .olControlNavigationItemActive {  
3223 -background-position: -103px -23px;  
3224 -}  
3225 -.olControlEditingToolbar .olControlNavigationItemInactive {  
3226 -background-position: -103px -0px; 1785 +.olControlEditingToolbar .olControlNavigationItemInactive {
  1786 +background-position: -103px -0px;
3227 } 1787 }
3228 .olControlEditingToolbar .olControlDrawFeaturePointItemActive { 1788 .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
3229 background-position: -77px -23px; 1789 background-position: -77px -23px;
@@ -3402,245 +1962,6 @@ top: 5px; @@ -3402,245 +1962,6 @@ top: 5px;
3402 right: 0px; 1962 right: 0px;
3403 text-align:left; 1963 text-align:left;
3404 } 1964 }
3405 -.i3GeoTituloJanela {  
3406 -font-size: 13px;  
3407 -font-weight: 100;  
3408 -}  
3409 -.i3GeoTituloJanela .ajuda_usuario {  
3410 -height: 14px;  
3411 -left: 3px;  
3412 -width: 14px;  
3413 -}  
3414 -.ajuda_usuario b {  
3415 -margin-bottom: 0px;  
3416 -margin-left: 0px;  
3417 -margin-right: 14px;  
3418 -margin-top: 0px;  
3419 -}  
3420 -.i3GeoRodapeJanela {  
3421 -background-color: #F2F2F2;  
3422 -}  
3423 -.i3GeoRodapeJanela table {  
3424 -width: 100%;  
3425 -background-color: #F2F2F2;  
3426 -}  
3427 -.i3GeoRodapeJanela td {  
3428 -border: 0px solid white;  
3429 -cursor: pointer;  
3430 -background-color: #F2F2F2;  
3431 -}  
3432 -.cabecalhoTemas {  
3433 -display: inline-block;  
3434 -overflow: hidden;  
3435 -white-space: nowrap;  
3436 -width: 10em;  
3437 -text-overflow: ellipsis;  
3438 -text-align: left;  
3439 -line-height: 9px;  
3440 -}  
3441 -.comboTemasCabecalho {  
3442 -z-index: 100;  
3443 -position: absolute;  
3444 -left: 22px;  
3445 -top: 3px;  
3446 -}  
3447 -.i3GeoIconeJanela {  
3448 -position: absolute;  
3449 -left: 2px;  
3450 -top: 5px;  
3451 -}  
3452 -.i3GeoAguardeJanela {  
3453 -height: 2px;  
3454 -left: 0;  
3455 -position: absolute;  
3456 -top: 29px;  
3457 -width: 100%;  
3458 -z-index: 102;  
3459 -}  
3460 -.yui-panel-container .yui-resizepanel .bd {  
3461 -overflow: auto;  
3462 -background-color: #fff;  
3463 -}  
3464 -.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {  
3465 -overflow: hidden;  
3466 -}  
3467 -.yui-panel-container.show-scrollbars .yui-resizepanel .bd {  
3468 -overflow: auto;  
3469 -}  
3470 -.yui-panel-container.show-scrollbars .underlay {  
3471 -overflow: visible;  
3472 -}  
3473 -.bd div {  
3474 -text-align: left;  
3475 -}  
3476 -.bd p {  
3477 -text-align: left;  
3478 -}  
3479 -.yui-resizepanel .resizehandle {  
3480 -position: absolute;  
3481 -width: 10px;  
3482 -height: 10px;  
3483 -right: 0;  
3484 -bottom: 0;  
3485 -margin: 0;  
3486 -padding: 0;  
3487 -z-index: 3000;  
3488 -background: url(../pacotes/yui290/build/container/img/corner_resize.gif)  
3489 -left bottom no-repeat;  
3490 -cursor: se-resize;  
3491 -}  
3492 -/*veja tambem openlayers.css*/  
3493 -.yui-skin-sam .yui-panel .hd {  
3494 -background: none;  
3495 -background-color: #F2F2F2;  
3496 -color: #000000;  
3497 -font-size: 93%;  
3498 -font-weight: bold;  
3499 -line-height: 2;  
3500 -padding: 0 10px;  
3501 -height: 30px;  
3502 -}  
3503 -.yui-skin-sam .yui-panel .hd1 {  
3504 -background: transparent  
3505 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x  
3506 -scroll 0 -200px;  
3507 -color: #000000;  
3508 -font-size: 80%;  
3509 -font-weight: bold;  
3510 -line-height: 2;  
3511 -padding: 0 10px;  
3512 -height: 20px;  
3513 -}  
3514 -.yui-skin-sam .yui-panel .hd2 {  
3515 -background: transparent  
3516 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x  
3517 -scroll 0 -200px;  
3518 -color: #000000;  
3519 -font-size: 80%;  
3520 -font-weight: bold;  
3521 -line-height: 2;  
3522 -padding: 0 10px;  
3523 -height: 30px;  
3524 -opacity: .80;  
3525 -filter: alpha(opacity = 80);  
3526 -}  
3527 -.yui-skin-sam .container-close {  
3528 -background: transparent  
3529 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3530 -scroll 0 -300px;  
3531 -cursor: pointer;  
3532 -height: 15px;  
3533 -position: absolute;  
3534 -right: 1px;  
3535 -top: 3px;  
3536 -width: 25px;  
3537 -z-index: 2001;  
3538 -opacity: .80;  
3539 -filter: alpha(opacity = 80);  
3540 -}  
3541 -.yui-skin-sam .container-minimiza {  
3542 -background: transparent  
3543 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3544 -scroll 0 -450px;  
3545 -cursor: pointer;  
3546 -height: 15px;  
3547 -position: absolute;  
3548 -right: 35px;  
3549 -top: 3px;  
3550 -width: 25px;  
3551 -z-index: 2001;  
3552 -opacity: .8;  
3553 -filter: alpha(opacity = 80);  
3554 -}  
3555 -.yui-skin-sam .container-duplica {  
3556 -background: transparent  
3557 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3558 -scroll 0 -349px;  
3559 -cursor: pointer;  
3560 -height: 15px;  
3561 -position: absolute;  
3562 -right: 57px;  
3563 -top: 3px;  
3564 -width: 25px;  
3565 -z-index: 2001;  
3566 -opacity: .8;  
3567 -filter: alpha(opacity = 80);  
3568 -}  
3569 -.yui-skin-sam .yui-panel .bd {  
3570 -text-align: left;  
3571 -font-size: 10px;  
3572 -background-color: white;  
3573 -}  
3574 -.yui-skin-sam .yui-simple-dialog .bd .yui-icon {  
3575 -background: transparent  
3576 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3577 -scroll 0 0;  
3578 -float: left;  
3579 -height: 16px;  
3580 -margin-right: 10px;  
3581 -width: 16px;  
3582 -}  
3583 -.yui-resize .yui-resize-handle {  
3584 -position: absolute;  
3585 -z-index: 1;  
3586 -font-size: 0;  
3587 -margin: 0;  
3588 -padding: 0;  
3589 -zoom: 1;  
3590 -height: 250px;  
3591 -width: 5px;  
3592 -}  
3593 -.yui-skin-sam .yui-panel {  
3594 -border: 0px;  
3595 -}  
3596 -.yui-skin-sam .yui-panel-container.shadow .underlay {  
3597 -bottom: 0;  
3598 -box-shadow: 0 0 8px 1px black;  
3599 -left: 0;  
3600 -opacity: 0.3;  
3601 -position: absolute;  
3602 -right: 0;  
3603 -top: 0;  
3604 -background-color: white;  
3605 -}  
3606 -.yui-skin-sam .yui-panel-container {  
3607 -padding: 0 1px;  
3608 -border-radius: 5px 5px 5px 5px;  
3609 -border: 1px solid white;  
3610 -}  
3611 -.yui-skin-sam .yui-panel .hd {  
3612 -border: 0px;  
3613 -}  
3614 -.yui-skin-sam .yui-panel .bd {  
3615 -border: 0px;  
3616 -box-shadow: 0 0 0px 0px black;  
3617 -}  
3618 -.yui-skin-sam .yui-panel .ft {  
3619 -border: 0px;  
3620 -}  
3621 -.yui-skin-sam .yui-panel .bd .yui-navset {  
3622 -background: none;  
3623 -z-index: 1;  
3624 -border-bottom: 2px solid lightgray;  
3625 -}  
3626 -.yui-skin-sam .bd .yui-navset .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button,.yui-skin-sam .bd .yui-button button,.yui-skin-sam .bd .yui-button a,.yui-skin-sam .bd .yui-button .first-child  
3627 -{  
3628 -border-color: lightgray;  
3629 -}  
3630 -.yui-skin-sam .yui-resize .yui-resize-handle-br {  
3631 -right: 0;  
3632 -bottom: 0;  
3633 -height: 8px;  
3634 -width: 8px;  
3635 -position: absolute;  
3636 -}  
3637 -.yui-skin-sam .yui-resize .yui-resize-handle-b {  
3638 -right: 0;  
3639 -bottom: 0;  
3640 -height: 8px;  
3641 -width: 8px;  
3642 -position: absolute;  
3643 -}  
3644 .olControlEditingToolbar1 .editorOLpanItemInactive { 1965 .olControlEditingToolbar1 .editorOLpanItemInactive {
3645 background-position:-0px 0; 1966 background-position:-0px 0;
3646 } 1967 }
css/i3geo7.css.php
@@ -86,10 +86,12 @@ background: white none repeat scroll 0 0; @@ -86,10 +86,12 @@ background: white none repeat scroll 0 0;
86 width: 252px; 86 width: 252px;
87 overflow: hidden; 87 overflow: hidden;
88 background: #F8F8F8; 88 background: #F8F8F8;
89 -border: 1px solid #DDDDDD; 89 +border: 0px solid #DDDDDD;
90 height: 22px; 90 height: 22px;
91 border-radius: 2px; 91 border-radius: 2px;
92 text-align:left; 92 text-align:left;
  93 +color: black;
  94 +font-weight: normal;
93 } 95 }
94 .i3geoForm150 { 96 .i3geoForm150 {
95 width: 150px; 97 width: 150px;
@@ -373,10 +375,8 @@ padding: 5px; @@ -373,10 +375,8 @@ padding: 5px;
373 width:95%; 375 width:95%;
374 padding:2; 376 padding:2;
375 vertical-align:top; 377 vertical-align:top;
376 -background-color:#ffffff;  
377 } 378 }
378 .mensagemAjuda th { 379 .mensagemAjuda th {
379 -background-color: #cedff2;  
380 font-family:Verdana, Arial, Helvetica, sans-serif; 380 font-family:Verdana, Arial, Helvetica, sans-serif;
381 font-size: 8pt; 381 font-size: 8pt;
382 border: 1px solid #B1CDEB; 382 border: 1px solid #B1CDEB;
@@ -654,13 +654,13 @@ padding: 10px; @@ -654,13 +654,13 @@ padding: 10px;
654 border: 0px solid gray; 654 border: 0px solid gray;
655 border-radius: 5px 5px 5px 5px; 655 border-radius: 5px 5px 5px 5px;
656 box-shadow: 0 1px 3px gray; 656 box-shadow: 0 1px 3px gray;
657 -background-color: rgb(250, 250, 250); 657 +background: transparent;
658 margin: 15px; 658 margin: 15px;
659 } 659 }
660 legend { 660 legend {
661 font-weight: bold; 661 font-weight: bold;
662 cursor: pointer; 662 cursor: pointer;
663 -background-color: white; 663 +background: transparent;
664 color: navy; 664 color: navy;
665 text-align: left; 665 text-align: left;
666 font-size: 10px; 666 font-size: 10px;
@@ -672,9 +672,6 @@ line-height: 15px; @@ -672,9 +672,6 @@ line-height: 15px;
672 margin-bottom: 9px; 672 margin-bottom: 9px;
673 text-align: left; 673 text-align: left;
674 } 674 }
675 -.paragrafo label {  
676 -font-size: 12px;  
677 -}  
678 .paragrafo input[type=checkbox] { 675 .paragrafo input[type=checkbox] {
679 position: relative; 676 position: relative;
680 top: 2px; 677 top: 2px;
@@ -861,11 +858,6 @@ border: 0px solid #FFFFFF; @@ -861,11 +858,6 @@ border: 0px solid #FFFFFF;
861 font-family: Verdana, Arial, Helvetica, sans-serif; 858 font-family: Verdana, Arial, Helvetica, sans-serif;
862 position: relative; 859 position: relative;
863 } 860 }
864 -i {  
865 -color: #660000;  
866 -BACKGROUND-COLOR: #ffffcc;  
867 -font-family: Verdana, Arial, Helvetica, sans-serif;  
868 -}  
869 H1 { 861 H1 {
870 COLOR: #2F4632; 862 COLOR: #2F4632;
871 text-align: left; 863 text-align: left;
@@ -1553,1677 +1545,245 @@ display: none !important; @@ -1553,1677 +1545,245 @@ display: none !important;
1553 display: none !important; 1545 display: none !important;
1554 } 1546 }
1555 } 1547 }
1556 -#abreJanelaLegenda,#localizar,#barraedicao,#abregoogleearth,#uploadgpx,#metar,#carouselTemas,#identificaBalao,#rota,#buscafotos,#area,#confluence,#scielo,#wiki,#inseregrafico,#realca,#reinicia,#google,#zoomtot,#pan,#zoomli,#zoomlo,#zoomiauto,#zoomoauto,#identifica,#lentei,#reinicia,#exten,#selecao,#inserexy,#textofid,#mede,#perfil,#cruza,#tamanho,#imprimir,#salva,#carrega,#referencia,#pegaimagens,#v3d  
1557 -{  
1558 -margin: 2px;  
1559 -cursor: pointer;  
1560 -border: 0px solid rgb(50, 50, 50);  
1561 -border-bottom: 1px solid rgb(50, 50, 50);  
1562 -border-left: 1px solid rgb(50, 50, 50);  
1563 -width: 24px;  
1564 -height: 24px;  
1565 -z-index: 1000;  
1566 -position: relative;  
1567 -}  
1568 -#box1 {  
1569 -font-size: 0px;  
1570 -cursor: crosshair;  
1571 -opacity: .25;  
1572 -background-color: gray;  
1573 -position: absolute;  
1574 -visibility: hidden;  
1575 -width: 0px;  
1576 -height: 0px;  
1577 -border: 2px solid #ff0000; 1548 +/*
  1549 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1550 +Code licensed under the BSD License:
  1551 +http://developer.yahoo.com/yui/license.html
  1552 +version: 2.9.0
  1553 +*/
  1554 +body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}
  1555 +/*
  1556 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1557 +Code licensed under the BSD License:
  1558 +http://developer.yahoo.com/yui/license.html
  1559 +version: 2.9.0
  1560 +*/
  1561 +html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}
  1562 +/*
  1563 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1564 +Code licensed under the BSD License:
  1565 +http://developer.yahoo.com/yui/license.html
  1566 +version: 2.9.0
  1567 +*/
  1568 +body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}
  1569 +/*
  1570 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1571 +Code licensed under the BSD License:
  1572 +http://developer.yahoo.com/yui/license.html
  1573 +version: 2.9.0
  1574 +*/
  1575 +.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-overlay.yui-force-redraw{margin-bottom:1px;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubaritemlabel:visited{color:#000;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled,.yui-skin-sam .yuimenubaritemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel:visited{color:#000;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled,.yui-skin-sam .yuimenuitemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}
  1576 +/*
  1577 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1578 +Code licensed under the BSD License:
  1579 +http://developer.yahoo.com/yui/license.html
  1580 +version: 2.9.0
  1581 +*/
  1582 +.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2}.yui-panel{position:relative}.yui-panel-container form{margin:0}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0}.mask.block-scrollbars{overflow:auto}.masked select,.drag select,.hide-select select{_visibility:hidden}.yui-panel-container select{_visibility:inherit}.hide-scrollbars,.hide-scrollbars *{overflow:hidden}.hide-scrollbars select{display:none}.show-scrollbars{overflow:auto}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none}.yui-tt-shadow{position:absolute}.yui-override-padding{padding:0!important}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px}.yui-skin-sam .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25)}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#f2f2f2}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px}.yui-skin-sam .yui-panel .bd{padding:10px}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12)}.yui-skin-sam .yui-dialog .ft{border-top:0;padding:0 10px 10px 10px;font-size:100%}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#d4c237 #A6982b #a6982b #A6982B;border-width:1px;border-style:solid;background-color:#ffee69}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12)}
  1583 +/*
  1584 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1585 +Code licensed under the BSD License:
  1586 +http://developer.yahoo.com/yui/license.html
  1587 +version: 2.9.0
  1588 +*/
  1589 +.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{margin:0 .5em 0 0}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{margin:0 0 .5em}.yui-navset .yui-content .yui-hidden{border:0;height:0;width:0;padding:0;position:absolute;left:-999999px;overflow:hidden;visibility:hidden}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{width:6em}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{width:auto}.yui-navset .yui-navset-left,.yui-navset-left{padding:0 0 0 6em}.yui-navset-right{padding:0 6em 0 0}.yui-navset-top,.yui-navset-bottom{padding:auto}.yui-nav,.yui-nav li{margin:0;padding:0;list-style:none}.yui-navset li em{font-style:normal}.yui-navset{position:relative;zoom:1}.yui-navset .yui-content,.yui-navset .yui-content div{zoom:1}.yui-navset .yui-content:after{content:'';display:block;clear:both}.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursor:pointer;zoom:1}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{display:block}.yui-navset .yui-nav a{position:relative}.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a{display:block;display:inline-block;vertical-align:bottom;zoom:1}.yui-navset-left .yui-nav li a,.yui-navset-right .yui-nav li a{display:block}.yui-navset-bottom .yui-nav li a{vertical-align:text-top}.yui-navset .yui-nav li a em,.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em{display:block}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{position:absolute;z-index:1}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{position:static}.yui-navset .yui-navset-left .yui-nav,.yui-navset-left .yui-nav{left:0;right:auto}.yui-navset .yui-navset-right .yui-nav,.yui-navset-right .yui-nav{right:0;left:auto}.yui-skin-sam .yui-navset .yui-nav,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav{border:solid #2647a0;border-width:0 0 5px;zoom:1}.yui-skin-sam .yui-navset .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li{margin:0 .16em 0 0;padding:1px 0 0;zoom:1}.yui-skin-sam .yui-navset .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected{margin:0 .16em -1px 0}.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a{background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x;border:solid #a3a3a3;border-width:0 1px;color:#000;position:relative;text-decoration:none}.yui-skin-sam .yui-navset .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em{border:solid #a3a3a3;border-width:1px 0 0;padding:.25em .75em;left:0;right:0;bottom:0;top:-1px;position:relative}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover{background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff}.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus{background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px;outline:0}.yui-skin-sam .yui-navset .yui-nav .selected a em{padding:.35em .75em}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a em{border-color:#243356}.yui-skin-sam .yui-navset .yui-content{background:#edf5ff}.yui-skin-sam .yui-navset .yui-content,.yui-skin-sam .yui-navset .yui-navset-top .yui-content{border:1px solid #808080;border-top-color:#243356;padding:.25em .5em}.yui-skin-sam .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 5px 0 0;Xposition:absolute;top:0;bottom:0}.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 0 0 5px}.yui-skin-sam .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset-right .yui-nav li{margin:0 0 .16em;padding:0 0 0 1px}.yui-skin-sam .yui-navset-right .yui-nav li{padding:0 1px 0 0}.yui-skin-sam .yui-navset-left .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected{margin:0 -1px .16em 0}.yui-skin-sam .yui-navset-right .yui-nav .selected{margin:0 0 .16em -1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav a{border-width:1px 0}.yui-skin-sam .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 0 0 1px;padding:.2em .75em;top:auto;left:-1px}.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 1px 0 0;left:auto;right:-1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-left .yui-nav .selected a,.yui-skin-sam .yui-navset-left .yui-nav a:hover,.yui-skin-sam .yui-navset-right .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav .selected a,.yui-skin-sam .yui-navset-right .yui-nav a:hover,.yui-skin-sam .yui-navset-bottom .yui-nav a,.yui-skin-sam .yui-navset-bottom .yui-nav .selected a,.yui-skin-sam .yui-navset-bottom .yui-nav a:hover{background-image:none}.yui-skin-sam .yui-navset-left .yui-content{border:1px solid #808080;border-left-color:#243356}.yui-skin-sam .yui-navset-bottom .yui-nav,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav{border-width:5px 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected,.yui-skin-sam .yui-navset-bottom .yui-nav .selected{margin:-1px .16em 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li,.yui-skin-sam .yui-navset-bottom .yui-nav li{padding:0 0 1px 0;vertical-align:top}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em,.yui-skin-sam .yui-navset-bottom .yui-nav a em{border-width:0 0 1px;top:auto;bottom:-1px}
  1590 +.yui-skin-sam .yui-navset-bottom .yui-content,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-content{border:1px solid #808080;border-bottom-color:#243356}
  1591 +/*
  1592 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1593 +Code licensed under the BSD License:
  1594 +http://developer.yahoo.com/yui/license.html
  1595 +version: 2.9.0
  1596 +*/
  1597 +.yui-h-slider,.yui-v-slider,.yui-region-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb,.yui-region-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.yui-skin-sam .yui-region-slider{height:228px;width:228px;}
  1598 +/*
  1599 +Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  1600 +Code licensed under the BSD License:
  1601 +http://developer.yahoo.com/yui/license.html
  1602 +version: 2.9.0
  1603 +*/
  1604 +.yui-resize{position:relative;zoom:1;z-index:0;}.yui-resize-wrap{zoom:1;}.yui-draggable{cursor:move;}.yui-resize .yui-resize-handle{position:absolute;z-index:1;font-size:0;margin:0;padding:0;zoom:1;height:1px;width:1px;}.yui-resize .yui-resize-handle-br{height:5px;width:5px;bottom:0;right:0;cursor:se-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-bl{height:5px;width:5px;bottom:0;left:0;cursor:sw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tl{height:5px;width:5px;top:0;left:0;cursor:nw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tr{height:5px;width:5px;top:0;right:0;cursor:ne-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-r{width:5px;height:100%;top:0;right:0;cursor:e-resize;zoom:1;}.yui-resize .yui-resize-handle-l{height:100%;width:5px;top:0;left:0;cursor:w-resize;zoom:1;}.yui-resize .yui-resize-handle-b{width:100%;height:5px;bottom:0;right:0;cursor:s-resize;zoom:1;}.yui-resize .yui-resize-handle-t{width:100%;height:5px;top:0;right:0;cursor:n-resize;zoom:1;}.yui-resize-proxy{position:absolute;border:1px dashed #000;visibility:hidden;z-index:1000;}.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle{opacity:0;filter:alpha(opacity=0);}.yui-resize-ghost{opacity:.5;filter:alpha(opacity=50);}.yui-resize-knob .yui-resize-handle{height:6px;width:6px;}.yui-resize-knob .yui-resize-handle-tr{right:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-tl{left:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-bl{left:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-br{right:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-t{left:45%;top:-3px;}.yui-resize-knob .yui-resize-handle-r{right:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-l{left:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-b{left:45%;bottom:-3px;}.yui-resize-status{position:absolute;top:-999px;left:-999px;padding:2px;font-size:80%;display:none;zoom:1;z-index:9999;}.yui-resize-status strong,.yui-resize-status em{font-weight:normal;font-style:normal;padding:1px;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle{background-color:#F2F2F2;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-active{background-color:#7D98B8;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-l,.yui-skin-sam .yui-resize .yui-resize-handle-r,.yui-skin-sam .yui-resize .yui-resize-handle-l-active,.yui-skin-sam .yui-resize .yui-resize-handle-r-active{height:100%;zoom:1;}.yui-skin-sam .yui-resize-knob .yui-resize-handle{border:1px solid #808080;}.yui-skin-sam .yui-resize-hover .yui-resize-handle-active{opacity:1;filter:alpha(opacity=100);}.yui-skin-sam .yui-resize-proxy{border:1px dashed #426FD9;}.yui-skin-sam .yui-resize-status{border:1px solid #A6982B;border-top:1px solid #D4C237;background-color:#FFEE69;color:#000;}.yui-skin-sam .yui-resize-status strong,.yui-skin-sam .yui-resize-status em{float:left;display:block;clear:both;padding:1px;text-align:center;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize .yui-resize-handle-inner-l{background:transparent url(layout_sprite.png) no-repeat 0 -5px;height:16px;width:5px;position:absolute;top:45%;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize .yui-resize-handle-inner-b{background:transparent url(layout_sprite.png) no-repeat -20px 0;height:5px;width:16px;position:absolute;left:50%;}.yui-skin-sam .yui-resize .yui-resize-handle-br{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -62px;}.yui-skin-sam .yui-resize .yui-resize-handle-tr{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -42px;}.yui-skin-sam .yui-resize .yui-resize-handle-tl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -82px;}.yui-skin-sam .yui-resize .yui-resize-handle-bl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -23px;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br{background-image:none;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active{height:6px;width:6px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r{right:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b{bottom:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br{right:-8px;bottom:-8px;}
  1605 +div.olMap {
  1606 +z-index: 0;
  1607 +padding: 0px!important;
  1608 +margin: 0px!important;
  1609 +cursor: default;
1578 } 1610 }
1579 -#boxg {  
1580 -position: absolute;  
1581 -visibility: visible;  
1582 -width: 20px;  
1583 -height: 20px;  
1584 -border: 2px solid red;  
1585 -display: none; 1611 +div.olMapViewport {
  1612 +text-align: left;
1586 } 1613 }
1587 -#obj {  
1588 -position: absolute;  
1589 -z-index: 500;  
1590 -height: 0;  
1591 -width: 0 1614 +div.olLayerDiv {
  1615 +-moz-user-select: none;
1592 } 1616 }
1593 -#lente {  
1594 -z-index: 101;  
1595 -top: 10px;  
1596 -position: absolute; 1617 +.olLayerGoogleCopyright {
  1618 +left: 2px;
  1619 +bottom: 2px;
1597 } 1620 }
1598 -#boxlente {  
1599 -display: none;  
1600 -z-index: 200;  
1601 -border: 2px solid #ff0000;  
1602 -top: 10px;  
1603 -position: absolute;  
1604 -width: 240px;  
1605 -height: 240px; 1621 +.olLayerGooglePoweredBy {
  1622 +left: 2px;
  1623 +bottom: 15px;
1606 } 1624 }
1607 -#aguarde {  
1608 -top: 0px; 1625 +.olControlAttribution {
  1626 +font-size: smaller;
  1627 +right: 3px;
  1628 +bottom: 4.5em;
1609 position: absolute; 1629 position: absolute;
1610 -visibility: hidden; 1630 +display: block;
1611 } 1631 }
1612 -#mensagem {  
1613 -background-color: white; 1632 +.olControlScale {
  1633 +right: 3px;
  1634 +bottom: 3em;
  1635 +display: block;
1614 position: absolute; 1636 position: absolute;
1615 -visibility: hidden 1637 +font-size: smaller;
1616 } 1638 }
1617 -.i3geoBotaoAplicar {  
1618 -display: none;  
1619 -position: absolute;  
1620 -cursor: pointer;  
1621 -z-index: 1000;  
1622 -background-color: #F6F6F6;  
1623 -color: #426252; 1639 +.olControlScaleLine {
  1640 +left: 10px;
  1641 +bottom: 15px;
  1642 +font-size: xx-small;
1624 } 1643 }
1625 -#img,#imgL,#imgO,#imgN,#imgS {  
1626 -border: 0px solid black;  
1627 -cursor: crosshair;  
1628 -top: 0px;  
1629 -left: 0px; 1644 +.olControlScaleLineBottom {
  1645 +border: solid 2px black;
  1646 +border-bottom: none;
  1647 +margin-top:-2px;
  1648 +text-align: center;
1630 } 1649 }
1631 -#img_d {  
1632 -border: 0px solid black;  
1633 -cursor: crosshair; 1650 +.olControlScaleLineTop {
  1651 +border: solid 2px black;
  1652 +border-top: none;
  1653 +text-align: center;
1634 } 1654 }
1635 -#carrega {  
1636 -background-image: URL('../imagens/carrega.gif'); 1655 +.olControlPermalink {
  1656 +right: 3px;
  1657 +bottom: 1.5em;
  1658 +display: block;
  1659 +position: absolute;
  1660 +font-size: smaller;
1637 } 1661 }
1638 -#salva {  
1639 -background-image: URL('../imagens/salva.gif'); 1662 +div.olControlMousePosition {
  1663 +bottom: 0em;
  1664 +right: 3px;
  1665 +display: block;
  1666 +position: absolute;
  1667 +font-family: Arial;
  1668 +font-size: smaller;
1640 } 1669 }
1641 -#tamanho {  
1642 -background-image: URL('../imagens/amp.gif'); 1670 +.olControlOverviewMapContainer {
  1671 +position: absolute;
  1672 +bottom: 0px;
  1673 +right: 0px;
1643 } 1674 }
1644 -#cruza {  
1645 -background-image: URL('../imagens/cruzapt.png'); 1675 +.olControlOverviewMapElement {
  1676 +padding: 10px 18px 10px 10px;
  1677 +background-color: #00008B;
  1678 +-moz-border-radius: 1em 0 0 0;
1646 } 1679 }
1647 -#pegaimagens {  
1648 -background-image: URL('../imagens/legend.gif'); 1680 +.olControlOverviewMapMinimizeButton {
  1681 +right: 0px;
  1682 +bottom: 80px;
1649 } 1683 }
1650 -#realca {  
1651 -background-image: URL('../imagens/realca.gif'); 1684 +.olControlOverviewMapMaximizeButton {
  1685 +right: 0px;
  1686 +bottom: 80px;
1652 } 1687 }
1653 -#zoomlo {  
1654 -background-image: URL('../imagens/zoomlo.gif'); 1688 +.olControlOverviewMapExtentRectangle {
  1689 +overflow: hidden;
  1690 +background-image: url("img/blank.gif");
  1691 +cursor: move;
  1692 +border: 2px dotted red;
1655 } 1693 }
1656 -#imprimir {  
1657 -background-image: URL('../imagens/sprite2.png'); 1694 +.olControlOverviewMapRectReplacement {
  1695 +overflow: hidden;
  1696 +cursor: move;
  1697 +background-image: url("img/overview_replacement.gif");
1658 background-repeat: no-repeat; 1698 background-repeat: no-repeat;
1659 -background-position: 0px 0px; 1699 +background-position: center;
1660 } 1700 }
1661 -#mede {  
1662 -background-image: URL('../imagens/sprite2.png');  
1663 -background-repeat: no-repeat;  
1664 -background-position: 0px -24px; 1701 +.olLayerGeoRSSDescription {
  1702 +float:left;
  1703 +width:100%;
  1704 +overflow:auto;
  1705 +font-size:1.0em;
1665 } 1706 }
1666 -#textofid {  
1667 -background-image: URL('../imagens/sprite2.png');  
1668 -background-repeat: no-repeat;  
1669 -background-position: 0px -48px; 1707 +.olLayerGeoRSSClose {
  1708 +float:right;
  1709 +color:gray;
  1710 +font-size:1.2em;
  1711 +margin-right:6px;
  1712 +font-family:sans-serif;
1670 } 1713 }
1671 -#inserexy {  
1672 -background-image: URL('../imagens/sprite2.png');  
1673 -background-repeat: no-repeat;  
1674 -background-position: 0px -72px; 1714 +.olLayerGeoRSSTitle {
  1715 +float:left;font-size:1.2em;
1675 } 1716 }
1676 -#selecao {  
1677 -background-image: URL('../imagens/sprite2.png');  
1678 -background-repeat: no-repeat;  
1679 -background-position: 0px -96px; 1717 +.olPopupContent {
  1718 +padding:5px;
  1719 +overflow: auto;
1680 } 1720 }
1681 -#exten {  
1682 -background-image: URL('../imagens/sprite2.png');  
1683 -background-repeat: no-repeat;  
1684 -background-position: 0px -120px; 1721 +.olControlNavToolbar {
  1722 +width:0px;
  1723 +height:0px;
1685 } 1724 }
1686 -#reinicia {  
1687 -background-image: URL('../imagens/sprite2.png');  
1688 -background-repeat: no-repeat;  
1689 -background-position: 0px -144px; 1725 +.olControlNavToolbar div {
  1726 +display:block;
  1727 +width: 28px;
  1728 +height: 28px;
  1729 +top: 300px;
  1730 +left: 6px;
  1731 +position: relative;
1690 } 1732 }
1691 -#lentei {  
1692 -background-image: URL('../imagens/sprite2.png'); 1733 +.olControlNavigationHistory {
  1734 +background-image: url("img/navigation_history.png");
1693 background-repeat: no-repeat; 1735 background-repeat: no-repeat;
1694 -background-position: 0px -168px; 1736 +width: 24px;
  1737 +height: 24px;
1695 } 1738 }
1696 -#identificaBalao {  
1697 -background-image: URL('../imagens/sprite2.png');  
1698 -background-repeat: no-repeat;  
1699 -background-position: 0px -192px;  
1700 -cursor: pointer; 1739 +.olControlNavigationHistoryPreviousItemActive {
  1740 +background-position: 0px 0px;
1701 } 1741 }
1702 -#zoomtot {  
1703 -background-image: URL('../imagens/sprite2.png');  
1704 -background-repeat: no-repeat;  
1705 -background-position: 0px -216px; 1742 +.olControlNavigationHistoryPreviousItemInactive {
  1743 +background-position: 0px -24px;
1706 } 1744 }
1707 -#pan {  
1708 -background-image: URL('../imagens/sprite2.png');  
1709 -background-repeat: no-repeat;  
1710 -background-position: 0px -240px; 1745 +.olControlNavigationHistoryNextItemActive {
  1746 +background-position: -24px 0px;
1711 } 1747 }
1712 -#google {  
1713 -background-image: URL('../imagens/sprite2.png');  
1714 -background-repeat: no-repeat;  
1715 -background-position: 0px -264px; 1748 +.olControlNavigationHistoryNextItemInactive {
  1749 +background-position: -24px -24px;
1716 } 1750 }
1717 -#referencia {  
1718 -background-image: URL('../imagens/sprite2.png'); 1751 +.olControlNavToolbar .olControlNavigationItemActive {
  1752 +background-image: url("img/panning-hand-on.png");
1719 background-repeat: no-repeat; 1753 background-repeat: no-repeat;
1720 -background-position: 0px -288px;  
1721 } 1754 }
1722 -#inseregrafico {  
1723 -background-image: URL('../imagens/sprite2.png'); 1755 +.olControlNavToolbar .olControlNavigationItemInactive {
  1756 +background-image: url("img/panning-hand-off.png");
1724 background-repeat: no-repeat; 1757 background-repeat: no-repeat;
1725 -background-position: 0px -312px;  
1726 } 1758 }
1727 -#wiki {  
1728 -background-image: URL('../imagens/sprite2.png'); 1759 +.olControlNavToolbar .olControlZoomBoxItemActive {
  1760 +background-image: url("img/drag-rectangle-on.png");
  1761 +background-color: orange;
1729 background-repeat: no-repeat; 1762 background-repeat: no-repeat;
1730 -background-position: 0px -336px;  
1731 } 1763 }
1732 -#scielo {  
1733 -background-image: URL('../imagens/sprite2.png'); 1764 +.olControlNavToolbar .olControlZoomBoxItemInactive {
  1765 +background-image: url("img/drag-rectangle-off.png");
1734 background-repeat: no-repeat; 1766 background-repeat: no-repeat;
1735 -background-position: 0px -360px;  
1736 } 1767 }
1737 -#confluence {  
1738 -background-image: URL('../imagens/sprite2.png');  
1739 -background-repeat: no-repeat;  
1740 -background-position: 0px -384px; 1768 +.olControlEditingToolbar {
  1769 +float:right;
  1770 +right: 0px;
  1771 +height: 30px;
  1772 +width: 200px;
1741 } 1773 }
1742 -#v3d {  
1743 -background-image: URL('../imagens/sprite2.png'); 1774 +.olControlEditingToolbar div {
  1775 +background-image: url("img/editing_tool_bar.png");
1744 background-repeat: no-repeat; 1776 background-repeat: no-repeat;
1745 -background-position: 0px -408px; 1777 +float:right;
  1778 +width: 24px;
  1779 +height: 24px;
  1780 +margin: 5px;
1746 } 1781 }
1747 -#area {  
1748 -background-image: URL('../imagens/sprite2.png');  
1749 -background-repeat: no-repeat;  
1750 -background-position: 0px -432px; 1782 +.olControlEditingToolbar .olControlNavigationItemActive {
  1783 +background-position: -103px -23px;
1751 } 1784 }
1752 -#identifica {  
1753 -background-image: URL('../imagens/sprite2.png');  
1754 -background-repeat: no-repeat;  
1755 -background-position: 0px -456px;  
1756 -cursor: pointer;  
1757 -}  
1758 -#metar {  
1759 -background-image: URL('../imagens/sprite2.png');  
1760 -background-repeat: no-repeat;  
1761 -background-position: 0px -480px;  
1762 -cursor: pointer;  
1763 -}  
1764 -#buscafotos {  
1765 -background-image: URL('../imagens/sprite2.png');  
1766 -background-repeat: no-repeat;  
1767 -background-position: 0px -504px;  
1768 -cursor: pointer;  
1769 -}  
1770 -#rota {  
1771 -background-image: URL('../imagens/sprite2.png');  
1772 -background-repeat: no-repeat;  
1773 -background-position: 0px -528px;  
1774 -}  
1775 -.abregoogleearth {  
1776 -background-image: URL('../imagens/sprite2.png');  
1777 -background-repeat: no-repeat;  
1778 -background-position: 0px -576px;  
1779 -}  
1780 -.ticPropriedades2 {  
1781 -background-image: URL('../imagens/sprite2.png');  
1782 -background-repeat: no-repeat;  
1783 -background-position: -5px -603px;  
1784 -height: 15px;  
1785 -width: 15px;  
1786 -}  
1787 -.carregarKml {  
1788 -background-image: URL('../imagens/sprite2.png');  
1789 -background-repeat: no-repeat;  
1790 -background-position: 0px -624px;  
1791 -width: 16px;  
1792 -border: 1px solid #DCDCDC;  
1793 -}  
1794 -.buscaInde {  
1795 -background-image: URL('../imagens/sprite2.png');  
1796 -background-repeat: no-repeat;  
1797 -background-position: 0px -700px;  
1798 -width: 16px;  
1799 -border: 1px solid #DCDCDC;  
1800 -}  
1801 -.iconeMetaestat {  
1802 -background-image: URL('../imagens/sprite2.png');  
1803 -background-repeat: no-repeat;  
1804 -background-position: 0px -728px;  
1805 -width: 16px;  
1806 -border: 1px solid #DCDCDC;  
1807 -}  
1808 -#barraedicao {  
1809 -background-image: URL('../imagens/sprite2.png');  
1810 -background-repeat: no-repeat;  
1811 -background-position: 0px -648px;  
1812 -}  
1813 -#localizar {  
1814 -background-image: URL('../imagens/sprite2.png');  
1815 -background-repeat: no-repeat;  
1816 -background-position: 0px -672px;  
1817 -}  
1818 -.i3GEOiconeIdentifica {  
1819 -background-image: URL('../imagens/sprite2.png');  
1820 -background-repeat: no-repeat;  
1821 -width: 14px;  
1822 -background-position: 0px -744px;  
1823 -}  
1824 -.ticDownload {  
1825 -background-image: url("../imagens/sprite.png");  
1826 -background-position: 0 -1124px;  
1827 -background-repeat: no-repeat;  
1828 -height: 15px;  
1829 -width: 15px;  
1830 -}  
1831 -#ondeestou {  
1832 -background-image: URL('../imagens/sprite.png');  
1833 -background-repeat: no-repeat;  
1834 -background-position: 0px -475px;  
1835 -width: 20px;  
1836 -height: 10px;  
1837 -}  
1838 -#menuinterface {  
1839 -width: 75px;  
1840 -height: 15px;  
1841 -}  
1842 -#menuajudaMenu {  
1843 -width: 52px;  
1844 -height: 15px;  
1845 -}  
1846 -#menuanalise {  
1847 -width: 52px;  
1848 -height: 15px;  
1849 -}  
1850 -#menujanelas {  
1851 -width: 52px;  
1852 -height: 15px;  
1853 -}  
1854 -#menuferramentas {  
1855 -width: 75px;  
1856 -height: 15px;  
1857 -}  
1858 -#menuarquivos {  
1859 -width: 52px;  
1860 -height: 15px;  
1861 -}  
1862 -#menui3GeoMenuMarcador {  
1863 -height: 15px;  
1864 -width: 75px;  
1865 -}  
1866 -.menuTresLinhas {  
1867 -float: left;  
1868 -position: relative;  
1869 -left : -5px;  
1870 -top : 2px;  
1871 -}  
1872 -.menuTresLinhas b {  
1873 -background: none repeat scroll 0 0 #fff;  
1874 -border-radius: 2px;  
1875 -display: block;  
1876 -height: 2px;  
1877 -margin-bottom: 3px;  
1878 -width: 15px;  
1879 -}  
1880 -/*bandeira do brasil*/  
1881 -#brasil {  
1882 -background-image: URL('../imagens/sprite.png');  
1883 -background-repeat: no-repeat;  
1884 -background-position: 0px -600px;  
1885 -width: 20px;  
1886 -height: 10px;  
1887 -cursor: pointer;  
1888 -}  
1889 -/*bandeira inglaterra*/  
1890 -#uk {  
1891 -background-image: URL('../imagens/sprite.png');  
1892 -background-repeat: no-repeat;  
1893 -background-position: 0px -625px;  
1894 -width: 20px;  
1895 -height: 10px;  
1896 -cursor: pointer;  
1897 -}  
1898 -#espanhol {  
1899 -background-image: URL('../imagens/sprite.png');  
1900 -background-repeat: no-repeat;  
1901 -background-position: 0px -1400px;  
1902 -width: 20px;  
1903 -height: 10px;  
1904 -cursor: pointer;  
1905 -}  
1906 -#italiano {  
1907 -background-image: URL('../imagens/sprite.png');  
1908 -background-repeat: no-repeat;  
1909 -background-position: 0px -1725px;  
1910 -width: 20px;  
1911 -height: 10px;  
1912 -cursor: pointer;  
1913 -}  
1914 -/*icone de aplicar*/  
1915 -.tic {  
1916 -background-image: url(../imagens/sprite.png);  
1917 -background-position: 0px -650px;  
1918 -background-repeat: no-repeat;  
1919 -cursor: pointer;  
1920 -height: 14px;  
1921 -text-align: center;  
1922 -width: 25px;  
1923 -box-shadow: 1px 1px 3px 0px lightgray;  
1924 -margin-left: 1px;  
1925 -}  
1926 -.ticfind {  
1927 -background-image: url("../imagens/ic_zoom.png");  
1928 -background-repeat: no-repeat;  
1929 -cursor: pointer;  
1930 -width: 14px;  
1931 -text-align: center;  
1932 -}  
1933 -.x {  
1934 -background-image: URL('../imagens/sprite.png');  
1935 -background-repeat: no-repeat;  
1936 -background-position: 0px -675px;  
1937 -width: 9px;  
1938 -height: 9px;  
1939 -cursor: pointer;  
1940 -}  
1941 -.sobe {  
1942 -background-image: URL('../imagens/sprite.png');  
1943 -background-repeat: no-repeat;  
1944 -background-position: 0px -700px;  
1945 -width: 9px;  
1946 -height: 9px;  
1947 -cursor: pointer;  
1948 -}  
1949 -.desce {  
1950 -background-image: URL('../imagens/sprite.png');  
1951 -background-repeat: no-repeat;  
1952 -background-position: 0px -725px;  
1953 -width: 9px;  
1954 -height: 9px;  
1955 -cursor: pointer;  
1956 -}  
1957 -.extent {  
1958 -background-image: URL('../imagens/sprite.png');  
1959 -background-repeat: no-repeat;  
1960 -background-position: 0px -750px;  
1961 -width: 9px;  
1962 -height: 9px;  
1963 -cursor: pointer;  
1964 -}  
1965 -.menuarrow {  
1966 -background-image: URL('../imagens/sprite.png');  
1967 -background-repeat: no-repeat;  
1968 -background-position: 0px -775px;  
1969 -width: 16px;  
1970 -height: 16px;  
1971 -cursor: pointer;  
1972 -left: 3px;  
1973 -top: 2px;  
1974 -}  
1975 -.mais {  
1976 -background-image: URL('../imagens/sprite.png');  
1977 -background-repeat: no-repeat;  
1978 -background-position: 0px -800px;  
1979 -width: 17px;  
1980 -height: 9px;  
1981 -cursor: pointer;  
1982 -}  
1983 -.menos {  
1984 -background-image: URL('../imagens/sprite.png');  
1985 -background-repeat: no-repeat;  
1986 -background-position: 0px -825px;  
1987 -width: 17px;  
1988 -height: 9px;  
1989 -cursor: pointer;  
1990 -}  
1991 -.ponto {  
1992 -background-image: URL('../imagens/sprite.png');  
1993 -background-repeat: no-repeat;  
1994 -background-position: 0px -850px;  
1995 -width: 17px;  
1996 -height: 9px;  
1997 -cursor: pointer;  
1998 -}  
1999 -.quadro {  
2000 -background-image: URL('../imagens/sprite.png');  
2001 -background-repeat: no-repeat;  
2002 -background-position: 0px -875px;  
2003 -width: 13px;  
2004 -height: 13px;  
2005 -cursor: pointer;  
2006 -}  
2007 -.quadro1 {  
2008 -background-image: URL('../imagens/sprite.png');  
2009 -background-repeat: no-repeat;  
2010 -background-position: 0px -900px;  
2011 -width: 13px;  
2012 -height: 13px;  
2013 -cursor: pointer;  
2014 -}  
2015 -.slider {  
2016 -background-image: URL('../imagens/sprite.png');  
2017 -background-repeat: no-repeat;  
2018 -background-position: 0px -925px;  
2019 -width: 20px;  
2020 -height: 9px;  
2021 -}  
2022 -#vertMenosZoom {  
2023 -cursor: pointer;  
2024 -position: relative;  
2025 -top: -1px;  
2026 -width: 18px;  
2027 -background: url('../imagens/sprite.png');  
2028 -background-position: 0px -950px;  
2029 -height: 18px;  
2030 -}  
2031 -#vertMaisZoom {  
2032 -cursor: pointer;  
2033 -position: relative;  
2034 -top: 2px;  
2035 -width: 18px;  
2036 -background: url('../imagens/sprite.png');  
2037 -background-position: 0px -975px;  
2038 -height: 18px;  
2039 -}  
2040 -#zoomli {  
2041 -background-image: URL('../imagens/sprite.png');  
2042 -background-repeat: no-repeat;  
2043 -background-position: 0px -1000px;  
2044 -}  
2045 -.foldermapa1 {  
2046 -background-image: URL('../imagens/sprite.png');  
2047 -background-repeat: no-repeat;  
2048 -background-position: 0px -1025px;  
2049 -width: 17px;  
2050 -height: 15px;  
2051 -}  
2052 -.foldermapa {  
2053 -background-image: URL('../imagens/sprite.png');  
2054 -background-repeat: no-repeat;  
2055 -background-position: 0px -1050px;  
2056 -width: 17px;  
2057 -height: 15px;  
2058 -}  
2059 -#i3geo_lixeira, .i3geo_lixeira {  
2060 -background-image: URL('../imagens/sprite.png');  
2061 -background-repeat: no-repeat;  
2062 -background-position: 0px -1078px;  
2063 -width: 18px;  
2064 -height: 18px;  
2065 -}  
2066 -#i3geo_refresh, .i3geo_refresh {  
2067 -background-image: URL('../imagens/sprite.png');  
2068 -background-repeat: no-repeat;  
2069 -background-position: 0px -2205px;  
2070 -width: 18px;  
2071 -height: 18px;  
2072 -cursor: pointer;  
2073 -}  
2074 -.upload {  
2075 -background-image: URL('../imagens/sprite.png');  
2076 -background-repeat: no-repeat;  
2077 -background-position: 0px -1099px;  
2078 -width: 16px;  
2079 -border: 1px solid #DCDCDC;  
2080 -}  
2081 -.download {  
2082 -background-image: URL('../imagens/sprite.png');  
2083 -background-repeat: no-repeat;  
2084 -background-position: 0px -1124px;  
2085 -width: 16px;  
2086 -border: 1px solid #DCDCDC;  
2087 -}  
2088 -.conectarwms {  
2089 -background-image: URL('../imagens/sprite.png');  
2090 -background-repeat: no-repeat;  
2091 -background-position: 1px -1149px;  
2092 -width: 16px;  
2093 -border: 1px solid #DCDCDC;  
2094 -}  
2095 -.conectargeorss {  
2096 -background-image: URL('../imagens/sprite.png');  
2097 -background-repeat: no-repeat;  
2098 -background-position: 1px -1174px;  
2099 -width: 16px;  
2100 -border: 1px solid #DCDCDC;  
2101 -}  
2102 -.conectarservidor {  
2103 -background-image: URL('../imagens/sprite.png');  
2104 -background-repeat: no-repeat;  
2105 -background-position: 0px -1200px;  
2106 -width: 14px;  
2107 -height: 14px;  
2108 -border-left: 1px solid gray;  
2109 -border-bottom: 1px solid gray;  
2110 -border-top: 1px solid #F8F8F8;  
2111 -border-right: 1px solid #F8F8F8;  
2112 -}  
2113 -.folder {  
2114 -background-image: URL('../imagens/sprite.png');  
2115 -background-repeat: no-repeat;  
2116 -background-position: 0px -1225px;  
2117 -width: 17px;  
2118 -height: 15px;  
2119 -}  
2120 -.rosanorte {  
2121 -background-image: URL('../imagens/sprite.png');  
2122 -background-repeat: no-repeat;  
2123 -background-position: 0px -1250px;  
2124 -width: 14px;  
2125 -height: 14px;  
2126 -}  
2127 -.rosasul {  
2128 -background-image: URL('../imagens/sprite.png');  
2129 -background-repeat: no-repeat;  
2130 -background-position: 0px -1275px;  
2131 -width: 14px;  
2132 -height: 14px;  
2133 -}  
2134 -.rosaleste {  
2135 -background-image: URL('../imagens/sprite.png');  
2136 -background-repeat: no-repeat;  
2137 -background-position: 0px -1300px;  
2138 -width: 14px;  
2139 -height: 14px;  
2140 -}  
2141 -.rosaoeste {  
2142 -background-image: URL('../imagens/sprite.png');  
2143 -background-repeat: no-repeat;  
2144 -background-position: 0px -1325px;  
2145 -width: 14px;  
2146 -height: 14px;  
2147 -}  
2148 -.rosamais {  
2149 -background-image: URL('../imagens/sprite.png');  
2150 -background-repeat: no-repeat;  
2151 -background-position: 0px -1350px;  
2152 -width: 10px;  
2153 -height: 20px;  
2154 -}  
2155 -.rosamenos {  
2156 -background-image: URL('../imagens/sprite.png');  
2157 -background-repeat: no-repeat;  
2158 -background-position: 0px -1375px;  
2159 -width: 10px;  
2160 -height: 20px;  
2161 -}  
2162 -#desceferramentas {  
2163 -background-image: URL('../imagens/sprite.png');  
2164 -background-repeat: no-repeat;  
2165 -background-position: 0px -1450px;  
2166 -cursor: pointer;  
2167 -width: 22px;  
2168 -height: 20px;  
2169 -margin: 2px;  
2170 -}  
2171 -#sobeferramentas {  
2172 -background-image: URL('../imagens/sprite.png');  
2173 -background-repeat: no-repeat;  
2174 -background-position: 0px -1475px;  
2175 -cursor: pointer;  
2176 -width: 22px;  
2177 -height: 20px;  
2178 -margin: 2px;  
2179 -}  
2180 -/*marcador de lista das propriedades do mapa*/  
2181 -.ticPropriedades {  
2182 -background-image: URL('../imagens/sprite.png');  
2183 -background-repeat: no-repeat;  
2184 -background-position: 0px -1500px;  
2185 -width: 9px;  
2186 -height: 10px;  
2187 -cursor: pointer;  
2188 -margin-right: 3px;  
2189 -}  
2190 -/*marcador de lista das opcoes do tema*/  
2191 -.ticOpcoesTemas {  
2192 -background-image: URL('../imagens/sprite.png');  
2193 -background-repeat: no-repeat;  
2194 -background-position: 0px -1500px;  
2195 -width: 9px;  
2196 -height: 10px;  
2197 -cursor: pointer;  
2198 -margin-right: 3px;  
2199 -}  
2200 -.uploaddbf {  
2201 -background-image: URL('../imagens/sprite.png');  
2202 -background-repeat: no-repeat;  
2203 -background-position: 1px -1523px;  
2204 -width: 16px;  
2205 -border: 1px solid #DCDCDC;  
2206 -}  
2207 -.rosanordeste {  
2208 -background-image: URL('../imagens/sprite.png');  
2209 -background-repeat: no-repeat;  
2210 -background-position: 0px -1550px;  
2211 -width: 14px;  
2212 -height: 14px;  
2213 -}  
2214 -.rosasudeste {  
2215 -background-image: URL('../imagens/sprite.png');  
2216 -background-repeat: no-repeat;  
2217 -background-position: 0px -1575px;  
2218 -width: 14px;  
2219 -height: 14px;  
2220 -}  
2221 -.rosanoroeste {  
2222 -background-image: URL('../imagens/sprite.png');  
2223 -background-repeat: no-repeat;  
2224 -background-position: 0px -1600px;  
2225 -width: 14px;  
2226 -height: 14px;  
2227 -}  
2228 -.rosasudoeste {  
2229 -background-image: URL('../imagens/sprite.png');  
2230 -background-repeat: no-repeat;  
2231 -background-position: 0px -1625px;  
2232 -width: 14px;  
2233 -height: 14px;  
2234 -}  
2235 -.nuvemtags {  
2236 -background-image: URL('../imagens/sprite.png');  
2237 -background-repeat: no-repeat;  
2238 -background-position: 1px -1648px;  
2239 -width: 16px;  
2240 -border: 1px solid #DCDCDC;  
2241 -}  
2242 -.zoomAnterior {  
2243 -background-image: URL('../imagens/sprite.png');  
2244 -background-repeat: no-repeat;  
2245 -background-position: 0px -1675px;  
2246 -width: 10px;  
2247 -height: 11px;  
2248 -cursor: pointer;  
2249 -}  
2250 -.zoomProximo {  
2251 -background-image: URL('../imagens/sprite.png');  
2252 -background-repeat: no-repeat;  
2253 -background-position: 0px -1700px;  
2254 -width: 10px;  
2255 -height: 11px;  
2256 -cursor: pointer;  
2257 -}  
2258 -.i3geo_refresh2 {  
2259 -background-image: URL('../imagens/sprite.png');  
2260 -background-repeat: no-repeat;  
2261 -background-position: 0px -1749px;  
2262 -width: 18px;  
2263 -height: 20px;  
2264 -cursor: pointer;  
2265 -}  
2266 -.conectarwmst {  
2267 -background-image: URL('../imagens/sprite.png');  
2268 -background-repeat: no-repeat;  
2269 -background-position: 1px -1824px;  
2270 -width: 16px;  
2271 -border: 1px solid #DCDCDC;  
2272 -}  
2273 -.fonte {  
2274 -background-image: URL('../imagens/sprite.png');  
2275 -background-repeat: no-repeat;  
2276 -background-position: 0px -1850px;  
2277 -width: 9px;  
2278 -height: 9px;  
2279 -cursor: pointer;  
2280 -}  
2281 -#zoomiauto {  
2282 -background-image: URL('../imagens/sprite.png');  
2283 -background-repeat: no-repeat;  
2284 -background-position: 0px -1875px;  
2285 -cursor: pointer;  
2286 -}  
2287 -#zoomoauto {  
2288 -background-image: URL('../imagens/sprite.png');  
2289 -background-repeat: no-repeat;  
2290 -background-position: 0px -1900px;  
2291 -cursor: pointer;  
2292 -}  
2293 -#olhoAberto, .olhoAberto {  
2294 -background-image: URL('../imagens/sprite.png');  
2295 -background-repeat: no-repeat;  
2296 -background-position: 0px -1925px;  
2297 -cursor: pointer;  
2298 -width: 25px;  
2299 -height: 20px;  
2300 -}  
2301 -#olhoFechado, .olhoFechado {  
2302 -background-image: URL('../imagens/sprite.png');  
2303 -background-repeat: no-repeat;  
2304 -background-position: 0px -1949px;  
2305 -width: 25px;  
2306 -height: 20px;  
2307 -cursor: pointer;  
2308 -}  
2309 -.carouselTemas {  
2310 -background-image: URL('../imagens/sprite.png');  
2311 -background-repeat: no-repeat;  
2312 -background-position: 0px -2000px;  
2313 -width: 16px;  
2314 -border: 1px solid #DCDCDC;  
2315 -cursor: pointer;  
2316 -}  
2317 -.uploadgpx {  
2318 -background-image: URL('../imagens/sprite.png');  
2319 -background-repeat: no-repeat;  
2320 -background-position: 0px -2052px;  
2321 -width: 16px;  
2322 -border: 1px solid #DCDCDC;  
2323 -cursor: pointer;  
2324 -}  
2325 -#i3geo_filtro, .i3geo_filtro {  
2326 -background-image: URL('../imagens/sprite.png');  
2327 -background-repeat: no-repeat;  
2328 -background-position: 0px -2073px;  
2329 -width: 18px;  
2330 -height: 18px;  
2331 -}  
2332 -#abreJanelaLegenda, .abreJanelaLegenda {  
2333 -background-image: URL('../imagens/sprite.png');  
2334 -background-repeat: no-repeat;  
2335 -background-position: 0px -2100px;  
2336 -cursor: pointer;  
2337 -width: 22px;  
2338 -height: 22px;  
2339 -}  
2340 -#soltaLeg, .soltaLeg {  
2341 -background-image: URL('../imagens/sprite.png');  
2342 -background-repeat: no-repeat;  
2343 -background-position: 0px -2100px;  
2344 -cursor: pointer;  
2345 -width: 22px;  
2346 -height: 22px;  
2347 -}  
2348 -#soltaLeg2, .soltaLeg2 {  
2349 -background-image: URL('../imagens/sprite.png');  
2350 -background-repeat: no-repeat;  
2351 -background-position: 0px -2125px;  
2352 -cursor: pointer;  
2353 -width: 20px;  
2354 -height: 16px;  
2355 -}  
2356 -#soltaleg2, .soltaleg2 {  
2357 -background-image: URL('../imagens/sprite.png');  
2358 -background-repeat: no-repeat;  
2359 -background-position: 0px -2123px;  
2360 -cursor: pointer;  
2361 -width: 18px;  
2362 -height: 18px;  
2363 -}  
2364 -#opacidadeMapa, .opacidadeMapa {  
2365 -background-image: URL('../imagens/sprite.png');  
2366 -background-repeat: no-repeat;  
2367 -background-position: 0px -2173px;  
2368 -cursor: pointer;  
2369 -width: 18px;  
2370 -height: 18px;  
2371 -}  
2372 -#imprimirMapa, .imprimirMapa {  
2373 -background-image: URL('../imagens/sprite.png');  
2374 -background-repeat: no-repeat;  
2375 -background-position: 0px -2250px;  
2376 -cursor: pointer;  
2377 -width: 18px;  
2378 -height: 18px;  
2379 -}  
2380 -#ajudaMapa, .ajudaMapa {  
2381 -background-image: URL('../imagens/sprite.png');  
2382 -background-repeat: no-repeat;  
2383 -background-position: 1px -500px;  
2384 -cursor: pointer;  
2385 -width: 18px;  
2386 -height: 18px;  
2387 -}  
2388 -#ferramentasMapa, .ferramentasMapa {  
2389 -background-image: URL('../imagens/sprite.png');  
2390 -background-repeat: no-repeat;  
2391 -background-position: 0px -2272px;  
2392 -cursor: pointer;  
2393 -width: 18px;  
2394 -height: 18px;  
2395 -}  
2396 -#animaMapa, .animaMapa {  
2397 -background-image: URL('../imagens/sprite.png');  
2398 -background-repeat: no-repeat;  
2399 -background-position: 0px -2187px;  
2400 -cursor: pointer;  
2401 -width: 18px;  
2402 -height: 18px;  
2403 -}  
2404 -.importarwmc {  
2405 -background-image: URL('../imagens/sprite.png');  
2406 -background-repeat: no-repeat;  
2407 -background-position: 0px -2140px;  
2408 -border: 1px solid #DCDCDC;  
2409 -cursor: pointer;  
2410 -width: 16px;  
2411 -}  
2412 -button { //  
2413 -background: url(../imagens/tic2.png) 99% 50% no-repeat;  
2414 -}  
2415 -#encolheFerramentas {  
2416 -background-image: URL('../imagens/encolhe.png');  
2417 -background-repeat: no-repeat;  
2418 -background-position: center;  
2419 -cursor: pointer;  
2420 -}  
2421 -.iconeGuiaMovel {  
2422 -padding: 2px;  
2423 -border-radius: 5px 5px 5px 5px;  
2424 -background-image: none;  
2425 -border: solid 1px gray;  
2426 -box-shadow: 0px 1px 3px lightgray;  
2427 -cursor: pointer;  
2428 -widh: 40px;  
2429 -height: 40px;  
2430 -background-color: rgba(0,60,136,.5);  
2431 -}  
2432 -#i3GEOguiaMovel .iconeGuiaMovel{  
2433 -padding: 3px 0px;  
2434 -}  
2435 -.iconeMini {  
2436 -border-radius: 5px 5px 5px 5px;  
2437 -border: solid 1px gray;  
2438 -margin: 2px;  
2439 -}  
2440 -.iconeGuiaMovelMouseOver {  
2441 -box-shadow: 0px 1px 3px #3CA5EB;  
2442 -}  
2443 -.iconeGuiaMovelMouseOut {  
2444 -box-shadow: 0px 1px 3px gray;  
2445 -}  
2446 -#euDock_euImage_2 {  
2447 -border: 0px solid lightgray;  
2448 -border-radius: 35px 0px 0px 5px;  
2449 -opacity: 0.6;  
2450 -background: black;  
2451 -background: rgb(181, 189, 200);  
2452 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2453 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2454 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2455 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2456 -color-stop(100%, rgba(40, 52, 59, 1)));  
2457 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2458 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2459 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2460 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2461 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2462 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2463 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2464 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2465 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2466 -endColorstr='#28343b', GradientType=0);  
2467 -}  
2468 -#euDock_euImage_3 {  
2469 -border: 0px solid lightgray;  
2470 -opacity: 0.6;  
2471 -background: black;  
2472 -background: rgb(181, 189, 200);  
2473 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2474 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2475 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2476 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2477 -color-stop(100%, rgba(40, 52, 59, 1)));  
2478 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2479 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2480 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2481 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2482 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2483 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2484 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2485 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2486 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2487 -endColorstr='#28343b', GradientType=0);  
2488 -}  
2489 -#euDock_euImage_4 {  
2490 -border: 0px solid lightgray;  
2491 -border-radius: 0px 35px 5px 0px;  
2492 -opacity: 0.6;  
2493 -background: black;  
2494 -background: rgb(181, 189, 200);  
2495 -background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2496 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2497 -background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(181,  
2498 -189, 200, 1)), color-stop(36%, rgba(130, 140, 149, 1)),  
2499 -color-stop(100%, rgba(40, 52, 59, 1)));  
2500 -background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2501 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2502 -background: -o-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2503 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2504 -background: -ms-linear-gradient(top, rgba(181, 189, 200, 1) 0%,  
2505 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2506 -background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%,  
2507 -rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);  
2508 -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8',  
2509 -endColorstr='#28343b', GradientType=0);  
2510 -}  
2511 -#euDock_0 img {  
2512 -}  
2513 -#euDockMensagem {  
2514 -font-weight: bold;  
2515 -color: white;  
2516 -margin-top: 5px;  
2517 -font-size: 11px;  
2518 -top: 33px;  
2519 -}  
2520 -.eudockImagemBottom {  
2521 -box-shadow: 0 10px 5px -10px gray;  
2522 -}  
2523 -.eudockImagemTop {  
2524 -}  
2525 -/* icones das ferramentas utilizado nas janelas flutuantes e menu suspenso */  
2526 -.i3GEOiconeFerramenta {  
2527 -display: block;  
2528 -height: 16px;  
2529 -width: 16px;  
2530 -position: absolute;  
2531 -left: 2px;  
2532 -}  
2533 -.hd .i3GEOiconeFerramenta{  
2534 -top: 5px;  
2535 -}  
2536 -.i3GEOiconeMais{  
2537 -background-image: url("../imagens/oxygen/16x16/draw-cross.png");  
2538 -width: 16px;  
2539 -height: 16px;  
2540 -float: left;  
2541 -cursor: pointer;  
2542 -}  
2543 -.i3GEOiconeFerramentas{  
2544 -background-image: url("../imagens/oxygen/16x16/configure-shortcuts.png");  
2545 -width: 16px;  
2546 -height: 16px;  
2547 -float: left;  
2548 -cursor: pointer;  
2549 -}  
2550 -.i3GEOiconeAberto {  
2551 -background-image: URL('../imagens/oxygen/16x16/document-decrypt.png');  
2552 -cursor: pointer;  
2553 -background-repeat: no-repeat;  
2554 -width: 16px;  
2555 -height: 16px;  
2556 -float: left;  
2557 -}  
2558 -.i3GEOiconeFechado {  
2559 -background-image: URL('../imagens/oxygen/16x16/document-encrypt.png');  
2560 -cursor: pointer;  
2561 -background-repeat: no-repeat;  
2562 -width: 16px;  
2563 -height: 16px;  
2564 -float: left;  
2565 -}  
2566 -.i3GEOiconeXis {  
2567 -background-image: url("../imagens/oxygen/16x16/edit-delete.png");  
2568 -cursor: pointer;  
2569 -}  
2570 -.i3GEOiconewkt2layer{  
2571 -background-image: URL('../imagens/gisicons/layer.png');  
2572 -background-size: 16px;  
2573 -}  
2574 -.i3GEOiconeMascara{  
2575 -background-image: URL('../imagens/gisicons/layer-show.png');  
2576 -background-size: 16px;  
2577 -}  
2578 -.i3GEOiconemmscale{  
2579 -background-image: URL('../imagens/oxygen/16x16/graphics-viewer-document.png');  
2580 -}  
2581 -.i3GEOiconeOpacidadeMapa {  
2582 -background-image: URL('../imagens/oxygen/16x16/show-menu.png');  
2583 -}  
2584 -.i3GEOiconeAnimacao {  
2585 -background-image: URL('../imagens/oxygen/16x16/tool-animator.png');  
2586 -}  
2587 -.i3GEOiconeSelecao {  
2588 -background-image: URL('../imagens/oxygen/16x16/edit-select.png');  
2589 -}  
2590 -.i3GEOiconeCatalogo {  
2591 -background-image: URL('../imagens/oxygen/16x16/x-office-address-book.png');  
2592 -}  
2593 -.i3GEOiconeFiltro {  
2594 -background-image: URL('../imagens/oxygen/16x16/view-filter.png');  
2595 -}  
2596 -.i3GEOiconeBusca {  
2597 -background-image: URL('../imagens/oxygen/16x16/edit-find.png');  
2598 -}  
2599 -.i3GEOiconeCongela {  
2600 -background-image: URL('../imagens/oxygen/16x16/knotes.png');  
2601 -}  
2602 -.i3GEOiconeAutoredesenha {  
2603 -background-image: URL('../imagens/oxygen/16x16/user-away.png');  
2604 -}  
2605 -.i3GEOiconeVinde {  
2606 -background-image: URL('../imagens/oxygen/16x16/application-x-smb-workgroup.png');  
2607 -}  
2608 -.i3GEOiconeGeoLocal {  
2609 -background-image: URL('../imagens/oxygen/16x16/pda.png');  
2610 -}  
2611 -.i3GEOiconeInserexy {  
2612 -background-image: URL('../imagens/oxygen/16x16/edit-node.png');  
2613 -}  
2614 -.i3GEOiconeCliqueTexto {  
2615 -background-image: URL('../imagens/oxygen/16x16/preferences-desktop-font.png');  
2616 -}  
2617 -.i3GEOiconeImprimir {  
2618 -background-image: URL('../imagens/oxygen/16x16/document-print.png');  
2619 -}  
2620 -.i3GEOiconeTipoImg {  
2621 -background-image: URL('../imagens/oxygen/16x16/image-x-generic.png');  
2622 -}  
2623 -.i3GEOiconeColorchooser {  
2624 -background-image: URL('../imagens/oxygen/16x16/kcolorchooser.png');  
2625 -}  
2626 -.i3GEOiconeGraticule {  
2627 -background-image: URL('../imagens/gisicons/graticule.png');  
2628 -}  
2629 -.i3GEOiconeTabela {  
2630 -background-image: URL('../imagens/oxygen/16x16/view-form-table.png');  
2631 -}  
2632 -.i3GEOiconeToponimia {  
2633 -background-image: URL('../imagens/oxygen/16x16/draw-text.png');  
2634 -}  
2635 -.i3GEOiconeEtiqueta {  
2636 -background-image: URL('../imagens/oxygen/16x16/feed-subscribe.png');  
2637 -}  
2638 -.i3GEOiconeLegenda {  
2639 -background-image: URL('../imagens/oxygen/16x16/format-list-unordered.png');  
2640 -}  
2641 -.i3GEOiconeCortina {  
2642 -background-image: URL('../imagens/oxygen/16x16/kmix-master.png');  
2643 -}  
2644 -.i3GEOiconeGrTema {  
2645 -background-image: URL('../imagens/gisicons/layer-vector-chart-add.png');  
2646 -background-size: 16px;  
2647 -}  
2648 -.i3GEOiconeGrafico {  
2649 -background-image: URL('../imagens/oxygen/16x16/view-statistics.png');  
2650 -}  
2651 -.i3GEOiconeCartograma {  
2652 -background-image: URL('../imagens/gisicons/layer-vector-thematic-add.png');  
2653 -background-size: 16px;  
2654 -}  
2655 -.i3GEOiconeAplicStat {  
2656 -background-image: URL('../imagens/oxygen/16x16/text-mathml.png');  
2657 -}  
2658 -.i3GEOiconeTme {  
2659 -background-image: URL('../imagens/3d.png');  
2660 -background-size: 16px;  
2661 -}  
2662 -.i3GEOiconeStorymap {  
2663 -background-image: URL('../imagens/oxygen/16x16/kmplayer.png');  
2664 -background-size: 16px;  
2665 -}  
2666 -.i3GEOiconeAnimagif {  
2667 -background-image: URL('../imagens/oxygen/16x16/tool-animator.png');  
2668 -background-size: 16px;  
2669 -}  
2670 -.i3GEOiconeCliqueGrafico {  
2671 -background-image: URL('../imagens/oxygen/16x16/flag-red.png');  
2672 -background-size: 16px;  
2673 -}  
2674 -.i3GEOiconeAdd {  
2675 -background-image: URL('../imagens/gisicons/layer-add.png');  
2676 -background-size: 16px;  
2677 -}  
2678 -.i3GEOiconeImport {  
2679 -background-image: URL('../imagens/gisicons/layer-import.png');  
2680 -background-size: 16px;  
2681 -}  
2682 -.i3GEOiconeUpload {  
2683 -background-image: URL('../imagens/oxygen/16x16/svn-commit.png');  
2684 -}  
2685 -.i3GEOiconeEditar {  
2686 -width: 16px;  
2687 -height: 16px;  
2688 -border: 0;  
2689 -box-shadow: none;  
2690 -line-height: 1.5;  
2691 --webkit-appearance: none;  
2692 --moz-appearance: none;  
2693 -text-indent: 0.01px;  
2694 -text-overflow: '';  
2695 -font-size: 12px;  
2696 -appearance: none;  
2697 -background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll;  
2698 -@media (-webkit-min-device-pixel-ratio: 2),  
2699 -(min-resolution: 192dpi) {  
2700 -background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll;  
2701 -background-size: 16px 16px;  
2702 -}  
2703 -}  
2704 -#i3GEOiconeEditarHover:hover + div{  
2705 -display: block;  
2706 -}  
2707 -ul {text-align:left;list-style-type:none;padding-left: 15px;margin-left:5px; margin-top:15px;}  
2708 -li {margin-top:-10px;margin-bottom:15px;}  
2709 -.toc {margin-left: 15px;}  
2710 -.details {margin-left: 5px;}  
2711 -h3 { margin-top:0px; margin-bottom:0px; font-size:18px; color: #3B6BD2;}  
2712 -.sample {padding-left: 10px; font-size: 12px; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 5px solid #3B6BD2;}  
2713 -.description {padding-left: 10px; font-size: 12px; margin-top: 10px; margin-bottom: 25px; padding-bottom: 5px; border-bottom: 1px dotted gray;}  
2714 -.header {background-color: #5B84EE; padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:3px; border: 1px solid #C0C0C0; }  
2715 -.footer {background-color: #E4E4E4;padding-top:3px;padding-bottom:3px;padding-left:10px;padding-right:3px; border: 1px solid #C0C0C0; }  
2716 -.code {background-color: #F1F1F1; font-family: Courier New; font-size: 9pt; color: #000080; padding: 5px;}  
2717 -.function {width:94%; background-color: #C0C0C0; border: 1px solid #A0A0A0; padding: 5px;font-family: Courier New; font-size: 9pt;}  
2718 -body {font-size: 8pt;}  
2719 -td {font-size: 8pt;}  
2720 -th {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;}  
2721 -.ftable {padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;}  
2722 -input { font-size: 11px; }  
2723 -select { font-size: 11px; }  
2724 -/*  
2725 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2726 -Code licensed under the BSD License:  
2727 -http://developer.yahoo.com/yui/license.html  
2728 -version: 2.9.0  
2729 -*/  
2730 -body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}  
2731 -/*  
2732 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2733 -Code licensed under the BSD License:  
2734 -http://developer.yahoo.com/yui/license.html  
2735 -version: 2.9.0  
2736 -*/  
2737 -html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}  
2738 -/*  
2739 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2740 -Code licensed under the BSD License:  
2741 -http://developer.yahoo.com/yui/license.html  
2742 -version: 2.9.0  
2743 -*/  
2744 -body{text-align:center}#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.25em}#doc2{width:73.076em;*width:71.25em}#doc3{margin:auto 10px;width:auto}#doc4{width:74.923em;*width:73.05em}.yui-b{position:relative}.yui-b{_position:static}#yui-main .yui-b{position:static}#yui-main,.yui-g .yui-u .yui-g{width:100%}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em}.yui-t1 .yui-b{float:left;width:12.30769em;*width:12.00em}.yui-t1 #yui-main .yui-b{margin-left:13.30769em;*margin-left:13.05em}.yui-t2 .yui-b{float:left;width:13.8461em;*width:13.50em}.yui-t2 #yui-main .yui-b{margin-left:14.8461em;*margin-left:14.55em}.yui-t3 .yui-b{float:left;width:23.0769em;*width:22.50em}.yui-t3 #yui-main .yui-b{margin-left:24.0769em;*margin-left:23.62em}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.50em}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.55em}.yui-t5 .yui-b{float:right;width:18.4615em;*width:18.00em}.yui-t5 #yui-main .yui-b{margin-right:19.4615em;*margin-right:19.125em}.yui-t6 .yui-b{float:right;width:23.0769em;*width:22.50em}.yui-t6 #yui-main .yui-b{margin-right:24.0769em;*margin-right:23.62em}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0}#yui-main .yui-b{float:none;width:auto}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf,.yui-gc .yui-u,.yui-gd .yui-g,.yui-g .yui-gc .yui-u,.yui-ge .yui-u,.yui-ge .yui-g,.yui-gf .yui-g,.yui-gf .yui-u{float:right}.yui-g div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first,.yui-g .yui-gc div.first,.yui-g .yui-ge div.first,.yui-gc div.first div.first{float:left}.yui-g .yui-u,.yui-g .yui-g,.yui-g .yui-gb,.yui-g .yui-gc,.yui-g .yui-gd,.yui-g .yui-ge,.yui-g .yui-gf{width:49.1%}.yui-gb .yui-u,.yui-g .yui-gb .yui-u,.yui-gb .yui-g,.yui-gb .yui-gb,.yui-gb .yui-gc,.yui-gb .yui-gd,.yui-gb .yui-ge,.yui-gb .yui-gf,.yui-gc .yui-u,.yui-gc .yui-g,.yui-gd .yui-u{width:32%;margin-left:1.99%}.yui-gb .yui-u{*margin-left:1.9%;*width:31.9%}.yui-gc div.first,.yui-gd .yui-u{width:66%}.yui-gd div.first{width:32%}.yui-ge div.first,.yui-gf .yui-u{width:74.2%}.yui-ge .yui-u,.yui-gf div.first{width:24%}.yui-g .yui-gb div.first,.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0}.yui-g .yui-g .yui-u,.yui-gb .yui-g .yui-u,.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u,.yui-ge .yui-g .yui-u,.yui-gf .yui-g .yui-u{width:49%;*width:48.1%;*margin-left:0}.yui-g .yui-g .yui-u{width:48.1%}.yui-g .yui-gb div.first,.yui-gb .yui-gb div.first{*margin-right:0;*width:32%;_width:31.7%}.yui-g .yui-gc div.first,.yui-gd .yui-g{width:66%}.yui-gb .yui-g div.first{*margin-right:4%;_margin-right:1.3%}.yui-gb .yui-gc div.first,.yui-gb .yui-gd div.first{*margin-right:0}.yui-gb .yui-gb .yui-u,.yui-gb .yui-gc .yui-u{*margin-left:1.8%;_margin-left:4%}.yui-g .yui-gb .yui-u{_margin-left:1.0%}.yui-gb .yui-gd .yui-u{*width:66%;_width:61.2%}.yui-gb .yui-gd div.first{*width:31%;_width:29.5%}.yui-g .yui-gc .yui-u,.yui-gb .yui-gc .yui-u{width:32%;_float:right;margin-right:0;_margin-left:0}.yui-gb .yui-gc div.first{width:66%;*float:left;*margin-left:0}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf .yui-u{margin:0}.yui-gb .yui-gb .yui-u{_margin-left:.7%}.yui-gb .yui-g div.first,.yui-gb .yui-gb div.first{*margin-left:0}.yui-gc .yui-g .yui-u,.yui-gd .yui-g .yui-u{*width:48.1%;*margin-left:0}.yui-gb .yui-gd div.first{width:32%}.yui-g .yui-gd div.first{_width:29.9%}.yui-ge .yui-g{width:24%}.yui-gf .yui-g{width:74.2%}.yui-gb .yui-ge div.yui-u,.yui-gb .yui-gf div.yui-u{float:right}.yui-gb .yui-ge div.first,.yui-gb .yui-gf div.first{float:left}.yui-gb .yui-ge .yui-u,.yui-gb .yui-gf div.first{*width:24%;_width:20%}.yui-gb .yui-ge div.first,.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%}.yui-ge div.first .yui-gd .yui-u{width:65%}.yui-ge div.first .yui-gd div.first{width:32%}#hd:after,#bd:after,#ft:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:"";display:block;clear:both}#hd,#bd,#ft,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1}  
2745 -/*  
2746 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2747 -Code licensed under the BSD License:  
2748 -http://developer.yahoo.com/yui/license.html  
2749 -version: 2.9.0  
2750 -*/  
2751 -.yuimenu{top:-999em;left:-999em;}.yuimenubar{position:static;}.yuimenu .yuimenu,.yuimenubar .yuimenu{position:absolute;}.yuimenubar li,.yuimenu li{list-style-type:none;}.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6{margin:0;padding:0;}.yuimenuitemlabel,.yuimenubaritemlabel{text-align:left;white-space:nowrap;}.yuimenubar ul{*zoom:1;}.yuimenubar .yuimenu ul{*zoom:normal;}.yuimenubar>.bd>ul:after{content:".";display:block;clear:both;visibility:hidden;height:0;line-height:0;}.yuimenubaritem{float:left;}.yuimenubaritemlabel,.yuimenuitemlabel{display:block;}.yuimenuitemlabel .helptext{font-style:normal;display:block;margin:-1em 0 0 10em;}.yui-menu-shadow{position:absolute;visibility:hidden;z-index:-1;}.yui-menu-shadow-visible{top:2px;right:-3px;left:-3px;bottom:-3px;visibility:visible;}.hide-scrollbars *{overflow:hidden;}.hide-scrollbars select{display:none;}.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars{overflow:visible;}.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow{overflow:hidden;}.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow{overflow:auto;}.yui-overlay.yui-force-redraw{margin-bottom:1px;}.yui-skin-sam .yuimenubar{font-size:93%;line-height:2;*line-height:1.9;border:solid 1px #808080;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;}.yui-skin-sam .yuimenubarnav .yuimenubaritem{border-right:solid 1px #ccc;}.yui-skin-sam .yuimenubaritemlabel{padding:0 10px;color:#000;text-decoration:none;cursor:default;border-style:solid;border-color:#808080;border-width:1px 0;*position:relative;margin:-1px 0;}.yui-skin-sam .yuimenubaritemlabel:visited{color:#000;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel{padding-right:20px;*display:inline-block;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu{background:url(menubaritem_submenuindicator.png) right center no-repeat;}.yui-skin-sam .yuimenubaritem-selected{background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px;}.yui-skin-sam .yuimenubaritemlabel-selected{border-color:#7D98B8;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-selected{border-left-width:1px;margin-left:-1px;*left:-1px;}.yui-skin-sam .yuimenubaritemlabel-disabled,.yui-skin-sam .yuimenubaritemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled{background-image:url(menubaritem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenu{font-size:93%;line-height:1.5;*line-height:1.45;}.yui-skin-sam .yuimenubar .yuimenu,.yui-skin-sam .yuimenu .yuimenu{font-size:100%;}.yui-skin-sam .yuimenu .bd{*zoom:1;_zoom:normal;border:solid 1px #808080;background-color:#fff;}.yui-skin-sam .yuimenu .yuimenu .bd{*zoom:normal;}.yui-skin-sam .yuimenu ul{padding:3px 0;border-width:1px 0 0 0;border-color:#ccc;border-style:solid;}.yui-skin-sam .yuimenu ul.first-of-type{border-width:0;}.yui-skin-sam .yuimenu h6{font-weight:bold;border-style:solid;border-color:#ccc;border-width:1px 0 0 0;color:#a4a4a4;padding:3px 10px 0 10px;}.yui-skin-sam .yuimenu ul.hastitle,.yui-skin-sam .yuimenu h6.first-of-type{border-width:0;}.yui-skin-sam .yuimenu .yui-menu-body-scrolled{border-color:#ccc #808080;overflow:hidden;}.yui-skin-sam .yuimenu .topscrollbar,.yui-skin-sam .yuimenu .bottomscrollbar{height:16px;border:solid 1px #808080;background:#fff url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;}.yui-skin-sam .yuimenu .topscrollbar{border-bottom-width:0;background-position:center -950px;}.yui-skin-sam .yuimenu .topscrollbar_disabled{background-position:center -975px;}.yui-skin-sam .yuimenu .bottomscrollbar{border-top-width:0;background-position:center -850px;}.yui-skin-sam .yuimenu .bottomscrollbar_disabled{background-position:center -875px;}.yui-skin-sam .yuimenuitem{_border-bottom:solid 1px #fff;}.yui-skin-sam .yuimenuitemlabel{padding:0 20px;color:#000;text-decoration:none;cursor:default;}.yui-skin-sam .yuimenuitemlabel:visited{color:#000;}.yui-skin-sam .yuimenuitemlabel .helptext{margin-top:-1.5em;*margin-top:-1.45em;}.yui-skin-sam .yuimenuitem-hassubmenu{background-image:url(menuitem_submenuindicator.png);background-position:right center;background-repeat:no-repeat;}.yui-skin-sam .yuimenuitem-checked{background-image:url(menuitem_checkbox.png);background-position:left center;background-repeat:no-repeat;}.yui-skin-sam .yui-menu-shadow-visible{background-color:#000;opacity:.12;filter:alpha(opacity=12);}.yui-skin-sam .yuimenuitem-selected{background-color:#B3D4FF;}.yui-skin-sam .yuimenuitemlabel-disabled,.yui-skin-sam .yuimenuitemlabel-disabled:visited{cursor:default;color:#A6A6A6;}.yui-skin-sam .yuimenuitem-hassubmenu-disabled{background-image:url(menuitem_submenuindicator_disabled.png);}.yui-skin-sam .yuimenuitem-checked-disabled{background-image:url(menuitem_checkbox_disabled.png);}  
2752 -/*  
2753 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2754 -Code licensed under the BSD License:  
2755 -http://developer.yahoo.com/yui/license.html  
2756 -version: 2.9.0  
2757 -*/  
2758 -.yui-skin-sam .yui-ac{position:relative;font-family:arial;font-size:100%}.yui-skin-sam .yui-ac-input{position:absolute;width:100%}.yui-skin-sam .yui-ac-container{position:absolute;top:1.6em;width:100%}.yui-skin-sam .yui-ac-content{position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050}.yui-skin-sam .yui-ac-shadow{position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity:.10;opacity:.10;filter:alpha(opacity=10);z-index:9049}.yui-skin-sam .yui-ac iframe{opacity:0;filter:alpha(opacity=0);padding-right:.3em;padding-bottom:.3em}.yui-skin-sam .yui-ac-content ul{margin:0;padding:0;width:100%}.yui-skin-sam .yui-ac-content li{margin:0;padding:2px 5px;cursor:default;white-space:nowrap;list-style:none;zoom:1}.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight{background:#b3d4ff}.yui-skin-sam .yui-ac-content li.yui-ac-highlight{background:#426fd9;color:#FFF}  
2759 -/*  
2760 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2761 -Code licensed under the BSD License:  
2762 -http://developer.yahoo.com/yui/license.html  
2763 -version: 2.9.0  
2764 -*/  
2765 -.yui-overlay,.yui-panel-container{visibility:hidden;position:absolute;z-index:2}.yui-panel{position:relative}.yui-panel-container form{margin:0}.mask{z-index:1;display:none;position:absolute;top:0;left:0;right:0;bottom:0}.mask.block-scrollbars{overflow:auto}.masked select,.drag select,.hide-select select{_visibility:hidden}.yui-panel-container select{_visibility:inherit}.hide-scrollbars,.hide-scrollbars *{overflow:hidden}.hide-scrollbars select{display:none}.show-scrollbars{overflow:auto}.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars{overflow:visible}.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow{overflow:auto}.yui-panel-container.shadow .underlay.yui-force-redraw{padding-bottom:1px}.yui-effect-fade .underlay,.yui-effect-fade .yui-tt-shadow{display:none}.yui-tt-shadow{position:absolute}.yui-override-padding{padding:0!important}.yui-panel-container .container-close{overflow:hidden;text-indent:-10000em;text-decoration:none}.yui-overlay.yui-force-redraw,.yui-panel-container.yui-force-redraw{margin-bottom:1px}.yui-skin-sam .mask{background-color:#000;opacity:.25;filter:alpha(opacity=25)}.yui-skin-sam .yui-panel-container{padding:0 1px;*padding:2px}.yui-skin-sam .yui-panel{position:relative;left:0;top:0;border-style:solid;border-width:1px 0;border-color:#808080;z-index:1;*border-width:1px;*zoom:1;_zoom:normal}.yui-skin-sam .yui-panel .hd,.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{border-style:solid;border-width:0 1px;border-color:#808080;margin:0 -1px;*margin:0;*border:0}.yui-skin-sam .yui-panel .hd{border-bottom:solid 1px #ccc}.yui-skin-sam .yui-panel .bd,.yui-skin-sam .yui-panel .ft{background-color:#f2f2f2}.yui-skin-sam .yui-panel .hd{padding:0 10px;font-size:93%;line-height:2;*line-height:1.9;font-weight:bold;color:#000;background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -200px}.yui-skin-sam .yui-panel .bd{padding:10px}.yui-skin-sam .yui-panel .ft{border-top:solid 1px #808080;padding:5px 10px;font-size:77%}.yui-skin-sam .container-close{position:absolute;top:5px;right:6px;width:25px;height:15px;background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -300px;cursor:pointer}.yui-skin-sam .yui-panel-container .underlay{right:-1px;left:-1px}.yui-skin-sam .yui-panel-container.matte{padding:9px 10px;background-color:#fff}.yui-skin-sam .yui-panel-container.shadow{_padding:2px 4px 0 2px}.yui-skin-sam .yui-panel-container.shadow .underlay{position:absolute;top:2px;left:-3px;right:-3px;bottom:-3px;*top:4px;*left:-1px;*right:-1px;*bottom:-1px;_top:0;_left:0;_right:0;_bottom:0;_margin-top:3px;_margin-left:-1px;background-color:#000;opacity:.12;filter:alpha(opacity=12)}.yui-skin-sam .yui-dialog .ft{border-top:0;padding:0 10px 10px 10px;font-size:100%}.yui-skin-sam .yui-dialog .ft .button-group{display:block;text-align:right}.yui-skin-sam .yui-dialog .ft button.default{font-weight:bold}.yui-skin-sam .yui-dialog .ft span.default{border-color:#304369;background-position:0 -1400px}.yui-skin-sam .yui-dialog .ft span.default .first-child{border-color:#304369}.yui-skin-sam .yui-dialog .ft span.default button{color:#fff}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled{background-position:0 -1500px;border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled .first-child{border-color:#ccc}.yui-skin-sam .yui-dialog .ft span.yui-button-disabled button{color:#a6a6a6}.yui-skin-sam .yui-simple-dialog .bd .yui-icon{background:url(../../../../assets/skins/sam/sprite.png) no-repeat 0 0;width:16px;height:16px;margin-right:10px;float:left}.yui-skin-sam .yui-simple-dialog .bd span.blckicon{background-position:0 -1100px}.yui-skin-sam .yui-simple-dialog .bd span.alrticon{background-position:0 -1050px}.yui-skin-sam .yui-simple-dialog .bd span.hlpicon{background-position:0 -1150px}.yui-skin-sam .yui-simple-dialog .bd span.infoicon{background-position:0 -1200px}.yui-skin-sam .yui-simple-dialog .bd span.warnicon{background-position:0 -1900px}.yui-skin-sam .yui-simple-dialog .bd span.tipicon{background-position:0 -1250px}.yui-skin-sam .yui-tt .bd{position:relative;top:0;left:0;z-index:1;color:#000;padding:2px 5px;border-color:#d4c237 #A6982b #a6982b #A6982B;border-width:1px;border-style:solid;background-color:#ffee69}.yui-skin-sam .yui-tt.show-scrollbars .bd{overflow:auto}.yui-skin-sam .yui-tt-shadow{top:2px;right:-3px;left:-3px;bottom:-3px;background-color:#000}.yui-skin-sam .yui-tt-shadow-visible{opacity:.12;filter:alpha(opacity=12)}  
2766 -/*  
2767 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2768 -Code licensed under the BSD License:  
2769 -http://developer.yahoo.com/yui/license.html  
2770 -version: 2.9.0  
2771 -*/  
2772 -.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{margin:0 .5em 0 0}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{margin:0 0 .5em}.yui-navset .yui-content .yui-hidden{border:0;height:0;width:0;padding:0;position:absolute;left:-999999px;overflow:hidden;visibility:hidden}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{width:6em}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{width:auto}.yui-navset .yui-navset-left,.yui-navset-left{padding:0 0 0 6em}.yui-navset-right{padding:0 6em 0 0}.yui-navset-top,.yui-navset-bottom{padding:auto}.yui-nav,.yui-nav li{margin:0;padding:0;list-style:none}.yui-navset li em{font-style:normal}.yui-navset{position:relative;zoom:1}.yui-navset .yui-content,.yui-navset .yui-content div{zoom:1}.yui-navset .yui-content:after{content:'';display:block;clear:both}.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursor:pointer;zoom:1}.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li{display:block}.yui-navset .yui-nav a{position:relative}.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a{display:block;display:inline-block;vertical-align:bottom;zoom:1}.yui-navset-left .yui-nav li a,.yui-navset-right .yui-nav li a{display:block}.yui-navset-bottom .yui-nav li a{vertical-align:text-top}.yui-navset .yui-nav li a em,.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em{display:block}.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav{position:absolute;z-index:1}.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav{position:static}.yui-navset .yui-navset-left .yui-nav,.yui-navset-left .yui-nav{left:0;right:auto}.yui-navset .yui-navset-right .yui-nav,.yui-navset-right .yui-nav{right:0;left:auto}.yui-skin-sam .yui-navset .yui-nav,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav{border:solid #2647a0;border-width:0 0 5px;zoom:1}.yui-skin-sam .yui-navset .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li{margin:0 .16em 0 0;padding:1px 0 0;zoom:1}.yui-skin-sam .yui-navset .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected{margin:0 .16em -1px 0}.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a{background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x;border:solid #a3a3a3;border-width:0 1px;color:#000;position:relative;text-decoration:none}.yui-skin-sam .yui-navset .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em{border:solid #a3a3a3;border-width:1px 0 0;padding:.25em .75em;left:0;right:0;bottom:0;top:-1px;position:relative}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover{background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px;color:#fff}.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus{background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px;outline:0}.yui-skin-sam .yui-navset .yui-nav .selected a em{padding:.35em .75em}.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a em{border-color:#243356}.yui-skin-sam .yui-navset .yui-content{background:#edf5ff}.yui-skin-sam .yui-navset .yui-content,.yui-skin-sam .yui-navset .yui-navset-top .yui-content{border:1px solid #808080;border-top-color:#243356;padding:.25em .5em}.yui-skin-sam .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav,.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 5px 0 0;Xposition:absolute;top:0;bottom:0}.yui-skin-sam .yui-navset .yui-navset-right .yui-nav,.yui-skin-sam .yui-navset-right .yui-nav{border-width:0 0 0 5px}.yui-skin-sam .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav li,.yui-skin-sam .yui-navset-right .yui-nav li{margin:0 0 .16em;padding:0 0 0 1px}.yui-skin-sam .yui-navset-right .yui-nav li{padding:0 1px 0 0}.yui-skin-sam .yui-navset-left .yui-nav .selected,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav .selected{margin:0 -1px .16em 0}.yui-skin-sam .yui-navset-right .yui-nav .selected{margin:0 0 .16em -1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav a{border-width:1px 0}.yui-skin-sam .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset .yui-navset-left .yui-nav a em,.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 0 0 1px;padding:.2em .75em;top:auto;left:-1px}.yui-skin-sam .yui-navset-right .yui-nav a em{border-width:0 1px 0 0;left:auto;right:-1px}.yui-skin-sam .yui-navset-left .yui-nav a,.yui-skin-sam .yui-navset-left .yui-nav .selected a,.yui-skin-sam .yui-navset-left .yui-nav a:hover,.yui-skin-sam .yui-navset-right .yui-nav a,.yui-skin-sam .yui-navset-right .yui-nav .selected a,.yui-skin-sam .yui-navset-right .yui-nav a:hover,.yui-skin-sam .yui-navset-bottom .yui-nav a,.yui-skin-sam .yui-navset-bottom .yui-nav .selected a,.yui-skin-sam .yui-navset-bottom .yui-nav a:hover{background-image:none}.yui-skin-sam .yui-navset-left .yui-content{border:1px solid #808080;border-left-color:#243356}.yui-skin-sam .yui-navset-bottom .yui-nav,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav{border-width:5px 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav .selected,.yui-skin-sam .yui-navset-bottom .yui-nav .selected{margin:-1px .16em 0 0}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav li,.yui-skin-sam .yui-navset-bottom .yui-nav li{padding:0 0 1px 0;vertical-align:top}.yui-skin-sam .yui-navset .yui-navset-bottom .yui-nav a em,.yui-skin-sam .yui-navset-bottom .yui-nav a em{border-width:0 0 1px;top:auto;bottom:-1px}  
2773 -.yui-skin-sam .yui-navset-bottom .yui-content,.yui-skin-sam .yui-navset .yui-navset-bottom .yui-content{border:1px solid #808080;border-bottom-color:#243356}  
2774 -/*  
2775 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2776 -Code licensed under the BSD License:  
2777 -http://developer.yahoo.com/yui/license.html  
2778 -version: 2.9.0  
2779 -*/  
2780 -table.ygtvtable{margin-bottom:0;border:0;border-collapse:collapse}td.ygtvcell{border:0;padding:0}a.ygtvspacer{text-decoration:none;outline-style:none;display:block}.ygtvtn{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -5600px no-repeat;cursor:pointer}.ygtvtm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4000px no-repeat}.ygtvtmh,.ygtvtmhh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -4800px no-repeat}.ygtvtp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -6400px no-repeat}.ygtvtph,.ygtvtphh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -7200px no-repeat}.ygtvln{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -1600px no-repeat;cursor:pointer}.ygtvlm{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 0 no-repeat}.ygtvlmh,.ygtvlmhh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -800px no-repeat}.ygtvlp{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -2400px no-repeat}.ygtvlph,.ygtvlphh{width:18px;height:22px;cursor:pointer;background:url(treeview-sprite.gif) 0 -3200px no-repeat;cursor:pointer}.ygtvloading{width:18px;height:22px;background:url(treeview-loading.gif) 0 0 no-repeat}.ygtvdepthcell{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8000px no-repeat}.ygtvblankdepthcell{width:18px;height:22px}* html .ygtvchildren{height:2%}.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover{margin-left:2px;text-decoration:none;background-color:white;cursor:pointer}.ygtvcontent{cursor:default}.ygtvspacer{height:22px;width:18px}.ygtvfocus{background-color:#c0e0e0;border:0}.ygtvfocus .ygtvlabel,.ygtvfocus .ygtvlabel:link,.ygtvfocus .ygtvlabel:visited,.ygtvfocus .ygtvlabel:hover{background-color:#c0e0e0}.ygtvfocus a{outline-style:none}.ygtvok{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8800px no-repeat}.ygtvok:hover{background:url(treeview-sprite.gif) 0 -8844px no-repeat}.ygtvcancel{width:18px;height:22px;background:url(treeview-sprite.gif) 0 -8822px no-repeat}.ygtvcancel:hover{background:url(treeview-sprite.gif) 0 -8866px no-repeat}.ygtv-label-editor{background-color:#f2f2f2;border:1px solid silver;position:absolute;display:none;overflow:hidden;margin:auto;z-index:9000}.ygtv-edit-TextNode{width:190px}.ygtv-edit-TextNode .ygtvcancel,.ygtv-edit-TextNode .ygtvok{border:0}.ygtv-edit-TextNode .ygtv-button-container{float:right}.ygtv-edit-TextNode .ygtv-input input{width:140px}.ygtv-edit-DateNode .ygtvcancel{border:0}.ygtv-edit-DateNode .ygtvok{display:none}.ygtv-edit-DateNode .ygtv-button-container{text-align:right;margin:auto}.ygtv-highlight .ygtv-highlight1,.ygtv-highlight .ygtv-highlight1 .ygtvlabel{background-color:blue;color:white}.ygtv-highlight .ygtv-highlight2,.ygtv-highlight .ygtv-highlight2 .ygtvlabel{background-color:silver}.ygtv-highlight .ygtv-highlight0 .ygtvfocus .ygtvlabel,.ygtv-highlight .ygtv-highlight1 .ygtvfocus .ygtvlabel,.ygtv-highlight .ygtv-highlight2 .ygtvfocus .ygtvlabel{background-color:#c0e0e0}.ygtv-highlight .ygtvcontent{padding-right:1em}.ygtv-checkbox .ygtv-highlight0 .ygtvcontent{padding-left:1em;background:url(check0.gif) no-repeat}.ygtv-checkbox .ygtv-highlight0 .ygtvfocus.ygtvcontent,.ygtv-checkbox .ygtv-highlight1 .ygtvfocus.ygtvcontent,.ygtv-checkbox .ygtv-highlight2 .ygtvfocus.ygtvcontent{background-color:#c0e0e0}.ygtv-checkbox .ygtv-highlight1 .ygtvcontent{padding-left:1em;background:url(check1.gif) no-repeat}.ygtv-checkbox .ygtv-highlight2 .ygtvcontent{padding-left:1em;background:url(check2.gif) no-repeat}  
2781 -/*  
2782 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2783 -Code licensed under the BSD License:  
2784 -http://developer.yahoo.com/yui/license.html  
2785 -version: 2.9.0  
2786 -*/  
2787 -.yui-h-slider,.yui-v-slider,.yui-region-slider{position:relative;}.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb,.yui-region-slider .yui-slider-thumb{position:absolute;cursor:default;}.yui-skin-sam .yui-h-slider{background:url(bg-h.gif) no-repeat 5px 0;height:28px;width:228px;}.yui-skin-sam .yui-h-slider .yui-slider-thumb{top:4px;}.yui-skin-sam .yui-v-slider{background:url(bg-v.gif) no-repeat 12px 0;height:228px;width:48px;}.yui-skin-sam .yui-region-slider{height:228px;width:228px;}  
2788 -/*  
2789 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2790 -Code licensed under the BSD License:  
2791 -http://developer.yahoo.com/yui/license.html  
2792 -version: 2.9.0  
2793 -*/  
2794 -.yui-resize{position:relative;zoom:1;z-index:0;}.yui-resize-wrap{zoom:1;}.yui-draggable{cursor:move;}.yui-resize .yui-resize-handle{position:absolute;z-index:1;font-size:0;margin:0;padding:0;zoom:1;height:1px;width:1px;}.yui-resize .yui-resize-handle-br{height:5px;width:5px;bottom:0;right:0;cursor:se-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-bl{height:5px;width:5px;bottom:0;left:0;cursor:sw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tl{height:5px;width:5px;top:0;left:0;cursor:nw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tr{height:5px;width:5px;top:0;right:0;cursor:ne-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-r{width:5px;height:100%;top:0;right:0;cursor:e-resize;zoom:1;}.yui-resize .yui-resize-handle-l{height:100%;width:5px;top:0;left:0;cursor:w-resize;zoom:1;}.yui-resize .yui-resize-handle-b{width:100%;height:5px;bottom:0;right:0;cursor:s-resize;zoom:1;}.yui-resize .yui-resize-handle-t{width:100%;height:5px;top:0;right:0;cursor:n-resize;zoom:1;}.yui-resize-proxy{position:absolute;border:1px dashed #000;visibility:hidden;z-index:1000;}.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle{opacity:0;filter:alpha(opacity=0);}.yui-resize-ghost{opacity:.5;filter:alpha(opacity=50);}.yui-resize-knob .yui-resize-handle{height:6px;width:6px;}.yui-resize-knob .yui-resize-handle-tr{right:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-tl{left:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-bl{left:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-br{right:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-t{left:45%;top:-3px;}.yui-resize-knob .yui-resize-handle-r{right:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-l{left:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-b{left:45%;bottom:-3px;}.yui-resize-status{position:absolute;top:-999px;left:-999px;padding:2px;font-size:80%;display:none;zoom:1;z-index:9999;}.yui-resize-status strong,.yui-resize-status em{font-weight:normal;font-style:normal;padding:1px;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle{background-color:#F2F2F2;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-active{background-color:#7D98B8;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-l,.yui-skin-sam .yui-resize .yui-resize-handle-r,.yui-skin-sam .yui-resize .yui-resize-handle-l-active,.yui-skin-sam .yui-resize .yui-resize-handle-r-active{height:100%;zoom:1;}.yui-skin-sam .yui-resize-knob .yui-resize-handle{border:1px solid #808080;}.yui-skin-sam .yui-resize-hover .yui-resize-handle-active{opacity:1;filter:alpha(opacity=100);}.yui-skin-sam .yui-resize-proxy{border:1px dashed #426FD9;}.yui-skin-sam .yui-resize-status{border:1px solid #A6982B;border-top:1px solid #D4C237;background-color:#FFEE69;color:#000;}.yui-skin-sam .yui-resize-status strong,.yui-skin-sam .yui-resize-status em{float:left;display:block;clear:both;padding:1px;text-align:center;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize .yui-resize-handle-inner-l{background:transparent url(layout_sprite.png) no-repeat 0 -5px;height:16px;width:5px;position:absolute;top:45%;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize .yui-resize-handle-inner-b{background:transparent url(layout_sprite.png) no-repeat -20px 0;height:5px;width:16px;position:absolute;left:50%;}.yui-skin-sam .yui-resize .yui-resize-handle-br{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -62px;}.yui-skin-sam .yui-resize .yui-resize-handle-tr{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -42px;}.yui-skin-sam .yui-resize .yui-resize-handle-tl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -82px;}.yui-skin-sam .yui-resize .yui-resize-handle-bl{background-image:url(layout_sprite.png);background-repeat:no-repeat;background-position:-22px -23px;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br{background-image:none;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active{height:6px;width:6px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r{right:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b{bottom:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br{right:-8px;bottom:-8px;}  
2795 -/*  
2796 -Copyright (c) 2011, Yahoo! Inc. All rights reserved.  
2797 -Code licensed under the BSD License:  
2798 -http://developer.yahoo.com/yui/license.html  
2799 -version: 2.9.0  
2800 -*/  
2801 -.yui-pb-bar,.yui-pb-mask{width:100%;height:100%}.yui-pb{position:relative;top:0;left:0;width:200px;height:20px;padding:0;border:0;margin:0;text-align:left}.yui-pb-mask{position:absolute;top:0;left:0;z-index:2}.yui-pb-mask div{width:50%;height:50%;background-repeat:no-repeat;padding:0;position:absolute}.yui-pb-tl{background-position:top left}.yui-pb-tr{background-position:top right;left:50%}.yui-pb-bl{background-position:bottom left;top:50%}.yui-pb-br{background-position:bottom right;left:50%;top:50%}.yui-pb-bar{margin:0;position:absolute;left:0;top:0;z-index:1}.yui-pb-ltr .yui-pb-bar{_position:static}.yui-pb-rtl .yui-pb-bar{background-position:right}.yui-pb-btt .yui-pb-bar{background-position:left bottom}.yui-pb-bar{background-color:blue}.yui-pb{border:thin solid #808080}.yui-skin-sam .yui-pb{background-color:transparent;border:solid #808080;border-width:1px 0}.yui-skin-sam .yui-pb-rtl,.yui-skin-sam .yui-pb-ltr{background-image:url(back-h.png);background-repeat:repeat-x}.yui-skin-sam .yui-pb-ttb,.yui-skin-sam .yui-pb-btt{background-image:url(back-v.png);background-repeat:repeat-y}.yui-skin-sam .yui-pb-bar{background-color:transparent}.yui-skin-sam .yui-pb-ltr .yui-pb-bar,.yui-skin-sam .yui-pb-rtl .yui-pb-bar{background-image:url(bar-h.png);background-repeat:repeat-x}.yui-skin-sam .yui-pb-ttb .yui-pb-bar,.yui-skin-sam .yui-pb-btt .yui-pb-bar{background-image:url(bar-v.png);background-repeat:repeat-y}.yui-skin-sam .yui-pb-mask{border:solid #808080;border-width:0 1px;margin:0 -1px}.yui-skin-sam .yui-pb-caption{color:#000;text-align:center;margin:0 auto}.yui-skin-sam .yui-pb-range{color:#a6a6a6}  
2802 -.yui-skin-sam .yuimenubar {  
2803 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x scroll 0 0;  
2804 -border: 1px solid #808080;  
2805 -font-size: 93%;  
2806 -line-height: 2;  
2807 -}  
2808 -.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu {  
2809 -background: transparent url(../pacotes/yui290/build/menu/assets/skins/sam/menubaritem_submenuindicator.png) no-repeat scroll right center;  
2810 -}  
2811 -.yui-skin-sam .yuimenubaritem-selected {  
2812 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x scroll 0 -1700px;  
2813 -}  
2814 -.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {  
2815 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menubaritem_submenuindicator_disabled.png);  
2816 -}  
2817 -.yuimenubaritem {  
2818 -float: right;  
2819 -border-left: 1px solid gray;  
2820 -}  
2821 -.yui-skin-sam .yuimenubaritemlabel {  
2822 -border-color: #808080;  
2823 -border-style: solid;  
2824 -border-width: 1px 0;  
2825 -color: #000000;  
2826 -cursor: default;  
2827 -margin: -1px 0;  
2828 -padding: 0 20px;  
2829 -text-decoration: none;  
2830 -}  
2831 -.yui-skin-sam .topscrollbar,.yui-skin-sam .bottomscrollbar {  
2832 -background: #FFFFFF url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat scroll 0 0;  
2833 -border: 1px solid #808080;  
2834 -height: 16px;  
2835 -}  
2836 -.yui-skin-sam .yuimenuitem-hassubmenu {  
2837 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_submenuindicator.png);  
2838 -background-position: right center;  
2839 -background-repeat: no-repeat;  
2840 -}  
2841 -.yui-skin-sam .yuimenuitem-checked {  
2842 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_checkbox.png);  
2843 -background-position: left center;  
2844 -background-repeat: no-repeat;  
2845 -}  
2846 -.yui-skin-sam .yuimenuitem-hassubmenu-disabled {  
2847 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_submenuindicator_disabled.png);  
2848 -}  
2849 -.yui-skin-sam .yuimenuitem-checked-disabled {  
2850 -background-image: url(../pacotes/yui290/build/menu/assets/skins/sam/menuitem_checkbox_disabled.png);  
2851 -}  
2852 -.yui-navset {  
2853 -background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x;  
2854 -/* tab background */  
2855 -z-index: 1; /* 3000 */  
2856 -}  
2857 -.ygtvtn {  
2858 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -5600px;  
2859 -height: 22px;  
2860 -width: 18px;  
2861 -}  
2862 -.ygtvln {  
2863 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -1600px;  
2864 -height: 22px;  
2865 -width: 18px;  
2866 -}  
2867 -.ygtvtp {  
2868 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -6400px;  
2869 -cursor: pointer;  
2870 -height: 25px;  
2871 -width: 18px;  
2872 -}  
2873 -.ygtvtph {  
2874 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -7200px;  
2875 -cursor: pointer;  
2876 -height: 25px;  
2877 -width: 18px;  
2878 -}  
2879 -.ygtvlp {  
2880 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -2400px;  
2881 -cursor: pointer;  
2882 -height: 22px;  
2883 -width: 18px;  
2884 -}  
2885 -.ygtvlph {  
2886 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -3200px;  
2887 -cursor: pointer;  
2888 -height: 22px;  
2889 -width: 18px;  
2890 -}  
2891 -.ygtvloading {  
2892 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-loading.gif) no-repeat scroll 0 0;  
2893 -height: 22px;  
2894 -width: 18px;  
2895 -}  
2896 -.ygtvlm {  
2897 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 0;  
2898 -cursor: pointer;  
2899 -height: 22px;  
2900 -width: 18px;  
2901 -}  
2902 -.ygtvlmh {  
2903 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -800px;  
2904 -cursor: pointer;  
2905 -height: 22px;  
2906 -width: 18px;  
2907 -}  
2908 -.ygtvdepthcell {  
2909 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -8000px;  
2910 -height: 22px;  
2911 -width: 18px;  
2912 -}  
2913 -.ygtvtm {  
2914 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -4000px;  
2915 -cursor: pointer;  
2916 -height: 22px;  
2917 -width: 18px;  
2918 -}  
2919 -.ygtvtmh {  
2920 -background: transparent url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -4800px;  
2921 -cursor: pointer;  
2922 -height: 22px;  
2923 -width: 18px;  
2924 -}  
2925 -.i3GeoFolder .ygtvtp,  
2926 -.i3GeoFolder .ygtvtph,  
2927 -.i3GeoFolder .ygtvtm,  
2928 -.i3GeoFolder .ygtvtmh,  
2929 -.i3GeoFolder .ygtvlm,  
2930 -.i3GeoFolder .ygtvlmh,  
2931 -.i3GeoFolder .ygtvtm,  
2932 -.i3GeoFolder .ygtvtmh,  
2933 -.i3GeoFolder .ygtvlp,  
2934 -.i3GeoFolder .ygtvlph{  
2935 -width: 38px;  
2936 -background-image: url(../pacotes/yui290/build/assets/skins/sam/treeview-sprite-folder.gif);  
2937 -}  
2938 -.i3GeoFolder .ygtvloading{  
2939 -width: 38px;  
2940 -}  
2941 -.ygtvhtml {  
2942 -text-align: left;  
2943 -}  
2944 -.ygtvitem {  
2945 -text-align: left;  
2946 -}  
2947 -td.ygtvcell {  
2948 -border: 0;  
2949 -padding: 0;  
2950 -padding-right: 3px;  
2951 -}  
2952 -.yui-skin-sam .yui-navset .yui-nav a,.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {  
2953 -background: #d8d8d8 url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x;  
2954 -border: solid #a3a3a3;  
2955 -border-width: 0 1px;  
2956 -color: #000;  
2957 -position: relative;  
2958 -text-decoration: none;  
2959 -}  
2960 -.yui-skin-sam .yui-navset .yui-nav .selected a,.yui-skin-sam .yui-navset .yui-nav .selected a:focus,.yui-skin-sam .yui-navset .yui-nav .selected a:hover {  
2961 -background: white url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x left -1400px;  
2962 -color: white;  
2963 -}  
2964 -.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus {  
2965 -background-color: white;  
2966 -}  
2967 -.yui-skin-sam .yui-navset .yui-nav a:hover,.yui-skin-sam .yui-navset .yui-nav a:focus {  
2968 -background: #bfdaff url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */  
2969 -outline: 0;  
2970 -}  
2971 -.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a {  
2972 -color: #000000;  
2973 -font-size: 95%;  
2974 -line-height: 2;  
2975 -min-height: 1em;  
2976 -padding: 0 10px;  
2977 -}  
2978 -.yui-skin-sam .yui-button {  
2979 -border-color: #D3D3D3;  
2980 -border-radius: 6px;  
2981 -box-shadow: 0px 0px 0px 0px rgb(230,230,230);  
2982 -}  
2983 -.yui-skin-sam .yui-button .first-child {  
2984 -border-color: #D3D3D3;  
2985 -border-radius: 7px;  
2986 -}  
2987 -.ygtvcontent {  
2988 -font-size: 1em;  
2989 -padding: 0 3px 10px 0;  
2990 -}  
2991 -.ygtvcell {  
2992 -font-size: 1em;  
2993 -padding: 0 3px 5px 0;  
2994 -}  
2995 -.comboTemasCabecalho .yuimenuitemlabel {  
2996 -color: black;  
2997 -cursor: default;  
2998 -font-size: 10px;  
2999 -font-weight: normal;  
3000 -padding: 0 0px;  
3001 -text-decoration: none;  
3002 -}  
3003 -.rodar .first-child button {  
3004 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3005 -width: 250px;  
3006 -}  
3007 -.rodar150 .first-child button {  
3008 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3009 -width: 150px;  
3010 -}  
3011 -.rodar100 .first-child button {  
3012 -background: url(../imagens/oxygen/16x16/run-build.png) 5% 50% no-repeat;  
3013 -width: 100px;  
3014 -}  
3015 -.rodar0 .first-child button {  
3016 -background: url("../imagens/oxygen/16x16/run-build.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
3017 -width: 20px;  
3018 -height: 20px;  
3019 -}  
3020 -.adicionar0 .first-child button {  
3021 -background: url("../imagens/oxygen/16x16/list-add.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);  
3022 -width: 20px;  
3023 -height: 20px;  
3024 -}  
3025 -.enviar .first-child button {  
3026 -background: url(../imagens/oxygen/16x16/svn-commit.png) 5% 50% no-repeat;  
3027 -width: 250px;  
3028 -}  
3029 -.abrir .first-child button {  
3030 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3031 -width: 250px;  
3032 -}  
3033 -.abrir200 .first-child button {  
3034 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3035 -width: 200px;  
3036 -}  
3037 -.abrir150 .first-child button {  
3038 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3039 -width: 150px;  
3040 -}  
3041 -.abrir100 .first-child button {  
3042 -background: url(../imagens/oxygen/16x16/task-delegate.png) 5% 50% no-repeat;  
3043 -width: 100px;  
3044 -}  
3045 -div.olMap {  
3046 -z-index: 0;  
3047 -padding: 0px!important;  
3048 -margin: 0px!important;  
3049 -cursor: default;  
3050 -}  
3051 -div.olMapViewport {  
3052 -text-align: left;  
3053 -}  
3054 -div.olLayerDiv {  
3055 --moz-user-select: none;  
3056 -}  
3057 -.olLayerGoogleCopyright {  
3058 -left: 2px;  
3059 -bottom: 2px;  
3060 -}  
3061 -.olLayerGooglePoweredBy {  
3062 -left: 2px;  
3063 -bottom: 15px;  
3064 -}  
3065 -.olControlAttribution {  
3066 -font-size: smaller;  
3067 -right: 3px;  
3068 -bottom: 4.5em;  
3069 -position: absolute;  
3070 -display: block;  
3071 -}  
3072 -.olControlScale {  
3073 -right: 3px;  
3074 -bottom: 3em;  
3075 -display: block;  
3076 -position: absolute;  
3077 -font-size: smaller;  
3078 -}  
3079 -.olControlScaleLine {  
3080 -left: 10px;  
3081 -bottom: 15px;  
3082 -font-size: xx-small;  
3083 -}  
3084 -.olControlScaleLineBottom {  
3085 -border: solid 2px black;  
3086 -border-bottom: none;  
3087 -margin-top:-2px;  
3088 -text-align: center;  
3089 -}  
3090 -.olControlScaleLineTop {  
3091 -border: solid 2px black;  
3092 -border-top: none;  
3093 -text-align: center;  
3094 -}  
3095 -.olControlPermalink {  
3096 -right: 3px;  
3097 -bottom: 1.5em;  
3098 -display: block;  
3099 -position: absolute;  
3100 -font-size: smaller;  
3101 -}  
3102 -div.olControlMousePosition {  
3103 -bottom: 0em;  
3104 -right: 3px;  
3105 -display: block;  
3106 -position: absolute;  
3107 -font-family: Arial;  
3108 -font-size: smaller;  
3109 -}  
3110 -.olControlOverviewMapContainer {  
3111 -position: absolute;  
3112 -bottom: 0px;  
3113 -right: 0px;  
3114 -}  
3115 -.olControlOverviewMapElement {  
3116 -padding: 10px 18px 10px 10px;  
3117 -background-color: #00008B;  
3118 --moz-border-radius: 1em 0 0 0;  
3119 -}  
3120 -.olControlOverviewMapMinimizeButton {  
3121 -right: 0px;  
3122 -bottom: 80px;  
3123 -}  
3124 -.olControlOverviewMapMaximizeButton {  
3125 -right: 0px;  
3126 -bottom: 80px;  
3127 -}  
3128 -.olControlOverviewMapExtentRectangle {  
3129 -overflow: hidden;  
3130 -background-image: url("img/blank.gif");  
3131 -cursor: move;  
3132 -border: 2px dotted red;  
3133 -}  
3134 -.olControlOverviewMapRectReplacement {  
3135 -overflow: hidden;  
3136 -cursor: move;  
3137 -background-image: url("img/overview_replacement.gif");  
3138 -background-repeat: no-repeat;  
3139 -background-position: center;  
3140 -}  
3141 -.olLayerGeoRSSDescription {  
3142 -float:left;  
3143 -width:100%;  
3144 -overflow:auto;  
3145 -font-size:1.0em;  
3146 -}  
3147 -.olLayerGeoRSSClose {  
3148 -float:right;  
3149 -color:gray;  
3150 -font-size:1.2em;  
3151 -margin-right:6px;  
3152 -font-family:sans-serif;  
3153 -}  
3154 -.olLayerGeoRSSTitle {  
3155 -float:left;font-size:1.2em;  
3156 -}  
3157 -.olPopupContent {  
3158 -padding:5px;  
3159 -overflow: auto;  
3160 -}  
3161 -.olControlNavToolbar {  
3162 -width:0px;  
3163 -height:0px;  
3164 -}  
3165 -.olControlNavToolbar div {  
3166 -display:block;  
3167 -width: 28px;  
3168 -height: 28px;  
3169 -top: 300px;  
3170 -left: 6px;  
3171 -position: relative;  
3172 -}  
3173 -.olControlNavigationHistory {  
3174 -background-image: url("img/navigation_history.png");  
3175 -background-repeat: no-repeat;  
3176 -width: 24px;  
3177 -height: 24px;  
3178 -}  
3179 -.olControlNavigationHistoryPreviousItemActive {  
3180 -background-position: 0px 0px;  
3181 -}  
3182 -.olControlNavigationHistoryPreviousItemInactive {  
3183 -background-position: 0px -24px;  
3184 -}  
3185 -.olControlNavigationHistoryNextItemActive {  
3186 -background-position: -24px 0px;  
3187 -}  
3188 -.olControlNavigationHistoryNextItemInactive {  
3189 -background-position: -24px -24px;  
3190 -}  
3191 -.olControlNavToolbar .olControlNavigationItemActive {  
3192 -background-image: url("img/panning-hand-on.png");  
3193 -background-repeat: no-repeat;  
3194 -}  
3195 -.olControlNavToolbar .olControlNavigationItemInactive {  
3196 -background-image: url("img/panning-hand-off.png");  
3197 -background-repeat: no-repeat;  
3198 -}  
3199 -.olControlNavToolbar .olControlZoomBoxItemActive {  
3200 -background-image: url("img/drag-rectangle-on.png");  
3201 -background-color: orange;  
3202 -background-repeat: no-repeat;  
3203 -}  
3204 -.olControlNavToolbar .olControlZoomBoxItemInactive {  
3205 -background-image: url("img/drag-rectangle-off.png");  
3206 -background-repeat: no-repeat;  
3207 -}  
3208 -.olControlEditingToolbar {  
3209 -float:right;  
3210 -right: 0px;  
3211 -height: 30px;  
3212 -width: 200px;  
3213 -}  
3214 -.olControlEditingToolbar div {  
3215 -background-image: url("img/editing_tool_bar.png");  
3216 -background-repeat: no-repeat;  
3217 -float:right;  
3218 -width: 24px;  
3219 -height: 24px;  
3220 -margin: 5px;  
3221 -}  
3222 -.olControlEditingToolbar .olControlNavigationItemActive {  
3223 -background-position: -103px -23px;  
3224 -}  
3225 -.olControlEditingToolbar .olControlNavigationItemInactive {  
3226 -background-position: -103px -0px; 1785 +.olControlEditingToolbar .olControlNavigationItemInactive {
  1786 +background-position: -103px -0px;
3227 } 1787 }
3228 .olControlEditingToolbar .olControlDrawFeaturePointItemActive { 1788 .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
3229 background-position: -77px -23px; 1789 background-position: -77px -23px;
@@ -3402,245 +1962,6 @@ top: 5px; @@ -3402,245 +1962,6 @@ top: 5px;
3402 right: 0px; 1962 right: 0px;
3403 text-align:left; 1963 text-align:left;
3404 } 1964 }
3405 -.i3GeoTituloJanela {  
3406 -font-size: 13px;  
3407 -font-weight: 100;  
3408 -}  
3409 -.i3GeoTituloJanela .ajuda_usuario {  
3410 -height: 14px;  
3411 -left: 3px;  
3412 -width: 14px;  
3413 -}  
3414 -.ajuda_usuario b {  
3415 -margin-bottom: 0px;  
3416 -margin-left: 0px;  
3417 -margin-right: 14px;  
3418 -margin-top: 0px;  
3419 -}  
3420 -.i3GeoRodapeJanela {  
3421 -background-color: #F2F2F2;  
3422 -}  
3423 -.i3GeoRodapeJanela table {  
3424 -width: 100%;  
3425 -background-color: #F2F2F2;  
3426 -}  
3427 -.i3GeoRodapeJanela td {  
3428 -border: 0px solid white;  
3429 -cursor: pointer;  
3430 -background-color: #F2F2F2;  
3431 -}  
3432 -.cabecalhoTemas {  
3433 -display: inline-block;  
3434 -overflow: hidden;  
3435 -white-space: nowrap;  
3436 -width: 10em;  
3437 -text-overflow: ellipsis;  
3438 -text-align: left;  
3439 -line-height: 9px;  
3440 -}  
3441 -.comboTemasCabecalho {  
3442 -z-index: 100;  
3443 -position: absolute;  
3444 -left: 22px;  
3445 -top: 3px;  
3446 -}  
3447 -.i3GeoIconeJanela {  
3448 -position: absolute;  
3449 -left: 2px;  
3450 -top: 5px;  
3451 -}  
3452 -.i3GeoAguardeJanela {  
3453 -height: 2px;  
3454 -left: 0;  
3455 -position: absolute;  
3456 -top: 29px;  
3457 -width: 100%;  
3458 -z-index: 102;  
3459 -}  
3460 -.yui-panel-container .yui-resizepanel .bd {  
3461 -overflow: auto;  
3462 -background-color: #fff;  
3463 -}  
3464 -.yui-panel-container.hide-scrollbars .yui-resizepanel .bd {  
3465 -overflow: hidden;  
3466 -}  
3467 -.yui-panel-container.show-scrollbars .yui-resizepanel .bd {  
3468 -overflow: auto;  
3469 -}  
3470 -.yui-panel-container.show-scrollbars .underlay {  
3471 -overflow: visible;  
3472 -}  
3473 -.bd div {  
3474 -text-align: left;  
3475 -}  
3476 -.bd p {  
3477 -text-align: left;  
3478 -}  
3479 -.yui-resizepanel .resizehandle {  
3480 -position: absolute;  
3481 -width: 10px;  
3482 -height: 10px;  
3483 -right: 0;  
3484 -bottom: 0;  
3485 -margin: 0;  
3486 -padding: 0;  
3487 -z-index: 3000;  
3488 -background: url(../pacotes/yui290/build/container/img/corner_resize.gif)  
3489 -left bottom no-repeat;  
3490 -cursor: se-resize;  
3491 -}  
3492 -/*veja tambem openlayers.css*/  
3493 -.yui-skin-sam .yui-panel .hd {  
3494 -background: none;  
3495 -background-color: #F2F2F2;  
3496 -color: #000000;  
3497 -font-size: 93%;  
3498 -font-weight: bold;  
3499 -line-height: 2;  
3500 -padding: 0 10px;  
3501 -height: 30px;  
3502 -}  
3503 -.yui-skin-sam .yui-panel .hd1 {  
3504 -background: transparent  
3505 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x  
3506 -scroll 0 -200px;  
3507 -color: #000000;  
3508 -font-size: 80%;  
3509 -font-weight: bold;  
3510 -line-height: 2;  
3511 -padding: 0 10px;  
3512 -height: 20px;  
3513 -}  
3514 -.yui-skin-sam .yui-panel .hd2 {  
3515 -background: transparent  
3516 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) repeat-x  
3517 -scroll 0 -200px;  
3518 -color: #000000;  
3519 -font-size: 80%;  
3520 -font-weight: bold;  
3521 -line-height: 2;  
3522 -padding: 0 10px;  
3523 -height: 30px;  
3524 -opacity: .80;  
3525 -filter: alpha(opacity = 80);  
3526 -}  
3527 -.yui-skin-sam .container-close {  
3528 -background: transparent  
3529 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3530 -scroll 0 -300px;  
3531 -cursor: pointer;  
3532 -height: 15px;  
3533 -position: absolute;  
3534 -right: 1px;  
3535 -top: 3px;  
3536 -width: 25px;  
3537 -z-index: 2001;  
3538 -opacity: .80;  
3539 -filter: alpha(opacity = 80);  
3540 -}  
3541 -.yui-skin-sam .container-minimiza {  
3542 -background: transparent  
3543 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3544 -scroll 0 -450px;  
3545 -cursor: pointer;  
3546 -height: 15px;  
3547 -position: absolute;  
3548 -right: 35px;  
3549 -top: 3px;  
3550 -width: 25px;  
3551 -z-index: 2001;  
3552 -opacity: .8;  
3553 -filter: alpha(opacity = 80);  
3554 -}  
3555 -.yui-skin-sam .container-duplica {  
3556 -background: transparent  
3557 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3558 -scroll 0 -349px;  
3559 -cursor: pointer;  
3560 -height: 15px;  
3561 -position: absolute;  
3562 -right: 57px;  
3563 -top: 3px;  
3564 -width: 25px;  
3565 -z-index: 2001;  
3566 -opacity: .8;  
3567 -filter: alpha(opacity = 80);  
3568 -}  
3569 -.yui-skin-sam .yui-panel .bd {  
3570 -text-align: left;  
3571 -font-size: 10px;  
3572 -background-color: white;  
3573 -}  
3574 -.yui-skin-sam .yui-simple-dialog .bd .yui-icon {  
3575 -background: transparent  
3576 -url(../pacotes/yui290/build/assets/skins/sam/sprite.png) no-repeat  
3577 -scroll 0 0;  
3578 -float: left;  
3579 -height: 16px;  
3580 -margin-right: 10px;  
3581 -width: 16px;  
3582 -}  
3583 -.yui-resize .yui-resize-handle {  
3584 -position: absolute;  
3585 -z-index: 1;  
3586 -font-size: 0;  
3587 -margin: 0;  
3588 -padding: 0;  
3589 -zoom: 1;  
3590 -height: 250px;  
3591 -width: 5px;  
3592 -}  
3593 -.yui-skin-sam .yui-panel {  
3594 -border: 0px;  
3595 -}  
3596 -.yui-skin-sam .yui-panel-container.shadow .underlay {  
3597 -bottom: 0;  
3598 -box-shadow: 0 0 8px 1px black;  
3599 -left: 0;  
3600 -opacity: 0.3;  
3601 -position: absolute;  
3602 -right: 0;  
3603 -top: 0;  
3604 -background-color: white;  
3605 -}  
3606 -.yui-skin-sam .yui-panel-container {  
3607 -padding: 0 1px;  
3608 -border-radius: 5px 5px 5px 5px;  
3609 -border: 1px solid white;  
3610 -}  
3611 -.yui-skin-sam .yui-panel .hd {  
3612 -border: 0px;  
3613 -}  
3614 -.yui-skin-sam .yui-panel .bd {  
3615 -border: 0px;  
3616 -box-shadow: 0 0 0px 0px black;  
3617 -}  
3618 -.yui-skin-sam .yui-panel .ft {  
3619 -border: 0px;  
3620 -}  
3621 -.yui-skin-sam .yui-panel .bd .yui-navset {  
3622 -background: none;  
3623 -z-index: 1;  
3624 -border-bottom: 2px solid lightgray;  
3625 -}  
3626 -.yui-skin-sam .bd .yui-navset .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a,.yui-skin-sam .bd .yui-navset .yui-nav a em,.yui-skin-sam .bd .yui-navset .yui-navset-top .yui-nav a em,.yui-skin-sam .bd .yui-button,.yui-skin-sam .bd .yui-button button,.yui-skin-sam .bd .yui-button a,.yui-skin-sam .bd .yui-button .first-child  
3627 -{  
3628 -border-color: lightgray;  
3629 -}  
3630 -.yui-skin-sam .yui-resize .yui-resize-handle-br {  
3631 -right: 0;  
3632 -bottom: 0;  
3633 -height: 8px;  
3634 -width: 8px;  
3635 -position: absolute;  
3636 -}  
3637 -.yui-skin-sam .yui-resize .yui-resize-handle-b {  
3638 -right: 0;  
3639 -bottom: 0;  
3640 -height: 8px;  
3641 -width: 8px;  
3642 -position: absolute;  
3643 -}  
3644 .olControlEditingToolbar1 .editorOLpanItemInactive { 1965 .olControlEditingToolbar1 .editorOLpanItemInactive {
3645 background-position:-0px 0; 1966 background-position:-0px 0;
3646 } 1967 }
css/i3geo_ferramentas7.css
@@ -96,10 +96,12 @@ select option:hover { @@ -96,10 +96,12 @@ select option:hover {
96 width: 252px; 96 width: 252px;
97 overflow: hidden; 97 overflow: hidden;
98 background: #F8F8F8; 98 background: #F8F8F8;
99 - border: 1px solid #DDDDDD; 99 + border: 0px solid #DDDDDD;
100 height: 22px; 100 height: 22px;
101 border-radius: 2px; 101 border-radius: 2px;
102 text-align:left; 102 text-align:left;
  103 + color: black;
  104 + font-weight: normal;
103 } 105 }
104 106
105 .i3geoForm150 { 107 .i3geoForm150 {
@@ -406,11 +408,9 @@ Utilizado na janela do buscador INDE @@ -406,11 +408,9 @@ Utilizado na janela do buscador INDE
406 width:95%; 408 width:95%;
407 padding:2; 409 padding:2;
408 vertical-align:top; 410 vertical-align:top;
409 - background-color:#ffffff;  
410 } 411 }
411 412
412 .mensagemAjuda th { 413 .mensagemAjuda th {
413 - background-color: #cedff2;  
414 font-family:Verdana, Arial, Helvetica, sans-serif; 414 font-family:Verdana, Arial, Helvetica, sans-serif;
415 font-size: 8pt; 415 font-size: 8pt;
416 border: 1px solid #B1CDEB; 416 border: 1px solid #B1CDEB;
@@ -723,14 +723,14 @@ fieldset { @@ -723,14 +723,14 @@ fieldset {
723 border: 0px solid gray; 723 border: 0px solid gray;
724 border-radius: 5px 5px 5px 5px; 724 border-radius: 5px 5px 5px 5px;
725 box-shadow: 0 1px 3px gray; 725 box-shadow: 0 1px 3px gray;
726 - background-color: rgb(250, 250, 250); 726 + background: transparent;
727 margin: 15px; 727 margin: 15px;
728 } 728 }
729 729
730 legend { 730 legend {
731 font-weight: bold; 731 font-weight: bold;
732 cursor: pointer; 732 cursor: pointer;
733 - background-color: white; 733 + background: transparent;
734 color: navy; 734 color: navy;
735 text-align: left; 735 text-align: left;
736 font-size: 10px; 736 font-size: 10px;
@@ -744,10 +744,6 @@ legend { @@ -744,10 +744,6 @@ legend {
744 text-align: left; 744 text-align: left;
745 } 745 }
746 746
747 -.paragrafo label {  
748 - font-size: 12px;  
749 -}  
750 -  
751 .paragrafo input[type=checkbox] { 747 .paragrafo input[type=checkbox] {
752 position: relative; 748 position: relative;
753 top: 2px; 749 top: 2px;
@@ -957,14 +953,6 @@ div { @@ -957,14 +953,6 @@ div {
957 position: relative; 953 position: relative;
958 } 954 }
959 955
960 -i {  
961 - color: #660000;  
962 - BACKGROUND-COLOR: #ffffcc;  
963 - font-family: Verdana, Arial, Helvetica, sans-serif;  
964 -}  
965 -  
966 -  
967 -  
968 H1 { 956 H1 {
969 COLOR: #2F4632; 957 COLOR: #2F4632;
970 text-align: left; 958 text-align: left;
@@ -96,10 +96,12 @@ select option:hover { @@ -96,10 +96,12 @@ select option:hover {
96 width: 252px; 96 width: 252px;
97 overflow: hidden; 97 overflow: hidden;
98 background: #F8F8F8; 98 background: #F8F8F8;
99 - border: 1px solid #DDDDDD; 99 + border: 0px solid #DDDDDD;
100 height: 22px; 100 height: 22px;
101 border-radius: 2px; 101 border-radius: 2px;
102 text-align:left; 102 text-align:left;
  103 + color: black;
  104 + font-weight: normal;
103 } 105 }
104 106
105 .i3geoForm150 { 107 .i3geoForm150 {
css/janelaflutuante.css
  1 +
1 .i3GeoTituloJanela { 2 .i3GeoTituloJanela {
2 font-size: 13px; 3 font-size: 13px;
3 font-weight: 100; 4 font-weight: 100;
@@ -111,7 +112,7 @@ @@ -111,7 +112,7 @@
111 font-weight: bold; 112 font-weight: bold;
112 line-height: 2; 113 line-height: 2;
113 padding: 0 10px; 114 padding: 0 10px;
114 - height: 30px; 115 + height: 40px;
115 } 116 }
116 117
117 .yui-skin-sam .yui-panel .hd1 { 118 .yui-skin-sam .yui-panel .hd1 {
ferramentas/selecao/index.js
@@ -145,12 +145,6 @@ i3GEOF.selecao = @@ -145,12 +145,6 @@ i3GEOF.selecao =
145 for (i = 0; i < n; i++) { 145 for (i = 0; i < n; i++) {
146 ics[i].style.backgroundColor = "white"; 146 ics[i].style.backgroundColor = "white";
147 ics[i].className = "iconeGuiaMovel"; 147 ics[i].className = "iconeGuiaMovel";
148 - ics[i].onmouseout = function() {  
149 - this.className = "iconeGuiaMovel iconeGuiaMovelMouseOut";  
150 - };  
151 - ics[i].onmouseover = function() {  
152 - this.className = "iconeGuiaMovel iconeGuiaMovelMouseOver";  
153 - };  
154 } 148 }
155 } catch (erro) { 149 } catch (erro) {
156 i3GEO.janela.tempoMsg(erro); 150 i3GEO.janela.tempoMsg(erro);
@@ -378,6 +372,12 @@ i3GEOF.selecao = @@ -378,6 +372,12 @@ i3GEOF.selecao =
378 api = i3GEO.Interface["ATUAL"]; 372 api = i3GEO.Interface["ATUAL"];
379 } 373 }
380 i3GEOF.selecao.removeFiguras[api](); 374 i3GEOF.selecao.removeFiguras[api]();
  375 + if(api == "ol3"){
  376 + i3GEOF.selecao.box.ol3.removeControle();
  377 + i3GEOF.selecao.clique.ol3.removeControle();
  378 + i3GEOF.selecao.figura.ol3.removeControle();
  379 + i3GEOF.selecao.poligono.ol3.removeControle();
  380 + }
381 }; 381 };
382 YAHOO.util.Event.addListener(janela[0].close, "click", temp); 382 YAHOO.util.Event.addListener(janela[0].close, "click", temp);
383 i3GEO.util.mudaCursor(i3GEO.configura.cursores, "crosshair", i3GEO.Interface.IDMAPA, i3GEO.configura.locaplic); 383 i3GEO.util.mudaCursor(i3GEO.configura.cursores, "crosshair", i3GEO.Interface.IDMAPA, i3GEO.configura.locaplic);
@@ -637,6 +637,7 @@ i3GEOF.selecao = @@ -637,6 +637,7 @@ i3GEOF.selecao =
637 }) 637 })
638 }) 638 })
639 }); 639 });
  640 +
640 i3GEOF.selecao.box.ol3.draw.on("boxend",function(evt){ 641 i3GEOF.selecao.box.ol3.draw.on("boxend",function(evt){
641 var feature, geo, pol = i3GEOF.selecao.box.ol3.draw.getGeometry(); 642 var feature, geo, pol = i3GEOF.selecao.box.ol3.draw.getGeometry();
642 if ($i("i3GEOFselecaoMantemFigura").checked === true) { 643 if ($i("i3GEOFselecaoMantemFigura").checked === true) {
imagens/barra-inferior/.svn/all-wcprops 0 → 100755
@@ -0,0 +1,41 @@ @@ -0,0 +1,41 @@
  1 +K 25
  2 +svn:wc:ra_dav:version-url
  3 +V 41
  4 +/sigeo/!svn/ver/20/imagens/barra-inferior
  5 +END
  6 +botao-tiny-escala-hover.png
  7 +K 25
  8 +svn:wc:ra_dav:version-url
  9 +V 69
  10 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-escala-hover.png
  11 +END
  12 +botao-tiny-zoomparacoordenadas.png
  13 +K 25
  14 +svn:wc:ra_dav:version-url
  15 +V 76
  16 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-zoomparacoordenadas.png
  17 +END
  18 +botao-tiny-zoomparacoordenadas-hover.png
  19 +K 25
  20 +svn:wc:ra_dav:version-url
  21 +V 82
  22 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-zoomparacoordenadas-hover.png
  23 +END
  24 +botao-tiny-up.png
  25 +K 25
  26 +svn:wc:ra_dav:version-url
  27 +V 59
  28 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-up.png
  29 +END
  30 +botao-tiny-down.png
  31 +K 25
  32 +svn:wc:ra_dav:version-url
  33 +V 61
  34 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-down.png
  35 +END
  36 +botao-tiny-escala.png
  37 +K 25
  38 +svn:wc:ra_dav:version-url
  39 +V 63
  40 +/sigeo/!svn/ver/20/imagens/barra-inferior/botao-tiny-escala.png
  41 +END
imagens/barra-inferior/.svn/entries 0 → 100755
@@ -0,0 +1,232 @@ @@ -0,0 +1,232 @@
  1 +10
  2 +
  3 +dir
  4 +46
  5 +http://svnserver.pgr.mpf.mp.br/sigeo/imagens/barra-inferior
  6 +http://svnserver.pgr.mpf.mp.br/sigeo
  7 +
  8 +
  9 +
  10 +2015-01-19T19:47:58.095670Z
  11 +20
  12 +mreis@mpf.mp.br
  13 +
  14 +
  15 +
  16 +
  17 +
  18 +
  19 +
  20 +
  21 +
  22 +
  23 +
  24 +
  25 +
  26 +
  27 +e278638c-6e8d-11e4-896c-ef0e22d54d0c
  28 +
  29 +botao-tiny-escala-hover.png
  30 +file
  31 +
  32 +
  33 +
  34 +
  35 +2015-01-26T14:12:11.622797Z
  36 +4b0c1de678397d054df579224e566fba
  37 +2015-01-19T19:47:58.095670Z
  38 +20
  39 +mreis@mpf.mp.br
  40 +has-props
  41 +
  42 +
  43 +
  44 +
  45 +
  46 +
  47 +
  48 +
  49 +
  50 +
  51 +
  52 +
  53 +
  54 +
  55 +
  56 +
  57 +
  58 +
  59 +
  60 +
  61 +2971
  62 +
  63 +botao-tiny-zoomparacoordenadas.png
  64 +file
  65 +
  66 +
  67 +
  68 +
  69 +2015-01-26T14:12:11.638397Z
  70 +74ba97dc2313237c33244b341d0bff40
  71 +2015-01-19T19:47:58.095670Z
  72 +20
  73 +mreis@mpf.mp.br
  74 +has-props
  75 +
  76 +
  77 +
  78 +
  79 +
  80 +
  81 +
  82 +
  83 +
  84 +
  85 +
  86 +
  87 +
  88 +
  89 +
  90 +
  91 +
  92 +
  93 +
  94 +
  95 +3238
  96 +
  97 +botao-tiny-zoomparacoordenadas-hover.png
  98 +file
  99 +
  100 +
  101 +
  102 +
  103 +2015-01-26T14:12:11.638397Z
  104 +2696dab131bf0ec9d21cc905ded7ce5a
  105 +2015-01-19T19:47:58.095670Z
  106 +20
  107 +mreis@mpf.mp.br
  108 +has-props
  109 +
  110 +
  111 +
  112 +
  113 +
  114 +
  115 +
  116 +
  117 +
  118 +
  119 +
  120 +
  121 +
  122 +
  123 +
  124 +
  125 +
  126 +
  127 +
  128 +
  129 +3257
  130 +
  131 +botao-tiny-up.png
  132 +file
  133 +
  134 +
  135 +
  136 +
  137 +2015-01-26T14:12:11.653997Z
  138 +c1c9c2642a0598aef2087972dee3c582
  139 +2015-01-19T19:47:58.095670Z
  140 +20
  141 +mreis@mpf.mp.br
  142 +has-props
  143 +
  144 +
  145 +
  146 +
  147 +
  148 +
  149 +
  150 +
  151 +
  152 +
  153 +
  154 +
  155 +
  156 +
  157 +
  158 +
  159 +
  160 +
  161 +
  162 +
  163 +579
  164 +
  165 +botao-tiny-down.png
  166 +file
  167 +
  168 +
  169 +
  170 +
  171 +2015-01-26T14:12:11.653997Z
  172 +d04869e17e2d0162355e5cc8534911cd
  173 +2015-01-19T19:47:58.095670Z
  174 +20
  175 +mreis@mpf.mp.br
  176 +has-props
  177 +
  178 +
  179 +
  180 +
  181 +
  182 +
  183 +
  184 +
  185 +
  186 +
  187 +
  188 +
  189 +
  190 +
  191 +
  192 +
  193 +
  194 +
  195 +
  196 +
  197 +582
  198 +
  199 +botao-tiny-escala.png
  200 +file
  201 +
  202 +
  203 +
  204 +
  205 +2015-01-26T14:12:11.653997Z
  206 +840699d75f1c953ec8ab3db1d7bf3612
  207 +2015-01-19T19:47:58.095670Z
  208 +20
  209 +mreis@mpf.mp.br
  210 +has-props
  211 +
  212 +
  213 +
  214 +
  215 +
  216 +
  217 +
  218 +
  219 +
  220 +
  221 +
  222 +
  223 +
  224 +
  225 +
  226 +
  227 +
  228 +
  229 +
  230 +
  231 +2973
  232 +
imagens/barra-inferior/.svn/prop-base/botao-tiny-down.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/prop-base/botao-tiny-escala-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/prop-base/botao-tiny-escala.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/prop-base/botao-tiny-up.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/prop-base/botao-tiny-zoomparacoordenadas-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/prop-base/botao-tiny-zoomparacoordenadas.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/barra-inferior/.svn/text-base/botao-tiny-down.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/.svn/text-base/botao-tiny-escala-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/.svn/text-base/botao-tiny-escala.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/.svn/text-base/botao-tiny-up.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/.svn/text-base/botao-tiny-zoomparacoordenadas-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/.svn/text-base/botao-tiny-zoomparacoordenadas.png.svn-base 0 → 100755
No preview for this file type
imagens/barra-inferior/botao-tiny-down.png 0 → 100755

582 Bytes

imagens/barra-inferior/botao-tiny-escala-hover.png 0 → 100755

2.9 KB

imagens/barra-inferior/botao-tiny-escala.png 0 → 100755

2.9 KB

imagens/barra-inferior/botao-tiny-up.png 0 → 100755

579 Bytes

imagens/barra-inferior/botao-tiny-zoomparacoordenadas-hover.png 0 → 100755

3.18 KB

imagens/barra-inferior/botao-tiny-zoomparacoordenadas.png 0 → 100755

3.16 KB

imagens/janelas-flutuantes/.svn/all-wcprops 0 → 100755
@@ -0,0 +1,143 @@ @@ -0,0 +1,143 @@
  1 +K 25
  2 +svn:wc:ra_dav:version-url
  3 +V 45
  4 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes
  5 +END
  6 +botao-nova-janela.png
  7 +K 25
  8 +svn:wc:ra_dav:version-url
  9 +V 67
  10 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-nova-janela.png
  11 +END
  12 +botao-tiny-filtrar-active.png
  13 +K 25
  14 +svn:wc:ra_dav:version-url
  15 +V 75
  16 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-filtrar-active.png
  17 +END
  18 +botao-dimensionar-janela.png
  19 +K 25
  20 +svn:wc:ra_dav:version-url
  21 +V 74
  22 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-dimensionar-janela.png
  23 +END
  24 +botao-fechar-janela-hover.png
  25 +K 25
  26 +svn:wc:ra_dav:version-url
  27 +V 75
  28 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-fechar-janela-hover.png
  29 +END
  30 +botao-tiny-etiqueta.png
  31 +K 25
  32 +svn:wc:ra_dav:version-url
  33 +V 69
  34 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-etiqueta.png
  35 +END
  36 +botao-arrastarpararedimensionar.png
  37 +K 25
  38 +svn:wc:ra_dav:version-url
  39 +V 81
  40 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-arrastarpararedimensionar.png
  41 +END
  42 +botao-tiny-documentacao-hover.png
  43 +K 25
  44 +svn:wc:ra_dav:version-url
  45 +V 79
  46 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-documentacao-hover.png
  47 +END
  48 +botao-tiny-filtrar-hover.png
  49 +K 25
  50 +svn:wc:ra_dav:version-url
  51 +V 74
  52 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-filtrar-hover.png
  53 +END
  54 +botao-caixa-checked.png
  55 +K 25
  56 +svn:wc:ra_dav:version-url
  57 +V 69
  58 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-caixa-checked.png
  59 +END
  60 +botao-tiny-etiqueta-active.png
  61 +K 25
  62 +svn:wc:ra_dav:version-url
  63 +V 76
  64 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-etiqueta-active.png
  65 +END
  66 +botao-nova-janela-hover.png
  67 +K 25
  68 +svn:wc:ra_dav:version-url
  69 +V 73
  70 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-nova-janela-hover.png
  71 +END
  72 +botao-caixa-unchecked.png
  73 +K 25
  74 +svn:wc:ra_dav:version-url
  75 +V 71
  76 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-caixa-unchecked.png
  77 +END
  78 +botao-fechar-janela.png
  79 +K 25
  80 +svn:wc:ra_dav:version-url
  81 +V 69
  82 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-fechar-janela.png
  83 +END
  84 +botao-menos.png
  85 +K 25
  86 +svn:wc:ra_dav:version-url
  87 +V 61
  88 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-menos.png
  89 +END
  90 +botao-dimensionar-janela-hover.png
  91 +K 25
  92 +svn:wc:ra_dav:version-url
  93 +V 80
  94 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-dimensionar-janela-hover.png
  95 +END
  96 +botao-radio-checked.png
  97 +K 25
  98 +svn:wc:ra_dav:version-url
  99 +V 69
  100 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-radio-checked.png
  101 +END
  102 +botao-tiny-documentacao.png
  103 +K 25
  104 +svn:wc:ra_dav:version-url
  105 +V 73
  106 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-documentacao.png
  107 +END
  108 +botao-tiny-etiqueta-hover.png
  109 +K 25
  110 +svn:wc:ra_dav:version-url
  111 +V 75
  112 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-etiqueta-hover.png
  113 +END
  114 +botao-arrastarpararedimensionar-hover.png
  115 +K 25
  116 +svn:wc:ra_dav:version-url
  117 +V 87
  118 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-arrastarpararedimensionar-hover.png
  119 +END
  120 +botao-tiny-filtrar-inactive.png
  121 +K 25
  122 +svn:wc:ra_dav:version-url
  123 +V 77
  124 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-filtrar-inactive.png
  125 +END
  126 +botao-tiny-filtrar.png
  127 +K 25
  128 +svn:wc:ra_dav:version-url
  129 +V 68
  130 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-tiny-filtrar.png
  131 +END
  132 +botao-radio-unchecked.png
  133 +K 25
  134 +svn:wc:ra_dav:version-url
  135 +V 71
  136 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-radio-unchecked.png
  137 +END
  138 +botao-mais.png
  139 +K 25
  140 +svn:wc:ra_dav:version-url
  141 +V 60
  142 +/sigeo/!svn/ver/37/imagens/janelas-flutuantes/botao-mais.png
  143 +END
imagens/janelas-flutuantes/.svn/entries 0 → 100755
@@ -0,0 +1,810 @@ @@ -0,0 +1,810 @@
  1 +10
  2 +
  3 +dir
  4 +46
  5 +http://svnserver.pgr.mpf.mp.br/sigeo/imagens/janelas-flutuantes
  6 +http://svnserver.pgr.mpf.mp.br/sigeo
  7 +
  8 +
  9 +
  10 +2015-04-09T22:19:15.842493Z
  11 +37
  12 +mreis@mpf.mp.br
  13 +
  14 +
  15 +
  16 +
  17 +
  18 +
  19 +
  20 +
  21 +
  22 +
  23 +
  24 +
  25 +
  26 +
  27 +e278638c-6e8d-11e4-896c-ef0e22d54d0c
  28 +
  29 +botao-nova-janela.png
  30 +file
  31 +
  32 +
  33 +
  34 +
  35 +2015-05-05T11:47:08.733432Z
  36 +f53b08ab4b0be6b7d9ccd393f64fe2f7
  37 +2015-04-09T22:19:15.842493Z
  38 +37
  39 +mreis@mpf.mp.br
  40 +has-props
  41 +
  42 +
  43 +
  44 +
  45 +
  46 +
  47 +
  48 +
  49 +
  50 +
  51 +
  52 +
  53 +
  54 +
  55 +
  56 +
  57 +
  58 +
  59 +
  60 +
  61 +682
  62 +
  63 +botao-tiny-filtrar-active.png
  64 +file
  65 +
  66 +
  67 +
  68 +
  69 +2015-05-05T11:47:08.733432Z
  70 +b20ebf83c4e05c862cf60c71a17d17a5
  71 +2015-04-09T22:19:15.842493Z
  72 +37
  73 +mreis@mpf.mp.br
  74 +has-props
  75 +
  76 +
  77 +
  78 +
  79 +
  80 +
  81 +
  82 +
  83 +
  84 +
  85 +
  86 +
  87 +
  88 +
  89 +
  90 +
  91 +
  92 +
  93 +
  94 +
  95 +2983
  96 +
  97 +botao-dimensionar-janela.png
  98 +file
  99 +
  100 +
  101 +
  102 +
  103 +2015-05-05T11:47:08.749032Z
  104 +6841bb2b72aad3ede85d9bb7c9d98a36
  105 +2015-04-09T22:19:15.842493Z
  106 +37
  107 +mreis@mpf.mp.br
  108 +has-props
  109 +
  110 +
  111 +
  112 +
  113 +
  114 +
  115 +
  116 +
  117 +
  118 +
  119 +
  120 +
  121 +
  122 +
  123 +
  124 +
  125 +
  126 +
  127 +
  128 +
  129 +802
  130 +
  131 +botao-fechar-janela-hover.png
  132 +file
  133 +
  134 +
  135 +
  136 +
  137 +2015-05-05T11:47:08.764632Z
  138 +44cb1f5e5f88447f90142cb927742307
  139 +2015-04-09T22:19:15.842493Z
  140 +37
  141 +mreis@mpf.mp.br
  142 +has-props
  143 +
  144 +
  145 +
  146 +
  147 +
  148 +
  149 +
  150 +
  151 +
  152 +
  153 +
  154 +
  155 +
  156 +
  157 +
  158 +
  159 +
  160 +
  161 +
  162 +
  163 +738
  164 +
  165 +botao-tiny-etiqueta.png
  166 +file
  167 +
  168 +
  169 +
  170 +
  171 +2015-05-05T11:47:08.764632Z
  172 +ecbcf16fb53b464464951230d4f29463
  173 +2015-04-09T22:19:15.842493Z
  174 +37
  175 +mreis@mpf.mp.br
  176 +has-props
  177 +
  178 +
  179 +
  180 +
  181 +
  182 +
  183 +
  184 +
  185 +
  186 +
  187 +
  188 +
  189 +
  190 +
  191 +
  192 +
  193 +
  194 +
  195 +
  196 +
  197 +3006
  198 +
  199 +botao-arrastarpararedimensionar.png
  200 +file
  201 +
  202 +
  203 +
  204 +
  205 +2015-05-05T11:47:08.780232Z
  206 +923d682bc71fcbf3b625f05113e75298
  207 +2015-04-09T22:19:15.842493Z
  208 +37
  209 +mreis@mpf.mp.br
  210 +has-props
  211 +
  212 +
  213 +
  214 +
  215 +
  216 +
  217 +
  218 +
  219 +
  220 +
  221 +
  222 +
  223 +
  224 +
  225 +
  226 +
  227 +
  228 +
  229 +
  230 +
  231 +598
  232 +
  233 +botao-tiny-documentacao-hover.png
  234 +file
  235 +
  236 +
  237 +
  238 +
  239 +2015-05-05T11:47:08.795831Z
  240 +257224c72f0e4b0e59ee53c7dbe2f9e4
  241 +2015-04-09T22:19:15.842493Z
  242 +37
  243 +mreis@mpf.mp.br
  244 +has-props
  245 +
  246 +
  247 +
  248 +
  249 +
  250 +
  251 +
  252 +
  253 +
  254 +
  255 +
  256 +
  257 +
  258 +
  259 +
  260 +
  261 +
  262 +
  263 +
  264 +
  265 +3117
  266 +
  267 +botao-tiny-filtrar-hover.png
  268 +file
  269 +
  270 +
  271 +
  272 +
  273 +2015-05-05T11:47:08.811431Z
  274 +497441cc7b7a3e1704b0c2db9081af1f
  275 +2015-04-09T22:19:15.842493Z
  276 +37
  277 +mreis@mpf.mp.br
  278 +has-props
  279 +
  280 +
  281 +
  282 +
  283 +
  284 +
  285 +
  286 +
  287 +
  288 +
  289 +
  290 +
  291 +
  292 +
  293 +
  294 +
  295 +
  296 +
  297 +
  298 +
  299 +3008
  300 +
  301 +botao-caixa-checked.png
  302 +file
  303 +
  304 +
  305 +
  306 +
  307 +2015-05-05T11:47:08.811431Z
  308 +ef8c7fd646a114b4a8aae78c51769e63
  309 +2015-04-09T22:19:15.842493Z
  310 +37
  311 +mreis@mpf.mp.br
  312 +has-props
  313 +
  314 +
  315 +
  316 +
  317 +
  318 +
  319 +
  320 +
  321 +
  322 +
  323 +
  324 +
  325 +
  326 +
  327 +
  328 +
  329 +
  330 +
  331 +
  332 +
  333 +763
  334 +
  335 +botao-tiny-etiqueta-active.png
  336 +file
  337 +
  338 +
  339 +
  340 +
  341 +2015-05-05T11:47:08.827031Z
  342 +29b2f9f9b99b474b489783d707554088
  343 +2015-04-09T22:19:15.842493Z
  344 +37
  345 +mreis@mpf.mp.br
  346 +has-props
  347 +
  348 +
  349 +
  350 +
  351 +
  352 +
  353 +
  354 +
  355 +
  356 +
  357 +
  358 +
  359 +
  360 +
  361 +
  362 +
  363 +
  364 +
  365 +
  366 +
  367 +2981
  368 +
  369 +botao-caixa-unchecked.png
  370 +file
  371 +
  372 +
  373 +
  374 +
  375 +2015-05-05T11:47:08.842631Z
  376 +e230d302c88a0e8f08e07bfc65fc90e9
  377 +2015-04-09T22:19:15.842493Z
  378 +37
  379 +mreis@mpf.mp.br
  380 +has-props
  381 +
  382 +
  383 +
  384 +
  385 +
  386 +
  387 +
  388 +
  389 +
  390 +
  391 +
  392 +
  393 +
  394 +
  395 +
  396 +
  397 +
  398 +
  399 +
  400 +
  401 +608
  402 +
  403 +botao-nova-janela-hover.png
  404 +file
  405 +
  406 +
  407 +
  408 +
  409 +2015-05-05T11:47:08.842631Z
  410 +908b77e9b56b9d57807995a45ab18c18
  411 +2015-04-09T22:19:15.842493Z
  412 +37
  413 +mreis@mpf.mp.br
  414 +has-props
  415 +
  416 +
  417 +
  418 +
  419 +
  420 +
  421 +
  422 +
  423 +
  424 +
  425 +
  426 +
  427 +
  428 +
  429 +
  430 +
  431 +
  432 +
  433 +
  434 +
  435 +693
  436 +
  437 +botao-fechar-janela.png
  438 +file
  439 +
  440 +
  441 +
  442 +
  443 +2015-05-05T11:47:08.858231Z
  444 +7b86140a7f0ce6bac6cabc9b3ab4cae5
  445 +2015-04-09T22:19:15.842493Z
  446 +37
  447 +mreis@mpf.mp.br
  448 +has-props
  449 +
  450 +
  451 +
  452 +
  453 +
  454 +
  455 +
  456 +
  457 +
  458 +
  459 +
  460 +
  461 +
  462 +
  463 +
  464 +
  465 +
  466 +
  467 +
  468 +
  469 +700
  470 +
  471 +botao-dimensionar-janela-hover.png
  472 +file
  473 +
  474 +
  475 +
  476 +
  477 +2015-05-05T11:47:08.873830Z
  478 +6d3fcd0c9961643bd72fe02a13e50637
  479 +2015-04-09T22:19:15.842493Z
  480 +37
  481 +mreis@mpf.mp.br
  482 +has-props
  483 +
  484 +
  485 +
  486 +
  487 +
  488 +
  489 +
  490 +
  491 +
  492 +
  493 +
  494 +
  495 +
  496 +
  497 +
  498 +
  499 +
  500 +
  501 +
  502 +
  503 +800
  504 +
  505 +botao-menos.png
  506 +file
  507 +
  508 +
  509 +
  510 +
  511 +2015-05-05T11:47:08.873830Z
  512 +b8bdf6570c8811f4ab1b277045a4aa43
  513 +2015-04-09T22:19:15.842493Z
  514 +37
  515 +mreis@mpf.mp.br
  516 +has-props
  517 +
  518 +
  519 +
  520 +
  521 +
  522 +
  523 +
  524 +
  525 +
  526 +
  527 +
  528 +
  529 +
  530 +
  531 +
  532 +
  533 +
  534 +
  535 +
  536 +
  537 +817
  538 +
  539 +botao-radio-checked.png
  540 +file
  541 +
  542 +
  543 +
  544 +
  545 +2015-05-05T11:47:08.889430Z
  546 +3480d4a867a30b4eddb98e0a51f6c488
  547 +2015-04-09T22:19:15.842493Z
  548 +37
  549 +mreis@mpf.mp.br
  550 +has-props
  551 +
  552 +
  553 +
  554 +
  555 +
  556 +
  557 +
  558 +
  559 +
  560 +
  561 +
  562 +
  563 +
  564 +
  565 +
  566 +
  567 +
  568 +
  569 +
  570 +
  571 +852
  572 +
  573 +botao-tiny-documentacao.png
  574 +file
  575 +
  576 +
  577 +
  578 +
  579 +2015-05-05T11:47:08.905030Z
  580 +f0a9d20eb68742bef613cbeb8ae96337
  581 +2015-04-09T22:19:15.842493Z
  582 +37
  583 +mreis@mpf.mp.br
  584 +has-props
  585 +
  586 +
  587 +
  588 +
  589 +
  590 +
  591 +
  592 +
  593 +
  594 +
  595 +
  596 +
  597 +
  598 +
  599 +
  600 +
  601 +
  602 +
  603 +
  604 +
  605 +3084
  606 +
  607 +botao-tiny-etiqueta-hover.png
  608 +file
  609 +
  610 +
  611 +
  612 +
  613 +2015-05-05T11:47:08.905030Z
  614 +7c137fe782cad495bfdd5c53f7ceab33
  615 +2015-04-09T22:19:15.842493Z
  616 +37
  617 +mreis@mpf.mp.br
  618 +has-props
  619 +
  620 +
  621 +
  622 +
  623 +
  624 +
  625 +
  626 +
  627 +
  628 +
  629 +
  630 +
  631 +
  632 +
  633 +
  634 +
  635 +
  636 +
  637 +
  638 +
  639 +2990
  640 +
  641 +botao-arrastarpararedimensionar-hover.png
  642 +file
  643 +
  644 +
  645 +
  646 +
  647 +2015-05-05T11:47:08.920630Z
  648 +4a4b1d8c68e62982fe2ee1d50504434d
  649 +2015-04-09T22:19:15.842493Z
  650 +37
  651 +mreis@mpf.mp.br
  652 +has-props
  653 +
  654 +
  655 +
  656 +
  657 +
  658 +
  659 +
  660 +
  661 +
  662 +
  663 +
  664 +
  665 +
  666 +
  667 +
  668 +
  669 +
  670 +
  671 +
  672 +
  673 +611
  674 +
  675 +botao-tiny-filtrar-inactive.png
  676 +file
  677 +
  678 +
  679 +
  680 +
  681 +2015-05-05T11:47:08.936230Z
  682 +0d15915b7989ca92f1a10faed0cfae74
  683 +2015-04-09T22:19:15.842493Z
  684 +37
  685 +mreis@mpf.mp.br
  686 +has-props
  687 +
  688 +
  689 +
  690 +
  691 +
  692 +
  693 +
  694 +
  695 +
  696 +
  697 +
  698 +
  699 +
  700 +
  701 +
  702 +
  703 +
  704 +
  705 +
  706 +
  707 +3021
  708 +
  709 +botao-tiny-filtrar.png
  710 +file
  711 +
  712 +
  713 +
  714 +
  715 +2015-05-05T11:47:08.936230Z
  716 +ad9434a653e1996069d9b358929ddffb
  717 +2015-04-09T22:19:15.842493Z
  718 +37
  719 +mreis@mpf.mp.br
  720 +has-props
  721 +
  722 +
  723 +
  724 +
  725 +
  726 +
  727 +
  728 +
  729 +
  730 +
  731 +
  732 +
  733 +
  734 +
  735 +
  736 +
  737 +
  738 +
  739 +
  740 +
  741 +3014
  742 +
  743 +botao-radio-unchecked.png
  744 +file
  745 +
  746 +
  747 +
  748 +
  749 +2015-05-05T11:47:08.951829Z
  750 +7365fafb2a0edc55471014f1a7b5bea4
  751 +2015-04-09T22:19:15.842493Z
  752 +37
  753 +mreis@mpf.mp.br
  754 +has-props
  755 +
  756 +
  757 +
  758 +
  759 +
  760 +
  761 +
  762 +
  763 +
  764 +
  765 +
  766 +
  767 +
  768 +
  769 +
  770 +
  771 +
  772 +
  773 +
  774 +
  775 +787
  776 +
  777 +botao-mais.png
  778 +file
  779 +
  780 +
  781 +
  782 +
  783 +2015-05-05T11:47:08.967429Z
  784 +3d0fda717d45e572dcd974121464efbc
  785 +2015-04-09T22:19:15.842493Z
  786 +37
  787 +mreis@mpf.mp.br
  788 +has-props
  789 +
  790 +
  791 +
  792 +
  793 +
  794 +
  795 +
  796 +
  797 +
  798 +
  799 +
  800 +
  801 +
  802 +
  803 +
  804 +
  805 +
  806 +
  807 +
  808 +
  809 +830
  810 +
imagens/janelas-flutuantes/.svn/prop-base/botao-arrastarpararedimensionar-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-arrastarpararedimensionar.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-caixa-checked.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-caixa-unchecked.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-dimensionar-janela-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-dimensionar-janela.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-fechar-janela-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-fechar-janela.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-mais.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-menos.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-nova-janela-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-nova-janela.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-radio-checked.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-radio-unchecked.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-documentacao-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-documentacao.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-etiqueta-active.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-etiqueta-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-etiqueta.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-filtrar-active.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-filtrar-hover.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-filtrar-inactive.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/prop-base/botao-tiny-filtrar.png.svn-base 0 → 100755
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +K 13
  2 +svn:mime-type
  3 +V 24
  4 +application/octet-stream
  5 +END
imagens/janelas-flutuantes/.svn/text-base/botao-arrastarpararedimensionar-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-arrastarpararedimensionar.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-caixa-checked.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-caixa-unchecked.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-dimensionar-janela-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-dimensionar-janela.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-fechar-janela-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-fechar-janela.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-mais.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-menos.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-nova-janela-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-nova-janela.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-radio-checked.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-radio-unchecked.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-documentacao-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-documentacao.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-etiqueta-active.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-etiqueta-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-etiqueta.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-filtrar-active.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-filtrar-hover.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-filtrar-inactive.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/.svn/text-base/botao-tiny-filtrar.png.svn-base 0 → 100755
No preview for this file type
imagens/janelas-flutuantes/botao-arrastarpararedimensionar-hover.png 0 → 100755

611 Bytes

imagens/janelas-flutuantes/botao-arrastarpararedimensionar.png 0 → 100755

598 Bytes

imagens/janelas-flutuantes/botao-caixa-checked.png 0 → 100755

763 Bytes

imagens/janelas-flutuantes/botao-caixa-unchecked.png 0 → 100755

608 Bytes

imagens/janelas-flutuantes/botao-dimensionar-janela-hover.png 0 → 100755

800 Bytes

imagens/janelas-flutuantes/botao-dimensionar-janela.png 0 → 100755

802 Bytes

imagens/janelas-flutuantes/botao-fechar-janela-hover.png 0 → 100755

738 Bytes

imagens/janelas-flutuantes/botao-fechar-janela.png 0 → 100755

700 Bytes

imagens/janelas-flutuantes/botao-mais.png 0 → 100755

830 Bytes

imagens/janelas-flutuantes/botao-menos.png 0 → 100755

817 Bytes

imagens/janelas-flutuantes/botao-nova-janela-hover.png 0 → 100755

693 Bytes

imagens/janelas-flutuantes/botao-nova-janela.png 0 → 100755

682 Bytes

imagens/janelas-flutuantes/botao-radio-checked.png 0 → 100755

852 Bytes

imagens/janelas-flutuantes/botao-radio-unchecked.png 0 → 100755

787 Bytes

imagens/janelas-flutuantes/botao-tiny-documentacao-hover.png 0 → 100755

3.04 KB

imagens/janelas-flutuantes/botao-tiny-documentacao.png 0 → 100755

3.01 KB

imagens/janelas-flutuantes/botao-tiny-etiqueta-active.png 0 → 100755

2.91 KB

imagens/janelas-flutuantes/botao-tiny-etiqueta-hover.png 0 → 100755

2.92 KB

imagens/janelas-flutuantes/botao-tiny-etiqueta.png 0 → 100755

2.94 KB

imagens/janelas-flutuantes/botao-tiny-filtrar-active.png 0 → 100755

2.91 KB

imagens/janelas-flutuantes/botao-tiny-filtrar-hover.png 0 → 100755

2.94 KB