/*
 *
 Dash Board Icons
 *
 */
	
	#qe-main_tabs li span.home{
		background:transparent url('../../../images/icons/small/home.png') no-repeat 4px 18px;
		width:3em;
		padding:0;
		display:block;
	}

	#qe-main_tabs li .icon{
		text-indent:-9999px;		
		margin-top:1em;
		width:1em;
		height:1.5em;
	}

	#qe-main_tabs li span.done{
		background:url('../../../images/icons/small/done.png') no-repeat 0px 20px;		
	}

	#qe-main_tabs li span.warn{
		background:url('../../../images/icons/small/warn.png') no-repeat 0px 17px;
	}

	.qe-status-link a.complete{
		background: url('../../../images/icons/small/menu_yes.png') no-repeat 0px 6px;
	}

	.qe-status-link a.part{
		background: url('../../../images/icons/small/menu_part.png') no-repeat 0px 6px;
	}

	.qe-status-link a.notstart{
		background: url('../../../images/icons/small/menu_no.png') no-repeat 0px 6px;
	}