/******************************************************************************
 *  File: jspeller.css
 *
 *     Copyright (C) 2011 Jonathan Couper-Smartt & James Shimada
 * 
 *  This file is part of jspeller, a spell-checking component for jQuery UI.
 *
 *  jSpeller is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU Lesser General Public License as published 
 *  by the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  jSpeller 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 Lesser General Public License
 *  along with jSpeller.  If not, see <http://www.gnu.org/licenses/>.
 ******************************************************************************
 */
div.jspellerSource {
    border: 1px solid #999;
    font-family: courier new, courier, monospace;
    font-size: 10pt;
    color: #000;
    background-color: #fff;
    margin-bottom: 8px;
    min-width: 390px;
}
div.jspellerNotice {
    border: 1px solid #f00;
    font-size:8pt;
    min-width: 386px;
    margin-bottom: 8px;
    padding: 2px;
}
td.jspellerLabel {
    font-size:8pt;
}
input.jspellerButton {
    width: 90px;
    height: 22px;
    font-size: 8pt !important;
}
input.jspellerEvaluated {
    background-color: #DADADA;
    color:000000;
    font-size:8pt;
    width:392px;
}
input.jspellerReplacement {
    font-size:8pt;
    width: 200px;
}
select.jspellerSuggestions {
    width:200px;
    margin-top:2;
    font-size:8pt;
}
span.jspellerWord {
    background-color: #eef;
}
span.jspellerCurrentWord {
    background-color: #fdd;
}
