<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* WebTV Styles */
/***************************** tooltip ***********************************/
#kTooltip { position:absolute; z-index:9999; color:#000; font-size:11px; background-color:#fff; border:1px solid #d7d7d7; }
#kTooltip .tipHeader { position:relative; height:12px; overflow:visible; padding:5px; background:#f0f1f2 url('../images_default/table_topbot_bkg.gif') repeat-x top; font-weight:bold }
#kTooltip .tipHeader { *background:none;  } /* IE hack */
#kTooltip .tipBody 	{ border-top:1px solid #e6e6e8; position:relative; padding:5px; }
#kTooltip .tipBody table td { padding:2px; }
#kTooltip .tipFooter { height:2px; }
#kTooltip {  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
			-moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.1);
			box-shadow:         0px 0px 5px rgba(0,0,0,0.1); }
#kTooltip	 	{ -moz-border-radius:    4px; 
	 			  -webkit-border-radius: 4px; 
				  border-radius:         4px; }


/***************************** modal ***********************************/
#kModalOverlay { position: fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:99; background: #000; opacity: 0.3; filter: alpha(opacity=30); /*background: #000; opacity: 0.2; filter: alpha(opacity=20);*/ /*background: url('../images_default/page_loading_overlay.gif');*/}
#kModal { position:absolute; z-index:9999; color:#000; font-size:11px; border:1px solid #d7d7d7; border:3px solid #505050; background:#f4f5f7; /* same body background color of _popup.css */ }
#kModal .modalHeader { position:relative; /*border-bottom:2px solid #e6e6e8;*/ overflow:visible; background:#f4f5f7; font-weight:bold; cursor: move; font-size:12px; padding:0; padding-top:8px; height:24px;}
#kModal .modalBody 	{ position:relative; padding:5px; }
#kModal .modalFooter { height:2px; clear:both; }
#kModal .modalBody .clearFix { clear:both; }
#kModal .modalBody .ctrButtonContainerOut 	{ position:relative; left:50%;  float:left; clear:both; padding-top:10px; }
#kModal .modalBody .ctrButtonContainerIn 	{ position:relative; left:-50%; overflow:auto}
#kModal .modalBody .button 		/* v1900pf2 */{ display:block; margin-left:5px; margin-right:5px; float:left; width:70px; color:#000 !important; background:#ffffff /*url('../images_default/button_bkg_normal.gif') bottom repeat-x*/; border:1px solid #d7d7d8; padding-left:10px; padding-right:10px; padding-top:4px; height:20px; font-size:12px; line-height:16px; font-weight:bold; }
#kModal .modalBody .button:hover /* v1900pf2 */{ color:#fff !important; background:#303030 /*url('../images_default/button_bkg_hover.gif') top repeat-x*/; border:1px solid #303030; text-decoration:none; }
#kModal .modalBody .button 		{ -moz-border-radius:    3px; 
	 			    			  -webkit-border-radius: 3px; 
								  border-radius:         3px; }

#kModal.alert .modalHeader,  /* v3000 */
#kModal.confirm .modalHeader  /* v3000 */ { /*width:310px;*/ text-align:left; padding-left:5px;  padding-right:5px; }

#kModal.alert .modalBody,   /* v3000 */
#kModal.confirm .modalBody /* v3000 */
{ /*width:300px;*/ box-sizing:border-box; text-align:center; padding:10px; font-size:12px; }

#kModal.modal .modalHeader{ text-align:left; padding-left:5px;  padding-right:5px; }
#kModal.modal .modalBody  { padding:0; }
#kModal.modal .modalFooter { height:0; clear:both; }

#kModal.loading .modalBody  { background:#f4f5f7 url('../images_default/icon_loading.gif') center center no-repeat; z-index:2 } /* same body background color of _popup.css */
#kModal.baseLoading 	  { background:#f4f5f7 url('../images_default/icon_loading.gif') center center no-repeat; z-index:2} /* same body background color of _popup.css */

#kModal .modalBody iframe /* v3000 */{
		position:absolute;
		left:0;
		top:0;
        width:300px;
		min-width: 100%  !important;
        *width: 100%;
		height:100%;
		min-height:100% !important;
    }

#kModal.shadowed { 	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
		 			-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.5);
		  			box-shadow:         0px 0px 10px rgba(0,0,0,0.5); }

#kModal.rounded 	{ 	-moz-border-radius:    4px; 
	 	  				-webkit-border-radius: 4px; 
		  				border-radius:         4px; }

.modalIconAlert 	{ width:16px; height:16px; float:left; margin-right:5px; margin-top:-1px; background:url('../images_default/modal_icon_alert.png') no-repeat;}
.modalIconConfirm 	{ width:16px; height:16px; float:left; margin-right:5px; margin-top:-1px; background:url('../images_default/modal_icon_confirm.png') no-repeat;}
.modalIconModal 	{ width:16px; height:16px; float:left; margin-right:5px; margin-top:-1px; background:url('../images_default/modal_icon_modal.png') no-repeat;}
.modalIconClose 	{ width:16px; height:16px; float:right; margin-left:5px; margin-top:-1px; background:url('../images_default/modal_icon_close.png') no-repeat;}
.modalIconResize 	{ width:16px; height:16px; float:right; margin-left:5px; margin-top:-1px; background:url('../images_default/modal_icon_resize.png') no-repeat;}
.modalIconCloseOverlay  	{ width:45px; height:45px; float:right; background:url('../images_default/modal_icon_close_overlay.png') no-repeat; position:absolute; right:0; z-index:9; margin-top:-30px /*-24px*/; margin-right:-30px /*-24px*/;}

/* v1610 */
.hidpi .modalIconAlert 	{ background-image:url('../images_default/modal_icon_alert_hidpi.png'); background-size: 16px 16px;}
.hidpi .modalIconConfirm{ background-image:url('../images_default/modal_icon_confirm_hidpi.png'); background-size: 16px 16px;}
.hidpi .modalIconModal 	{ background-image:url('../images_default/modal_icon_modal_hidpi.png'); background-size: 16px 16px;}
.hidpi .modalIconClose 	{ background-image:url('../images_default/modal_icon_close_hidpi.png'); background-size: 16px 16px;}
.hidpi .modalIconResize { background-image:url('../images_default/modal_icon_resize_hidpi.png'); background-size: 16px 16px;}
.hidpi .modalIconCloseOverlay { background-image:url('../images_default/modal_icon_close_overlay_hidpi.png'); background-size: 45px 45px;}

</pre></body></html>