/* CSS Document */
.simpleTree
{	
	margin:0px;
	padding:2px;
	overflow:auto;
	height:100%;
	display:block;
	overflow:auto;
}
.simpleTree li
{
	list-style: none;
	margin:0px;
	padding:0px 0px 0px 34px;
	line-height: 16px;
}
.simpleTree li span
{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree ul
{
	margin:0px; 
	padding:1px;
}
.simpleTree .root
{
	position: absolute; /* important for Safari Browser on windows */
	margin-left:-16px;
	background: url(images/root.gif) no-repeat 16px 0 #ffffff;
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(images/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(images/collapsable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(images/collapsable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(images/expandable.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(images/expandable-last.gif) 0 -2px no-repeat #fff;
}
.simpleTree .doc
{
	margin-left:-16px;
	background: url(images/leaf.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(images/leaf-last.gif) 0 -1px no-repeat #fff;
}
.simpleTree .ajax
{
	background: url(images/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text
{
	cursor: default;
}
.simpleTree .active
{
	cursor: default;
	background-color:#3355FF;
	padding:0px 0px;
	color:#FFFFFF;
}
#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
/*	border: 1px dashed #767676; it creates a dashed area in drag and drop
 *
 */
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(images/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(images/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(images/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	/*display:none;
*/
}
.simpleTree #inputText
{
	width:100px;
/*	height:12px;
	font-size:12px;	
*/
}





/* CSS Document */

body {
	font: normal 13px arial, tahoma, helvetica, sans-serif;

}
#processing {
	position:fixed;
	bottom:0;
	min-width:250px;
	width:50%;
	left:25%;
	display:none;
	opacity:0.9;
	padding:8px;
	
}
.contextMenu {
	display:none;
	position:absolute;
	background:#fff;
	border:#999 1px solid;
	width:auto;
	height:auto;
	z-index:499;
	opacity:0.9;	
}
.contextMenu li {
	list-style-type:none;
	text-align:left;
	padding:5px;
}

/* to much space in Internet Explorer 7 */
*+ html .contextMenu li {
	padding-bottom: 0;
}

.contextMenu li:Hover {
	background-color:#0066CC;
	color:#FFFFFF;
	cursor:pointer;
}
#pdfTree, #helpSubjects{
	float:left;
	width:300px;
	height:500px;
	padding:5px;
	margin: 0 10px;
	clear:both;
	overflow:auto;
}


#header{
	height:75px;
}
.ajaxInfo, .info{
	text-align:center;
	background-color:#FF5511; /*3366CC;*/
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
#activeElement {
	text-align:center;
	padding-top:4px;
	min-width:250px;
	width:25%;
	left:37%;
	font-size:14px;
	height:20px;
	margin-bottom:15px;
	margin-top:15px;
}
#wrap{
	width:100%;
	clear:both;
}
.root{
	color:#036AC2;
	font-size:14px;
}
