/*advanced search display*/

/*
menu => #amenu
main => #acont
form => #aform (contains #amenu & #acont))
*/

#acont, #amenu li
{ 
  border: 1px solid #723F3F;
  }

#aform
{ 
  position: relative;
/*border: 1px solid green;*/
   }

/* menu */
#amenu
{ 
  position:absolute; 

  top: -24px;
  left: 0px;

  margin-top: 0px;
  margin-bottom:0px;
  margin-left:0px;
  padding-left: 0px;
 }

#amenu input
{ 
  border:0;
  background-color: transparent;
  font-weight: bold;
  color: #0066CC;
 }

#amenu input:hover
{ 
  cursor:pointer; 
  color: #FF8527;
 }

#amenu li
{ 
  margin-right: 10px;

  float:left;
  display:block;
  width:100px;
  line-height: 22px;
  height: 22px;
  padding-bottom: 1px;

  text-align:center;
  font-weight: bold;
  background-color: #E6CCCD;

  }

#amenu li.active
{ 
  border-bottom: 1px solid white;
  background-color: transparent;
  z-index: 999;
  }


/*hepl bit*/

#asHelp
{ 
  float: right;
  padding: 10px;
  }
#asHelp a:link, #asHelp a:hover, #asHelp a:visited, #asHelp a:active 
{ 
  background-color: #CC171E;
  padding: 4px 8px 4px 8px;
  margin-right: 10px;
  color: white;
  }


div.item, ul.item
{ 
  background-color: #F4E4E5;
  margin-bottom: 15px;
  zoom:1; /* \o/ IE fix to display the floated link (gogeo/gigateway)*/
 }
div.item { padding-bottom:10px; }
div.item div.criteria
{ 
  padding-left:25px;
  padding-bottom: 1px;
 }
div.item div.descr
{ 
  padding-bottom: 5px;
 }


/* main part*/
#acont
{ 
  padding: 2px;
  margin-top: 30px;
 }

/*data type, geospatial dataset*/
#geods
{  
  padding-left: 30px; /*needs to be repeted*/
}
#geods select
{ 
  /*  width:50%;*/
  margin-top: 5px;
  }

#geods label
{
  float:left;
  width:100%;
  margin-top:5px;
  }

#geods label select
{ 
  display:block;
  width:100%;
  }



/*Data type, other*/
#dto ul { 
padding-left: 0px;
list-style:none;
 }

/*location, NG coord*/
#loccoord label
{ 
  width: 75px;
  display:block;
  margin-left: 5px;
  margin-right: 5px;
 }

#loccoord label input
{ 
  display: block;
  width: 75px;
  }


#loccoord #coordsbit
{ 
  width: 55%;
  float:left;
 }
#loccoord #mapbit
{ 
  width: 35%;
  float:right;
 }
#loccoord #north, #loccoord #north label
{ 
  float: right;
   }


#loccoord #south, #loccoord #south label
{ 
    float: left;
 }
#loccoord #coordsquare
{ 
display:block;
  margin-right:auto;
margin-left: auto;
 }
#loccoord #coordmap img
{ 
border: 1px solid black;
 }

#loccoord #coordmap *
{ 
  display:block;
  margin-left: auto;
  margin-right: auto;
 }


#geoarea select
{ 
  display:block;
 }

#geoarea .geoplace
{ 
  width: 45%;
  float: left;
  margin-left: auto;
  margin-right: auto;
 }

ul#text
{ 
  list-style:none;
  padding-left:0;
  margin-left: 0px;
  width: 100%;
  position: relative;

 }

ul#text li
{ 
  list-style:none;
  padding-left:0;
  position:relative;
  width: 100%;
  margin-left: 0px;
  clear:both;
  margin-bottom:10px; /*IE margin*/

 }


#text .op, #text .kw, #text .field, #text .in
{ 
float:left;
 }

#text .op
{ 

  position: absolute;
  left: 10px;
 }
#text .kw
{ 
  margin-left: 100px;
  width: 200px;
  margin-bottom: 10px; /*FF margin*/
 }
#text span.field
{ 
 margin-left: 7px;
 }

#text li
{ 
 }

/*asearch related: compare extent, browse map*/
/*compare extent list*/

#compext
{ 
  width: 48%;
  float: left;
  margin:0;
  padding:0;
  
 }
#compext dt, #compext dd
{
  margin:0;
  padding:0;
  margin-top: 5px;
  margin-bottom: 5px;
 }
#compext dt
{ 
  width: 84%;
  float: left;
 }
#compext dd
{ 
  width: 14%;
  float: right;
  display:inline;
  }
#compext dd a, #compext dd a:hover, #compext dd a:visited, #compext dd a:link, #compext dd a:active
{ 
  text-decoration: none;
  display: block;
  width : 100%;
 }

/**/
#useextent
{ 
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
 }

#useextent a
{ 
  background-color: #C9191C;
  color:white;
  font-weight:bold;
  padding:2px;
  text-decoration:none;
   }

#dto dt label
{ 
  font-weight: bold;
 }