/*
stylesheet for 2 "AJAX"-windows for search and result
*/

#ajaxsearchwindow{
  position: fixed;
  overflow: visible;
  margin-top: 0px;
/*  margin-right: 88px; OK för Firefox */
  margin-right: 0px;
  padding: 0px;
/*  width: 1200px; OK för Firefox */
  width: 490px;
  height: auto;
/* Nytt för IE här nedan */
/*  right: 95px;  FUNGERAR PÅ ALLA SIDOR UTOM UPPDENT */
  right: 90px;
/*  right: 35px; */
/*  top: 10px; lite för långt ner */
  top: 8px;
  font: 11px verdana, arial, helvetica;
  font-weight: bold;
  color: black;
  background: white;
  float: right;
/* INNAN PRODUKTION */
/*  display: none; */
}

#ajaxresultwindow{
  position: fixed;
  margin-top: 0px;
  margin-right: 0px;
  top: 31px;
/*  right: 105px; */
/*  right: 110px; med with 413 */
  right: 35px;
  padding: 0px;
/*  width: 413px; med right 110 */
  width: 490px;
  height: auto;
/*  font: 11px verdana, arial, helvetica; */
  font: 11px verdana, arial, helvetica;
  font-weight: bold;
  color: black;
  display: none;
  background: white;
  float: right;
  z-index:100;
}








/* **************************************************** OLD DOWN
#hidden1{
  position: relative;
  overflow: auto;
  float: right;
  margin-top: 0px;
  margin-right: 98px;
  padding: 0px;
  width: 412px;
  height: 300px;
  font: 12px verdana, arial, helvetica;
  text-align: left;
  vertical-align: top;
  display: none;
}
*/
/*
#ajaxsearchwindow{
  position: relative;
  float: right;
  overflow: auto;
  margin-top: 0px;
  margin-right: 20px;
  padding: 0px;
  width: 500px;
  height: 30px;
}
*/

/*
#ajaxresultwindow{
  position: relative;
  overflow: auto;
  float: right;
  margin-top: 80px;
  margin-right: 20px;
  padding: 0px;
  width: 500px;
  height: 200px;
  font: 10px verdana, arial, helvetica;
  text-align: left;
  visibility: hidden;
}
*/
/*
#spanTextDropdown{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  z-index: 101;
  background-color: #C0C0C0;
  border: 1px solid #000000;
  padding-left: 2px;
  overflow: visible;
  display: none;
}
*/
/*
#spanMatchText{ 
  text-decoration: underline;
  font-weight: bold; 
}
*/
/*
#spanNormalElement{ 
  background: #C0C0C0; 
}
*/
/*
#spanHighElement{
  background: #000040;
  color: white;
  cursor: pointer; 
}
*/
/*
#noMatchData{
  font-weight: bold;
  color: #0000FF; 
}
*/
