#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #1d1d1d;
	visibility: hidden;
	z-index: 1000000;
	cursor: hand;
	cursor: pointer;
	font: bold 12px Verdana;
	color: #CCCCCC;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Verdana;
/*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 #1d1d1d;
background-color: #1d1d1d;
padding: 5px;
z-index: 1000000;
}
	
a:link  { color: #FFFF00; text-decoration: underline; font-family: arial; }
a:visited {color:#FFFF00; text-decoration:underline; font-family: Arial; }
a:active  {color:#FFFFFF; text-decoration:none; font-family: Arial; }
a:hover  {color:#00FF00; text-decoration:none; font-family: Arial;}

a:link.nav  { color: #FFFFFF; font-variant: small-caps; font-family: Tahoma; font-size:10pt}
a:visited.nav {color:#FFFFFF; font-variant: small-caps; font-family: Tahoma;  font-size:10pt}
a:active.nav  {color:#ffffcc; font-variant: small-caps; font-family: Tahoma;   font-size:10pt}
a:hover.nav   {color:#ffffcc; font-variant: small-caps; font-family: Tahoma; font-size:10pt}

a:link.xs    	{color:#FFFFFF; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:visited.xs    {color:#FFFFFF; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:active.xs    	{color:#FFFFFF; text-decoration:none; font-family: Arial, Sans Serif; font-weight: normal; font-size: 8pt;}
a:hover.xs    	{color:#00FF00; text-decoration:none; font-family:  Arial, Sans Serif; font-weight: normal; font-size: 8pt;}


body
{ 
	font-family: Arial; 
	color: #FFFFFF;font-size: 12pt 
}


table
{ 
	font-family: Arial; 
	color: #FFFFFF;font-size: 12pt;
}