﻿.textcss{
  float:left;
  position:absolute;
  left:265px;
  top:200px;
  height:640px;
  width:800px;
  border:1px solid;
  margin-left:5px;
}

#tree-panel .menu{
    background: #fffefd;
    height:33px;
   /* margin-top: 10px;*/
    line-height:33px;
    /*position:relative;*/
    border: 1px solid #ececec;
    text-align:center;
}

.treediv{
  float:left; /*margin-right: 5px; *//*position:absolute;*/
  overflow:visible;
  /*border:1px solid gray;*/
  /*position: absolute;*/
  width:20%;
  top:5px;
  left:5px;
  height:100%;
  font-size:13px;
  background:white;

}.treediv2{
  float:left;
  overflow:auto;
  width:100%;
  top:5px;
  left:5px;
  height:400px;
  font-size:13px;
  background:white;

}

 .tree{
  height:99%;
  width:100%;
  /*padding: 1px 0;*/
  /*overflow:auto;*/
  /*border: 1px solid silver;*/
  border-top:none;
}
#tips{
  height:200px;
  width:150px;
  padding:1px 0;
  overflow:auto;
  border:1px solid silver;
  border-top:none;
  left:165px;
  top:500px;
  background:#999
  /*display:none;*/
}

/*table{*/
  /*width:96%; *//*align: center;*/
  /*margin-top:0px;*/
/*}*/

/*th{*/
  /*font:bold 12px "宋体";*/
  /*color:#333333;*/
  /*border-right:1px solid #C1DAD7;*/
  /*border-bottom:1px solid #C1DAD7;*/
  /*border-top:1px solid #C1DAD7;*/
  /*letter-spacing:2px;*/
  /*text-transform:uppercase;*/
  /*text-align:center;*/
  /*padding:1px 1px 1px 2px;*/
  /*background:#CAE8EA no-repeat;*/
/*}*/

/*td{*/
  /*border-right:1px solid #C1DAD7;*/
  /*border-bottom:1px solid #C1DAD7;*/
  /*background:#fff;*/
  /*font-size:12px;*/
  /*padding:1px 1px 1px 2px;*/
  /*color:#4f6b72;*/
/*}*/

.entry-foot{
  background-color:#FAFAFA;
  float:left; /*margin-top: 2px*/
  padding:6px 0px 0px 0px; /*border: 1px solid;*/
  position:absolute;
  left:265px;
  top:5px;
  width:800px;
  height:90%;
  margin-left:5px;
  overflow:auto;
}

.entry-foot p span{
  background-color:#EFEFEF;
  border:1px solid #CCCCCC;
  cursor:pointer;
  font-size:14px;
  margin-right:3px;
  padding:2px 5px;
}

.entry-foot p span.current{
  background-color:#FAFAFA;
  border-bottom-color:#fafafa;
}

.entry-foot p{
  border-bottom:1px solid #CCCCCC;
  font-weight:bold;
  padding:0 10px 2px;
}

/*.entry-foot li {*/
/*border-bottom: 1px dotted #CCCCCC;*/
/*padding-bottom: 3px;*/
/*margin: 5px 0;*/
/*}*/

.entry-foot .mhot, .entry-foot.allhot{
  display:none;
}
/*INPUT{*/
  /*height:18px;*/
/*}*/
/*INPUT[type=button]{*/
  /*border:1px solid #D4D0C8;*/
  /*width: 200px;*/
/*}*/
/*input[type=text]{*/
  /*height:15px;*/
/*}*/
/*input[type=checkbox], input[type=radio]{*/
  /*color:#666666;*/
  /*height:13px;*/
  /*border:none;*/
  /*width:13px;*/
/*}*/

/*select{*/
  /*height:20px;*/
  /*font-size:13px;*/
/*}*/

