div#worldLocationSearch
{
  float:left;
  width:759px;
  margin:0 0 10px;
  padding:0 0 35px 15px;
  background:#FFF;
  color:inherit;
  text-align:left;
  min-height: 300px;
}
* html div#worldLocationSearch
{
  float:none;
  width:776px;
  height:auto;
  overflow:auto;
}

div#worldLocationSearch h1
{
  font: 18px arial;
  color: #000;
  padding: 0;
  margin: 0 0 9px 0;
}
div#worldLocationSearch h2 {
  font: 12px arial;
  padding: 0;
  margin: 0 0 9px 0;
}

div#worldLocationSearch p.information
{
  clear: both;
  font: 11px arial;
  color: #707070;
  margin: -2px 0 0 0;
  padding: 0;
}

div#worldLocationSearch p.errorMessage
{
  padding: 7px 0 7px 20px;
  margin: 0;
  border: 0;
  background:transparent url(images/ico_red_errorX.gif) no-repeat left center;
  color: inherit;
}

div#worldLocationSearch form fieldset
{
  padding:0;
  margin:0;
  border:0;
}
div#worldLocationSearch form fieldset label.notabutton
{
  display:block;
  font-size:12px;
  margin-bottom: 4px;
}
div#worldLocationSearch form fieldset label.primaryAction
{
  clear: none;
  margin: 0;
}
div#worldLocationSearch form fieldset input.searchCriteria{
  border: 1px solid #7f9db9;
  float: left;
  margin: 3px 15px 0 0;
}
div#worldLocationSearch form p.or{
  font: 12px arial;
  padding: 0;
  margin: 8px 0 0 10px;
}
div#worldLocationSearch form p.or a:link,
div#worldLocationSearch form p.or a:visited{
 color: #405ebe;
}
ul#tabs{
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 25px;
  z-index: 1 !important;
  margin-top: 20px;
}

ul#tabs li{
  display: block;
  height: 26px;
  float: left;
  list-style: none;
  margin: 0 4px 0 0;
  padding: 0;
  background-color: #F2F2F2;
}

ul#tabs li a{
  padding: 0 12px;
  line-height: 24px;
  height: 24px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0;
}

ul#tabs li.selected{
  background-color: #FFF;
  height: 26px;
}

ul#tabs li.selected a{
  height: 27px;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: white;
  border-bottom: 0;
}

ul#tabs li a{
  display: block;
  float: left;
  color: #000;

}

ul#tabs li.first{
}

ul#tabs li.selected{
  border-left: 0;
}

ul#tabs li.last a{

}

div#container{
  top: 1px;
  position: relative;
  left: 0;
  width: 760px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  display: block;
  clear: both;
  border-top: 1px solid #ccc;
}
div#container div { padding: 0; margin: 0;}

div#container div fieldset{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px 0 40px 10px;
  width: 748px;
  margin: 0;  
}

/******************
  Search Results page
 ******************/
 div#worldResults
{
  float:left;
  width:776px;
  margin:0;
  padding:0 0 35px 0;
  background:#FFF;
  color:inherit;
  text-align:left;
  position: relative;
  min-height: 500px;
}
* html div#worldResults
{
  float:none;
  width:776px;
  height: 500px;
}
div#worldResults h1
{
  font: bold 18px arial;
  margin: 0;
  padding: 10px;
  background: #f3f7fe;
}
div#worldResults h1 p
{
  font: normal 12px arial;
  padding: 0;
  margin: 5px 0;
}
div#worldResults h1 p a:link,
div#worldResults h1 p a:visited,
div#worldResults table td a:link,
div#worldResults table td a:visited,
div#worldResults div.mqpoicontenttext a:link,
div#worldResults div.mqpoicontenttext a:visited
{
  color: #405ebe;
  font: 12px arial;
}
div#worldResults div.mqpoicontenttext a:link,
div#worldResults div.mqpoicontenttext a:visited
{
  font: 10px arial;
}
div#worldResults div#legend{
  font: 10px arial;
  margin: 12px 0;
}
div#worldResults div#legend p{
  padding: 2px 0 2px 22px;
  display: inline;
  margin: 0 10px;
}
div#worldResults div#legend p.airport {
   background: url('images/icoAirport.gif') no-repeat top left;
}
div#worldResults div#legend p.hybrid {
   background: url('images/icoHybrid.gif') no-repeat top left;
}
div#worldResults div#legend p.port {
   background: url('images/ico_port.gif') no-repeat top left;
}
div#worldResults table  {
  width: 417px;
}
div#worldResults table tr td{
 font: 12px arial;
 line-height: 14px;
 padding: 10px 5px;
 background: #fdf9f9;
 border-top: 1px solid #ebeaea;
 border-bottom: 1px solid #ebeaea;
} 
div#worldResults table tfoot tr td{
  border: 0;
  background: #FFF;
  text-align: right;
}
div#worldResults table tfoot tr td strong{
  margin-right: 10px;
}
div#worldResults table tr.altStripes td{
 background: #FFF;
 border-top: 1px solid transparent;
 border-bottom: 1px solid transparent;
}
div#worldResults table tr td div.guide{
  display: block;
  margin-top: 3px;
  color: #CCC;
}
div#worldResults table tr td div.guide strong { color: #000; }
div#worldResults table tr td div.guide img{
  margin-right: 4px;
}
div#worldResults div#map{
  position: absolute !important;
  top: 110px;
  right: 0;
}
div#worldResults div#map div#minipopup{
  background: url('./images/map_rollover.png') no-repeat scroll left center !important;
}

.mqminipopup {
  cursor: url('http://tile21.mqcdn.com/res/grab.cur') !important;   
}



