/*
 * Combined style sheet for the index pages and the slide pages.
 * Skin: Annotated Album
 */

/* Style for all bodies. */
body {
	
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #cc9966
background-color: #BEECBE;}

}


.Header {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12 px; 
font-style: normal; 
color: #663300;
font-weight: bold;

}



/* Style for all table cells. */
td {
	margin: 3px;
}

/* Align the content of the cells at the top of index pages to the center and middle. */
#index tr.head {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

/* Remove the margin under the images on the index pages. */
#index tr.indexImage {
	border-width: 1px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;	
	vertical-align: bottom;
}

/* Format for captions below thumbnails */
#index tr.indexCaption {
	font-size: 10px;
	vertical-align: top;
	text-align: left;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 18px;
}

/* Header */
h1 {
	font-size: 22px;
	font-weight: bold;
}

html {
scrollbar-base-color: #beecbe;
scrollbar-arrow-color: #004c00;
scrollbar-track-color: #beecbe;

scrollbar-shadow-color: #004c00;
scrollbar-lightshadow-color: #6699cc; 
scrollbar-darkshadow-color: #003300;

scrollbar-highlight-color: #99cc99;
scrollbar-3dlight-color: #999999;
}

/* Custom link styles */
a:link {
  color: #000000; 
  text-decoration: underline
} 
a:visited {
  color: #003300; 
  text-decoration: underline
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #663300; 
  text-decoration: underline
}
a:active {/*colour in NN4.xx is red*/ 
  color: #663300; 
  text-decoration: none
}


/* Don't underline captions below thumbnails */
#index tr.indexCaption a {
	text-decoration: none;
}

/* Adjust color for links to images not yet viewed */
#index tr.indexImage a:link, #index tr.indexCaption a:link, #clickableImage a:link {
	color: #000000
}

/* Adjust color */
#index tr.indexImage a:visited, #index tr.indexCaption a:visited, #clickableImage a:visited {
	color: #003300
}

/* Adjust color */
#index tr.indexImage a:hover, #index tr.indexCaption a:hover, #clickableImage a:hover {
	color: #663300
}
