/* POPUP CONTAINER STYLES  */
#popupMask { position: absolute; z-index: 10000; top: 0px; left: 0px; width: 100%; height: 100%; 
	opacity: .6; filter: alpha(opacity=60); background-color: #333333; display:none; }
#popupContainer { position: absolute; z-index: 10001; top: 0px; left: 0px; display:none; padding: 0px; }
#popupInner { border: 1px solid #000000; background-color: #ffffff; }
#popupFrame { margin: 0px; width: 100%; height: 100%; position: relative; z-index: 10002; }
#popupTitleBar { background-color: #486CAE; color: #ffffff; font-weight: bold; height: 1.3em; padding: 5px; border-bottom: 1px solid #000000;
	border-top: 1px solid #78A3F2; border-left: 1px solid #78A3F2; border-right: 1px solid #204095; position: relative; z-index: 10003; }
#popupTitle { color: #ffffff; font-weight: bold; height: 1.3em; float:left; font-size: 1.1em; }
#popupControls { float: right; cursor: pointer; }
