@charset "windows-1255";
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 300;
height: 300;
padding: 10px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 1;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px arial;
letter-spacing: 2px;
padding-top: 234;
FONT-WEIGHT: bold;
line-height: 1.1em;
color: #FF8827;
padding: 12px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #4A4A4A;
padding: 10px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;

z-index: 5;
}

.text11 {
	font-family: arial;
	font-size: 14px;
	color: #F5F5F5;
	text-decoration: none;
	FONT-WEIGHT: none;
}

.text1 {
	font-family: arial;
	font-size: 10px;
	color: #F5F5F5;
	text-decoration: none;
	FONT-WEIGHT: none;
	text-align:right
}

.text111 {
	font-family: arial;
	font-size: 10px;
	color: #800000;
	text-decoration: none;
	FONT-WEIGHT: none;
	text-align:right
}
.text14 {
	font-family: arial;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	FONT-WEIGHT: none;
	text-align:right
}
.text15 {
	font-family: arial;
	font-size: 14px;
	color: #808080;
	text-decoration: none;
	FONT-WEIGHT: none;
	text-align:right
}
