html{
	-webkit-font-smoothing: antialiased;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

#RootTable{
	line-height: 21px;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	-font-size: 12px;
}
#RootTable TR{
}
#RootTable TR:hover{
	background-color: transparent;
}
#RootTable TR:hover{
	background-color: #dfffff;
}
#RootTable TD{
	height: 22px;
	vertical-align: top;
}
#RootTable TR.header{
	background-color: transparent;
}
#RootTable IMG{
	vertical-align: top;;
}
#RootTable TD A IMG{
	vertical-align: top;
}
#RootTable HR{
	margin: 5px 0px;
}
.str_face{
	margin:2px;
}

.str_up{
	float: left;
	width:12px;
	line-height: 14px;
}
.str_tree{
	float: left;
	-width: dynamic;
	height: 22px;
}
.str_title{
	-float: left;
}
.str_header{
	min-height: 60px;
	padding-top: 20px;
}
#str_qsearch{
	text-align: right;
}

.plusclass{
	background: url(../net/images/tree/line.gif);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	background-color: transparent;
	padding-bottom: 0px;
	
	width: 19px;
	-height: 22px;
}


#RootTable TR TH{
	white-space: nowrap;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 5px 0;
}
#RootTable TR TH:first-child{
	min-width: 100px;
}
#RootTable TR TD{
	white-space: nowrap;
}
#RootTable TR:nth-child(2) TD{
	padding-top: 5px ;
}

#RootTable TR:last-child TD{
	border-bottom: 1px solid gray;
}

#RootTable TR TD:first-child{
}
.str_title{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-max-width: 260px;
}

.icon-ar.icon-ar-netb{
	font-size: 17px;
	height: 20px;
	width: 20px;
	line-height: 16px;
	border-radius: 2px;
	color: dimgray;
	border: 0px dotted dimgray;
	background-color: transparent;
	margin: 0px 2px 0px 0px;
	display: inline-block;
	text-align: center;
	padding: 1px;
}
.icon-ar-netb.st3{
	color: lightgray;
}

A.user:hover .icon-ar-netb{
	border-width: 1px;
	padding: 0px;
}

.str_face{
	-background: none;
}
	
.str_face_join{
	background: url(../net/images/tree/line.gif);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	padding-bottom: 0px;
	background-color: transparent;
}
		
#RootTable TR > TH{
	-width: 99%;
	-visibility: visible;
}
#RootTable TR TD{
	-width: 99%;
	-visibility: visible;
}


.str_secondline{
	font-size: small;
	-width: 100%;
	height: 21px;
	color: #558855;
	color: rgb(90,150,90);
	display: none;
	overflow: hidden;
}
.str_secondline .str_label{
	color: darkgray;
}
.str_secondline DIV{
	float: left;
	-display: inline-block;

	position: relative;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px;
	line-height: 16px;
	-background-color: transparent;
	-border-radius: 9px; /*  IE9 crash! */
	min-height: 18px;
	min-width: 20px;
}
TH .str_secondline DIV{
	padding-bottom: 1px;
	-line-height: 16px;
	border-bottom: 1px dotted lime;
	cursor: pointer;
	max-width: 80px;
	overflow: hidden;
	-text-overflow: ellipsis;
	zoom:90%;
}
TH .str_secondline DIV.sc1{
	border-bottom-color: transparent;
}
TH .str_secondline DIV.sc2{
	border-bottom-color: #FFFF80;
}
TH .str_secondline DIV.sc3{
	border-bottom-color: #FFC0C0;
}
TH .str_secondline DIV.sc4{
	border-bottom-color: #C0FFFF;
}
TH .str_secondline DIV.sc5{
	border-bottom-color: #DDD;
}

/* put these in separate rules */
.sc1{
	min-width: 25px;
	text-align: center;
	background-color: transparent;
}
.sc2{
	background-color: transparent;
	outline-color: #FFFF80;
}
.sc3{
	background-color: transparent;
	outline-color: #FFC0C0;
}
.sc4{
	background-color: transparent;
	outline-color: #C0FFFF;
}
.sc5{
	background-color: transparent;
	outline-color: #DDD;
}

@media (max-width: 480px) {
	#RootTable TR TH ~ TH,
	#RootTable TR TD ~ TD{
		display: none;
	}
	#RootTable TD{
		height: 42px;
	}
	.str_secondline{
		display: block;
	}
	.str_tree{
		-height: 42px;
	}
	.plusclass{
		padding-bottom: 22px;
	}
	.str_face_join{
		background-position: 0px 20px;
		-padding-bottom: 30px;
	}
	INPUT#search{
		max-width: 160px;
	}
}

@media (max-width: 560px) {
	#RootTable TR TH ~ TH ~ TH,
	#RootTable TR TD ~ TD ~ TD{
		display: none;
	}
}
@media (min-width: 560px) {
	#RootTable{
		min-width: 840px;
	}
}
/*	
@media (max-width: 767px) {
	#RootTable TR TH ~ TH ~ TH ~ TH,
	#RootTable TR TD ~ TD ~ TD ~ TD{
		display: none;
	}
}
@media (max-width: 1000px) {
	#RootTable TR TH ~ TH ~ TH ~ TH ~ TH,
	#RootTable TR TD ~ TD ~ TD ~ TD ~ TD{
		display: none;
	}
}
@media (max-width: 1200px) {
	#RootTable TR TH ~ TH ~ TH ~ TH ~ TH ~ TH ~ TH,
	#RootTable TR TD ~ TD ~ TD ~ TD ~ TD ~ TD ~ TD{
		display: none;
	}
}
*/

/* old header sanitize */
#RootTable TR TH:first-child{
	height: 0px;
	padding: 0px;
}
#RootTable TR TH HR{
	margin: 0px;
	visibility: hidden;
	border-width: 0px;
}


.activebar {
	width: 100px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2px;
  }
  .activebar > b {
	width: 25%;
	height: 5px;
	background-color: #bcc;
	border-radius: 5px;
  }
  .activebar > b.aw {
	background-color: #595;
  }
  .activebar > b.bw {
	background-color: #f60;
  }
  .activebar .adt {
	width: 100%;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	font-weight: bold;
}
