.positive-trend {
	background: url('/img/cp/positive_trend.gif') right 0 no-repeat;
	text-align: right;
	color: #0869AD;
}

.negative-trend {
	background: url('/img/cp/negative_trend.gif') right bottom no-repeat;
	text-align: right;
	color: #EF004A;
}

	.portal-dp .positive-trend {
	    padding-right: 30px;
		background: url('/img/dp/positive_trend.gif') 95% 50% no-repeat;
		color: #323232;
	}

	.portal-dp .negative-trend {
		padding-right: 30px;
		background: url('/img/dp/negative_trend.gif') 95% 50% no-repeat;
		color: #323232;
	}
	
	.portal-dp .table .code {
		font-weight: normal;
		text-align: left;
		padding-left: 10px;
	}	
	
	.portal-dp .table .course {
		padding-left: 33px;
		padding-right: 33px;
	}	
