/***************************************************************************
 *  Copyright (C) 2003-2018 Polytechnique.org                              *
 *  http://opensource.polytechnique.org/                                   *
 *                                                                         *
 *  This program is free software; you can redistribute it and/or modify   *
 *  it under the terms of the GNU General Public License as published by   *
 *  the Free Software Foundation; either version 2 of the License, or      *
 *  (at your option) any later version.                                    *
 *                                                                         *
 *  This program is distributed in the hope that it will be useful,        *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of         *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          *
 *  GNU General Public License for more details.                           *
 *                                                                         *
 *  You should have received a copy of the GNU General Public License      *
 *  along with this program; if not, write to the Free Software            *
 *  Foundation, Inc.,                                                      *
 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
 ***************************************************************************/

.ui-autocomplete {
    position: absolute;
    cursor: pointer;
}

.ui-menu {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: block;
    border: 1px solid black;
    background: white;
    color: black;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background: highlight;
    color: highlighttext;
}

.ac_loading {
    background: window url(../images/wait.gif) no-repeat scroll right center;
}

.ac_loading_left {
    background: window url(../images/wait.gif) no-repeat scroll left center;
}

.hidden_valid {
    background-color: #bfb;
}

.pem {
    display: none;
}

.ui-tabs-hide { display: none; }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-datepicker {
    background: #ffffff;
    color: #000000;
    position: absolute;
}

.ui-datepicker a {
    color: black;
    text-decoration: none;
    text-align: center;
}

.ui-datepicker-header {
    padding: 2px;
    margin: 1px;
    background: #777;
    border: 1px solid;
    border-color: #333;
}

.ui-datepicker-title {
    text-align: center;
    height: 19px;
}

.ui-datepicker-prev {
    background: #777 url('/images/icons/resultset_previous.gif');
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    outline: none;
    display: block;
}

.ui-datepicker-next {
    background: #777 url('/images/icons/resultset_next.gif');
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    right: 4px;
    outline: none;
    display: block;
}

.ui-datepicker-next span, .ui-datepicker-prev span {
    display: block;
    position: absolute;
    text-indent: -99999px;
    overflow: hidden;
}

.ui-datepicker-week-end {
    background-color: #eee;
}

.ui-datepicker-unselectable {
    color: #777;
}

/* print */
@media print {
    #body-menu, #body-top, #body-logo, #body-bottom, #dev, .backtrace, .xdx, .noprint
    { display:none; }

    table#body, img { border:0px; }
}

/* vim: set et ts=4 sts=4 sw=4: */
