﻿#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #d5d0b3;
border: 5px #FFFFFF outset;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
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;
border: 5px inset #d2e3ef;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-size: 12px;
position: absolute;
visibility: hidden;
border: 2px solid black;
background-color: #EFEFEF;
padding: 8px;
z-index: 5;
}

.BodyColorB
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #702303;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}

.BodyNorm
{
	border-width: 1px;
	FONT-WEIGHT: normal;
		FONT-SIZE: 11px;
		COLOR: #a27f71;
		LINE-HEIGHT: normal;
		FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}