/* CSS definition file containing sitestyle stylesheets
    Additional style sheet light.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", "gold-32px-lightbackground"); %> */ 

 body  { color: black; background-color: white }
 a:link { } 
 a:visited { }
 a:hover { }
 p { }
 p.indent { }
 table,tr,td { }
 img { }
/* Used to setup the main page structure */
 #centercontent { background: white; background-image: url(); }

/* Styles assosicated with index pages */
/* Jerome - xhange colour from e5e5e5 to ffffff */
 #indexframe { background-color: #ffffff }
 .folderData { }
 .folderDescription { }
 .folderNavigation { color: black }
 .folderNavigation a { color: black }
 .folderNavigation a:link { color: black }
 .folderNavigation a:visited { color: black }
 .folderNavigation a:hover { color: black }
 .float { } 
 .float p { }
 .float p.thumbComment { }
 .thumbName a { color: #616161 }
 .thumbDate { color: #808080 }
 #w3clogosright { }

/* Styles assosciated with slide pages */
/* Jerome - xhange colour from e5e5e5 to ffffff */
 #frame { background-color: #ffffff }
 .minithumb { }
 .minithumbCurrent { border: 1px dotted black }
 .minithumbBox { }

/* Jerome - add font-size to name and position and valign to position */
 .photoName { color: black; font-size:15px}
 .photoPosition { color: black; font-size:11px; vertical-align: middle}

/* Jerome - add font-size */
 .photoComments {font-size:11px}
/* Jerome - add font-size */
 .photoData { color: black; font-size:11px}
 .photoData b { }
 .photoData i { }
 .photoDataPopup { background: white; color: black }
 .photoDataPopup { }
 .keyboardDataPopup { }
 .slideFrameButtons { }
 #buttonbox_portrait { }
 #photonavbar_inside_portrait { }
 #w3clogosleft { }

/* Styles assosciated with additional files, e.g. news.inc, footer.inc etc */
 .dateline { color: #999999 }
 .header { color: black }
 .footer { color: rgb(97,97,97) }
