#left div.dispute {
	background:none;
}

#left div.dispute ul li a.disabled {
	color: #CCCCCC !important;
	font-weight: normal!important;
	cursor: default;
}

#left div.dispute ul.popup {
	display: none;
	position: absolute;
	z-index: 100;
	border: 1px solid #B9B9B9;
	margin-left: 180px;
	margin-top: -10px;
	background-color: #F1F5E3;
	color: #888888;
	padding: 10px;
	cursor: help;
	width: 150px;
}

.dispute {
	background: url('../image/leftmenubg.gif') 0% 0% repeat-x #F6F6F6;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #B9B9B9;
	font-size: 12px;
}

.dispute h2 {
	font-weight: bold;
	color: #494949;
	font-size: 1.1em;
	border-bottom: 1px solid #494949;
	margin-bottom: 10px;
}

.dispute ul,.dispute li {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	display: block;
}

.dispute li {
	width: 100%;
}

.dispute ul {
	/* font-size: 0.8em; */
}

.dispute ul ul {
	padding-left: 13px;
}

.dispute ul div {
	display: block;
	float: left;
	clear: left;
	width: 10px;
	padding: 2px 0;
	font-size: 1em;
	overflow: hidden;
	background: url('../image/plusminus.gif') -41px 50% no-repeat;
	cursor: pointer;
}

.dispute ul li.passive div,.dispute ul li ul li ul li div {
	background-position: -20px 50% !important;
}

.dispute ul li.active div,.dispute ul li ul li.active div {
	background-position: 1px 50%;
}

.dispute ul li.active ul div {
	background-position: -41px 50%;
}

.dispute a {
	display: block;
	color: #6C6C6C;
	padding: 2px 20px 2px 0;
	text-decoration: none;
	cursor: pointer;
}

.dispute a.completed {
	background: url('../image/tree_completed.gif') 100% 2px no-repeat;
}

.dispute a.not_reached {
	background: url('../image/tree_not_reached.gif') 100% 2px no-repeat;
}

.dispute a.in_progress {
	background: url('../image/tree_in_progress.gif') 100% 2px no-repeat;
}

.dispute a.file {
	background: url('../image/file.gif') 2px no-repeat;
}

.dispute a.my_lock {
	background: url('../image/my_lock.png') 2px no-repeat;
}

.dispute a.other_lock {
	background: url('../image/other_lock.png') 2px no-repeat;
}

.dispute a:hover {
	color: #99B826;
}

.dispute li ul,.dispute li.active ul ul {
	display: none;
	font-size: 1em;
}

.dispute li.active ul,.dispute li ul li.active ul {
	display: block;
}

.dispute ul li ul a {
   	color: #99B826;
	font-weight: bold;
}

.dispute ul ul a:hover,
.dispute ul ul a.active,
.dispute ul ul li.active a,
.dispute ul li ul li.active ul li.active a
{
	color: #99B826 !important;
}

.dispute ul li ul li.active ul li a {
	color: #6C6C6C !important;
}

