/*
 * The contents of this file are subject to the terms of the Common Development
 * and Distribution License (the License). You may not use this file except in
 * compliance with the License.
 *
 * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
 * or http://www.netbeans.org/cddl.txt.

 * When distributing Covered Code, include this CDDL Header Notice in each file
 * and include the License file at http://www.netbeans.org/cddl.txt.
 * If applicable, add the following below the CDDL Header, with the fields
 * enclosed by brackets [] replaced by your own identifying information:
 * "Portions Copyrighted [year] [name of copyright owner]"
 *
 * The Original Software is NetBeans. The Initial Developer of the Original
 * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
 * Microsystems, Inc. All Rights Reserved.
 */


/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFFFFF }

/* Headings */
h1 { font-size: 145% }

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; font-weight: bold }
.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

.imageViewer
{
    position: relative;
    top: 0;
    left: 0;
    width: 1000px;
    height: 700px;
}
        
.imageViewer .well, .imageViewer .surface
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 32px;
    left: 0px;
    cursor: move;
    border: 1px solid black;
}

.imageViewer .well
{
    background-color: #F4F4F4;
    background-image: url("");
    overflow: hidden;
}

.imageViewer .surface        
{
    background-color: transparent;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center center;
}

.imageViewer .status
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 480px;
    left: 0px;
    display: none;
}

.imageViewer .well .tile
{
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.imageViewer .zoom        
{
    background-color: white;
    position: absolute;
    top: 0px;
    left: 440px;
    width: 120px;
    height: 20px;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.imageViewer .zoom .up
{
    position: absolute;
    left: 0px;
    top: 1px;
}

.imageViewer .zoom .down
{
    position: absolute;
    left: 30px;
    top: 1px;
}

.imageViewer .zoom .fit
{
    position: absolute;
    left: 60px;
    top: 1px;
}

.imageViewer .zoom .full
{
    position: absolute;
    left: 90px;
    top: 1px;
}
