@charset "UTF-8";

/* Cascading Style Sheet for http://www.corliss-lamont.org/hsmny/ (index.html)
   URL of this file: http://www.corliss-lamont.org/hsmny/hsmny.css
   To be used for all media.
   Copyright 2005-2010 by Frank. All rights reserved. */

a:link,a:active,a:visited { background-color: inherit; color: #0000ff; font-size: inherit; }
a:visited { text-decoration: none; background-color: inherit; color: #990099; font-size: inherit; }
a:hover { text-decoration: none; background-color: inherit; color: #ff0000; font-size: inherit; }

.nbi { white-space: nowrap; }

.tildes { font-size: 17px; }

.verysmall {
background-color: inherit;
color: #101010;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-align: center;
}

#thumbBox{ /* Outermost DIV for thumbnail viewer */
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
color: inherit;
}

#thumbBox .footerbar{ /* Footer DIV of thumbbox that contains "close" link */
font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 5px;
line-height: 1.1em;
background-color: inherit;
color: #FFFFFF;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /* DIV within thumbbox that holds the enlarged image */
background-color: white;
color: inherit;
}

#thumbLoading{ /* DIV for showing "loading" status while thumbbox is being generated */
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
color: inherit;
padding: 5px;
z-index: 5;
}
