﻿TD.lockNormal
{
	width: 52px;
	background-image: url(img/lock.gif);
	background-repeat: no-repeat;
}

TD.lockSelected
{
	width: 52px;
	background-image: url(img/lock_sel.gif);
	background-repeat: no-repeat;
}

TD.servicesNormal
{
	width: 52px;
	background-image: url(img/services.gif);
	background-repeat: no-repeat;
}

TD.servicesSelected
{
	width: 52px;
	background-image: url(img/services_sel.gif);
	background-repeat: no-repeat;
}

TD.financesNormal
{
	width: 52px;
	background-image: url(img/finances.gif);
	background-repeat: no-repeat;
}

TD.financesSelected
{
	width: 52px;
	background-image: url(img/finances_sel.gif);
	background-repeat: no-repeat;
}

TD.schoolNormal
{
	width: 52px;
	background-image: url(img/school.gif);
	background-repeat: no-repeat;
}

TD.schoolSelected
{
	width: 52px;
	background-image: url(img/school_sel.gif);
	background-repeat: no-repeat;
}

