<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; 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); }
#kModal { position:absolute; z-index:9999; color:#000; font-size:14px; border:1px solid #d7d7d7; border:3px solid #505050; background:#fff; }
#kModal .modalHeader { position:relative; z-index:3; overflow:visible; background:#fff; font-weight:bold; cursor: move; font-size:14px; padding:0; padding-top:8px; height:30px; line-height:22px;
	/*-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:    0px 0px 10px rgba(0,0,0,0.1);
	box-shadow:         0px 0px 10px rgba(0,0,0,0.1); */
}
#kModal .modalHeader span { display:block; float:left; max-width:45%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#kModal .modalBody 	{ position:relative; padding:5px; }
#kModal .modalFooter { height:2px; clear:both; }
#kModal .modalBody .clearFix { clear:both; }
#kModal .modalBody .ctrButtonContainerOut 	/* v3000 */{ /*position:relative; left:50%;  float:left;*/ clear:both; padding-top:10px; }
#kModal .modalBody .ctrButtonContainerIn 	/* v3000 */{ /*position:relative; left:-50%; overflow:auto*/ display: inline-block; }

#kModal .modalBody .button { display:block; margin-left:5px; margin-right:5px; float:left; min-width:70px; color:#000 !important; background:#fff; border:1px solid #e3e3e3; padding-left:10px; padding-right:10px; height:30px; font-size:14px; line-height:30px; font-weight:bold; }
#kModal .modalBody .button:hover { color:#fff !important; background:#303030; border:1px solid #303030; text-decoration:none; }
#kModal .modalBody .button {
	-moz-border-radius:    3px; 
	-webkit-border-radius: 3px; 
	border-radius:         3px;
}
#kModal.alert .modalHeader,
#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:#fff url('../images/icon_loading.gif') center center no-repeat; z-index:2 }

#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.baseLoading { background:#fff url('../images/icon_loading.gif') center center no-repeat; z-index:2}

#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; }

.modalIcon {
	color:#888; display:block; width:30px; height:30px; line-height:30px; font-size:22px; margin-right:5px; margin-top:-1px;
	/* requires fonts/icomoon/icomoon.css */
	
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modalIcon:hover { color:#000; text-decoration:none; }

.modalIconAlert 	{ float:left; }
.modalIconAlert:before {
	/* icon-info_outline */ 
	content: "\e88f";
}
.modalIconConfirm 	{ float:left; }
.modalIconConfirm:before {
	/* icon-help_outline */
	content: "\e8fd";
}
.modalIconModal 	{ float:left; }
.modalIconModal:before 	{ 
	/* icon-filter_none */
	content: "\e3e0";
}
.modalIconClose 	{ float:right; margin-left:5px; margin-right:0; }
.modalIconClose:before { 
	/* icon-close */
    content: "\e5cd";
}
.modalIconResize 	{ float:right; margin-left:5px; margin-right:0; }
.modalIconResize:before {
	/* icon-fullscreen */
	content: "\e5d0";
}
.modalIconCloseOverlay { width:45px; height:45px; font-size:45px; line-height:45px; float:right; position:absolute; right:0; z-index:9; margin-top:-30px /*-24px*/; margin-right:-30px /*-24px*/;}
.modalIconCloseOverlay:before{
	/* icon-cancel */
	content: "\e5c9";
}

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