/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000000;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	border: 1px solid #003366;
}
#popupInner {
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background: #003366 url(../img/menuoff.gif) center center repeat;
	color:white;
	padding: 4px 4px 4px 4px;
	height:16px;
	border-bottom: 1px solid #003366;
	position: relative;
	z-index: 203;
}
#popupTitle {
        font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
        font-size:7pt;
	float:left;

}
#popupControls {
        font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
        font-size:7pt;
	float: right;
}
#popupControls a {color:white;}
#popupControls a:visited {color:white;}