#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
font: normal 9px georgia;
padding-left:10px; padding-right:10px; padding-top:10px
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: normal 16px georgia;
//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: #0E2105; text-align:center
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid red;
background-color: #121631;
padding: 5px;
z-index: 5;
}


a:link.t    {color: #A50E1D; text-decoration: none; font-family: Georgia;;font-size:11pt; font-weight:bold }
a:visited.t {color:#A50E1D; text-decoration:none; font-family: Georgia; font-weight: bold;font-size:11pt }
a:active.t  {color:#A50E1D; text-decoration:none; font-family: Georgia; font-weight: bold;font-size:11pt }
a:hover.t   {color:#A50E1D; text-decoration:underline; font-family: Georgia; font-weight: bold; font-size:11pt}


a:link    {color: #ffffff; text-decoration: none; font-family: Georgia;;font-size:11pt; font-weight:bold }
a:visited {color:#ffffff; text-decoration:none; font-family: Georgia; font-weight: bold;font-size:11pt }
a:active  {color:#ffffff; text-decoration:none; font-family: Georgia; font-weight: bold;font-size:11pt }
a:hover   {color:#A50E1D; text-decoration:underline; font-family: Georgia; font-weight: bold; font-size:11pt}

a:link.f    {color: #A50E1D; text-decoration: none; font-family: Georgia;;font-size:8pt; }
a:visited.f {color:#A50E1D; text-decoration:none; font-family: Georgia; ;font-size:8pt }
a:active.f  {color:#A50E1D; text-decoration:none; font-family: Georgia; font-size:8pt }
a:hover.f   {color:#A50E1D; text-decoration:none; font-family: Georgia; font-size:8pt}


body
{ 
	font-family: Georgia;; 
	background-color: #121631; color:#000000}; 
	font-size: 10pt;
}