/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
-.x-tip{\r
- position: absolute;\r
- top: 0;\r
- left:0;\r
- visibility: hidden;\r
- z-index: 20000;\r
- border:0 none;\r
-}\r
-\r
-.x-tip .x-tip-close{\r
- height: 15px;\r
- float:right;\r
- width: 15px;\r
- margin:0 0 2px 2px;\r
- cursor:pointer;\r
- display:none;\r
-}\r
-\r
-.x-tip .x-tip-tc {\r
- background: transparent no-repeat 0 -62px;\r
- padding-top:3px;\r
- overflow:hidden;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-tl {\r
- background: transparent no-repeat 0 0;\r
- padding-left:6px;\r
- overflow:hidden;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-tr {\r
- background: transparent no-repeat right 0;\r
- padding-right:6px;\r
- overflow:hidden;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-bc {\r
- background: transparent no-repeat 0 -121px;\r
- height:3px;\r
- overflow:hidden;\r
-}\r
-\r
-.x-tip .x-tip-bl {\r
- background: transparent no-repeat 0 -59px;\r
- padding-left:6px;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-br {\r
- background: transparent no-repeat right -59px;\r
- padding-right:6px;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-mc {\r
- border:0 none;\r
-}\r
-\r
-.x-tip .x-tip-ml {\r
- background: no-repeat 0 -124px;\r
- padding-left:6px;\r
- zoom:1;\r
-}\r
-\r
-.x-tip .x-tip-mr {\r
- background: transparent no-repeat right -124px;\r
- padding-right:6px;\r
- zoom:1;\r
-}\r
-\r
-.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {\r
- font-size:0;\r
- line-height:0;\r
-}\r
-\r
-.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{\r
- line-height: 1px;\r
-}\r
-\r
-.x-tip .x-tip-header-text {\r
- padding:0;\r
- margin:0 0 2px 0;\r
-}\r
-\r
-.x-tip .x-tip-body {\r
- margin:0 !important;\r
- line-height:14px;\r
- padding:0;\r
-}\r
-\r
-.x-tip .x-tip-body .loading-indicator {\r
- margin:0;\r
-}\r
-\r
-.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {\r
- cursor:move;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-tc {\r
- background: repeat-x 0 -12px;\r
- padding-top:6px;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-bc {\r
- background: repeat-x 0 -18px;\r
- height:6px;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-bl {\r
- background: no-repeat 0 -6px;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-br {\r
- background: no-repeat right -6px;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-body {\r
- padding:2px;\r
-}\r
-\r
-.x-form-invalid-tip .x-tip-body {\r
- padding-left:24px;\r
- background:transparent no-repeat 2px 2px;\r
-}\r
-\r
-.x-tip-anchor {\r
- position: absolute;\r
- width: 9px;\r
- height: 10px;\r
- overflow:hidden;\r
- background: transparent no-repeat 0 0;\r
- zoom:1;\r
-}\r
-.x-tip-anchor-bottom {\r
- background-position: -9px 0;\r
-}\r
-.x-tip-anchor-right {\r
- background-position: -18px 0;\r
- width: 10px;\r
-}\r
-.x-tip-anchor-left {\r
- background-position: -28px 0;\r
- width: 10px;\r
+.x-tip{
+ position: absolute;
+ top: 0;
+ left:0;
+ visibility: hidden;
+ z-index: 20002;
+ border:0 none;
+}
+
+.x-tip .x-tip-close{
+ height: 15px;
+ float:right;
+ width: 15px;
+ margin:0 0 2px 2px;
+ cursor:pointer;
+ display:none;
+}
+
+.x-tip .x-tip-tc {
+ background: transparent no-repeat 0 -62px;
+ padding-top:3px;
+ overflow:hidden;
+ zoom:1;
+}
+
+.x-tip .x-tip-tl {
+ background: transparent no-repeat 0 0;
+ padding-left:6px;
+ overflow:hidden;
+ zoom:1;
+}
+
+.x-tip .x-tip-tr {
+ background: transparent no-repeat right 0;
+ padding-right:6px;
+ overflow:hidden;
+ zoom:1;
+}
+
+.x-tip .x-tip-bc {
+ background: transparent no-repeat 0 -121px;
+ height:3px;
+ overflow:hidden;
+}
+
+.x-tip .x-tip-bl {
+ background: transparent no-repeat 0 -59px;
+ padding-left:6px;
+ zoom:1;
+}
+
+.x-tip .x-tip-br {
+ background: transparent no-repeat right -59px;
+ padding-right:6px;
+ zoom:1;
+}
+
+.x-tip .x-tip-mc {
+ border:0 none;
+}
+
+.x-tip .x-tip-ml {
+ background: no-repeat 0 -124px;
+ padding-left:6px;
+ zoom:1;
+}
+
+.x-tip .x-tip-mr {
+ background: transparent no-repeat right -124px;
+ padding-right:6px;
+ zoom:1;
+}
+
+.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
+ font-size:0;
+ line-height:0;
+}
+
+.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc{
+ line-height: 1px;
+}
+
+.x-tip .x-tip-header-text {
+ padding:0;
+ margin:0 0 2px 0;
+}
+
+.x-tip .x-tip-body {
+ margin:0 !important;
+ line-height:14px;
+ padding:0;
+}
+
+.x-tip .x-tip-body .loading-indicator {
+ margin:0;
+}
+
+.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
+ cursor:move;
+}
+
+.x-form-invalid-tip .x-tip-tc {
+ background: repeat-x 0 -12px;
+ padding-top:6px;
+}
+
+.x-form-invalid-tip .x-tip-bc {
+ background: repeat-x 0 -18px;
+ height:6px;
+}
+
+.x-form-invalid-tip .x-tip-bl {
+ background: no-repeat 0 -6px;
+}
+
+.x-form-invalid-tip .x-tip-br {
+ background: no-repeat right -6px;
+}
+
+.x-form-invalid-tip .x-tip-body {
+ padding:2px;
+}
+
+.x-form-invalid-tip .x-tip-body {
+ padding-left:24px;
+ background:transparent no-repeat 2px 2px;
+}
+
+.x-tip-anchor {
+ position: absolute;
+ width: 9px;
+ height: 10px;
+ overflow:hidden;
+ background: transparent no-repeat 0 0;
+ zoom:1;
+}
+.x-tip-anchor-bottom {
+ background-position: -9px 0;
+}
+.x-tip-anchor-right {
+ background-position: -18px 0;
+ width: 10px;
+}
+.x-tip-anchor-left {
+ background-position: -28px 0;
+ width: 10px;
}
\ No newline at end of file