/* /_css/image.css */

a.button {
    display: block;
    text-align: center;
    margin: 0px auto 10px auto;
    padding: 3px;
    background: #f60;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}

.image_listitem {
    width: 210px;
    float: left;
    margin: 0px 10px 10px 0px;
    border: 1px solid #fff;
    clear: right;
    height: 175px;
    overflow: auto;
}

div.image_listitem div.thumb {
    text-align: center;
    float: none;
}

.album, .albums {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.image {
    position: relative;
    width: 510px;
    margin-bottom: 15px;
}

div.thumb img {
    border: 1px solid #000;
}

.image .view {
    padding: 2px 2px;
    margin: 2px 0px;
    cursor: text;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #eee;
    /*height: 1em;*/
}
.view:hover {
    background-color: #ffffcc;
}
.view, .inplace {
    font-family: sans-serif;
}

.inplace {
    position: absolute;
    visibility: hidden;
    z-index: 10000;
}

.inplace, #list5 input:hover, #list5 input:focus {
    background-color: #ffffcc;
}

#imgEditors input.inplace {
    width: 510px;
    max-width: 510px;
    margin-left: 1px;
}
#imgEditors input.inplace, #album .view {
    text-align: center;
}

.comment {
    border: 1px solid #fff;
    padding: 8px;
    width: 395px;
}
.comment:hover {
    background-color: #ffffcc;
    border-color: #ccc;
}
textarea.inplace {
    width: 400px;
    background-color: #ffffcc;
}
textarea.inplace {
    height: 5em;
}

.handle {
    cursor: move;
}

div.thumb {
    float: left;
    margin: 0px 5px 5px 0px;
}

img.thumb {
        border: 1px solid #000;
}
.toolset {
    margin-left: 95px;
}

.tool {
    margin: 0px 0px 4px 0px;
}


#changes_saved {
    opacity: 0;
    text-align: center;
    height: 50px;
    width: 120px;
    position: fixed;
    top: 5px;
    right: 5px;
    background: #ecffec;
    border: 1px solid #dbeedb;
}

#problems {
    opacity: 0;
    text-align: center;
    height: 50px;
    width: 120px;
    position: fixed;
    top: 5px;
    right: 5px;
    background: #ffecec;
    border: 1px solid #eedbdb;
}
