
/* Main Style Sheet */

html, body
{
	margin: 0;
	padding: 0;
	height:100%;
	cursor: default;
	color: #444;
	background-color: #DFDDDC;
    font-size: 8px;
    font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
}

a
{
		color: #444;
}


p, li, .comnt, #displayedinfo
{
    font: 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
font-size: 11px !important;
 color: #444 !important;
font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
    font-size-adjust: none;
    font-stretch: normal;
}

h3
{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-style: normal;
    font-variant: normal;
font-size: 13px !important;
 color: #444;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 0px;
}


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
{
	color: #444;

}
a:visited,a:active
{
	color: #565656;
}



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

.note, .date, .navigationBar
{
    font-family:    Verdana, Arial, sans-serif;
	font-size:10px;
    padding-top:      5px;
    padding-bottom:   5px;
}


/* /// custom css definition */
.comnt-belowimage
{
	font-size: 11px;
    font: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
    padding-top:      15px;
    padding-bottom:   5px;
    white-space:normal ;
    color: #444;
	text-align: center;
}

.imgclass{
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border: 1px solid #ccc;
}

.backtoborism{
	padding: 2px 2px 2px 2px;
	border:	1px solid #C3C2BD;
	background-color: #ECEDEC;
	text-align:center;
	text-decoration:none !important;
	white-space: nowrap;
	color: #444;
	font-size: 11.1333px !important;
	float:left;
	vertical-align:top;
}



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

.title, H1, H2
{
	font-size:	21px;
font-weight: normal;
letter-spacing: -1px;
	display:	inline;
	text-decoration: none;
	font-family:  Trembushent MS, Arial, sans-serif;
}

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

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

.copyright a,.copyright a:visited, .copyright a:hover,.copyright a:active
{
	color: #444;
	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:	#F7F7F7;
	text-decoration:none;
}

a.buttonLink
{
	padding: 2px 15px 2px 15px;
	border:	1px solid #C3C2BD;
	background-color:	#F7F7F7;
	text-align:center;
	white-space: nowrap;
	color: #444;
	text-decoration:none;
	font-size: 11.1333px !important;
}


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

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

a.buttonLink:hover
{
	border:	1px solid #747474;
	background-color:	#ECEDEC;
	color: #444;
}

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: #444;

}

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


a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
	visibility:hidden;
	/*///
	border: 3px double #747474;
	font-weight: bold;
	*/
}

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

}



/* ----------- 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:	#D1D1D1;
	border:	1px solid   #C4C2BD;
}

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

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



/* ----------- Folder view -------------*/
.insetPane
{
	border: 1px inset #DFDDDC;
	background-color: #F7F7F7;
	vertical-align:top;
	height: 100%;
}

.insetPane#folderPane
{
	width: 290px;
}

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

/* ----------- Album header info -------------*/
.albHeader
{
	padding: 5px;
	background-color: #ECECEC;
	white-space:normal ;
	border:  1px solid #DFDDDC;
	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: #F7F7F7;
}

/* --- images thumbnails --- */
a.imglink
{
	padding:2px;
        text-decoration: none;
	border:	1px solid #F7F7F7;
	text-align: center;
	display:block;
}

a.imglink .imagethumb
{
	
	
	border-style: solid;
	border-width: 1px;
	border-color: #747474;
}

a.imglink:hover .imagethumb
{
	border-color: #747474;
}

a.imglink:hover
{
	background-color:	#ECEDEC;
	text-decoration:	underline ;
	border:	1px solid #747474;
        text-decoration: none !important;
}

/* --- image titles --- */
.imageTitle
{
	cursor: hand;
	padding-top:      6px;
	padding-bottom:   6px;
padding-right:   10px;
padding-left:   10px;
	margin-top: 5px;
	display:block;
	margin-bottom: 4px;
	white-space: normal;
	font-size: 65%;
	width: auto;
	height: auto;
}

a:hover .imageTitle
{
	background-color:	#ECEDEC;
	text-decoration: 	underline;
	white-space: normal;
        text-decoration: none !important;
}


/* --- album thumbnails --- */
a.fldlink
{
	padding:3px;
	text-decoration: none;
	border:	1px solid #F7F7F7;
	text-align: center;
	display:block;
	cursor:				hand;
}

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

a.fldlink:hover
{
	border: 1px solid #747474;
	background-color:	#ECEDEC;
}

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



/* ---- Image view : page title ----- */
.imgHeader
{
	white-space: nowrap;
	border-bottom: 1px outset #DFDDDC;
	margin:0;
	background-color: #ECECEC;
	vertical-align:top;
	max-width:99%;
}

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

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

.imgHeader .title a
{

	text-decoration: none;
	color: #444;
	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-right: #C3C2BD 15px solid;
	border-top: #C3C2BD 15px solid;
	border-bottom: #C3C2BD 15px solid;
	border-left: #C3C2BD 15px solid;
	background-color: #C3C2BD;
}

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

.imgDetails table
{
 	border : 1px outset #DFDDDC;
 	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	border-spacing: 1px;
	background-color: #ECECEC;
 font:  'Lucida Grande', Verdana, Arial, Sans-Serif !important;
font-size: 11px !important;
 color: #444 !important;
	line-height: 	100%;
}

.imgDetails table td
{
	border-top : 1px solid #DFDDDC;

	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 #DFDDDC;
	padding: 2px 10px 2px 10px  ;
	white-space: nowrap;
}

/* --- Logon screen and other dialogs ---- */
.dialog
{
	background-color: #ECECEC;
	    font: 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
font-size: 11px !important;
 color: #444 !important;
	vertical-align: middle;
	text-align:		left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	border: 10px solid #C4C2BD;
}

.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: #ECECEC;
	border: 		1px solid #C4C2BD;
	border-spacing: 2px;
	font-size: 80%;
}

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

/* --- Tree styles --- */
.dtree, .dTreeNode, .dTreeNode table
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	white-space: nowrap;

}

.dTreeNode table
{
	font-size:11px;
}


.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: #747474;
	color: #F7F7F7;
}
/*.dtree .clip {
	overflow: hidden;
}
*/