/*****************************************************************
 *
 * general layout properties of the gallery
 *
 */
body	  { background-color: #2f2f2f;
	    font-family: sans-serif; 
	    font-size: 12pt;
	    color: #bbb;
	    background-image: url( ../../pixmaps/1t.gif );
	    background-repeat:no-repeat;
	    background-position: 6px 6px;
	  }
A:link	  { color: #ccc; text-decoration: none; }
A:visited { color: #a0a0a0; text-decoration: none; }
LI        { list-style: none }
H1        { color: #b0b0b0;
	    text-align: left;
	    text-indent: 32px;
	    /* height: 80px; */	/* space for the backgroung image */
            margin-top: 1ex;
	  }
H2	  { background-color: #ccc; }
EM.copyright { color: #b0b0b0; }
P.copyright {
	    display:none;
	    position: absolute;
	    bottom: 0px;
	    height: 1ex;
}
/*****************************************************************
 * 
 * thumbnail page
 * 
 */ 
.thumb_table { 
	    float: right; width: 65%; margin-left: 0.5em; margin-bottom: 2ex;
}
.thumb_intro { 
           margin-left: 32px;  position: relative;
	   top: 3ex; width: 35%;
}
H1.thumb_master
          { color: #b0b0b0;
	    text-align: left;
	    text-indent: 32px;
	    /* height: 80px; */	/* space for the backgroung image */
            margin-top: 1ex;
            float:left; 
            width: 150px; 
            height: 1ex;	  
}
/*
DIV.thumb_master {
	    position: absolute;
	    top: 0 px;
	    left: 0 px;
	    height: 95%;
}
*/
TABLE.thumb_master {
	    border-width:0px;
	    background-color: #3f3f3f;
	    min-width: 10%;
	    max-width: 90%;
	    padding-left: 1%;
	    padding-right: 1%;
	    padding-top: 1%;
	    padding-bottom: 1%;
/*
	    border: 1px inset #888;
*/
}
TD.thumb_master {
	    border: 1px outset #888;
}
TD.thumb_txt {
	    background-color: #3f3f3f;
	    width: 10%;
	    padding: 0px;
	    margin: 0px;
	    font-size: small;
	    font-weight: bold;
	    font-variant:small-caps;
	    vertical-align:bottom;
}
TD.thumb_img {
	    background-color: #3f3f3f;
	    color: #a0a0a0;
	    height: 85px;  /* must be larger than the largest thumbnail height */
	    margin: 0px;
}
TABLE.thumb_main {
 	    border-width:0px;
	    height: 130px;
	    width: 85px;
	    padding: 0px;
	    margin: 0px;
}
DIV.nav_index {
	    position: relative;
	    text-align: left;
	    bottom: 2ex;
            left: -53%; /* (1/width of table)*left_table_margin */ 
            padding-left: 32px;
	    height: 7ex;
	    font-size: smaller;
}
/*****************************************************************
 * 
 *  image pages
 * 
 */ 
.large_image_image {
            position: relative;
            top: 20px;
            text-align: center;
            vertical-align: middle;
}
.long_desc {
	    position: absolute; 
            top: 6px;
            right: 6px; 
            text-align: right;
}
IMG.large_image_image {
            display: block;
            margin-left: auto;
            margin-right: auto;
            vertical-align: middle;
            border: 1px inset #555;
            padding: 2px 1px 1px 2px;
            background-color: #555;
/* ... top right bottom left ...
            padding: 3px 2px 2px 3px;
	    padding: 12px 12px 16px 12px;
*/
}
HR.large_im_foot {
	    display:none;
}	
DIV.large_im_foot {
	    position: absolute;
	    text-align: left;
	    bottom: 3ex;
	    left: 32px;
	    font-size: smaller;
}
