#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0px;
	top: 0px;
	/*margin:-10px 0px 0px 0px;*/
	width:100%;
	height:1200px !important;
	padding: 20px 0px 20px 0px;
	display:none;
	z-index: 1000001;
	cursor: pointer;
	background-image:url(images/waiting_back.gif);
	vertical-align:top;
	text-align:center;
	border:1px solid black;
	visibility:hidden;
}
#thumbBox iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

#cross
{

	height: 22px;
	width: auto;
	background: url(images/cross.png) no-repeat right;
	float: right;
	/*border: 1px solid yellow;*/
display: none;
margin-bottom: -13px;
}
#thumbBoxBorder
{

	margin: 9px;
/*	margin-top: -10px;*/
	padding: 10px;
	background: #313131;/* url(images/cross.png) no-repeat top right;*/
	border: 1px solid white;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
/*line-height: 1.1em;*/
color: white;
padding: 0px;
margin: -10px 0px 5px 0px;
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: 999;
}

.table_popup .top_left, .table_popup .top_right, table_popup .bottom_left, .table_popup .bottom_right
{
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
}
.table_popup .right
{
	background-repeat: repeat-y;
	width:22px;
}

.table_popup .top_left		{ background-image: url(popup_top_left.png) }
.table_popup .top			{ background-image: url(popup_top.png) }
.table_popup .top_right		{ background-image: url(cross.png) }
.table_popup .bottom_left	{ background-image: url(popup_bottom_left.png) }
.table_popup .bottom		{ background-image: url(popup_bottom.png) }
.table_popup .bottom_right	{ background-image: url(popup_bottom_right.png) }
.table_popup .left			{ background-image: url(popup_left.png) }
.table_popup .right			{ background-image: url(popup_right.png) }