html { height: 100%; margin: 0; padding: 0; overflow: auto; /*background: #fa0;*/ }         
body {
	height: 100%;
	background: #FFF;
	overflow:auto; 
}
.panel {  min-height: 100%; _height: 100%; margin: 0; overflow:auto }
#content-pane {
	width: 25%;
	position: fixed;
	top: 0px;
	background-color: #C2CFF1;
	height: 100%;
	left: 0px;
}
#content {
	left:25%;
	width: 74%;
	*width: 75%;
	height: 100%;
	position: fixed;
	//position: absolute;
	top: 0px;
	background-color: #FFF;
	overflow:auto;
	padding-left: 1%;
}
#content-pane .toolbar {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #aebfec;
}
#content-pane .toolbar .sortby {
    color: #000;
    font-size: 8pt;
    margin-right: 4px;
}
#content-table ul {
	background-color: #FFF;
}
#splitter {
	position: fixed;
	//position: absolute;
	top: 0;
	width: 1%;
	height: 100%;
	min-width: 8px;
	background-color: #C2CFF1;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.menu {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.menu li a {
	font-style: normal;
	text-decoration: none;
}
.menu li img {
	max-width: 100%;
}
.menu li .sel {
	background-color: #E1E9FB;
	font-weight: bold;
}
.menu li a, .editor {
	padding: 10px;
	border-top: solid 1px #d8e0f5;
	border-bottom: solid 1px #98ade4;
	display: block;
	color: #000;
}
.menu li a.top {
	border-top: none;
}
.menu li a.bottom {
	border-bottom: none;
}
.menu li a:hover {
	background-color: #D6DEF5;
	color: #000;
}
.menu li a:visited {
	color: #000;
}
.menu li .sel:hover {
	background-color: #E1E9FB;
	color: #000;
}
.menu li .cr {
    display: block;
    font-size: 8pt;
    font-weight: normal;
    margin-top: 5px;
    text-align: right;
    color: #339;
}
.menu li .cc {
    display: inline-block;
    padding-left: 1.3em;
    width: 1.5em;
    text-align: left;
    background: url(/img/cc.gif) center left no-repeat;
}
.menu li .cl {
	font-size: 8pt;
	font-weight: normal;
	display: inline-block;
	float: left;
	border-bottom: 1px dotted #4B72D6;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 6px;
}
.menu li .tte {
	display: block;
	width: 100%;
	height: 120px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #4B72D6;
	font-family: consolas, courier new, monospace;
	font-size: 1em;
}
.menu li .cl:hover {
	color: #CC0000;
	border-bottom-color: #CC0000;
}
h1, .cmts {
	margin-left: 0;
}
#ch, #bn, #bt {
    margin-left: -20px;
}
