#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #0B0A27;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
font: normal 9px Arial;
padding-left:10px; padding-right:10px; padding-top:10px
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px Arial;
//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: #012501; text-align:center; color:#F1ECE2; font-weight:bold
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

a:link    {color: #08260B; text-decoration:underline; font-family: Arial, Verdana, 'Sans Serif';   }
a:visited {color:#08260B; text-decoration:underline; font-family: Arial, Verdana, Sans Serif;  }
a:active  {color:#08260B; text-decoration:none; font-family: Arial, Verdana, Sans Serif; }
a:hover   {color:#FFFFFF; text-decoration:none; font-family: Arial, Verdana, Sans Serif; }

a:link.nav    {color: #FFFFFF; text-decoration:none; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.nav  {color:#FFFFFF; text-decoration:none; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:active.nav   {color:#FFFFFF; text-decoration:none; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:hover.nav    {color:#A68B60; text-decoration:none; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }

a:link.8s    {color: #6c0000; text-decoration: underline; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.8s  {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.8s   {color:#C16100; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.8s    {color:#C16100; text-decoration:none; font-family: Arial,Verdana, Sans Serif; font-weight: bold; font-size: 10pt;}

a:link.h    {color: #6c0000; text-decoration: underline; font-family: Arial, Verdana, 'Sans Serif'; font-weight: bold;font-size: 10pt;  }
a:visited.h  {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold;font-size: 10pt; }
a:active.h   {color:#6c0000; text-decoration:underline; font-family: Arial, Verdana, Sans Serif; font-weight: bold; font-size: 10pt; }
a:hover.h    {color:#6c0000; text-decoration:none; font-family: Arial,Verdana, Sans Serif; font-weight: bold; font-size: 10pt;}


body
{ 
	font-family: Arial; font-weight: bold;
	color: #000000;font-size: 11pt; background-image:url('images/blueprintgrey.jpg')
}

table, td
{ 
	font-family: Arial; font-weight: bold;
	color: #000000;font-size: 11pt;
}



.img
{
	border: 3px solid #212115; padding: 2px
}