/* DebugDiv - Page.showDebugMsg(msg) */
	.DebugDiv {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		text-align:center;
		z-index:4998;
	}
	.DebugDivBox {
		position:absolute;
		top:30px;
		left:30px;
		border:3px solid #066F9C;
		padding:20px 5px 5px 5px;
		background:#eee;
		z-index:5000;
		margin:0 auto;
		text-align:left;
	}
	.DebugDivX {
		position:absolute;
		left:2px;
		top:2px;
		width:12px;
		height:12px;
		background:url('/base2/global/images/icons/delete.gif') no-repeat center center;
	}
	.DebugDivBG {
		position:absolute;
		top:0px;
		left:0px;
		background:#000 url('/base2/global/images/loading/loading_small_noborder_444.gif') no-repeat center center;
		opacity:.7;
		filter:alpha(opacity=70);
		width:100%;
		height:100%;
		z-index:4999;
	}
	
/* TabGroup - Horizontal */
	.Horizontal {
	}
	.Horizontal .Labels {
		padding:0px 0px 1px 0px;
	}
	.Horizontal .Labels a {
		background:url('/Base2/global/images/tab/horizontal/left.gif') no-repeat left 2px;
		clear:none;
		color:#333;
		cursor:pointer;
		float:left;
		padding:0px 0px 0px 10px;
		margin:0px 1px 0px 0px;
		white-space:nowrap;
		overflow:hidden;
		text-decoration:none;
		display:block;
	}
	.Horizontal .Labels a span.LabelInner {
		background:url('/Base2/global/images/tab/horizontal/right.gif') no-repeat right 2px;
		padding:0px 10px 0px 0px;
		height:25px;
		line-height:25px;
		display:block;
		float:left;
	}
	.Horizontal .Labels a:hover {
		text-decoration:none;
		background:url('/Base2/global/images/tab/horizontal/left_over.gif') no-repeat left top;
	}
	.Horizontal .Labels a:hover span.LabelInner {
		background:url('/Base2/global/images/tab/horizontal/right_over.gif') no-repeat right top;
	}
	.Horizontal .Labels a.on {
		background:url('/Base2/global/images/tab/horizontal/left_on.gif') no-repeat left top;
	}
	.Horizontal .Labels a.on span.LabelInner {
		background:url('/Base2/global/images/tab/horizontal/right_on.gif') no-repeat right top;
	}
	.Horizontal .Tabs {
		border:1px solid #919B9C;
		padding:5px;
		background:#fff;
		clear:both;
		margin:0px;
	}
	.Horizontal .Labels a span.icon {
		background-repeat:no-repeat;
		background-position:center center;
		display:block;
		float:left;
		width:24px;
		height:24px;
	}
	
/* UI.Tree */
	.UITree {
		background-color:#f00;
		font-family:trebuchet ms,tahoma,arial;
		font-size:12px;
	}
	.UITree,
	.UITree ul {
		background:#fff url('/Base2/global/images/tree/vline.gif') repeat-y left top;
		list-style-type:none;
		margin:0px 0px 0px 15px;
		padding:0px;
	}
	.UITree li {
		line-height:22px;
		margin:0px;
		padding:0px;
	}
	.UITree div.over {
		font-weight:bold;
	}
	.UITree div a {
		display:block;
		width:100%;
	}
	.UITree div {
		padding:0px;
		background-repeat:no-repeat;
		background-position:left top;
		padding-left:20px;
		background-image:url('/Base2/global/images/tree/leaf.gif');
	}
	.UITree div.leaf {
		padding-left:20px;
	}
	.UITree span.childdescription {
		color:#999;
		padding:2px 2px 2px 24px;
		border:1px dashed #ccc;
		background:url('/Base2/global/images/icons/help.gif') no-repeat left center;
	}
	.UITree div.branch {
		cursor:pointer;
		background-image:url('/Base2/global/images/tree/basic/branch.gif');
	}
	.UITree li.lastchild {
		background-color:#fff;
	}
	.UITree div.expanded {
		background-image:url('/Base2/global/images/tree/basic/branch_expanded.gif');
	}
	.UITreeFolder div.leaf {
	}
	.UITreeFolder div.branch {
		padding-left:34px;
		background-image:url('/Base2/global/images/tree/folder/branch.gif');
	}
	.UITreeFolder div.expanded {
		background-image:url('/Base2/global/images/tree/folder/branch_expanded.gif');
	}