
/* Main Style Sheet */

html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  white;
    background-color:   #6699CC;
    font-family:    Verdana, Arial, sans-serif;

    scrollbar-3dlight-color:white;
    scrollbar-arrow-color:white;
    scrollbar-base-color:#336699;
    scrollbar-darkshadow-color:#003366;
    scrollbar-face-color:#336699;
    scrollbar-highlight-color: #6699cc;
    scrollbar-shadow-color:#003366;
}

body.nomargins
{
    cursor: default;
    color:  inherit;
    font-family:    inherit;
    font-size:      inherit;
    border: 0;
    padding: 0;
    margin:0;
}

body.centered
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

body.normal
{
    margin:0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background-color: #e7e7e7;
    color: black;
}

body.centered table.dialog
{
    margin: auto;
    color: black;
}

a.pageLink, body.normal p
{
    font-size: 80%;
}

a:link,a:active
{
    color: #003366;
}
a:visited
{
    color: purple;
}



table.pagetable
{
    width:100%;
    height:100%;
    vertical-align:top;
}
table.pagetable td
{
}

.tdCopyright, .indexPageHeader
{
    color:  white;
    background-color:   #6699CC;
}

.note, .date, .comnt, .navigationBar
{
    font-family:    Verdana, Arial, sans-serif;
    font-size:        70%;
    padding-top:      5px;
    padding-bottom:   5px;
}
.comnt
{
    white-space:normal ;
    color: black;
}


.navigationBar
{
    white-space:nowrap;
    vertical-align: middle;
}

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
    font-family:  Verdana, Arial, sans-serif;
}

.copyright
{
    font-size:  70%;
    padding-left: 10px;
    padding-right: 10px;

    text-align: left;
    border:0;
    color: white;
    white-space:nowrap;
    text-decoration: none;
}

.copyright a,.copyright a:visited, .copyright a:hover,.copyright a:active
{
    color: white;
    text-decoration: none;
}

.copyright div
{
    vertical-align: bottom;
    padding-top: 2px;
    padding-bottom: 2px;
}


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: Gray;
    text-align:center;
    padding: 2px 15px 2px 15px;
    background-color: #336699;
    border: 1px outset #6699cc;
}

a.buttonLink
{
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #336699;
    color: white;
    border: 1px outset #6699cc;
    text-decoration:none;
}

a.buttonLink:visited
{
    color:white;
}

a.buttonLink:hover
{
    text-decoration:    underline ;
    color: white;
}
a.buttonLink:active
{
    background-color: #003366;
    color: white;
}


a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 1px solid #336699;
}

a.otherPageLink:hover,a.curPageLink:hover
{
    text-decoration: underline;

}





/* ----------- Main page header styles -------------*/
.indexPageHeader
{
    padding-left: 0px;
    padding-right: 10px;
    width:100%;
    max-width: 98%;
    vertical-align: bottom;
    padding-left: 10px;
    border-top: 5px solid #6699CC;
    border-bottom: 5px solid #6699CC;
    padding-top: 0px;
    padding-bottom: 0px;
}
.indexPageHeader table td
{
    white-space: nowrap;
    vertical-align: middle;
}

.indexPageHeader .title
{
    font-size:          140%;
    font-family:        Arial, sans-serif;

}

.indexPageHeader .navigationBar
{
    text-align: right;
    vertical-align: bottom;
}

a.buttonLink#login
{
    background-color: #660033;
}
.indexPageHeader .username
{

}



/* ----------- Folder view -------------*/
.insetPane
{
    background-color: #EDF2FC;
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    border-left: 10px solid #6699CC;
    border-right: 10px solid #6699CC;
    background-color: #EDF2FC;
    width: 25%;
}

.insetPane#thumbViewPane
{
    width: 75%;
    background-color: white;
    border-right: 10px solid #6699CC;
}

.folderTree
{
    vertical-align: top;
    padding: 5px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    background-color: #E0E0E0;
    color: black;
    white-space:normal ;
    border-collapse: collapse;
    border-bottom: 1px solid #6699cc;

}
.albHeader .titlerow
{
    vertical-align: bottom;
}
.albHeader .navigationBar
{
    margin-top: 10px;
    padding-bottom: 8px;
}



/* ----------- Thumbnail view page -------------*/
.fldimgrow
{
    display:block;
    line-height: 1px;
    font-size: 1px;
    overflow:hidden;
    white-space:nowrap;
    cursor: pointer;
}

