#dash_messages {
	position:absolute;
	right:10px;
	top:120px;
	width:500px;
}

/* Dashboard Tabs*/
#cl-stage {
	background:transparent url(../../../images/assets/header-bg.gif) repeat-y scroll 0 0;
	float:left;
	width:871px;
	padding-left:13px;
}
#cl-stage a {
	float:left;
	margin-right:10px;
	width:90px;
	height:20px;
	text-indent:-9999px;
}
#cl-stage a.application.active {
	border-bottom:1px solid #000;
}

#cl-stage a.preparation.active {
	border-bottom:1px solid #46B0E4;
}
#cl-stage a.preparation.inactive,
#cl-stage a.preparation.inactive {
	border-bottom:1px solid #fff;
}
#cl-stage a.application {
	background:transparent url(../../../images/buttons/application_tab.gif) no-repeat top left;
}
#cl-stage a.preparation {
	background:transparent url(../../../images/buttons/preperation_tab.gif) no-repeat top left;
}
/* Dashboard Items*/
#cl-dashboard{
	background:#000;
	border:1px solid #a3a3a3;
	border-top:0;
	width:882px;
	height:174px;
}
#cl-dashboard #stage_2{
	width:100%;
	height:100%;
	background:transparent url(../../../images/assets/prep.jpg) repeat-x 0 19px;
}
.cl-dashboard_item {
	width:560px;
	float:left;
	padding-top:1em;
	padding-left:1.4em;
}
.cl-dashboard_item li {
	float:left;
	padding-left:25px;
	width:160px;
	height:38px;
}
.cl-dashboard_item li.done {
	background:transparent url(../../../images/icons/small/done.jpg) no-repeat center left;
}

#cl-dashboard #stage_2 .cl-dashboard_item li.done {
	background:transparent url(../../../images/icons/small/st2_done.jpg) no-repeat center left;
}

.cl-dashboard_item li.add {
	background:transparent url(../../../images/icons/small/add.jpg) no-repeat center left;
}

#cl-dashboard #stage_2 .cl-dashboard_item li.add {
	background:transparent url(../../../images/icons/small/st2_add.jpg) no-repeat center left;
}

.cl-dashboard_item li a {
	color:#fff;
	text-transform:uppercase;
	font-size:0.85em;
	line-height:38px;
	display:block;
	text-decoration:none;
}
/* Dashboard Progress Bar */
#cl-progress {
	float:left;
	padding:2.5em 0 0 0.5em;
	color:#fff;
	width:280px;
}
#cl-progress h4{
	color:#46B0E4;
}
#cl-dashboard #stage_2 #cl-progress h4{
	color:#fff;
}
.cl-progress-hint{
	font-size:0.75em;
	float:left;
	width:280px;
}
.cl-progress-bar{
	float:left;
	width:194px;
	height:23px;
	margin:0.25em 0;
	display:block;
	background:transparent url(../../../images/assets/bar.gif) no-repeat center left;
}
.cl-progress-bar .cl-application{
	background:transparent url(../../../images/assets/green.jpg) repeat-x center;
	height:23px;
	margin-left:2px;
	min-width:1px;
}
.cl-progress-bar .pc-0{width:5px;}
.cl-progress-bar .pc-10{width:19px;}
.cl-progress-bar .pc-20{width:38px;}
.cl-progress-bar .pc-30{width:57px;}
.cl-progress-bar .pc-40{width:76px;}
.cl-progress-bar .pc-50{width:95px;}
.cl-progress-bar .pc-60{width:114px;}
.cl-progress-bar .pc-70{width:133px;}
.cl-progress-bar .pc-80{width:152px;}
.cl-progress-bar .pc-90{width:171px;}
.cl-progress-bar .pc-100{width:190px;}

.upcomingevents, .job-fairs{
	display: block;
	background: url(/html/images/buttons/upcoming_events_button.png) no-repeat;
	width: 226px;
	height: 59px;
	text-indent: -9999px;
}

.job-fairs{
    background: url(/html/images/buttons/job-fairs.png) no-repeat;
}
