<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Global */

html 	{	}
/*body		{ background-image:url(../images/bg/beige-bg.jpg);
			background-repeat:repeat;	}*/
/*body		{ background-color:#AF5FFF; }*/
body		{ background-color:#d1d1e0; }
#container 			{	margin:0 auto;
                        padding-top:1px;
						width:960px;
                        height:auto;
                        border:1px #000 solid;
						background-color:#FFF;	}
#headPart           {   margin:5px;
                        padding:5px 15px;
                        border:1px #000 solid;
                        background-color:#ffffb3;	}
#menuPart           {   margin:5px;
                        clear:both;
                        margin-bottom:0;
                        border:1px #000 solid;
                        background-color:#ffffb3;	}
#mapPart			{	margin:5px;
						width:690px;
						height:690px;
                        border:1px #000 solid;
						float:left;
						background-color:#FFF;	}
#sidePart   		{	margin:5px;
                        margin-left:0;
						width:250px;
						/*height:690px;*/
						height:875px;
                        border:1px #000 solid;
						float:right;
						background-color:#ffffb3;	}
#menuPart ul        {   padding:0;
                        margin-left: 5px;
                        width: 100%;
                        display: flex;	}
#menuPart ul li     {   list-style-type:none;
                        display:inline;
                        margin-left: 0;
                        margin-right: 0;}
#menuPart ul li a   {   background-color:#CCC;
                        width:150px;
                        padding:5px 30px;
                        margin:0px 5px;
/*                        left:0;*/
                        border-radius: 4px;
                        text-decoration:none;
                        font-family:Arial,Helvetica,Sans-serif;
                        font-weight:bold;
                        color:#000;
                        border:1px #101010 solid;   }
#menuPart ul li a:hover {   color:#2f2f2f;  background-color:#DDD;  }
h1 , h2             {   margin:0;   line-height:0.5; }
#scaleBtnPart       {   margin:5px;
                        margin-top:0;
                        width:690px;
			float:left;
                        height: Auto;
                        border:1px #000 solid;
                        background-color:#ffffb3;   }
#gmpm1              {   margin:5px;
                        width:690px;
			float:left;
                        height: Auto;
                        border:1px #000 solid;
                        background-color:#ffffb3;   }
#gmpm2              {   margin:5px;
                        margin-top:0;
                        width:690px;
			float:left;
                        height: Auto;
                        border:1px #000 solid;
                        background-color:#ffffb3;   }
/*#scaleBtnPart       {   margin:5px;*/
/*                        margin-top:0;*/
/*                        width:948px;*/
/*						float:left;*/
/*                        height: Auto;*/
/*                        border:1px #000 solid;*/
/*                        background-color:#ffffb3;   }*/
#buttons            {   margin:5px;
                        float:left; }
#scale img          {	height:145px;   }
#footPart           {   margin:5px;
                        margin-top:890px;
                        height:80px;
                        border:1px #000 solid;
                        background-color:#ffffb3;   }
#footPart img       {   height:80px;
                        float:left}
#footPart p         {   margin-top:60px;
						margin-right:5px;
                        float:right;
                        text-decoration:none;
                        font-size:13px;
                        font-weight:bold;
                        font-family:Arial,Helvetica,Sans-serif; }
#sidePart p			{	margin:3px;
						margin-left:5px;
						font-size:16px;
						font-family:Arial,Helvetica,Sans-serif;	}
table				{	font-size:18px;
						font-family:Arial,Helvetica,Sans-serif;
                        width:200px;
                        height:150px;
                        border:0px;
                        margin-left:20px;   }
#dnld ul			{	margin:0;
						padding:0;	}
#dnld ul li			{	margin:0;
						padding:0;
						list-style-type:none;	}
#dnld ul li	a		{	display: block;
                        border-radius: 4px;
						margin: 5px 0px;
						width: 140px;
						height: 25px;
						background-color:#CCC;	
						text-decoration:none;
						font-family:Arial, Helvetica, sans-serif;
						font-weight:bold;
						text-align:center;
						margin-left:auto;
						margin-right:auto;
                        color:#000;
                        border:1px #101010 solid;   }
#dnld ul li a:hover {   color:#2f2f2f;  background-color:#DDD;  }
#dnld       		{	margin: 20px 40px;
						alignment-adjust: central;	}
#response           {   margin-left: 5px;   }
.success            {   color: #063;
                        margin:3px;
						font-size:16px;
						font-family:Arial,Helvetica,Sans-serif;	}
.failure            {   color: #C00;
                        margin:3px;
						font-size:16px;
						font-family:Arial,Helvetica,Sans-serif;	}
/*@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}*/
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #CCC;
    color: #000;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 110%;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;

font-size:13px;
                        font-weight:bold;
                        font-family:Arial,Helvetica,Sans-serif;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
</pre></body></html>