/*
 * Combined style sheet for the index pages and the slide pages.
 */

 SAMP {
	font-style: normal;
 }
 SMALL {
	font-family: Arial,helvetica;
	font-size: 12px;
 }
 A {
	text-decoration: undeline;
	color: #000000;
 }
 A:hover {
	text-decoration: none;
	color: #000000;
 }
 H3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
 }
 P, UL, OL, LI, BLOCKQUOTE {
	font-size: 12px;
 }
 
  .footer {
 	 color: #bbbbbb;
 	 font-size: 10px;
 	 font-weight: normal;
 	 text-align: center; 
  }

 
 .header {
	 color: #bbbbbb;
	 font-size: 24px;
	 font-weight: normal;
 }
 .subheader {
	 color: #bbbbbb;
	 font-size: 14px;
	 font-weight: normal;
 }
 .detaillist {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
 }
 .detaillist_header {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
 }
 .detaillist_link {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
 }
 .tab {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
 }
 .select_exh  {
	color: #8d4650;
	font-size: 11px;
	font-weight: bold;
 }

.nav {
	font-size: 10px;
	background-color: #000000;
	color: white;
	font-weight: normal;
}

.nav table {
	cellspacing: 6;
	cellpadding: 1;
}

.nav a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;

}
.nav a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;	
}
.nav a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;	
}
.nav a:hover {
	text-decoration: none;	
	font-size: 10px;
	color: yellow;
	font-weight: bold;	
}

 FORM {
	font-family: helvetica;
	font-size: 10px;
 }
 INPUT,SELECT,OPTION {
	font-family: helvetica;
	font-size: 10px;
	background-color: #f3f2ed;
	color: #333333;
 }
 FORM {
	margin-bottom : 0px;
	margin-top : 4px;
 }
 BODY {
	background: #ffffff;
	color: #ffffff;
	margin-left : 10px;
	margin-top : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	font-family: Tahoma, Arial,helvetica;
	background-image : none;
	background-color : #666666;
 }
 .rover {background: #B2B2B2; }
 .rover A {color: #ffffff; }
 
 
.photoComments {  
	font-family:Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: medium; 
	font-weight: bold; 	
	font-style: normal; 
	font-variant: normal; 
	text-align: left; 
	}
.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,0,0);
	}
.photoDataPopupBase {
	position: absolute; 
	text-align: left; 
	width: 99%;
	}
.photoDataPopup {
	position: relative;
	left: 300px;
	bottom: 300px;
	background-color: yellow;
	z-index: 1; 
	border: 1px outset #777;
	padding: 2px;
	font-size: x-small; 
	color: rgb(0,0,0);
	visibility: hidden; 
 	}
.photoDataSeparator { 
	color: silver; 
	font-weight: bold; 
	}
	
	

