/* Version 3 10/10/2008 BSS   */

/* styles for black background gallery image browsers */

/* ###### Colour Scheme ###### */

/* Main text colours */
body, #footer span
{ color: #d0d0d0 ; }

/* Background Color (main): */
body, .content, #footer
{  background-color: black; }

/* Highlight Text Color: */ 

/* Border Color: */ 

/* link colours */

/* Background Color (highlight): */



/* ### main content */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 110%;
}

#gallindex {
	margin-top: 4px;
	text-align:center;
}

#gallindex a {
	padding: 5px 3px 8px 3px;
	text-align:center;
	margin-top: 2em;
}
#gallindex img { 
	border: 1px solid #9ccf00; 
	padding: 6px;
	margin: 10px;
	display:inline;
}
/* alternative table layout for gallery */
td.lrps {
	padding: 5px 5px 50px 5px;
	text-align: center;
	vertical-align:bottom ;
}
td.lrps img {
	border: 1px solid #9ccf00; 
	display:inline;
}

#slide {
	color:#FFFF66;
	font-size: 90%;
	margin-right: 2em;
	text-align:right;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #739600;
}
#slide a {
	color:#CCFFCC;
}
#slide a:hover {
	color: white;
	font-weight:bold;
}

#footer a:hover {
	color: white;
}
