<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
	position:absolute;
	z-index: 1;
}

.masked .yui-panel-container {

    /*
        Default to a z-index 1 higher than default if the Panel is modal
        to make sure the panel is above its modality mask.
    */

   z-index: 2;

}

.yui-tt {
	visibility:hidden;
	position:absolute;
	color:#333;
	background-color:#FDFFB4;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:2px;
	border:1px solid #FCC90D;
	font:100% sans-serif;
	width:auto;
}

/*
    PLEASE NOTE: The &lt;DIV&gt; element used for a Tooltip's shadow is appended
    to its root element via JavaScript once it has been rendered.  The
    code that creates the shadow lives in the Tooltip's public "onRender"
    event handler that is a prototype method of YAHOO.widget.Tooltip.
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {

    display: none;

}

* html body.masked select {
	visibility:hidden;
}

* html div.yui-panel-container select {
	visibility:inherit;
}

* html div.drag select {
	visibility:hidden;
}

* html div.hide-select select {
	visibility:hidden;
}

.mask {
    /*
        Default to a z-index of 1 less than the default defined
        by ".masked .yui-panel-container"
    */

    z-index: 1;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating
       above them.

    2) An Overlay's scrollbars and the scrollbars of its child nodes remain
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child
       nodes is toggled between "hidden" and "auto" (through the application
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between
       "false" and "true."

    2) The "display" property of &lt;SELECT&gt; elements that are child nodes of the
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:

    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are
       applied only for Gecko on Mac OS X and are added/removed to/from the
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.

    2) There may be instances where the CSS for a web page or application
       contains style rules whose specificity override the rules implemented by
       the Container CSS files to fix this bug.  In such cases, is necessary to
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

	overflow: hidden;

}

