.bg-lighter
{
	background-color: #e6ffe1;
}
.bg-light
{
	background-color: #d5ffce;
}
.bg-medium
{
	background-color: #ccffc4;
}
.bg-normal
{
	background-color: #baffb1;
}
.bg-extra
{
	background-color: #79ff66;
	color: white;
}
	.bg-extra.selected
	{
		background-color: darkgreen;
	}
.bg-top
{
	background-color: #009500;
	color: white;
}
.bg-refer
{
	background-color: darkgreen;
	color: #d5ffce;
}
.bg-choice
{
	background-color: gray;
	color: white;
}
	.bg-choice.disabled
	{
		background-color: lightgray;
	}
	.bg-choice.selected
	{
		background-color: darkgreen;
	}
	.bg-choice:hover
	{
		background-color: #79ff66;
		cursor: pointer;
	}

	.bg-choice.selected:hover
	{
		background-color: darkgreen;
		cursor: default;
	}

	.bg-choice.disabled:hover
	{
		background-color: lightgray;
		cursor: default;
	}
.bg-xx
{
	background-color: lightgray;
	background-color: #d5ffce;
}
.fg-dark
{
	color: darkgreen;
}
.border-medium
{
	border-color: #ccffc4;
}
