/*
 *
 Dash Board Styles 
 *
 */
	#qe-dashboard{
		min-height:103px;
		width:1022px;
		color:#fff;
		display:block;
		background:#000;
		float:left;
		clear:both;
	}

/*
 *
 Dash Board Styles 
 *
 */
	#qe-sub-dash{
		width:1022px;
		height:66px;
		float:left;
		border-bottom:1px solid #fff;
		background: url('../../../images/dash/bg-sub_bar.png') repeat-x top;
	}

/*
 Tab Holder 
 */
	#qe-main_tabs{
		float:left;
		width:1005px;
		height:66px;
		padding-left:17px;
		background: url('../../../images/dash/bg_dashboard.png') repeat-x top;
	}

/* 
 Tabs Styles 
 */
	#qe-main_tabs li{
		float:left;
		margin-top:16px;
		height:48px;
		line-height:55px;
		overflow:hidden;
		font-weight:bold;
		font-size:0.95em;
		background:url('../../../images/dash/bg_dash_items.png') no-repeat top right;
	}

	#qe-main_tabs li span.lt{	
		width:18px;
		padding:0;
		height:48px;
		display:block;
		float:left;
		left:0;
		background: url('../../../images/dash/bg_dash_item_left.png') no-repeat center left;
	}

	#qe-main_tabs li a{
		display:block;
		color:#fff;
		float:left;
		text-indent:0.5em;
		font-size:1em;
		padding-right:2em;
		text-transform:uppercase;
	}

	#qe-main_tabs li span{
		display:block;
		float:left;
		width:20px;
		height:48px;
	}

/* 
 Active Tabs Style
 */
	#qe-main_tabs li.qe-active{
		background:url('../../../images/dash/bg_dash_items_active.png') no-repeat top right;
	}

	#qe-main_tabs li.qe-active span{
		background: url('../../../images/dash/bg_dash_item_left_active.png') no-repeat center left;
	}

/*
 Dash Links
 */
	#qe-stage-panels{
		padding:0.9em 0 0 2.5em;
	}

	.qe-status-link{
		float:left;	
		padding:1.5em 4em 1.5em 0;
	}

	.qe-status-link a{
	line-height:2em;
	padding-left:20px;
	padding-top:5px;
	color:#8BD878;
	}

	.qe-status-link a:hover,
	.qe-status-link a.active{
	color:#ffffff;
	}

	.qe-status-link a.active {
	
	}
	
	.qe-status-link p{
		font-size:0.7em;
	}