﻿/*
* @name mod_AJAX_SEARCH_USERS
* Created By grVulture
* http://www.axxis.gr
* @copyright  mod_ajaxsearchusers Copyright (C) 2009  Axxis.gr / All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
/* CSS Document */
#searchuserswrapper
{
  font-family:"Lucida Sans";
  padding:6px; 
  height:23px;
  margin-left:15px;
  margin-right:15px;
}

#searchusersfield
{
  float:right;
  margin-right:5px;
}

#searchusersbox
{
  border:solid 1px #000;
  padding:3px;
}

#searchusersdisplay
{
  display:none;
  float:right; 
  margin-left:10px;
  margin-top:2px;
  border-left:solid 1px #dedede;
  border-right:solid 1px #dedede;
  border-bottom:solid 1px #dedede;
  overflow:hidden;
  position:absolute;
  z-index:999;
}

#searchusersdisplay table
{
  background: #FFFFFF;
  width: 100%;
}

.searchusersdisplay_box
{
  text-align:left; 
  padding:4px;
  border-top:solid 1px #dedede;
  font-size:11px;
  height:35px;
  cursor: pointer;
}

.searchusersdisplay_box:hover
{
  background:#3b5998;
  color:#FFFFFF;
}

#searchusersshade
{
  background-color:#00CCFF;
}

.searchusersavatar
{
  width:25px;
  float:left;
  margin-right:6px;
}

#searchusersadditional
{
  font-size:9px;
  color:#999999;
}