@import "dtstyle.css";

/* dropshadow for photos and thumbnails  */
td.shr			{ background-image: none }
td.shb			{ background-image: none }
td.shbr			{ background-image: none }
td.shr img		{ background-image: none }
td.shb img		{ background-image: none }
td.shr2			{ background-image: none }
td.shb2			{ background-image: none }
td.shbr2		{ background-image: none }
td.shr2 img		{ background-image: none }
td.shb2 img		{ background-image: none }
html>body td.shr	{ background-image: none }
html>body td.shb	{ background-image: none }
html>body td.shbr	{ background-image: none }
html>body td.shr2	{ background-image: none }
html>body td.shb2	{ background-image: none }
html>body td.shbr2	{ background-image: none }


/* for single-photo pages */
img.onephoto		{ border-style: solid;  border-width: 1px; border-color: #ffffff ; margin-top:  4px; }
img.onephotosh		{ border-style: solid;  border-width: 1px; border-color: #000000 ; margin-top:  4px; background-color: #FFFFFF ; padding: 20px }
div.prevnext		{ margin: auto; line-height: 20px; text-align: center ; white-space: nowrap }
div.prevnext img	{ margin-top: 4px; margin-bottom: 4px; margin-right: 12px; margin-left: 12px }
div.prevnext		{ position: absolute ; bottom: 0px ; width: 100% ; z-index: 1 ; } /* IE */
html>body div.prevnext	{ display: table-row; vertical-align: bottom ; position: static; width: 100% } /* nice browsers */

