@charset "utf-8";
/* CSS Document */

#popupContainer {
	height:268px;
	width:348px;
	position:absolute; 
	padding-left:45px;
	padding-top: 5px;
    left:0;  
    top:0;  
    display:none;  
    z-index: 1000; 
	background-image:url(../images/popup-graphic_lg.gif);
	background-repeat:no-repeat;
}

#closeShell {
	width:18px;
	height:18px;
	position:relative;
}
#popupContainer div.close {
	width:18px;
	height:18px;
	background-image:url(../images/close.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:13px;
	top:8px;
	cursor:pointer;
}

#popupArrowShell {
	float:left;
	width:32px;
	height:276px;
	position:relative;
}
#popupArrow {
	position:absolute;
	left:2px;
	width:32px;
	height:44px;
	background-color:transparent;
	background-image: url(../images/popup_arrow.gif); 
	background-repeat:no-repeat;
	background-position:top center;
	z-index:999;
}
#popupContentShell {
	float:left;
	padding:5px 10px;
	background-color:#fff;
	height:348px;
	border: 1px solid #acaeb1;
	width:188px;

}
#popupContent {
	width:332px;
	height:225px;
	margin: 20px 0px 0px;
	text-align:left;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:scroll;
}
#popupContentArch {
	width:168px;
	height:245px;
	margin: 20px 0px 0px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:scroll;
	background: #ffffff none;
}

#popupContent p {
	margin-top:0;
}
#callpop {
	font-size:10px
}
