* {
 /*background-color: white;*/
 /*background-image: none !important;*/
}
body {
	font: 10pt Verdana, Tahoma, sans-serif;
}
#header-content 
{
	font-size: 16pt;
	font-weight:bold;
	margin-left: 20px;
	width: 600px;
}
#header-content  small
{
	font-size: 11pt;
	font-weight:normal;
	display:block;
	margin-top: 2px;
}
div.table-report {
	font-size: 10pt;
}
table.menu {
	margin-top: 1em;
	margin-left: 1em;
}
.table-report th {
	background-color: #ccc !important;
}

.jstree li[rel="file"] a > .jstree-icon {
    background-image: url("../images/jstree/file.png");
    background-position: 0 0;
}

.jstree li[rel="folder-prop"] > a > .jstree-icon {
	background-position: -56px -37px;
}

.js-link {
	text-decoration: none;
	border-bottom: 1px dashed #0000ff;
}

.js-link.active {
	color: #000000;
	border-bottom: none;
	font-weight: bold;
}
