body
{
	background-image: url(img/bg_b4h.gif); margin-top: 20px;
}

img.bdr
{
	border: 1px solid #ffffff;
}

.parent
{
	border: 1px solid #d35619; padding: 5px 0px 1px 0px; background-color: #d35619;
}

.flash
{
	padding: 1px 0px 1px 0px;
}

td.orange
{
	background-color: #000000; padding: 0px 9px 9px 9px;
}

td.orange_old
{
	background-color: #d35619; padding: 0px 9px 9px 9px;
}

.white
{
	background-color: #ffffff; padding: 0px 9px 9px 9px;
}

.wspacer
{
	background-color: #ffffff;
}

.ospacer
{
	background-color: #000000;
}

.ospacer_old
{
	background-color: #d35619;
}

.whitebdr
{
	background-color: #ffffff; padding: 0px 9px 9px 9px; border-right: 1px solid #d35619;
}

p, p.lite, .hdr, .whdr, .footer, formlabel, .quote
{
	font-family: verdana; 
}

p
{
	font-size: 11px; color: #000000; margin: 0px 0px 8px 0px;
}

.lite
{
	font-size: 11px; color: #ffffff; margin: 0px 0px 8px 0px;
}
.hdr
{
	font-size: 18px; color: #d35619; font-weight: bold; margin: 0px 0px 6px 0px;
}

.whdr
{
	font-size: 18px; color: #ffffff; font-weight: bold; margin: 0px 0px 6px 0px;
}

.footer
{
	color: #ffffff; margin-top: 5px; font-size: 9px;
}

.formlabel, option, select
{
	margin: 0px 0px 2px 0px; color: #777777; font-size: 9px;
}

.quote
{
	font-size: 13px; font-weight: bold; text-align: center; margin-bottom: 15px; font-style: italic;
}

a, a:visited
{
	color: #d35619; text-decoration: none;
}

a:hover
{
	color: #d35619; text-decoration: underline;
}

a.orange, a.orange:visited
{
	color: #ffffff; text-decoration: underline;
}

a.orange:hover
{
	color: #ffffff; text-decoration: none;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background-image: url(img/bg_b4h.gif);
border: 1px solid #ffffff;
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;
}

#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;
}