/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print {

	#leftsidebar {
		width:910px;
		float: left;
	}

	#browsertitle {
		width:920px;
		background-color: #411485;
		border:1px solid #411485;
		overflow: auto;
	}

	#browsertitle p, #browsertitle p a {
		margin-left: 5px;
		color: white;

	}

	.rightBox {
		width: 920px;
		border: 1px solid #411485;
		float: left;
	}

	#fileinfo {
		margin-top: 20px;
	}

	#wrapper {
		zoom: 1;
		overflow: auto;
		margin-bottom: 20px;
	}

	.boxTitle {
		width: 920px;
		background-color: #411485;

	}

	.boxTitle p {
		color: white;
		margin-left: 5px;
	}

	#slider {
		float: right;
	}

	#slider a {
		display: block;
		/*width: 15px;*/
		/*height: 10px;*/
		margin: 0px 5px 0 0;
		padding-right: 20px;
	}

	#slider a.up {
		background: url('/image/arrow.gif')  right 4px no-repeat;
	}

	#slider a.down {
		background: url('/image/arrow_down.gif') center right no-repeat;
	}

	#info {
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: auto;
	}

	#info p {
		margin-left: 10px;
	}

	#search {
		margin-bottom: 20px;
	}

	#searchresults {
		width: 920px;
		border: 1px solid #411485;
		float: left;
		/* margin-left: 20px; */
		margin-top: 20px;
		margin-bottom: 20px;
	}

	ul#results {
		list-style: none;
		margin-left: 0px;
		padding: 0;
	}

	form.search p {
		width: 380px;
		float: left;
		margin-left: 5px;
	}

	form.search p input, form.search p select, form.search p label{
		display: block;
		width: 380px;
	}

	form.search p.button {
		float: left;
		margin-top: 18px;
		/* margin-right: 10px; */
		width: 100px;
		margin-bottom: 5px;
	}

	form.search p.button {
		background: white;
	}

	form.search p.button input {
		width: 100px;

	}

	span.searchitem {
		font-weight: bold;
	}

	li.searchresult {
		margin-bottom: 5px;
	}

	div.footer {
		width: 900px;
		float: left;
		margin-bottom: 10px;
	}

	div.footer p {
		float: right;
		margin-left: 10px;
	}

	form#un_resultspp {
		float: right;
	}

	p.back {
		width: 400px;
		display: block;
	}

	p.back a {
		margin: 20px 0 0 0;

	}

	ul.mktree li {
		list-style: none;
		white-space:nowrap;
		}

	ul.mktree, ul.mktree ul , ul.mktree li {
		margin-left:5px;
		padding: 0px;

		}

	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url('/image/extranet/icon-dir_closed.gif')  center left no-repeat;}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url('/image/extranet/icon-dir_open.gif')   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url('/image/extranet/bullet.gif') center left no-repeat; }

	/* ul.mktree  li.dir  .bullet { cursor: default; background: url(../../image/icon-dir.gif) center left no-repeat; } */
	/* ul.mktree  li.file   { cursor: default; background: url(../../image/icon-file.gif) center left no-repeat; } */

	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }

	#docTree {
		width:445px;
		float:left;
	}
	#docTree li.dir {
		margin-left: 13px;
	}

	#docTree li.withicon {
		line-height: 2.0 !important;
		padding-left:32px  !important;
	}

	ul.mktree  li .bullet { padding-left: 27px; }

	#docTree li.dir  .bullet{
		background:url('/image/extranet/icon-dir.gif') 4px 1px no-repeat;
		padding-left:20px;
		}
	 #docTree li.file, li.file{
		background:url('/image/extranet/icon-file.gif') 14px 5px no-repeat;
		padding-left:35px;
		}

	 li.file_concept {
		background:url('/image/extranet/icon-file_concept.gif') 14px 5px no-repeat;
		padding-left:30px;
		}

	 li.extPdf {
		background:url('/image/extranet/icon-pdf.gif') 14px 4px no-repeat !important;

		}

	 li.extDoc {
		background:url('/image/extranet/icon-doc.gif') 14px 4px no-repeat !important;
		}

	 li.extXls {
		background:url('/image/extranet/icon-xls.gif') 14px 4px no-repeat !important;
		}

	 li.extPpt {
		background:url('/image/extranet/icon-ppt.gif') 14px 4px no-repeat !important;
		}

	 li.extZip {
		background:url('/image/extranet/icon-zip.gif') 14px 4px no-repeat !important;
		}

	 li.extImg {
		background:url('/image/extranet/icon-img.gif') 14px 4px no-repeat !important;
		}

	 li.extUnk {
		background:url('/image/extranet/icon-unk.gif') 14px 4px no-repeat !important;
		}

	 li.formIco {
		background:url('/image/extranet/icon-form.gif') 14px 4px no-repeat !important;
		}

	#docTree li.file_concept a {
		color: #BEBEBE;
	}

	#docTree li ul {
		margin-left:18px;
		}

	#docTree li {
		/* position:relative; */
		line-height:1.6;
		}
}
