xtree2_wev8.css 1.78 KB
BODY {

	scrollbar-base-color:#FFFFCC; 
	scrollbar-face-color:#d6d3ce; 
	SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff; 
	SCROLLBAR-SHADOW-COLOR: #D6D3D6;
	SCROLLBAR-3DLIGHT-COLOR: #D6D3D6; 
	SCROLLBAR-ARROW-COLOR: #797979; 
	SCROLLBAR-TRACK-COLOR: #EFF3F7; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
span
{   
	margin:0px;
	position:relative;
	display:inline;
	top:3px;
	height:17px;
}
.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size:12px;
	white-space: nowrap;
	
}

.webfx-tree-item {
	padding: 0px;
	padding-bottom: 1px;
	margin: 0px;
	font-family: Verdana;
	font-size:12px;
	color: WindowText;
	white-space: nowrap;
	height: 20px;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover, .webfx-tree-item label {
	margin-left: 3px;
	padding: 0px 2px 1px 2px;
	
	text-decoration: none;
}
a:hover{
	color: red !important;
}

.webfx-tree-item label {
	color: #999999;
}

/*
.webfx-tree-item a {
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: blue;
	text-decoration: underline;
}

.webfx-tree-item a:active {
	background: highlight;
	color: highlighttext;
	text-decoration: none;
}
*/

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}

.cxtree
{
    overflow:scroll;
    height:100%;
    width:100%;
    padding:0px 0px;
	*padding-top: 8px;
}
DIV.cxtree A
{
	color:black;
	text-decoration:none;

}

DIV.cxtree A:visited
{
	background: none;
	color:black;
	text-decoration:none;

}

DIV.cxtree A:hover
{
	background-color:#0099CC;
	/*border:1px solid #0099CC;*/
	color:white;
	text-decoration:none;
}

DIV.cxtree A:active
{
	background-color:#0099CC;
	/*border:1px solid #0099CC;*/
	color:white;
	text-decoration:none;
}

DIV.cxtree A:link
{
	color:black;
	text-decoration:none;
}