body{
	background: #000;
	font-size: 9pt;
	font-family: verdana;
	cursor: default;
	color: #B1FD15;
}

input{background: #444; border:1px solid #222;color:#b1fd15}

#mainDiv{
	position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#contentDiv{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
}

#listDiv{
	position:fixed;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
	background: #000;
}

#topBar{
	position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 25px;
	background: url(../imgs/bar-top.jpg) repeat-x;
}

#topBar a{
	color: #B1FD15;
	text-decoration: none;
}

#topBar a:hover{
	color: #fff;
	text-decoration: none;
}

#mytree{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 500px;
	height: 345px;
	overflow: visible;
}
