/*
 * Anotar - Client CSS v0.1
 * Copyright (C) 2010 University of Southern Queensland
 *
 * 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.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

.tags-command {
    cursor: pointer;
}
.tags-command img {
    vertical-align: bottom;
}
.tags-here {
    padding: 2px;
}
.tags-tag {
    border: 1px solid #9999CC;
    background-color: #CCCCFF;
    padding: 1px 2px;
    margin-right: 2px;
}
.tags-app-label {
    display: none;
}
#result-list .tags-inline-annotation-quote {
    display: none;
}
.tags-inline-annotation-quote .tags-command {
    display: none;
}
.anno-inline-annotation-form .anno-command {
    display: none;
}
.tags-inline-annotation-quote {
    margin: 0px;
}
.myTags {
    border: 1px solid #BBBBBB;
    background-color: #CCCCCC;
    padding: 3px;
}
.myTags textarea {
    height: 1.5em;
    vertical-align: middle;
}
.myTags img {
    vertical-align: middle;
}

#anno-orphans {
    border: 1px solid #999999;
    padding: 4px;
    font-weight: bold;
    background-color: #FFCCCC;
}

#anno-orphans .anno-inline-annotation {
    font-weight: normal;
}

#anno-orphans .anno-orig-content {
    display: block !important;
    font-style: italic;
    padding: 5px;
    margin-bottom: 5px;
}
#anno-orphans .anno-orig-content:before {
    content: "Original Content:";
    display: block;
    font-weight: bold;
}

.anno-command {
    cursor: pointer;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    vertical-align: bottom;
}
.anno-command img {
    vertical-align: bottom;
}
.anno-inline-annotation .anno-command {
    float: right;
}
.anno-annotate-form {
    border: 1px solid #999999;
    padding: 5px;
    background: #CCCCCC;
}
.anno-annotate-text {
    width: 100%;
    height: 60px;
    border: 2px solid #999999;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-color: #FFCCCC;
}
.anno-annotate-text:focus {
    background-color: #CCFFCC;
}
.anno-annotate-text-active {
    width: 100%;
    height: 60px;
    border: 2px solid #999999;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    background-color: #CCFFCC;
}
.anno-annotate-form-elements {
    width: 90%;
}
.anno-inline-annotation-form {
    background-color: #CCCCFF;
    padding: 5px;
}
.anno-app-label {
    font-weight: bold;
}
.anno-inline-annotation-quote {
    font-style: italic;
    margin: 0px;
}
/*
p {
    margin: 1em 0px;
}
*/
.results-list {
    padding: 5px;
}

.result {
    border: 1px solid #999999;
    padding: 5px;
    background-color: #EEEEEE;
}

.result h4 {
    margin: 0px 0px 5px 0px;
}

.results-list .even {
    background-color: #DDDDDD;
}

.float-right {
    float: right;
}

.anno-inline-annotation {
    padding: 2px 2px 2px 15px;
    border: 1px solid #999999;
    background-color: #FFFFEE;
    margin-top: 5px;
}
.anno-inline-annotation .even {
    border: 1px solid #CCDDCC;
    background-color: #DDEEDD;
}

.anno-anno-info {
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
}
.anno-anno-creator {
    font-weight: normal;
}
.anno-anno-date {
    font-style: normal;
}
.anno-anno-content {
    padding: 2px 2px 2px 10px;
}
.anno-anno-content:before {content:open-quote;}
.anno-anno-content:after {content:close-quote;}

div.annotatable {
    border-top: 1px dotted #999999;
    padding-top: 4px;
}
.object-tag-list {
    padding-bottom: 4px;
}
.location-tag-list {
    border-bottom: 1px dotted #999999;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.anno-delete {
    cursor: pointer;
    float: right;
    margin-right: 4px;
}

.anno-delete-tag {
    cursor: pointer;
    vertical-align: bottom;
}

.object-comments {
    margin-bottom: 15px;
}
