﻿

#specialContent {
	margin-top: 10px;
}

#tree, #tree * {
	cursor: default;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#tree {
	margin-bottom: 50px;
}

#tree a {
	background: url("/web/design/images/folder.gif" ) center left no-repeat;
	color: #367fa0;
	cursor: pointer;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;

}

#tree a:hover {
	text-decoration:underline;
}

#tree, #tree dl {
	background: url("/web/design/images/vdot.gif" ) 8px 0 repeat-y;
	margin-top: 0;
}

#tree dt {
	font-size: 12px;
	font-weight: 700;
	padding: 1px 0;
}

#tree dd {
	background-image: url("/web/design/images/corner.gif" );
	background-position: 8px 0;
	background-repeat: no-repeat;
	margin: 0;
	padding: 1px 0 1px 19px;
}

#tree dt,#tree dd.last,#tree dd.pluslast,#tree dd.minuslast 
{

margin-bottom:10px;
}

/* Folder settings */
#tree dd.minus, #tree dd.plus, #tree dd.minuslast, #tree dd.pluslast {
	background-position: 4px 0;
	padding: 0 0 0 19px;
}

#tree dd.minus, #tree dd.minuslast {
	background-image: url("/web/design/images/mapminus.gif" );
}

#tree dd.plus, #tree dd.pluslast {
	background-image: url("/web/design/images/mapplus.gif" );
}
.rightCont {
	display:none;
}

.leftCont
{
	background:#EFF9F8;
}