/* Main Style Sheet */

table.pagetable
{
    width:100%;
    height:100%;
    vertical-align:top;
}

.navigationBar
{
    font-size:        80%;
    padding-top:      5px;
    padding-bottom:   5px;
}

.navigationBar
{
    white-space:nowrap;
    vertical-align: middle;
}

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: gold;
}

/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: #006600;
    text-align:center;
    padding: 2px 15px 2px 15px;
    border: 1px ridge #006600;
}

a.buttonLink
{
    padding: 2px 15px 2px 15px;
    border: 2px outset green;/*
    background-color:   #e6e6e6;*/
    text-align:center;
    white-space: nowrap;
}

a.buttonLink:visited
{
}

a.buttonLink:active
{
    border: 2px outset green;
    color:green;
}

a.buttonLink:hover
{
    border: 2px inset green;
/*    background-color:   #fff; 
*/
color:green;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 2px 4px 2px 4px;
    font-size: 100%;
}

a.curPageLink:hover,a.curPageLink:hover,
a.otherPageLink:hover,a.otherPageLink:hover
{
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 2px solid gold;
    font-weight: bold;
}

a.otherPageLink:hover,a.curPageLink:hover
{
    text-decoration: none;

}





/* ----------- Folder view -------------*/
.insetPane
{
/*    border-top: 1px inset #999;
    border-bottom: 1px inset #999;
    border-left: 1px inset #999;
*/
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    width: 200px;
}

.insetPane#thumbViewPane
{
/*    border-right: 1px inset #999;*/
}
.folderTree
{
    vertical-align: top;
    padding: 2px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    /*background-color: #dadada;*/
    white-space:normal ;
    /*border-bottom:  1px solid #999;*/
    border-collapse: collapse;
}
.albHeader .titlerow
{
    vertical-align: bottom;
}
.albHeader .navigationBar
{
    margin-top: 0px;
    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
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
}

.thumbView
{
    vertical-align:top;
    margin: 2px;
    /*background-color:white;*/
}

.extcmt
{
    width:100%;
    font-size:        80%;
    vertical-align:top;
    padding-top: 10px;
    color: black;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.extcmt p
{
	padding-left: 10px;
	padding-right: 10px;
}


/* --- images thumbnails --- */
a.imglink
{
    padding: 2px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
    /*border: 1px solid  white;*/
}

a.imglink .imagethumb
{
    border-style: solid;
    border-width: 1px;
    border-color: #669;
}

a.imglink:hover
{
    background-color:   #cc9933;
    text-decoration:    underline ;
    /*border: 1px solid #66f;*/
}

a.imglink:hover .imagethumb
{
    border-color: #99c;
}


/* --- image titles --- */
.imageTitle
{
    cursor: hand;
    padding-top:      5px;
    padding-bottom:   5px;
    margin-top: 5px;
    display:block;
    margin-bottom: 3px;
    white-space: normal;
    font-size: 100%;
    width: auto;
    height: auto;
    text-align:center;
}

a:hover .imageTitle
{
    background-color:   #cc9933;
    text-decoration:    underline;
    white-space: normal;
    color: #ffff00;
}


/* --- album thumbnails --- */
a.fldlink
{
    padding: 2px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
    /*border: 1px solid  white;*/
}

a.fldlink:hover
{
    background-color:   #CC9933;
    /*border: 1px solid #66f;*/
    text-decoration:    underline;
}

a.fldlink .folderthumb
{
    border: 1px inset #cc9900;
}

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    border-bottom: 1px outset green;
    margin:0;
    vertical-align:top;
    max-width:98%;
}

.imgHeader .title
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.imgHeader .title a
{

    text-decoration: none;
    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;
    white-space: nowrap;
    height: 100%;
}

.showImgPane table
{
    margin: auto;
}

.showImgPane img
{
    border: 1px solid #669;

    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color='gray', Strength ='5')
            progid:DXImageTransform.Microsoft.BasicImage(enabled:false);


}

/* ------- EXIF image details ------------ */
.imgDetails
{
    vertical-align: top;
    margin: 2px;
    text-align:     left;
    float: left;
}

.imgDetails table
{
    border : 1px inset #fff;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    border-spacing: 1px;
    background-color: #e6e6e6;
    font-family:    Tahome, Verdana, Arial, sans-serif;
    font-size: 70%;
    line-height:    100%;
}

.imgDetails table td
{
    border-top : 1px solid #e6e6e6;

    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;
  background-color: #ccc;
  border-bottom: 1px dashed #999;
}

.imgDetails table .imgParamName
{
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 10px 2px 10px  ;
  text-align: right;
}

.imgDetails table .imgParamValue
{
    border-left : 1px solid #e6e6e6;
    padding: 2px 10px 2px 2px  ;
    white-space: nowrap;
  text-align: left;
}

/* --- Tree styles --- */
.dtree, .dTreeNode, .dTreeNode table
{
    white-space: nowrap;
}


.dtree img {
    border: 0px;
    vertical-align: top;
}
.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: #ffff00;*/
    color: gold;
    font-weight:bold 
  padding:3px;
}
/*.dtree .clip {
    overflow: hidden;
}*/
