/*styles for Diagram Lookup Table*/
.DLTborder {
  background-color:	#733e09;
  }
  
.galleryDLT {
  margin: 1%;
  border: 1px solid #ffffcc;
  float: left;
  overflow: hidden;
  width: 75px;
  height: 27px;
  background-color: 	#733e09;
}

.galleryDLT:hover {
  border: 1px solid #777;
}

.desc {
  vertical-align: middle;
  text-align: center;
  font-size:2em;
}




	
.print-nav-border{
	width: 			725px;	
	margin:			0 auto;
	background-color:	#1F0E03;           	/*windsor brown*/
	border: 		1px solid #ffffcc; 		/*cream*/
}	
.tall{
	height: 		220px;
	border-top:		none;
}
.short{
	height: 		75px;
	border-bottom:	none;
}
		
.print-nav {
	height: 		30px;
	background: 	#1F0E03;				/*windsor brown*/
	float:  		left;
	border: 		2px solid goldenrod; 	/*gold leaf*/
	border-radius: 	15px;
	margin: 		20px;
	font-weight:	bold;
	font-family:	Lucida Fax;
	font-stretch:	expanded;
	font-variant:	small-caps;
	font-size:    	15px;  
	text-shadow:	2px 2px black;
	text-align:     center;
	box-shadow: 	0 0 0 6px black, 
					0 0 0 7px #ffffcc;		/*cream*/
}
.widthauto {
	width: 			680px;
	background: 	#660000;				/*dark maroon*/
}
.widthnarrow {
	width: 			200px;	
}

.no-underline {
    text-decoration: none;
	color:			goldenrod;				/*gold leaf*/
    }

/*end of styles for JackDLTCollection drawings*/
