
/* Main Style Sheet */

html, body
{
	margin: 0;
	padding: 0;
	height:100%;
	cursor: default;
	color:	white; /*LUCAS*/
	background-color:	#012B69; /*LUCAS*/
	font-family:	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: #FFFF00; /* LUCAS */
	text-decoration : none; /* LUCAS */
}
a:visited
{
	color: #FFFF00; /*LUCAS*/
	text-decoration : none; /* LUCAS */
} 


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

.note, .date, .comnt, .navigationBar
{
	font-family:	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:  Verdana, Arial, sans-serif;
}

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

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

.copyright a,.copyright a:visited, .copyright a:hover,.copyright a:active
{
	color: white;/*LUCAS*/
	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:	#02409D;/*LUCAS*/
	border:	1px solid #D4D0C2;/*LUCAS*/
}

a.buttonLink
{
	padding: 2px 15px 2px 15px;
	border:	1px solid #D4D0C2;
	background-color:	#02409D;/*LUCAS*/
	text-align:center;
	white-space: nowrap;
	color: #FFFF00;/*LUCAS*/
}


a.buttonLink:visited
{
	color: #FFFF00;/*LUCAS*/
}

a.buttonLink:active
{
	border:	1px solid #D4D0C2;/*LUCAS*/
	background-color:	#02409D;/*LUCAS*/
	color: #FFFF00;/*LUCAS*/
}

a.buttonLink:hover
{
	border:	1px solid #D4D0C2;/*LUCAS*/
	background-color:	#035ADE;/*LUCAS*/
	color: #FFFF00;/*LUCAS*/
}

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

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

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
	border: 3px double #3169C6;
	font-weight: bold;
	color:#3169C6/*LUCAS*/
}

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

}



/* ----------- 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:	#02409D; /*LUCAS (the buttons in the header plus root dir name*/
	border:	1px solid   #C0BCAE;
}

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

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



/* ----------- Folder view -------------*/
.insetPane
{
	border: 1px inset #D8D4C6;
	background-color: #012B69; /*LUCAS (navigation pane & foote plus any whitespce)*/
	vertical-align:top;
	height: 100%;
}

.insetPane#folderPane
{
	width: 25%;
}

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

/* ----------- Album header info -------------*/
.albHeader
{
	padding: 5px;
	background-color: #02409D; /*LUCAS* (album header)*/
	white-space:normal ;
	border:  1px solid #D8D4C6;
	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: #012B69; /*LUCAS (the thumbmnails) */
}

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

a.imglink .imagethumb
{
	/*LUCAS*/ color:#FFFFFF;
	border-style: solid; /*LUCAS (borders around thumbnails)*/ 
	border-width: 1px; /*LUCAS*/
	border-color: black; /*LUCAS*/
}

a.imglink:hover .imagethumb
{
	/*border-color: #3169C6; LUCAS*/
}

a.imglink:hover
{
	background-color:	#3461BC; /*LUCAS (the shading when mouse over thumbnail)*/
	/* text-decoration:	underline ; LUCAS*/
	/*border:	1px solid #3169C6; LUCAS*/
}

/* --- 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;/*LUCAS: NOT IN OLD VERSION*/
}

a:hover .imageTitle
{
	background-color:	#3461BC; /* BG of thumbnail title when hover LUCAS*/
	/*text-decoration: 	underline; LUCAS*/
	white-space: normal;
}


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

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

a.fldlink:hover
{
	/*border: 1px solid #3169C6; LUCAS*/ 
	background-color:	#3461BC; /*LUCAS FOLDER WHEN MOUSE OVER*/
}

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


/* ---- Image view : page title ----- */
.imgHeader
{
	white-space: nowrap;
	border-bottom: 1px outset #D8D4C6;
	margin:0;
	background-color: #02409D;/*LUCAS*/
	vertical-align:top;
	max-width:98%;/*LUCAS; NOT IN OLD*/
}

.imgHeader .title
{
	border-top: #E4E0D2 1px solid;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display:block;
	width: 100%;
	color: white;/*LUCAS*/
}

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

.imgHeader .title a
{

	text-decoration: none;
	color: #FFFF00; /*LUCAS*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.imgHeader .title a:hover /*LUCAS: THIS SECTION ADDED IN*/
{

	text-decoration: none;
	color: #0FF000; /*LUCAS*/
	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 /*LUCAS: whole section changed*/
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	background-color: Black;

	/*filter: progid:DXImageTransform.Microsoft.Glow(color='black', 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 outset #D8D4C6;
 	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	border-spacing: 1px;
	background-color: #02409D;/*LUCAS*/
	font-family:	Verdana, Arial, sans-serif;
	font-size: 70%;
	line-height: 	100%;
}

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

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

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

.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: #efebde;
	border: 		1px solid #dfdbce;
	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; LUCAS*/
	color: #00FF00;/*LUCAS added in*/
}
.dtree a.nodeSel {
	background-color: #3169C6;
	color: white;
}
/*.dtree .clip {
	overflow: hidden;
}
*/

/*LUCAS ADDED*/
.large {font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size: 22px; font-weight:bold; color: #FFFFFF; }

td.background{
	background-color : #D8D4C6;
}
a.homelink:hover {
	color:#00FF00;
}