 /* CSS definition file containing sitestyle stylesheets
    Additional style sheet black.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", "metodi-beige-20px"); %> */ 

 body  {
	color: #000000;
	background-color: #FFFFFF;

}
 
a:link {
} 
 a:visited { }
 a:hover { }
 p { }
 p.indent { }
 table,tr,td { }
 img {
	border: 1px Black;
}
/* Used to setup the main page structure */
#centercontent {
	background: black;
	margin-left: 204px;
	margin-right: 40px;
	padding:5px 25px 20px 35px;
	background-image: url();
	}

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

/* Styles assosciated with slide pages */
 #centercontent {
	background: #FFFFFF;
	background-image: url();
	float: right;
	position: absolute;
	left: -8px;
	top: 0px;
}
 .minithumb { border: 1px solid black }
 .minithumbCurrent { border: 2px dotted black }
 .minithumbBox { }
 .photoName { color: black }
 .photoPosition { color: black }
 .photoComments { }
 .photoData { }
 .photoData b { }
 .photoData i { }
 .photoDataPopupBase { }
 .photoDataPopup {
	background: #FFFFFF;
	color: grey;
}
 .keyboardDataPopup { }
 .slideFrameButtons { }
 #buttonbox_portrait { }
 #photonavbar_inside_portrait { }
 #w3clogosleft { }

/* Styles assosciated with additional files, e.g. news.inc, footer.inc etc */
 .dateline { color: gray }
 .header {
	color: #FFFFFF;
}
 .footer { color: gray }
 .piede a:link {
	color: black;
	text-decoration: none;
} 
.piede a:visited {color: black;
 text-decoration: none;
}
.piede a:hover { color: red ;
 text-decoration: none;
}

