 /* ExhibitPlus V1.2 17.12.2003. Author: Mark Fyvie. Official site: http://www.fyvie.net/photos/info_exhibitplus.html */
 /* 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: #ffff99; 
	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: #003300;
	border-bottom: none; /* required for tipBox style effect do not remove */ 
	}
 p {
	margin:0px 10px 10px 10px;
	}
 p { 
	font-size: small; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 p.indent { 
	margin-left: 30pt;
	}
 .folderData { 
	font-size: xx-small; 
	color: #666666; 
	line-height: 90%; 
	}
 .folderDescription { 
	color: #666666; 
	}
 .photoComments {  
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: medium; 
	font-weight: bold; 	
	font-style: normal; 
	font-variant: normal; 
	text-align: center; 
	}
 .photoName { 
	font-size: medium; 
	color: white; 
	font-weight: bold;
	}
 .photoPosition { 
	font-size: small; 
	color: white; 
	font-weight: normal;
	}
 .photoData { 
	font-size: x-small; 
	color: rgb(0,204,0);
	}
 .photoDataPopupBase {
	position: absolute; 
	text-align: center; 
	width: 99%;
	}
 .photoDataPopup {
	position: relative;
	bottom: 160px;
	background-color: black;
	z-index: 1; 
	border: 1px outset #777;
	padding: 2px;
	font-size: x-small; 
	color: rgb(0,204,0);
	visibility: hidden; 
 	}
 .photoDataSeparator { 
	color: silver; 
	font-weight: bold; 
	}
 .dateline { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: x-small; s
	color: rgb(191,191,191); 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal;
	}
 .header { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: large; 
	color: white; 
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal;
	}
 .footer { 
	font-size: xx-small; 
	color: rgb(97,97,97); 
	text-align: center; 
	clear: both;
	}
table,tr,td {	
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
	clear: left;
	}
img {
	border: 0px;
	}
 .minithumb {
	padding: 1px;
	}
 .minithumbcurrent {
	border: 1px ;
	border-style: dotted;
	border-color: white;
	padding: 1px;
	}/* Used to setup the main page structure with borders on the left and right */
#centercontent {
	background: black;
	margin-left: 40px;
	margin-right: 40px;
	padding:20px 25px 20px 35px;
	background-image: url(purplestripe.gif);
	}
#photonavbar_inside_portrait {
	position: absolute;
	right: 75px;
	z-index:2;	
	}
#buttonbox_portrait {
	position: absolute;
	z-index:2;
	}
#w3clogosright {
	float: right;
	position: relative;
	bottom: 15px;
	right: -40px;
	}
#w3clogosleft {
	float: left;
	position: relative;
	bottom: 15px;
	left: -30px;
	}
#frameback {
	border: 0px;  /* Netscape 4.x friendly */
	position: relative; 
	text-align: center;
	top: 0px; 
	left: 0px;
	white-space: nowrap;
	}
#frame {
	background-color: black;
	border: 0px;  /* Netscape 4.x friendly */
	position: absolute; 
	top: 0px; 
	left: 0px;
	float: left;
	}
/* Used to provide frame under the thumbnails on the index page. */
#indexframe {
	width: 100%;
	background-color: black;
	padding: 4px;
	border: 0px;  /* Netscape 4.x friendly */
	}
/* Used to allow captions under the thumbnails, while at the same time preserving the "free flow" nature of thumbs when the browser is resized */
.float {
	float: left;
	padding: 4px;
	} 
.float p {
	text-align: center;
	margin: 0px 10px 2px 10px;
	}
.float p.small  {
	font-size: x-small;
	}
