
.starred
{
	background-image:url('images/icon-note-star-blue-24x24.png');
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position: center;
	width:36px;
	height:36px;
}


.unstarred
{
	background-image:url('images/icon-note-star-gray-24x24.png');
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position: center;
	width:36px;
	height:36px;
}