html, body{
	height:100%;
	padding:0;
	margin:0;
}

body {
	background: #FFF;
	font: 12px/1.5em Georgia,Serif;
	background: url("left-sidebar-back.gif") repeat-y top left;

}

#container{
	height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px;
	margin:auto;
	width:830px;
}

#bd{
	overflow:hidden;
	height:100%;
	background: url("/image/bg/background-color.jpg") repeat-y;
}

#LeftPane{
	float:left;
	margin:0px;
	padding:0px;
	background-color:#8099b2;
	width:160px;
}

#RightPane{
	float:right;
	width:145px;
}

#ContentPane{
	margin:5px 0 0 170px;
	padding:0px;
}

#LeftPane .list a{
	color:white;
	text-decoration: none;
}

#LeftPane .list ul{
	width:100%;
	margin-left:10px;
	padding:0;
}

#LeftPane .list ul li{
	width:140px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	border-bottom:1px solid white;
	list-style: none;
	background-image:url(/image/botton/dot.gif);
	background-position:0% 50%;
	background-repeat: no-repeat;
}

#LeftPane .list ul a{
	margin-left:10px;
}

ul.glassList {
    list-style: url(../images/aquadot.jpg) disc outside;
    margin-right: 50px;
}

div#content {
    margin:0;
    padding: 1em;
    clear:both;
	width: 400px;
}

div#header {
    margin-bottom: 0px;
}

div#source {
    padding: 3px;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    width: 120px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    background: #eee;
}

div#pageSource {
	position: absolute;
	top: 0px;
	right: 133px;
	width: 200px;
	border: 1px solid silver;
	border-top: 0;
	background: #ffd;
	padding: 3px;
	z-index: 1000;
}

img.download {
	vertical-align: middle;
	border: 0;
}

body#index div#source {
    background: none;
    border: none;
}

div#source a {
    color: green;
}

div#footer {
    border-top: 1px solid #eee;
    padding: 3px;
    text-align: center;
    font-size: 11px;
}

div#footer a {
    font-family: tahoma, arial, sans-serif;
    text-decoration: none;
    color: #999;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
    font-size: 12px;
    line-height: normal;
}

div.dynamicMenu {
    position: relative;
    left: 0;
}

div.tree {
    padding: 10px;
}
