/*
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */﻿
div.autocomplete-w1{
    background:url(shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; 
}

div.autocomplete-w1 div
{
    margin-left:-20px;
    margin-top:8px
}

div.autocomplete-w1 div div
{
    margin:0px
}

.autocomplete {border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#5C4FC1; color:#FFF }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#612BD5; }
.autocomplete .selected strong { font-weight:normal; color:#EE0000; }

.textbox {
    font-size: 14px;
    padding: 3px;
    width: 294px;
}