@CHARSET "UTF-8";

/**
 * TABLETREE4J VESION 2 CSS
 * @author LK
 * @date 2010-5-5
 * @version 2.0
 */

.tabletree4j-menu {
    border: none;
    border-collapse: collapse;
	width:100%;
}

.tabletree4j-menu td {
    padding: 0;
}

.tabletree4j-gird{
	border:1px solid #c8c8c8;
	border-collapse: collapse;
	width:100%;
	font-size:0.9em;
}
.tabletree4j-gird td{
	border:1px solid #c8c8c8;
	padding:0;
}

.tabletree4j-headerbg {
    background-color: #328AA4;
    color: #FFFFFF;
    font-family: "Arial";
    height: 27px;
}
.tabletree4j-headerbg td {
    text-align: center;
}
.tabletree4j-gird td {
    height: 27px;
}

.arrow-tt-node-click-content{
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
}