 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet white.css for JAlbum skin - Exhibit Plus
    Author Mark Fyvie email: <jalbum at fivewire . net> 
    Filter settings and button sets from Robert Fyvie

    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 

    ***
    *** This is a style sheet that makes use of the Xborder filter for extra effects (see filter5 and filter6 variables below).
    *** You can create additional filter effects, use different filters, or alter filter parameters. By keeping these details in
    *** the style, you can create style sheets which suit particular filter settings. You are encouraged to submit good-looking
    *** style sheets using extra filter options for inclusion with future E+ versions, or upload them via the support forum. 
    *** Remember you must rebuild images when changing filter parameters (Make Album with "All" not "Changes").
    *** For more information on filters in JAlbum refer to http://jalbum.net/filters.jsp
    ***                                                                                                                        */

/* <% album.put("BUTTON_SET", "aqua-32px-lightbackground"); %> */ 

/* <% 
filter1="class=XBorderFilter clip=100 frWidth=25 frTrans=10 bgFile= BoCol=#ffffff BoClip=20 clip=30 shDrop=soft shWidth=12 closeups prescale";
filter2="class=XBorderFilter clip=100 frWidth=25 frTrans=10 bgFile= BoCol=#ffffff BoClip=20 clip=30 shDrop=soft shWidth=12 thumbnails prescale"; 
// specify additional filters as filter3, filter4, etc.
%> */ 

 body  { color: black; background-color: white }
 a:link { color: #808080} 
 a:visited { color: #808080}
 a:hover { color: black}
 p { }
 p.indent { }
 table, tr, td { }
 img { }
/* Used to setup the main page structure */
 #centercontent { background: white;  }

/* Styles assosicated with index pages */
 #indexframe { background-color: #ffffff }
 .folderData { }
 .folderDescription { }
 .folderNavigation { color: gray }
 .folderNavigation a { color: gray }
 .folderNavigation a:link { color: gray }
 .folderNavigation a:visited { color: gray }
 .folderNavigation a:hover { color: gray }
 .float { } 
 .float p { }
 .float p.thumbComment { }
 .thumbName a { color: #616161 }
 .thumbDate { color: gray }
 #w3clogosright { }

/* Styles assosciated with slide pages */
 #frame { background-color: #ffffff }
 .minithumb { }
 .minithumbCurrent { border: 1px dotted gray }
 .minithumbBox { }
 .photoName { color: black }
 .photoPosition { color: black }
 .photoComments { }
 .photoData { color: black }
 .photoData b { }
 .photoData i { }
 .photoDataPopup { background: white; color: gray }
 .keyboardDataPopup {  background: white; color: gray }
 .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) }
