#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #7E674D;
visibility: hidden;
z-index: 1000000;
cursor: hand;
cursor: pointer;
font: bold 12px Times New Roman;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Times New Roman;
//letter-spacing: 5px;
//line-height: 1.1em;
color: white;
//padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #7E674D;
padding: 5px;
z-index: 1000000;
}

a:link       { color: #E7D3A5; text-decoration: none; font-family: Arial, Verdana; font-weight: bold }
a:visited    { color: #BA7572; text-decoration: none; font-family: Arial, Verdana; font-weight: bold }
a:active     { color: #005B00; text-decoration: none; font-family: Arial, Verdana; font-weight: bold }
a:hover      { color: #005B00; text-decoration: none; font-family: Arial, Verdana; font-weight: bold }




body         { font-family: Arial, Verdana; background-color: #000000; color: 
               #FFFFFF; font-size: 10pt; font-weight bold }
table
{
		font-family: Arial, Verdana; background-color: #000000; color: 
               #FFFFFF; font-size: 10pt; font-weight bold
}