.nothing, .imagethumb, .folderthumb
{
    vertical-align: top;
    padding: 0px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
}

.thumbView
{
    vertical-align:top;
    background-color:white;
    margin: 2px;
}

.extcmt
{
    width:100%;
    font-size:        80%;

    padding-top: 10px;
    padding-bottom : 10px;
    margin-bottom : 10px;
    background-color: white;
    color: black;
    border-bottom: 1px solid #6699CC;
}
.extcmt p
{
	padding-left: 10px;
	padding-right: 10px;
}


/* --- images thumbnails --- */
a.imglink
{
    display:block;
    text-decoration:    none;
    cursor:             hand;
}

a.imglink .imagethumb
{
    border-style: solid;
    border-width: 3px;
    border-color: #336699;
    text-align:center;
}

a.imglink:hover .imagethumb
{
}

a.imglink:hover
{
    text-decoration:    underline ;
}

/* --- image titles --- */
.imageTitle
{
    cursor: hand;
    padding-top:      5px;
    padding-bottom:   5px;
    margin-top: 5px;
    display:block;
    margin-bottom: 3px;
    white-space: normal;
    font-size: 70%;
    width: auto;
    height: auto;
 	text-align:center;
}

/* --- album thumbnails --- */
a.fldlink
{
    padding: 3px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
}

a.fldlink:hover
{
    text-decoration:    underline;
}

a.fldlink .folderthumb
{
    border: 1px inset #cc9900;
}

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    margin:0;
    vertical-align:top;
    max-width:98%;
}

.imgHeader .title
{
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: black;
    background-color: #E0E0E0;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px inset #6699CC;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E0E0E0;
    color: black;
}

.imgHeader .title a
{
    text-decoration: none;
    color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.imgHeader .navigationBar
{
    margin: 2px;
    margin-left: 6px;
    width: 100%;
}


/* ---- Image view : image view ----- */
.showImgPane
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    background-color: #444444;
    white-space: nowrap;
    height: 100%;
    border-top: 1px inset #6699CC;
}

.showImgPane table
{
    margin: auto;
}

.showImgPane img
{
    border: 4px #336699 solid;

    background-color: black;

    filter: progid:DXImageTransform.Microsoft.dropShadow(color='#222222', OffX='10', OffY='10')

            progid:DXImageTransform.Microsoft.BasicImage(enabled:false);

}

/* ------- EXIF image details ------------ */
.imgDetails
{
    vertical-align: top;
    margin: 2px;
    text-align:     left;
    float: left;

}

.imgDetails table
{
    border: 2px solid #336699;

    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    border-spacing: 1px;
    background-color: #E0E0E0; /* #E0E0E0 */
    color: black;
    font-family:    Verdana, Arial, sans-serif;
    font-size: 70%;
    line-height:    100%;
}

.imgDetails table td
{
    border-top : 1px solid #336699;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.imgDetails table th
{
    text-align: center;
    padding: 2px 10px 5px 10px  ;
    border: none;
}

.imgDetails table .imgParamName
{
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 10px 2px 10px  ;
}

.imgDetails table .imgParamValue
{
    border-left : 1px solid #336699;
    padding: 2px 10px 2px 10px  ;
    white-space: nowrap;
}

/* --- Logon screen and other dialogs ---- */
.dialog
{
    background-color: #e7e7e7;
    font-family:    Verdana, Arial, sans-serif;
    vertical-align: middle;
    text-align:     left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 2px solid #336699;
    font-size: 80%;
    color: black;
}

.dialog a.buttonLink
{
    font-size: 85%;
}

.dialog td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dialog th
{
    font-family:    Verdana, Arial, sans-serif;
    font-size:      100%;
    vertical-align: middle;
    padding: 10px;
    white-space: nowrap;
    text-align:     center;

}

/* Table of reindexing errors */
.errorsTable, .errorsTable td
{
    font-family:    Verdana, Arial, sans-serif;
    background-color: #e7e7e7;
    border:         1px solid #336699;
    border-spacing: 2px;
    font-size: 80%;
}

/* -- Error message -- */
.error
{
    font-size:      100%;
    color:          red;
}

/* --- Tree styles --- */
.dtree, .dTreeNode, .dTreeNode table
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;

}

.dTreeNode table
{
    font-size:70%;
}


.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: normal;
    vertical-align: baseline;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #6699CC;
    color: white;
}
/*.dtree .clip {
    overflow: hidden;
} */
