--- /dev/null
+/*
+Copyright (c) 2009, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.7.0
+*/
+/*foundational css*/\r
+.yui-dt-table th, .yui-dt-table td {\r
+ overflow:hidden;\r
+}\r
+\r
+th .yui-dt-header {\r
+ position:relative;\r
+}\r
+\r
+th .yui-dt-label {\r
+ position:relative;\r
+ border-right:10px;\r
+}\r
+\r
+th .yui-dt-resizer {\r
+ position:absolute;\r
+ margin-right:-6px;\r
+ right:0;\r
+ bottom:0;\r
+ width:6px;\r
+ height:100%;\r
+ cursor:w-resize;\r
+ cursor:col-resize;\r
+}\r
+\r
+/* foundational scrolling css */\r
+.yui-dt-scrollable {\r
+ *overflow-y:auto; /* for ie */\r
+}\r
+.yui-dt-scrollable thead {\r
+ display:block; /* for safari and opera */\r
+}\r
+.yui-dt-scrollable thead tr {\r
+ position:relative; /* for ie */\r
+}\r
+.yui-dt-scrollbody {\r
+ display:block; /* for safari and opera */\r
+ overflow:auto; /* for gecko */\r
+}\r
+\r
+.yui-dt-editor {\r
+ position:absolute;\r
+}\r