.hide-scrollbars select {

	display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

	padding: 3px;
	background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

.yui-panel {
	height:100%;
	visibility:hidden;
	border-collapse:separate;
	position:relative;
	left:0;
	top:0;
	font:1em Arial;
	background-color:#FFF;
	border:1px solid #000;
	z-index:1;
	overflow:hidden;
}

/*.yui-panel .hd {
	background-color:#3d77cb;
	color:#FFF;
	font-size:100%;
	line-height:100%;
	border:1px solid #FFF;
	border-bottom:1px solid #000;
	font-weight:bold;
	padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
	overflow:hidden;
	padding:4px;
}

.yui-panel .bd p {
	margin:0 0 1em;
}
*/

.yui-panel .container-close {
	background:url('/image/common/btn_close.gif') left top no-repeat;
	position:absolute;
	top:7px;
	right:10px;
	z-index:6;
	height:12px;
	width:13px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	visibility:inherit;
}
/*
.yui-panel .ft {
	overflow:hidden;
}*/




/************************************************************************ skin ***/

/* Apply the border to the right side */
.yui-panel { position:relative; width:100%;height:100%;border:none; overflow:hidden; background:transparent url('/image/diary/customer/layerBgR2.gif') repeat-y top right; }
*:first-child+html .yui-panel { background:transparent url('/image/diary/customer/layerBgR.gif') repeat-y top right; }

/* Style the header with its associated corners */
.yui-panel .hd { display:block;width:100%;padding:0;margin:0; border:none; background:transparent url('/image/diary/customer/layerT.gif') top left repeat-x; color:#4c3691; height:32px; text-align:left; vertical-align:middle; overflow:visible; }
.yui-panel .hd dl { position:absolute;float:left;display:block;width:100%;margin:0;padding:0;}
.yui-panel .hd dt { float:left;line-height:26px; margin:0 0 0 10px;vertical-align:middle;overflow:hidden;display:block;color:#4c3691;font-weight:bold; }

.yui-panel .hd dd { width:86px;float:right;margin:0 4px 0 0;padding:5px 0 0 0;text-align:right; }

.yui-panel .hd dd img { float:left;display:inline;width:38px; margin:0 2px 0 1px; }
.yui-panel .hd .tl { width:18px;height:32px; top:0;left:0; background:transparent url('/image/diary/customer/layerTl.gif'); position:absolute;z-index:150; }
.yui-panel .hd .tr { width:9px;height:32px; top:0;right:0; background:transparent url('/image/diary/customer/layerTr.gif') right top; position:absolute;z-index:250; }
*:first-child+html .yui-panel .hd dt { margin:0 0 0 18px; }
*:first-child+html .yui-panel .hd dd { margin:0 8px 0 0; }
*:first-child+html .yui-panel .hd .tl { bottom:0;background:#fff url('/image/diary/customer/layerTl.gif'); }
*:first-child+html .yui-panel .hd .tr { right:0; }


/* Style the body with the left border */
.yui-panel .bd { width:90%;height:100%;border:none;margin:0;background:transparent url('/image/diary/customer/layerBgL.gif') left top repeat-y !important; }

*:first-child+html .yui-panel .bd { width:96%;margin:0;background:#fff url('/image/diary/customer/layerBgL.gif') left top repeat-y; }
.yui-panel .bd span {background:#fff;display:block;margin:0 10px 0 12px;padding:0 0 0 8;height:34px;overflow-x:hidden;overflow-y:scroll;scrollbar-face-color:#c8bbd6;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#c8bbd6;/* */
	scrollbar-3dlight-color:#c8bbd6;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#f7f7f7;
	scrollbar-darkshadow-color:#fff;
	scrollbar-base-color:#c8bbd6;
	}
.yui-panel form { margin:0;padding:0; }
.yui-panel .bd dl { width:98%;margin:0 0 0 10px;padding:0;background:#fff; }
*:first-child+html .yui-panel .bd dl { width:100%;height:100%;margin:0 0 0 6px !important;padding:0;background:#fff; }
/* url('/image/diary/customer/ico_li.gif') left bottom repeat-x */

/*.yui-panel .bd dt { clear:left;float:left;width:62px;height:100%;margin:0 -4px 0 4px;padding:4px 0 3px 16px;font-size:11px;font-weight:bold;color:#4c3691;background:#fff url('/image/diary/customer/ico_li2.gif') left bottom repeat-x;text-align:left; }
*:first-child+html .yui-panel .bd dt { width:61px; }
.yui-panel .bd dd { display:block;margin:0 8px 0 0;padding:3px 0 4px 0;font-size:11px;background:#fff url('/image/diary/customer/ico_li.gif') right bottom repeat-x;text-align:left;height:100%;}*/

.yui-panel .bd dl dt { background:#fff;left:4px;position:relative;z-index:5;clear:left;float:left;width:50px;height:100%;;font-size:11px;font-weight:bold;color:#4c3691;text-align:left; padding:0 0 0 14px;}
/* margin:0 -4px 0 4px;padding:4px 0 3px 16px */
*:first-child+html .yui-panel .bd dt { width:61px; }
.yui-panel .bd dl dd { position:relative;top:-20px;left:8px;width:68%;display:block;margin:0 8px -20px 0;padding:3px 0 4px 54px;font-size:11px;background:#fff url('/image/diary/customer/ico_li.gif') right bottom repeat-x;text-align:left;height:100%; }
*:first-child+html .yui-panel .bd dd {position:relative;top:-20px;left:12px;width:72%;display:block;margin:0 8px -16px 0;padding:3px 0 4px 50px;font-size:11px;background:#fff url('/image/diary/customer/ico_li.gif') right bottom repeat-x;text-align:left;height:100%; }


.yui-panel .bd dl.last dt { background:#fff;left:4px;position:relative;z-index:5;clear:left;float:left;width:60px;height:100%;font-size:11px;font-weight:bold;color:#4c3691;text-align:left; padding:0 0 0 14px;}
.yui-panel .bd dl.last dd { position:relative;top:-20px;left:4px;width:58%;display:block;margin:0 8px -16px 0;padding:3px 0 4px 58px;font-size:11px;background:#fff;text-align:left;height:100%; }

*:first-child+html .yui-panel .bd dl.last dd { width:72%; }

.yui-panel .bd dl dt img { margin:0;background:#fff; }

.yui-panel .bd dl dd input { width:122px;height:11px !important;line-height:11px;overflow:hidden;margin:0 0 0 -4px; }
.yui-panel .bd dl dd textarea { width:122px;height:113px; }

*:first-child+html .yui-panel .bd dl dd input { width:128px;line-height:11px; }
*:first-child+html .yui-panel .bd dl dd textarea { width:128px; }
/*  url('/image/diary/customer/ico_li.gif') left bottom repeat-x; */
/*
.yui-panel .bd dl.last dt { background:#fff !important;margin-top:-16px !important;border:1px solid red; }
.yui-panel .bd dl.last dd { display:block;margin:0 8px 0 0;padding:3px 0 4px 0;font-size:11px;background:#fff !important;text-align:left;height:100%; }
*/
*:first-child+html .yui-panel .bd dl { width:88%;margin:0 12px 0 16px; }

/* Style the footer with the bottom corner images */
.yui-panel .ft { width:100%; height:26px;display:block;padding:0;background:transparent url('/image/diary/customer/layerB.gif') left bottom repeat-x; }
/*  font-size:11px; padding:0px 10px;margin:0 0 0 6px; */
.yui-panel .ft .ftArea { float:left !important;width:90%;background:#fff;margin:0 4px -2px 3px;vertical-align:middle; }
.yui-panel .ft .fr { float:right;text-align:right; }
.yui-panel .ft .ftArea img { margin:0 0 0 4px;width:38px;height:18px; }
.yui-panel .ft .bl { width:8px; height:26px;bottom:0;left:0;background:transparent url('/image/diary/customer/layerBl.gif') left bottom no-repeat; position:absolute; }
*:first-child+html  .yui-panel .ft .bl { height:100%; }
.yui-panel .ft .br { width:10px;height:100%; bottom:0;right:0; background:transparent url('/image/diary/customer/layerBr.gif') right bottom no-repeat; position:absolute; }

*:first-child+html .yui-panel .ft .ftArea { float:left !important;width:90%;background:#fff;margin:0 0 -2px 8px; }
*:first-child+html .yui-panel .ft .bl { bottom:0; }
*:first-child+html .yui-panel .ft .br { bottom:0;right:0; }



#memoView .bd .last dt { background:#fff; }
#memoView .bd .last dd { margin-top:4px !important;line-height:12px;overflow-y:auto;height:34px;
	scrollbar-face-color:#c8bbd6;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#c8bbd6;/* */
	scrollbar-3dlight-color:#c8bbd6;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#f7f7f7;
	scrollbar-darkshadow-color:#fff;
	scrollbar-base-color:#c8bbd6;
	}

#memoView .hd .tr { right:0; }
#memoView .ft .br { right:0;bottom:-1px; }
*:first-child+html #memoView .ft .br { right:0;bottom:0; }

#memoView { background:transparent url('/image/diary/customer/layerBgR.gif') repeat-y top right; }
#memoView .bd dt { width:40px; }
#memoView .bd dl.last dd { margin-bottom:-16px; }

#memoForm .bd dt { width:46px; }
*:first-child+html #memoForm .bd dt { width:50px; }
#visit { background:transparent url('/image/diary/customer/layerBgR.gif') repeat-y top right; }
#memoForm .bd { background:#ffffff; }
#memoForm .bd dl dd { margin:0 8px -16px 6px; }
#memoForm .bd dl.last dd { top:-124px;margin:0 8px -124px 4px; }

#visit .hd dl dt { padding:0 0 0 8px; }
#visit .hd dl dd img { float:right;width:65px; }
#visit .bd dl dd { padding:3px 0 4px 68px;width:60%; }
#visit .bd dl.last dd { padding:3px 0 4px 74px; }

#loading { background:#fff !important;border:1px solid #4c3691; }
#loading .hd { background:#fff !important;padding:10px 0 0 8px;font-weight:bold;word-break:break-all;margin:0; }
#loading .bd { background:#fff !important;text-align:center; }
#loading .bd img { margin:-10px 0 -10px 0; }
#loading .ft { background:#fff !important; }

.mask {
    z-index:70;
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=30);
    background-color:#000000;
}</pre></body></html>