 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet midgray.css for JAlbum skin - Exhibit Plus
    Author Mark Fyvie <jalbum at fivewire . net>
    Modified by Les Simmonds <les at cctvconsultants . com . au> 

    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", "metodi-silver-20px"); %> */ 

 body  { color: black; background-color: #707070 }
 a:link { 
	color: black; 
	} 
 a:visited { 
	color: black; 
	}
 a:hover { 
	color: silver;
	}
 p { }
 p.indent { }
 table,tr,td { }
 img { }
/* Used to setup the main page structure */
 #centercontent { background: #707070; background-image: url(); }

/* Styles assosicated with index pages */
 #indexframe { background-color: #808080 }
 .folderData { color: black}
 .folderDescription { color: black }
 .folderNavigation { color: black }
 .folderNavigation a { color: black }
 .folderNavigation a:link { color: black }
 .folderNavigation a:visited { color: black }
 .folderNavigation a:hover { color: black }
 .float { color: black } 
 .float p { color: black }
 .float p.thumbComment { color: black }
 .thumbName a { color: black }
 .thumbDate { color: black }
 #w3clogosright { }

/* Styles assosciated with slide pages */
 #frame { background-color: #808080 }
 .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: black }
 .header { color: black }
 .footer { color: black }
