body{ font-size:12px;height:100%;margin:0; padding:0; color:#1248AC;}
img{ border:0}
/* www.mb5u.com */
/* Tab */
.tab{float:left;width:5000px;position:relative;left:0px;height:21px;}
.tab .on{ display:block; height:17px; color:#000000; padding-top:4px; text-align:center; background:url(tag_house_on.gif); overflow:hidden}
.tab .off{ display:block;height:16px; color:#000000; padding-top:4px; text-align:center; background:url(tag_house_off.gif); overflow:hidden}
.tab a:hover{color:#000000}
.tab .close{float:right; width:11px;height:11px;margin-right:3px;display:block;margin-top:0px; background:url(tab-close.gif) no-repeat;}
.tab ul{display:block;list-style:none;padding:0;margin:0}
.tab li{list-style:none;padding:0;float:left;width:65px;height:21px;margin:0px;margin-left:1px;cursor:pointer}
.tab .inner{}
.scroll-left{float:left;position:relative;background:url(tab-left.gif) no-repeat;width:19px;height:20px;cursor:pointer;z-index:5}
.scroll-right{float:right;position:relative;background:url(tab-right.gif) no-repeat;width:19px;height:20px;cursor:pointer;z-index:5}
.tab-div{background:url(tag_house_bg.gif);margin:0;margin-top:7px;}
.tab-div-html{background:url(tag_house_bg.gif);margin:0;margin-top:0px !important;margin-top:7px;width:200px !important;width:197px;float:right;text-align:right}
.tab-div-content{border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right:1px solid #ccc;}



.treeview ul { background-color: white; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}
#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(tv-collapsable.gif); }
.treeview .expandable { background-image: url(tv-expandable.gif); }
.treeview .last { background-image: url(tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; width:100px; height: 15px; }
.filetree span.folder { background: url(folder.gif) 0 0 no-repeat;cursor:pointer}
.filetree span.file { background: url(file.gif) 0 0 no-repeat; cursor:pointer}
