 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet light.css for JAlbum skin - Exhibit Plus
    Author Mark Fyvie email: <jalbum at fivewire . net> 

    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 { color: #808080 } 
 a:visited { color: #808080 }
 a:hover { color: black}
 p { }
 p.indent { }
 table,tr,td { }
 img { }
/* Used to setup the main page structure */

/* Jerome - add margin-left:0px and margin-right:0px */
 #centercontent { background: white; background-image: url(); margin-left:0px; margin-right:0px;}

/* Styles assosicated with index pages */

/* Jerome - change 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 {font-size:9px;}
 .thumbName a { color: #616161 }
 .thumbDate { color: #808080 }
 #w3clogosright { }

/* Styles assosciated with slide pages */

/* Jerome - change colour from e5e5e5 to ffffff */
 #frame { background-color: #ffffff }
 .minithumb { }
 .minithumbCurrent { border: 1px dotted black }
 .minithumbBox { }

/* Jerome - add font-size to photoName and photoPosition and valign to position */
 .photoName { color: black; font-size:15px}
 .photoPosition { color: black; font-size:11px; vertical-align: middle}

/* Jerome - add font-size etc to photoComments*/
 .photoComments {font-size:11px;text-align:left;font-weight:normal;}

/* Jerome - add font-size to photoData*/
 .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) }