 /* This is black.css for ExhibitPlus modified to mvv photo

   Please note that each HTML file calls 2 style sheets. 
   A basestyle.css file (in the res directory) and a second, colour specific style sheet (e.g. light.css) which changes these colours


    CSS definition file containing sitestyle stylesheets
    Additional style sheet black.css for JAlbum skin - Exhibit Plus
    Author Mark Fyvie email: <jalbum at markf . mailshell . com>

    Note: this style sheet contains only information to change the colours on the original stylesheet basestyle.css 
   (located in the res directory). This makes it easy to update just the colours in one location */


/* <% album.put("BUTTON_SET", "silver-21px-darkbackground"); %> */ 


 body  { color: white; background-color: black }
 a:link {color: white; }   /* mvv */
 a:visited {color: #99c0ff; } /* mvv */
 a:hover {color: #ee00ee; }    /* mvv */
 a:active {color: #b0b0b0; }    /* mvv */
 p { } 
 p.indent { }
 table,tr,td { }
/* put a gray border around all images mvv */
img {border-width: 1px; border-color: #A9A9A9; }

/* Used to setup the main page structure */
#centercontent { background: black; background-image: url(); }

/* Styles assosicated with index pages */
 #indexframe { background-color: #333333 }  /* mvv was #111111 */
 .folderData { color: #cccc99 }
 .folderDescription { color: #cccc99 }
 .folderNavigation { }
 .float { } 
 .float p { }
 .float p.thumbComment { }
 .thumbName a { color: #e0e0e0; } /* was #cccc99 */
 .thumbDate { }
 #w3clogosright { }

/* Styles assosciated with slide pages */
#centercontent { background: black; background-image: url(); }
 .minithumb { }
 .minithumbCurrent { border: 1px dotted white }
 .minithumbBox { }
 .photoName { color: white }
 .photoPosition { color: white }
 .photoComments { }
 .photoData { color: #000099 }
 .photoData b { }
 .photoData i { }
 .photoDataPopupBase { }
 .photoDataPopup { background: black; color: #000099 }
 .keyboardDataPopup { }
 .slideFrameButtons { }
 #buttonbox_portrait { }
 #photonavbar_inside_portrait { }
 #w3clogosleft { }
 #frame {
	background-color: #808080;  /* change to dark gray - mvv */
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	border: 0px;  /* Netscape 4.x friendly */
	} 

/* Styles assosciated with additional files, e.g. news.inc, footer.inc etc */
 .dateline { color: gray }
 .header { color: white }
 .footer { color: gray }


