@CHARSET "ISO-8859-1";

/* OPEN */
span.open_icon {
	display: inline-block;
	background: url('/images/icons/vote_up.gif') no-repeat;
	width: 16px; 
	height: 16px;
}

/* CLOSE */
span.close_icon {
	display: inline-block;
	background: url('/images/icons/vote_down.gif') no-repeat;
	width: 16px; 
	height: 16px;
}

/* PNF */
.icon_pnf_chart{
	display: inline-block;
	background: url('/images/icons/pnf_chart.gif') no-repeat;
	width: 16px; 
	height: 16px;
}

/* NO PNF */
.icon_no_pnf_chart{
	display: inline-block;
	width: 16px; 
	height: 16px;
}

.icon_pnf_chart:HOVER {
	background: url('/images/icons/pnf_chart.gif') no-repeat;
	cursor: pointer;
}

/* TICK */
.icon_tick{
	display: inline-block;
	background: url('/images/icons/tick.png') no-repeat;
	width: 16px; 
	height: 16px;
}

.icon_cross{
	display: inline-block;
	background: url('/images/icons/cross.png') no-repeat;
	width: 16px; 
	height: 16px;
}

/*CROSS WITH HOVER*/
span.cross_icon{
	display: inline-block;
	background: url('/images/icons/cross.gif') no-repeat;
	width: 16px; 
	height: 16px;
}

span.cross_icon:HOVER{
	background: url('/images/icons/cross_hover.gif') no-repeat;
}

span.icon {
	display: inline-block;
	width: 16px; 
	height: 16px;
}


