<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * jQuery UI CSS Framework @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	text-transform: uppercase;
    border-bottom : 1px solid #e4e4e4/*{borderColorHeader}*/;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	color: #f7941d/*{fcHeader}*/;
    font-size:16px;
    line-height:46px;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}




/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 8px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 8px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 8px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 8px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #777777/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .7/*{opacityOverlay}*/;
	filter: Alpha(Opacity=70)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}


.dialog-bow{position: absolute; left: -35px; top: -51px; z-index: 1000;}
.dialog-info{text-align: center; color: #3a3a3a; font-size: 20px; padding-top: 3px; padding-left:20px;  margin: 0; line-height: 1.2em;}
.dialog-info small{font-size: 13px;}
.dialog-buttons{padding: 0 0 0 75px; margin: 20px 0 0 0; }
.dialog-buttons input{height: 32px; border: 1px solid #e4e4e4; width: 220px; border-radius:6px; padding: 0 0 0 10px; font-size: 13px; margin: 0; }
.dialog-buttons input[type="button"]{ width: 175px; margin: 0 0 0 20px; border: 1px solid #e6983b; background: linear-gradient(to bottom, #ffb256, #f7951f); color: white; padding: 0; height: 34px; cursor: pointer; }
.dialog-buttons input.dialog-error{border: 1px solid red;}
.dialog-loading{display: none; background: url('images/loading.gif') center center no-repeat; height: 32px; margin-top: 20px;}
.dialog-result{text-align: center; margin-top: 20px;  font-weight: bold; font-size: 13px;}
.dialog-timer{width: 231px; height: 53px; margin: 5px auto 0 auto; background: url('images/timer.png');position: relative; font-size: 32px; font-weight: bold; color: white;}
.dialog-timer .dialog-cell1{position: absolute; left: 24px; top:7px;}
.dialog-timer .dialog-cell2{position: absolute; left: 56px; top:7px; }
.dialog-timer .dialog-cell3{position: absolute; left: 90px; top:7px; }
.dialog-timer .dialog-cell4{position: absolute; left: 122px; top:7px; }
.dialog-timer .dialog-cell5{position: absolute; left: 157px; top:7px; }
.dialog-timer .dialog-cell6{position: absolute; left: 189px; top:7px; }
.dialog-item{width: 100%; height: 54px; background: #fefef4; margin-top: 10px; border-top:1px solid #f6f5f0;border-bottom:1px solid #f6f5f0; overflow: hidden;}
.dialog-item .dialog-cell{float: left; border-right:1px solid #f6f5f0;; height: 54px; line-height: 16px; overflow: hidden; line-height: 20px; padding-top: 7px; text-align: center;}
.dialog-item .dialog-cell0{width: 52px; padding-left: 3px; border-right: none; padding-top: 0px;}
.dialog-item .dialog-cell1{width: 100px; vertical-align: middle; font-weight: bold; font-size: 11px; text-transform: uppercase;}
.dialog-item .dialog-cell2{width: 100px;}
.dialog-item .dialog-cell3{width: 80px;}
.dialog-item .dialog-cell4{width: 120px; border-right:none;}

.dialog-gift-buttons{position: relative; padding: 0; margin: 0;}
.dialog-gift-add,.dialog-gift-no{padding: 7px 0;  width: 175px; font-size: 13px;   position: absolute; text-align: center; border-radius:6px; cursor: pointer; }
.dialog-gift-add:hover,.dialog-gift-no:hover{text-decoration: none;}
.dialog-gift-no{left: 20px; top: 5px; color: #575757!important; font-weight: bold; border: 1px solid #d9d9d9; background: linear-gradient(to bottom, #f5f5f5, #dddddd); }
.dialog-gift-add{right: 20px; top: 5px; color: white!important; font-weight: bold; border: 1px solid #e6983b; background: linear-gradient(to bottom, #ffb256, #f7951f);  }
</pre></body></html>