﻿.TopMenuItem 
{
	background-color: Transparent;
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.StatusRow 
{
	background-color: Transparent;
	color: blue;
	text-decoration: none;
}
