table.ui-treetable-page 
{
	border-top:1px solid #aec7e9;
	width:100%;
    border-right: #a3c6e2 1px solid;
	border-top: #a3c6e2 1px solid;
	border-left: #a3c6e2 1px solid;

	color: #414241;
	border-bottom:solid 1px #a3c6e2;
	border-collapse: collapse;
	line-height:25px;
	cellpadding:0px,0px,0px,0px;
	cellspacing:0px,0px,0px,0px;
}

table.ui-treetable-page thead 
{

}

table thead tr {
	background-color:#f1f2f6;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#a3c6e2;
    border-color:#a3c6e2;
    border-left-color:#a3c6e2;
    border-right-color:#a3c6e2;
    border-top-color:#a3c6e2;
    border-style:none none solid;
    border-width:medium medium 1px;
	font-weight: bold;
	font-size: 14px;
	color: #414241;
	line-height: 25px;
	height: 25px;
	text-align:center;
	vertical-align:baseline;
}

table.ui-treetable-page tbody tr td 
{
	cursor: default;
	padding: .3em 1.5em;
	line-height: 26px;
	height: 26px;
	border-right: #c8e5f5 1px solid;
	padding-right: 0px;
	border-top: #c8e5f5 1px solid;
	padding-bottom: 0px;
	border-left: #c8e5f5 1px solid;
	color: #3b95d7;
	padding-top: 0px;
	border-bottom: #c8e5f5 1px solid;
	text-align: left;
    border:solid 1px #a3c6e2;
    color:#414241;
    font-family:ËÎÌå;
    font-size:13px;
    height:23px;
    line-height:23px;
}

table.ui-treetable-page tbody tr.even 
{
	background-color:Olive;
}

table.ui-treetable-page tbody tr.odd 
{
	background-color:Green;
}

table.ui-treetable-page span {
  background-position: center left;
  background-repeat: no-repeat;
  padding: .2em 0 .2em 1.5em;
}
table.ui-treetable-page span.ext_zip {
  background-image: url(images/tree-table-closed.png);
 width:0px;
}

table.ui-treetable-page span.folder {
 background-image: url(images/tree-table-leaf.png);
}
.treeTable tr td .expander {
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 0;
  zoom: 1; 
}

.treeTable tr.collapsed td .expander 
{
  background-image: url(images/tree-table-plus.gif)
}

.treeTable tr.expanded td .expander {
  background-image: url(images/tree-table-minus.gif);
}

.webfw-table-tr
{
background-color:#f1f2f6 !important;
 }
