

/* All .popup stuff the popup on the map */

div.innerPopup{ width: 300px; }

div.innerPopup h1
{
  font-size: small;
  font-weight:bold;
  margin-top: 0;
  }

/*End of All popup stuff*/



/*this div id is changed from mapinit to map by js, to allow css to kick in only if everything's right*/
#map
{ 
  width: 700px;
  height: 500px;
  margin: 0 auto;
  border: solid 1px black;
 }


#portSel { width: 250px; }

/*reset all list basics*/
#intlMenu 
{
  padding: 0; border: 0; margin:0;
  position:absolute; 
  top: -24px;
  /*  to compensate the inner padding 5px on intlmain, left: -5px does not work as intented, but margin-left:-6px does.
  reason => box model of IE */
  margin-left:-6px;
}

#intlMenu li 
{
  float: left; /*needed to have block size???*/ 
  padding: 0; margin: 0; border: 0;
  padding-right: 5px;
  padding-left: 5px;

  font-weight: bold;
  margin-right: 5px;
  margin-left: 0px;
  z-index: 999;
}

/*Artificially increase specificity of #gomd */
#intlMenu li#gomd { 
/*IE/FF havoc*/
height: 23px;
line-height:24px;
}
#gomd a {color:white;}

#intlMenu .currTab
{ 
  border: solid 1px black;
  border-bottom: solid 1px white;
  z-index: 999;
  line-height: 23px; 
  height:22px;
 }


#intlmain 
{ 
  border: 1px solid black;
  padding: 5px; 
  position:relative;
  margin-top: 30px;
  }

#jsPort{ float:left; }
#jsPort div { float:left; height:48px; line-height:48px; }
#jsPort input { float:left; padding-left: 5px;} 
