 /* ExhibitPlus V1.4a 25.10.2005. Author: Mark Fyvie. Official site: http://exhibitplus.fyvie.net

    This is basestyle.css - a darker style with black left and right margins around a dark purple background
    Even though colour information is specified here, each HTML page actually calls a second style sheet, and this style sheet contains just the colour information for the various styles. In this way the dark style is modified into other styles */
 
 body {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: small; 
	color: red; 
	font-weight: normal; 
	font-style: normal; 
	background-color: black; 
	background-image: none;
	margin: 0px;
	}
 a:link { 
	color: #bfbfbf; 
	} 
 a:visited { 
	color: #808080; 
	}
 a:hover { 
	color:  	#FF00FF;
	}

 a.page:link { 
	color:  	#FF00FF;
	font-weight: bold; 
	font-size: 16px;
	} 
 a.page:visited { 
	color: #808080; 
	font-size: 16px;
	}
 a.page:hover { 
	color:  	red;
	font-size: 16px;
	}

 p {
	margin:0px 10px 10px 10px;
	font-size: small; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 p.indent { 
	margin-left: 30pt;
	}
 table,tr,td {	
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	clear: left;
	}
 img {
	border: 0px;
	}
/* Used to setup the main page structure with borders on the left and right */
 #centercontent {
	background: black;
    margin-left: auto;
    margin-right: auto;
	width: 857px;
	max-width: 857px;
	}

 #headercontent {
	margin: 0px auto;
	width: 857px;
	}

 #headergutter {
	clear: left; 
	height: 20px
 }


/* Styles assosicated with index pages */
 #indexframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-left: 60px;
	border: 0px;  /* Netscape 4.x friendly */
	}


/* Styles assosciated with slide pages */
 #frame {
	background-color: black;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	border: 0px;  /* Netscape 4.x friendly */
	}
 .minithumb {
	padding: 0px;
	}
 .minithumbCurrent {
	border: 1px dotted white;
	padding: 0px;
	}
 .minithumbBox {
	float: right;
	}

 .keyboardDataPopup {
	width: 250px;
	position: absolute;
	top: -150px;
	left: 0;
	background-color: silver;
	color: black;
	text-align: left;
	z-index: 10; 
	border: 1px solid black;
	padding: 5px;
	font-size: x-small; 
	visibility: hidden; 
	float: left;
 	}
 .slideFrameButtons {
	width: 350px; 
	position:absolute; 
	right: 3px; 
	}
 #buttonbox_portrait {
	position: absolute;
	z-index: 25;
	}
 #photonavbar_inside_portrait {
	position: absolute;
	right: 75px;
	z-index: 15;	
	}