
/* Main Style Sheet */

html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  black;
    background-color:   #fff;
    font-family:    Tahoma, Verdana, Arial, sans-serif;
}

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-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

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

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

a:link,a:active
{
    color: #696;
}
a:visited
{
    color: #696;
}



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

}

table.pagetable td
{
}

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


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

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
    font-family:  "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #696;
}

.copyright
{
    font-size:  70%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    border:0;
    color: #696;
    white-space:nowrap;
    text-decoration: none;
}

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

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


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: #696;
    text-align:center;
    padding: 2px 15px 2px 15px;
    background-color:   #fff;
}

a.buttonLink
{
    padding: 2px 15px 2px 15px;
    border: 1px solid #696;
    background-color:   #fff;
    text-align:center;
    white-space: nowrap;
    color: #696;
}

a.buttonLink:visited
{
    color: #696;
}

a.buttonLink:active
{
    border: 1px solid #696;
    background-color:   #fff;
    color: #696;
}

a.buttonLink:hover
{
    border: 1px solid orange;
    background-color:   #fff;
    color: #696;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 2px 4px 2px 4px;
    font-size: 100%;
    color: #696;
}

a.curPageLink:hover,a.curPageLink:hover,
a.otherPageLink:hover,a.otherPageLink:hover
{
    color: #696;
}

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

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 3px double #696;
    font-weight: bold;
    background-color: #fff;
}

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

}



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

.indexPageHeader .buttonLink
{
	background-color:	#fff;
	border:	1px solid   #696;
}

.indexPageHeader .title
{
/*	font-size:		 32pt;
	font-weight: 	normal;*/
}

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


/* ----------- Folder view -------------*/
.insetPane
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    background-color: #fff;
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    width: 200px;
}

.insetPane#thumbViewPane
{
    border-right: 1px solid black;
	padding-bottom: 30px;
}
.folderTree
{
    vertical-align: top;
    padding: 2px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    background-color: #fff;
    white-space:normal ;
    border-bottom:  1px solid black;
    border-collapse: collapse;
}
.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
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
}

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

/* --- 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:   #eee;
    text-decoration:    underline ;
    border: 1px solid #696;
}

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: 70%;
    width: auto;
    height: auto;
    text-align:center;
}

a:hover .imageTitle
{
    background-color:   #eee;
    text-decoration:    underline;
    white-space: normal;
    color: #696;
}


/* --- album thumbnails --- */
a.fldlink
{
    padding: 2px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
    border: 1px solid  white;
}

a.fldlink:hover
{
    background-color:   #eee;
    border: 1px solid #696;
    text-decoration:    underline;
}

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

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    border-bottom: 1px solid black;
    margin:0;
    background-color: #eee;
    vertical-align:top;
    max-width:98%;
}

.imgHeader .title
{
    border-top: #ccc 1px dotted;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: #696;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.imgHeader .title a
{

    text-decoration: none;
    color: #666;
    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 #696;

    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;
}

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

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

.dialog th
{
    font-family:    "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size:      130%;
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
    text-align:     center;
    background-color: #e6e6e6;

}

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

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

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

}

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


.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: #696;
    color: white;
	padding:3px;
}

/* --- Template - Pub --- */
#tdPub {
	padding: 10px 10px 20px 10px;
	width: 150px;
	vertical-align: top;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:left; margin-right:10px; direction:rtl; }
  html>/**/body .PZ3-r { position:relative; }

.PZ3zoom { border:1px solid #667766; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .PZ3-r a { right:0; }

.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #667766;
  margin:-1px 0 0 -1px; }
  html>body .PZ3zoom a:hover { margin:-1px -1px 0 -1px; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap,
a:hover .PZ31cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#667766; color:#fff;
  text-align:left; }
a:hover .PZ3cap { padding:3px 5px; }
.PZ3inr { display:block; padding:2px 5px; }

.noCap a:hover .PZ3cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }

/* End Photo-Caption Zoom CSS */