/*
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*/
.yui-dt-table th, .yui-dt-table td {
    overflow:hidden;
}

th .yui-dt-header {
    position:relative;
}

th .yui-dt-label {
    position:relative;
    border-right:10px;
}

th .yui-dt-resizer {
    position:absolute;
    margin-right:-6px;
    right:0;
    bottom:0;
    width:6px;
    height:100%;
    cursor:w-resize;
    cursor:col-resize;
}

/* foundational scrolling css */
.yui-dt-scrollable  {
    *overflow-y:auto; /* for ie */
}
.yui-dt-scrollable  thead {
    display:block; /* for safari and opera */
}
.yui-dt-scrollable thead tr {
    position:relative;  /* for ie */
}
.yui-dt-scrollbody {
    display:block; /* for safari and opera */
    overflow:auto; /* for gecko */
}

.yui-dt-editor {
    position:absolute;
}


.yui-dt table {width:100%}
.yui-dt tbody {outline:none}
.yui-dt th {text-align:left}
.yui-dt th a {text-decoration:none;}
.yui-dt th a:hover {text-decoration:underline;}
.yui-dt-editor {background:#FFFDD5;padding:3px;}
.yui-dt-odd .yui-dt-liner,
.yui-dt-even .yui-dt-liner {padding:0 10px}
.yui-dt-button {padding:3px}
.yui-dt-button a {margin-right:10px;font-size:12px;}

.yui-dt-editor {overflow:visible;}
.yui-dt-editor .errmsg {display:none;font-size:11px;color:#FF5400;}
.yui-dt-editor .valid {background:none;}
.yui-dt-editor .invalid {background:#FFE6D9;}
.yui-dt-editor .invalid .errmsg {display:block;}

