div.fileserver_goup_title{
  margin-top: 5px;
  background-color: #DDDDDD;
  border: 1px solid #F60;
  border-bottom: 1px transparent;
  padding: 3px;
}
div.fileserver_goup_title:hover{
  background-color: #CCCCCC;
  cursor: pointer;
}
div.fileserver_goup_title:active{
  background-color: #D7CFC1;
  cursor: pointer;
}

div.fileserver_goup_content{
  background-color: #EEEEEE;
  border: 1px solid #F60;
  border-top: 1px transparent;
  padding: 3px;
  padding-left: 15px;
  margin-bottom: 10px;

}

div.fileserver_chron{
  border: 2px ridge #FF6600;
  padding: 10px;
  margin-top:30px;
  background:#FFD393;
  color: #333333;
}
div.fileserver_chron a{
  color:red;
}
div.fileserver_about{
  font-size: 10px;
  text-align: right;
  color:gray;
  margin-top: 5px;

}

