﻿.popup 
{
	position: absolute;
	/*top: 0;
	left: 0;*/
	visibility: hidden; /* display is not set to "none" since we need to calculate the size of the popup */
	z-index: 100;
}
.popup .iconheader 
{
	display: none;
}

#popupAnimation 
{
	position: absolute;
	background: #f6f6f6;
	z-index: 5;
}

div.pop-corner-tr {position:absolute;top:0;right:0;height:45px;width:18px;background:url(graphics/popup/shade-corners.png) no-repeat 100% 0}
div.pop-corner-br {position:absolute;bottom:0;right:0;height:25px;width:18px;background:url(graphics/popup/shade-corners.png) no-repeat 100% 100%}
div.pop-corner-bl {position:absolute;bottom:0;left:0;height:25px;width:18px;background:url(graphics/popup/shade-corners.png) no-repeat 0 100%}
div.pop-corner-tl {position:absolute;top:0;left:0;height:45px;width:18px;background:url(graphics/popup/shade-corners.png) no-repeat 0 0}
div.pop-top {position:absolute;top:0;left:18px;height:45px;background:url(graphics/popup/shade-border-tb.png) repeat-x 0 0}
div.pop-bottom {position:absolute;bottom:0;left:18px;height:25px;background:url(graphics/popup/shade-border-tb.png) repeat-x 0 100%}
div.pop-main {position:absolute;top:45px;left:18px;background:white}
div.pop-right {position:absolute;top:45px;right:0;width:18px;background:url(graphics/popup/shade-border-rl.png) repeat-y 100% 0}
div.pop-left {position:absolute;top:45px;left:0;width:18px;background:url(graphics/popup/shade-border-rl.png) repeat-y 0 0}
div.pop-close {position:absolute;top:20px;right:16px;width:60px;height:20px;background:url(graphics/popup/close.gif) no-repeat 100% 0;cursor:pointer}
div.pop-close span {display: block;padding-right: 60px;}
h2#pop-topic {position:absolute;top:20px;left:20px;padding-bottom:2px;line-height:normal;width:480px}
h2#pop-topic a {color:white; border: none;}
div#pop-content,div.popup div#pop-content 
{
	position: absolute; 
	top:60px;
	left:18px; 
	width: 350px; 
	padding-right: 6px;
	overflow:auto; 
}
div#pop-content cite {display:block;padding:10px 0}
div#pop-content table 
{
	width: 700px;
}
.arrowright, .arrowleft
{
	position: absolute;
	right: -20px;
	top: 20px;
	background: url(graphics/popup/arrowright.png) no-repeat 0 0;
	width: 25px;
	height: 44px;
	z-index: 110;
}
.arrowleft 
{
	background: url(graphics/popup/arrowleft.png) no-repeat 0 0;
	left: -20px;
}
#resultPanel h2#pop-topic  
{
	width: 330px;
}
