	#list {
		font-size:11px;
		list-style: none;
		margin: 0;
		padding: 0em;
	}
	#list ul, #inline-list li {
		list-style:none;
		display: inline;
		padding: 0;
		margin:0px;
	}
	.task {
		float:left;
		text-indent:3px;
		border-right:1px dotted #ccc;
		line-height:22px;
	}
	.taskSelect {
		width:25px;
		text-align:center;
		border-left:0px;
		line-height:22px;
		border-right:0px;
	}
	.taskChild {
		background-color:#fff;
		padding-left:5px;
	}
	.taskDueDate {
		width:90px;
		border-right:0;
		text-align:center;
	}
	.taskLabel {
		width:240px;
		text-indent:2px;
	}
	.taskEdit {
		width:15px;
		text-indent:0px;
		text-align:center;
		border:1px dotted #efefef;
		color:#fff;
		cursor:pointer;
		background-color:#c7e5f2;
	}
	.taskMan {
		width:100px;
		text-indent:2px;
		text-align:center;
	}
	.nomaxmin {
		width:15px;
		float:left;
	}
	.maximize {
		width:15px;
		float:left;
		font-weight:bold;
		background: transparent url(../images/icons/maximize.png) no-repeat center;
		cursor:pointer;
	}
	.minimize {
		width:15px;
		float:left;
		font-style:italic;
		background: transparent url(../images/icons/minimize.png) no-repeat center;
		cursor:pointer;
	}
