/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
table.yui-dt-table {
	table-layout:fixed;
	font-size:10px;
	width:600px;
}
th .yui-dt-header {
	position:relative;
}
th .yui-dt-label {
	position:relative;
}
th .yui-dt-resizer {
	position:absolute;
	margin-right:-6px;
	right:0;
	bottom:0;
	width:6px;
	height:100%;
	cursor:w-resize;
	/* cursor:col-resize; */
}
.yui-dt-scrollable {
/*overflow-y:auto; leo */
}
.yui-dt-scrollable thead {
	display:block;
}
.yui-dt-scrollable thead tr {
	position:relative;
}
.yui-dt-scrollbody {
	display:block;
	overflow:auto;
}
.yui-dt-editor {
	position:absolute;
	z-index:9000;
}
.yui-skin-front .yui-dt-table {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:inherit;
	border-collapse:collapse;
	border:1px solid #7F7F7F;
    font-size:10px;
}
.yui-skin-front .yui-dt-table caption {
	padding-bottom:1em;
	text-align:left;
}
.yui-skin-front .yui-dt-table th {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 0;*/
	background:#E63700;
	color:#FFFFFF;
}
.yui-skin-front .yui-dt-table th, .yui-skin-front .yui-dt-table th a {
	font-weight:bold;
	color:#333;
	vertical-align:bottom;
	color:#FFFFFF;
}
.yui-skin-front .yui-dt-table th, .yui-skin-front .yui-dt-table td {
	padding:4px 10px 4px 10px;
	border-right:1px solid #CBCBCB;

}
.yui-skin-front .yui-dt-table td {
	text-align:left;
	overflow:hidden;
}
.yui-skin-front .yui-dt-table td {
	height:10px;
}
.yui-skin-front .yui-dt-table th.yui-dt-last, .yui-skin-front .yui-dt-table td.yui-dt-last {
	border-right:1px solid #7F7F7F;
}
.yui-skin-front .yui-dt-list td {
	border-right:none;
}
.yui-skin-front .yui-dt-table thead {
	border:1px solid #989898;
}
.yui-skin-front .yui-dt-table tbody {
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
}
.yui-skin-front .yui-dt-loading {
	background-color:#FFF;
}
.yui-skin-front .yui-dt-loading {
	background-color:#FFF;
}
.yui-skin-front .yui-dt-sortable {
	cursor:pointer;
}
.yui-skin-front th.yui-dt-sortable {
	padding-right:5px;
}
.yui-skin-front th.yui-dt-sortable .yui-dt-label {
	margin-right:15px;
}
.yui-skin-front th.yui-dt-asc, .yui-skin-front th.yui-dt-desc {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 -100px;*/
}
.yui-skin-front th.yui-dt-asc .yui-dt-header {
	background:url(dt-arrow-up.png) no-repeat right;
}
.yui-skin-front th.yui-dt-desc .yui-dt-header {
	background:url(dt-arrow-dn.png) no-repeat right;
}
.yui-dt-editable {
	cursor:pointer;
}
.yui-dt-editor {
	text-align:left;
	background-color:#F2F2F2;
	border:1px solid #808080;
	padding:6px;
}
.yui-dt-editor label {
	padding-left:4px;
	padding-right:6px;
}
.yui-dt-editor .yui-dt-button {
	padding-top:6px;
	text-align:right;
}
.yui-dt-editor .yui-dt-button button {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 0;*/
	border:1px solid #999;
	width:4em;
	height:1.8em;
	margin-left:6px;
}
.yui-dt-editor .yui-dt-button button.yui-dt-default {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 -1400px;*/
	background-color:#5584E0;
	border:1px solid #304369;
	color:#FFF
}
.yui-dt-editor .yui-dt-button button:hover {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 -1300px;*/
	color:#000;
}
.yui-dt-editor .yui-dt-button button:active {
	/*background:url(../../../../assets/skins/front/sprite.png) repeat-x 0 -1700px;*/
	color:#000;
}
.yui-skin-front tr.yui-dt-even {
	background-color:#FFF;
	height:20px;
}
.yui-skin-front tr.yui-dt-odd {
	background-color:#F5F5F5;
	overflow:hidden;
	height:20px;
}
.yui-skin-front tr.yui-dt-even td.yui-dt-asc, .yui-skin-front tr.yui-dt-even td.yui-dt-desc {
	background-color:#fff;
}
.yui-skin-front tr.yui-dt-odd td.yui-dt-asc, .yui-skin-front tr.yui-dt-odd td.yui-dt-desc {
	background-color:#f0f0f0;
}
.yui-skin-front .yui-dt-list tr.yui-dt-even {
	background-color:#FFF;
}
.yui-skin-front .yui-dt-list tr.yui-dt-odd {
	background-color:#FFF;
}
.yui-skin-front .yui-dt-list tr.yui-dt-even td.yui-dt-asc, .yui-skin-front .yui-dt-list tr.yui-dt-even td.yui-dt-desc {
	background-color:#F5F5F5;
}
.yui-skin-front .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, .yui-skin-front .yui-dt-list tr.yui-dt-odd td.yui-dt-desc {
	background-color:#F5F5F5;
}
.yui-skin-front tr.yui-dt-highlighted, .yui-skin-front tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-front tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-front tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-front tr.yui-dt-odd td.yui-dt-highlighted {
	cursor:pointer;
	background-color:#FFF0CD;
}
.yui-skin-front .yui-dt-list tr.yui-dt-highlighted, .yui-skin-front .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, .yui-skin-front .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, .yui-skin-front .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, .yui-skin-front .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted {
	cursor:pointer;
	background-color:#FFF0CD;
}
.yui-skin-front tr.yui-dt-selected td, .yui-skin-front tr.yui-dt-selected td.yui-dt-asc, .yui-skin-front tr.yui-dt-selected td.yui-dt-desc {
	background-color:#FFF0CD;
	color:#333;
}
.yui-skin-front tr.yui-dt-even td.yui-dt-selected, .yui-skin-front tr.yui-dt-odd td.yui-dt-selected {
	background-color:#446CD7;
	color:#fff;
}
.yui-skin-front .yui-dt-list tr.yui-dt-selected td, .yui-skin-front .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, .yui-skin-front .yui-dt-list tr.yui-dt-selected td.yui-dt-desc {
	background-color:#E63700;
	color:#fff;
}
.yui-skin-front .yui-dt-list tr.yui-dt-even td.yui-dt-selected, .yui-skin-front .yui-dt-list tr.yui-dt-odd td.yui-dt-selected {
	background-color:#446CD7;
	color:#fff;
}
.yui-skin-front .yui-dt-paginator {
	display:block;
	margin:6px 0;
	white-space:nowrap;
}
.yui-skin-front .yui-dt-paginator .yui-dt-first, .yui-skin-front .yui-dt-paginator .yui-dt-last, .yui-skin-front .yui-dt-paginator .yui-dt-selected {
	padding:2px 6px;
}
.yui-skin-front .yui-dt-paginator a.yui-dt-first, .yui-skin-front .yui-dt-paginator a.yui-dt-last {
	text-decoration:none;
}
.yui-skin-front .yui-dt-paginator .yui-dt-previous, .yui-skin-front .yui-dt-paginator .yui-dt-next {
	display:none;
}
.yui-skin-front a.yui-dt-page {
	border:1px solid #E63700;
	padding:2px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	background-color:#f3f3f3;
}

