/**
 * Tatoeba Project, free collaborative creation of multilingual corpuses project
 * Copyright (C) 2010  HO Ngoc Phuong Trang <tranglich@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 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 Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


/*
 * Search results
 */
.sentences_set {
    margin: 40px 0;
}

.match {
    background-color: #FFFF90;
}

/*
 * Search warning
 */
#searchWarning {
    margin: 25px;
    padding: 10px 20px;
    color: #E05900;
    background: #EDE0B8;
}
#searchWarning ul {
    margin: 0.3em 0 0;
}

/*
 * Advanced search form
 */
#annexe_content {
    width: auto;
}

#annexe_content .advanced-search {
    padding: 10px 0;
    max-width: 285px;
}

legend {
    font-size: 15px;
}

#AdvancedSearchSearchForm {
    text-align: right;
}

#AdvancedSearchSearchForm label:first-child {
    padding-right: 5px;
    text-align: right;
    width: 110px;
    display: inline-block;
}

#AdvancedSearchSearchForm input {
    border: 1px solid #DDDDDD;
}

#AdvancedSearchSearchForm input + label {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
}

#AdvancedSearchSearchForm input:first-child {
    margin-left: 100px;
}
#AdvancedSearchSearchForm div.note {
    margin-left: 118px;
}

#AdvancedSearchSearchForm .input {
    margin: 10px 0;
}

.note {
    font-size: 85%;
    margin-left: 5px;
}

#AdvancedSearchSearchForm fieldset {
    text-align: left;
    border: 1px solid #DDD;
    vertical-align: top;
    width: 260px;
    margin-bottom: 10px;
}

#AdvancedSearchFrom,
#AdvancedSearchTo,
#AdvancedSearchTransTo,
#AdvancedSearchSort,
#AdvancedSearchSearchForm input[type="text"] {
    width: 140px;
    margin-bottom: 3px;
}

#AdvancedSearchSearchForm .submit {
    margin: 0 5px;
}

