﻿.currentItem
{
	background-color: orange;
}
.currentItemText
{
	color:  darkorange;
	font-weight: bold;
	font-size: small;
}

.pastItem
{
	background-color:  darkgoldenrod;
}
.pastItemText
{
	color:  darkgoldenrod;
	font-weight: bold;
	font-size: small;
}

.leftItem
{
	background-color:  silver;
}
.leftItemText
{
	color:  silver;
	font-weight: bold;
	font-size: small;
}
