 /* 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 }
/* RADEL: Modified the colors of the three a: styles below */
 a:link { color: #000080 } 
 a:visited { color: #800080 }
 a:hover { color: #FF0000 }
 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 */
/* RADEL: Modified background-color below */
 #indexframe { background-color: #FFFFFF }
 .folderData { }
 .folderDescription { }
 .folderNavigation { color: black }
/* RADEL: Modified the colors of the four a: styles below */
 .folderNavigation a { color: navy }
 .folderNavigation a:link { color: navy }
 .folderNavigation a:visited { color: purple }
 .folderNavigation a:hover { color: red }
 .float { } 
 .float p { }
 .float p.thumbComment { }
 .thumbName a { color: #616161 }
 .thumbDate { color: #808080 }
 #w3clogosright { }

/* Styles assosciated with slide pages */
/* RADEL: Modified background-color below */
 #frame { background-color: #FFFFFF }
 .minithumb { }
 .minithumbCurrent { border: 1px dotted black }
 .minithumbBox { }
 .photoName { color: black }
 .photoPosition { color: black }
 .photoComments { }
 .photoData { color: black }
 .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) }
/* RADEL: Added the two styles below */
 .footerRadel { font-style: italic }
 .headerRadel { font-weight: bold ; font-size: x-small }
