a:link    {color:#666835; text-decoration:underline; font-family: Arial, Verdana, Helvetica; font-weight: normal; font-size: 10pt;}
a:visited {color:#7D2626; text-decoration:underline; font-family: Arial, Verdana, Helvetica; font-weight: normal; font-size: 10pt;}
a:active  {color:#101B59; text-decoration:none; font-family: Arial, Verdana, Helvetica; font-weight: normal; font-size: 10pt;}
a:hover   {color:#101B59; text-decoration:none; font-family: Arial, Verdana, Helvetica; font-weight: normal; font-size: 10pt}

h2
{
	color: #000000;font-size:10pt; font-weight:bold 
}


table, td, th
{
	font-family:  Arial, Verdana, Helvetica;
	color: #000000;font-size:10pt; font-weight:normal
	
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #101B59;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
font: bold 12px arial;
}

#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: white;
}

#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;
}



#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font: 12px arial;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
