
/*
 * Copyright (c) 2006-2007 Nate Wiger, Danger Rabbit
 *                         http://www.dangerrabbit.com
 *
 * Dig this site? Contact me to produce dynamic sites for you,
 * at affordable rates. I specialize in Ruby on Rails, Perl,
 * PHP, and Oracle, and wrote a book on system design.
 *
 * This site was produced under contract for The Art Collector.
 * No part of it may be reproduced without express written
 * consent of the author. Ability to view the source code of
 * this webpage does not imply it is open source or freeware.
 */

#saved {
    position: absolute;
    top: 50px;
    right: 20px;
    color: #fff;
    font-size: 90%;
    z-index: 50;
}

#runline {
    vertical-align: top;
    width: 935px;
}

#breadcrumb {
    font-weight: bold;
    float: left;
}

#status {
    float: left;
}

#controls {
    float: right;
    background-color: white;
    padding: 2px;
    font-size: 85%;
    border: 1px solid black;
    text-align: right;
}

#saved_button {
    width: 170px;
}
#email_button {
    width: 130px;
}
#print_button {
    width: 130px;
}

/* This stuff is for the treeview c/o browse.php */
#tree {
    position: absolute; /* MUST be abs for YUI */
    height: 620px;
    width: 330px;
    background-color: white;
    font-size: 90%;
    overflow: auto;
    border: 1px inset silver;
}

/* tree view styles for YUI */
#tree a, #tree a:visited, #tree a:link, #tree a:active {
    color: #666;
}

#view {
    position: absolute;
    left: 340px;
    height: 620px;
    width: 600px;
    font-size: 90%;
    background-color: white;
    overflow: auto;
    border: 1px inset silver;
}

img.saved {
    /*border: 3px solid #00bb00;*/
    /*border: 2px dashed #0000e0;*/
    border: 3px solid #00ced1;
}
img.unsaved {
    border: 3px solid #fff;
}

img.saved, img.unsaved {
    vertical-align: bottom;
}

td.image {
    vertical-align: bottom;
    text-align: center;
    border-bottom: 0.5px solid #ccc;
    padding: 3px 0;
}



